Provide correct PLIST_SUB value for batch scripts.
[dragonfly.git] / lib /
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.
2005-03-11 Joerg SonnenbergerAdd citrus backend code and iconv front end. This is...
2005-03-11 Joerg SonnenbergerAdd UTF7 build wrapper.
2005-03-11 Joerg SonnenbergerI18N module build framework.
2005-03-10 David XuInitialize tls support code for static binary.
2005-03-09 Joerg SonnenbergerUse getprogname() instead of depending on __progname...
2005-03-09 David Xu1. use __weak_reference to define weak symbol.
2005-03-09 David RhodusFix some signed/unsigned comparisons.
2005-03-08 Sascha WildnerFix some groff warnings.
2005-03-08 Simon SchubertMerge from vendor branch CVS:
2005-03-08 David XuCompile tls.c
2005-03-08 David XuCompile tls support code.
2005-03-08 David XuOops, fix license format(copy and paste problem).
2005-03-08 David XuImplement _set_tp which is used to set TLS pointer...
2005-03-08 David XuAdd tls functions prototype.
2005-03-08 David XuImport tls support code for static binary from FreeBSD.
2005-03-04 Joerg SonnenbergerDon't use stdint.h on FreeBSD.
2005-03-04 Chris PresseySmall step towards WARNS=6:
2005-03-04 Chris PresseyStyle(9):
2005-03-04 Chris PresseyStyle(9):
2005-03-04 Chris PresseyStyle(9):
2005-03-02 Eirik NygaardMerge from vendor branch NCURSES:
2005-03-02 Joerg SonnenbergerFix prototypes. This functions actually need a parameter.
2005-03-02 Joerg SonnenbergerFix warning about pre-ANSI function types.
2005-03-02 Joerg SonnenbergerUse the standard isxdigit instead of the non-standard...
2005-03-02 Joerg SonnenbergerUse NXCC to compile a runnable executable. The libc...
2005-03-02 Joerg SonnenbergerMerge from vendor branch GCC:
2005-03-01 Joerg SonnenbergerRIP Alpha libc.
2005-02-28 Joerg SonnenbergerDefine __DECONST here for the sake of FreeBSD.
2005-02-28 Joerg SonnenbergerUse u_char define from sys/types.h.
2005-02-28 Joerg Sonnenbergerlvalue casts.
2005-02-28 Joerg SonnenbergerUse __DECONST for the linted interface violations.
2005-02-28 Joerg SonnenbergerRemove -Werror from CFLAGS and fix the missing part...
2005-02-28 Joerg SonnenbergerRemove NO_WERROR assignment.
2005-02-28 Joerg Sonnenbergerlvalue cast.
2005-02-26 Sascha WildnerRemove last remnants of the wd(4) driver which was...
2005-02-26 David XuEnable barrier support.
2005-02-26 David XuStyle fixes.
2005-02-25 Joerg SonnenbergerMerge from vendor branch NTPD:
2005-02-23 Sascha WildnerAdd missing .El to silence groff warning.
2005-02-22 David XuRemove alpha support.
2005-02-22 David XuCode cleanup, remove unneeded includes.
2005-02-22 David XuWith new tls interface, sysarch.h is no longer needed.
2005-02-22 David XuUse new kernel tls interface.
2005-02-21 Matthew DillonImplement TLS support, tls manual pages, and link the...
next