Merge branch 'vendor/TCPDUMP' (early part)
[dragonfly.git] / lib / libc / gen /
2009-07-04 Peter AvalosMerge branch 'vendor/TCPDUMP' (early part)
2009-07-04 Peter AvalosMerge branch 'vendor/LIBPCAP'
2009-07-04 Peter AvalosMerge branch 'vendor/LIBPCAP' (early part)
2009-06-27 Peter AvalosMerge branch 'vendor/LIBARCHIVE'
2009-06-25 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-06-25 Stathis Kamperisnice(3): Return new nice value.
2009-06-22 Peter AvalosMerge branch 'vendor/LIBARCHIVE'
2009-06-21 Peter AvalosMerge branch 'vendor/LIBARCHIVE'
2009-06-21 Peter AvalosMerge branch 'vendor/LIBARCHIVE' (early part)
2009-06-21 Peter AvalosMerge branch 'vendor/LESS'
2009-06-21 Peter AvalosMerge branch 'vendor/LESS'
2009-06-21 Peter AvalosMerge branch 'vendor/FILE'
2009-06-20 Peter AvalosMerge branch 'vendor/FILE'
2009-06-20 Peter AvalosMerge branch 'vendor/FILE'
2009-06-20 Peter AvalosMerge branch 'vendor/FILE' (early part)
2009-06-20 Peter AvalosMerge branch 'vendor/OPENSSH'
2009-06-20 Peter AvalosMerge branch 'vendor/OPENSSH'
2009-06-20 Peter AvalosMerge branch 'vendor/OPENSSH' (early part)
2009-06-11 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-06-10 Sascha Wildnerposix_spawn.3: Sort by section number, then alphabetically.
2009-06-08 Aggelos EconomopoulosMerge branch 'master' of /home/aggelos/devel/dfly/dfly...
2009-06-04 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-05-30 Hasso TepperRemove symbols not in libpthread (libc_r).
2009-05-27 Simon Schubertlibc: consolidate pthread stub functions
2009-05-23 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-05-23 Sascha WildnerAdjust objformat.1 and getobjformat.3 to the current...
2009-04-28 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-04-28 Matthew DillonFix short allocation in libc RTLD for static-compiled...
2009-04-24 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-04-24 Hasso TepperNo barriers and spinlocks.
2009-04-24 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-04-24 Sascha Wildnerunvis(3) manual page: s/RFCxxxx/RFC xxxx/
2009-04-23 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-04-23 Sascha WildnerAdd strunvisx() documentation (from FreeBSD).
2009-04-22 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-04-22 Matthew DillonReplace the old BSD malloc code with a port of our...
2009-04-14 Sascha Wildnerposix_spawn_file_actions_init(3) manual page: Fix wrong...
2009-04-12 Stathis Kamperisfts(3): fix typo in MLINK
2009-04-11 Peter AvalosMerge branch 'vendor/OPENSSL'
2009-04-10 Stathis KamperisAdd missing MLINKS for fts(3)
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 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 Wildnergetnetgrent(3): Improve markup.
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 AvalosSync libc/stdlib with FreeBSD (ignoring jemalloc, pts...
2009-04-07 Peter AvalosRemove the timezone() function.
2009-03-24 Sascha Wildnermtree(8): Silence warnings when compiling with -DBOOTST...
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 Kamperissysconf(3): document _SC_PAGESIZE sysconf option
2009-02-19 Joe TalbottMerge branch 'master' of git://venus/dragonfly
2009-02-03 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-02-03 Sascha WildnerSilence 3 warnings in libc.
2009-01-24 Peter AvalosMerge branch 'vendor/GDTOA'
2009-01-11 Peter AvalosMerge branch 'vendor/OPENSSL'
2009-01-11 Peter AvalosMerge branch 'vendor/OPENSSL'
2009-01-11 Peter AvalosMerge branch 'vendor/OPENSSL'
2009-01-09 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-01-07 Sascha WildnerAdd missing .Lb
2009-01-04 Peter AvalosMerge branch 'vendor/PAM_PASSWDQC'
2009-01-04 Peter AvalosMerge commit 'origin/vendor/PAM_PASSWDQC'
2009-01-03 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-01-02 Hasso TepperTemporary hack out reentrant user database functions.
2008-12-31 Michael NeumannMerge branches 'master' and 'suser_to_priv'
next