Add the strnlen() function.
[dragonfly.git] / lib /
2009-04-21 Peter AvalosAdd the strnlen() function.
2009-04-19 Simon Schubertcsu: adjust readme
2009-04-19 Simon Schubertcsu: move crt files to /usr/lib
2009-04-17 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-04-17 Sascha WildnerFix printf(3) and friends when printing a float with...
2009-04-16 Matthew Dillonlibc: malloc: minor code cleanup (no operational changes)
2009-04-15 Sascha Wildnerlib/libpthread/Makefile: Oops, add missing '\'.
2009-04-15 Sascha Wildnerpthread(3): Move pthread(3) manual page to lib/libpthre...
2009-04-15 Sascha WildnerRemove libc_r from list of Lb values and adjust libpthr...
2009-04-15 Sascha WildnerMove pthread* manpages to lib/libpthread as they are...
2009-04-14 Sascha Wildnerposix_spawn_file_actions_init(3) manual page: Fix wrong...
2009-04-12 Sascha Wildnerrcmd(3) manual page: Add missing .El
2009-04-12 Stathis Kamperisfts(3): fix typo in MLINK
2009-04-11 Sascha Wildnerxdr(3): Add some missing MLINKS.
2009-04-11 Sascha Wildnerlibc/include/namespace.h: Add _getprogname().
2009-04-11 Peter AvalosMerge branch 'vendor/OPENSSL'
2009-04-10 Stathis KamperisAdd missing MLINKS for fts(3)
2009-04-10 Stathis KamperisAdd missing MLINKS for strto{f,ld} functions
2009-04-08 Sascha WildnerSome mdoc fixes in various places.
2009-04-08 Sascha WildnerAdd MLINKS for getgrent_r(3), getgrgid_r(3) & getgrnam_...
2009-04-07 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-04-07 Thomas NikolajsenMerge commit 'chlamydia/master'
2009-04-07 Sascha Wildnerlibncp: Include <string.h> instead of <strings.h> for...
2009-04-07 Stathis KamperisAdd missing MLINKS for {getchar,putchar}_unlocked functions
2009-04-07 Sascha WildnerReplace all casts of NULL to something with NULL.
2009-04-07 Sascha WildnerGenerally use NULL instead of explicitly casting 0...
2009-04-07 Sascha WildnerGenerally use NULL instead of explicitly casting 0...
2009-04-07 Sascha Wildnergetnetgrent(3): Improve markup.
2009-04-07 Peter AvalosBump libc's version and __DragonFly_version for recent...
2009-04-07 Peter AvalosClean up sysconf and associated headers.
2009-04-07 Peter AvalosFix some namespace issues with grp.h and pwd.h.
2009-04-07 Peter AvalosRevert "Temporary hack out reentrant user database...
2009-04-07 Peter AvalosSync ttyname with FreeBSD:
2009-04-07 Peter AvalosSync times() with FreeBSD:
2009-04-07 Peter Avalostime() C99 compliance:
2009-04-07 Peter AvalosAdd a tcgetsid() function that returns session id.
2009-04-07 Peter AvalosSync syslogd with FreBSD:
2009-04-07 Peter AvalosSimplify the return value of sysctlnametomib.
2009-04-07 Peter AvalosWARNS: Add a prototype for __sysctl.
2009-04-07 Peter AvalosSync stringlist with FreeBSD:
2009-04-07 Peter AvalosReduce setproctitle's memory footprint on libc.
2009-04-07 Peter AvalosSync setmode(3) with FreeBSD:
2009-04-07 Peter AvalosSync popen(3) with FreeBSD:
2009-04-07 Peter Avalosinitgroups(): Remove unneeded includes and use gid_t.
2009-04-07 Peter AvalosSync glob(3) with FreeBSD:
2009-04-07 Peter Avalosgetttyent(3) fixes from FreeBSD:
2009-04-07 Peter AvalosSync getnetgrent with FreeBSD:
2009-04-07 Peter AvalosSync gethostname() with FreeBSD:
2009-04-07 Peter AvalosSync getcap() with FreeBSD:
2009-04-07 Peter AvalosIncrease "max" to a more reasonable maximum in getbsize.
2009-04-07 Peter AvalosSync fts(3) with FreeBSD.
2009-04-07 Peter AvalosAdd getfstab(3) and setfstab(3).
2009-04-07 Peter AvalosReplace frexp(3) with MI code and add a frexpl(3) funct...
2009-04-07 Peter AvalosSync fnmatch(3) with FreeBSD.
2009-04-07 Peter AvalosSync fmtcheck(3) with FreeBSD, teaching it some new...
2009-04-07 Peter AvalosAdd posix_spawn() and posix_spawnp().
2009-04-07 Peter AvalosAdd a few new errnos and improve documentation.
2009-04-07 Peter AvalosFix a few namespace issues in err.c.
2009-04-07 Peter AvalosSync daemon(3) with FreeBSD:
2009-04-07 Peter AvalosSync confstr(3) with FreeBSD:
2009-04-07 Peter AvalosSync assert with FreeBSD:
2009-04-07 Peter AvalosSync arc4random with FreeBSD:
2009-04-07 Peter AvalosFix format strings and a spelling errors.
2009-04-07 Peter AvalosUse pread/pwrite instead of lseek followed by read...
2009-04-07 Peter AvalosFix a sizeof error in __bt_put.
2009-04-07 Peter AvalosWhitespace cleanup.
2009-04-07 Peter AvalosAdd a __printflike.
2009-04-07 Peter AvalosDon't clobber CFLAGS.
2009-04-07 Peter AvalosSync libc/gmon with FreeBSD:
2009-04-07 Peter AvalosSync lib/net with FreeBSD:
2009-04-07 Peter AvalosSync libc/quad with FreeBSD:
2009-04-07 Peter AvalosSync libc/regex with FreeBSD:
2009-04-07 Peter AvalosReplace our strtod with the gdtoa package.
2009-04-07 Peter AvalosAdd a <fenv.h> implementation.
2009-04-07 Peter AvalosSync libc/stdlib with FreeBSD (ignoring jemalloc, pts...
2009-04-07 Peter AvalosReduce lock contention for simple cases in stdtime.
2009-04-07 Peter AvalosRemove unused source files.
2009-04-07 Peter AvalosAdd the restrict qualifier to strftime(3) and strptime(3).
2009-04-07 Peter AvalosAdd routines to convert time_t to/from fixed-bit fields.
2009-04-07 Peter AvalosSync strptime with NetBSD:
2009-04-07 Peter AvalosRemove the timezone() function.
2009-04-07 Peter AvalosUse snprintf instead of sprintf.
2009-04-07 Peter AvalosMake sure that %r honors the LC_TIME t_fmt_ampm.
2009-04-07 Peter AvalosDon't depend on lcl_mutex being a recursive mutex.
2009-04-07 Peter AvalosSync lib/libc/string with FreeBSD:
2009-04-07 Peter AvalosImport the uuid_enc_le(), uuid_dec_le(), uuid_enc_be...
2009-04-07 Peter AvalosSync libc/yp with FreeBSD:
2009-04-01 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-03-30 Sascha WildnerSort SEE ALSO in some manual pages.
2009-03-29 Sascha Wildnerlib/libc/yp: Silence warnings.
2009-03-27 Matthew DillonFix improper directory following when 'cpu' softlink...
2009-03-24 Sascha Wildnermtree(8): Silence warnings when compiling with -DBOOTST...
2009-03-22 Sascha Wildnerlocaltime(3): Switch from GMT to UTC as the default...
2009-03-22 Stathis Kamperisstat(2): sort error codes
2009-03-22 Sascha Wildnerttyname(3): Bump .Dd
2009-03-22 Stathis Kamperisttyname(3): mention error codes
2009-03-22 Stathis Kamperisisatty(3): mention return values and error codes
2009-03-22 Stathis KamperisComment on the purpose of _Exit()
2009-03-22 Sascha Wildnerflockfile(3): Update FreeBSD CVS ID, bump .Dd and add...
2009-03-22 Sascha Wildnergetc(3)/putc(3): Bump .Dd
next