cleanup exit status handling
[dragonfly.git] / lib /
2005-04-26 Joerg SonnenbergerWork around restrict.
2005-04-26 Joerg SonnenbergerCorrect and improve __diagassert.
2005-04-26 Joerg SonnenbergerFix warnings. Use sysctlbyname.
2005-04-26 Joerg SonnenbergerAdd prototype for __creat.
2005-04-26 Joerg SonnenbergerChange arc4random_addrandom to pass the more natural...
2005-04-26 Joerg SonnenbergerFix warnings.
2005-04-26 Joerg SonnenbergerFix warnings.
2005-04-26 Joerg SonnenbergerFix warnings. Use sysctlbyname.
2005-04-26 Joerg SonnenbergerInclude guard.
2005-04-26 Joerg SonnenbergerEnsure that the directory fits into memory. Fix warnings.
2005-04-26 Joerg SonnenbergerANSIfy. Fix warnings.
2005-04-26 Joerg SonnenbergerUse namespace mangler.
2005-04-26 Joerg Sonnenbergeruse uid_t / gid_t for prototype in stdlib.h, ANSIfy.
2005-04-26 Joerg SonnenbergerFix warnings.
2005-04-26 Joerg Sonnenbergervfork can clobber the local stack frame, use fork(...
2005-04-26 Joerg SonnenbergerFix warning.
2005-04-26 Joerg SonnenbergerFix warnings, ANSIfy.
2005-04-26 Joerg SonnenbergerANSIfy. Fix warnings.
2005-04-26 Joerg SonnenbergerFix warnings. Sprinkle const. Use size_t in some places.
2005-04-26 YONETANI Tomokazuyp_maplist is one of those undocumented functions,...
2005-04-26 Joerg SonnenbergerFix warnings, remove unused headers. Remove additional...
2005-04-26 Joerg SonnenbergerRemove more __NETBSD_SYSCALLS.
2005-04-26 Joerg SonnenbergerRemove compat junk, __getcwd always exists on DragonFly.
2005-04-26 Joerg SonnenbergerUnconditionalize HAS_UTRACE, we never have NetBSD syscalls.
2005-04-26 Joerg SonnenbergerFix warnings.
2005-04-26 Joerg SonnenbergerReadd ypresp_allfn, now correctly typed.
2005-04-25 Joerg Sonnenbergerconst correctness
2005-04-25 Joerg SonnenbergerFix warnings, ANSIfy, constify.
2005-04-25 Joerg SonnenbergerFirst stab at WARNS=6 cleaning. More will be done once...
2005-04-25 Joerg SonnenbergerAnsify getcwd and declare the syscall prototype.
2005-04-25 Joerg SonnenbergerANSIfy.
2005-04-25 Joerg SonnenbergerANSIfy and fix function casts.
2005-04-23 Joerg SonnenbergerGC more mips parts.
2005-04-23 Joerg SonnenbergerRemove MIPS bits.
2005-04-21 Jeroen Ruigrok/asmodaiMerge from vendor branch GPERF:
2005-04-21 Joerg SonnenbergerComplete Citrus import. Import message catalog implemen...
2005-04-21 Joerg SonnenbergerBump major numbers in preparation for libc work.
2005-04-21 Joerg SonnenbergerAdd _DATE_FMT to get the locale-specific date(1) string.
2005-04-21 Jeroen Ruigrok/asmodaiMerge from vendor branch CVS:
2005-04-20 Joerg SonnenbergerRIP compat libraries. Use misc/compatXX from ports...
2005-04-20 Joerg SonnenbergerWARNS=6. The (int) case should be reevaluated when...
2005-04-20 Joerg SonnenbergerUn-disable stack protector. I take responsibility for...
2005-04-20 Joerg SonnenbergerRemove old beforeinstall hack. Should be not used for...
2005-04-20 Joerg SonnenbergerRemove some commented out warnings.
2005-04-19 Joerg SonnenbergerMerge from vendor branch NTPD:
2005-04-19 Joerg SonnenbergerMerge from vendor branch NTPD:
2005-04-18 Joerg SonnenbergerMerge from vendor branch NTPD:
2005-04-18 Joerg SonnenbergerAdd snprintf and vsnprintf.
2005-04-14 Joerg SonnenbergerMerge from vendor branch NTPD:
2005-04-12 David XuFix brokeness by using _pthread_xxx functions instead.
2005-04-09 Hiten PandyaAdd manual page for closefrom(2) system call and hook...
2005-04-06 Matthew Dillonlibstand is used by the boot loader, make sure the...
2005-04-05 David XuRemove unused strong reference.
2005-04-02 Liam J. Foy- Clearly state that errno is set
2005-03-31 Joerg SonnenbergerBack out part of last commit, optind has to be initiali...
2005-03-31 Joerg SonnenbergerMake it O(strlen(s) + strlen(charset)) like strcspn.
2005-03-29 Joerg SonnenbergerRemove tcb_size and flag argument for _rtld_allocate_tls,
2005-03-29 Joerg SonnenbergerFix warnings, use ISO prototype.
2005-03-29 Joerg SonnenbergerGNU getopt resets itself partially when the application...
2005-03-29 Joerg SonnenbergerNew strcspn implementation, which is O(strln(str) ...
2005-03-29 Joerg SonnenbergerCleanup the TLS implementation:
2005-03-29 David RhodusMerge from vendor branch HEIMDAL:
2005-03-28 David RhodusMerge from vendor branch HEIMDAL:
2005-03-28 Matthew DillonCleanup and retool portions of the TLS support and...
2005-03-25 YONETANI Tomokazu${CC}'s here were supposed be used as preprocessor...
2005-03-24 Sascha WildnerAdjust man page sections.
2005-03-24 David Xutcb is now managed by rtld, caching it is not correct,
2005-03-23 David XuPass exact number of threads to thr_umtx_wake.
2005-03-22 David XuUse rtld's TLS interface to allocate tcb.
2005-03-21 Joerg Sonnenbergerint size --> size_t size
2005-03-20 Joerg SonnenbergerOverride _kevent, not kevent. This should fix the DNS...
2005-03-20 Joerg SonnenbergerAdd kqueue overwrite for libc_r. We have to trace the...
2005-03-20 Joerg SonnenbergerMinor style changes.
2005-03-17 Joerg SonnenbergerUse a common source for the string to integer conversio...
2005-03-16 YONETANI TomokazuConstify all users of dktypenames to unbreak buildworld.
2005-03-16 Joerg SonnenbergerRemove redundant declarations. Convert to ANSI C functi...
2005-03-16 Joerg SonnenbergerAdd Citrus files not conflicting with the current rune...
2005-03-16 Chris PresseyWe have _DIAGASSERT now; might as well enable it here.
2005-03-16 Joerg Sonnenbergers/index/idx. Add an explicit default case to teach...
2005-03-16 Joerg SonnenbergerFix some warnings.
2005-03-16 Joerg Sonnenbergeridx is always used, shut GCC up by initialising it...
2005-03-16 Joerg SonnenbergerFix warnings.
2005-03-15 David XuFix incorrect comment.
2005-03-15 David Xuunconstify a modifiable parameter.
2005-03-15 David XuFix comments.
2005-03-15 David XuAdd clockid to _thr_umtx_wait, so that clockid attribut...
2005-03-14 Joerg SonnenbergerUse NXCC to build make_hash and make_keys.
2005-03-14 Joerg SonnenbergerMove SHLIB_MAJOR / SHLIB_MINOR assignment up into Makef...
2005-03-14 Joerg SonnenbergerMerge r1.2 from NetBSD:
2005-03-14 Joerg SonnenbergerBack out switch to getopt_long implementation of getopt...
2005-03-14 Joerg SonnenbergerCorrectly return -1 for "-" as argument as required...
2005-03-14 Eirik NygaardFix nested comments. Vim added another */ while I copy...
2005-03-13 Joerg SonnenbergerAnother man page which was moved to lib/libc/gen.
2005-03-13 Joerg SonnenbergerUse getopt_long's getopt implementation.
2005-03-13 Joerg SonnenbergerMove ctype man page from locale to gen, they are locale...
2005-03-13 Sascha WildnerRemove DEC Alpha and PC98 support.
2005-03-12 Joerg SonnenbergerFix build. Move common CFLAGS additions up.
2005-03-12 Eirik NygaardUpdate ncurses to version 5.4.
2005-03-12 Eirik NygaardMerge from vendor branch NCURSES:
2005-03-12 Joerg SonnenbergerAdd wchar and multibyte related man pages.
next