libc: consolidate pthread stub functions
[dragonfly.git] / lib / libc / gen / Makefile.inc
2009-05-27 Simon Schubertlibc: consolidate pthread stub functions
2009-04-12 Stathis Kamperisfts(3): fix typo in MLINK
2009-04-10 Stathis KamperisAdd missing MLINKS for fts(3)
2009-04-08 Sascha WildnerAdd MLINKS for getgrent_r(3), getgrgid_r(3) ...
2009-04-07 Peter AvalosRevert "Temporary hack out reentrant user database...
2009-04-07 Peter AvalosAdd a tcgetsid() function that returns session id.
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 AvalosAdd posix_spawn() and posix_spawnp().
2009-04-07 Peter AvalosSync arc4random with FreeBSD:
2009-04-07 Peter AvalosRemove the timezone() function.
2009-01-02 Hasso TepperTemporary hack out reentrant user database functions.
2008-12-28 Peter AvalosAdd nsswitch support.
2008-12-12 Sascha WildnerAdd ftw(), nftw(), associated header files and document...
2008-10-06 Sascha WildnerPOSIX conformance:
2008-08-09 Sascha WildnerAdd MLINK for strnvis(3).
2008-06-01 Matthew DillonAdd getmntvinfo() which uses the new getvfsstat() syste...
2008-04-20 Sascha WildnerNeither rand48 nor _rand48 are functions.
2007-10-19 Sascha WildnerRemove duplicate line and add missing MLINK.
2007-05-17 Matthew DillonAdd getdisktabbyname() to libc. This will soon replace...
2007-01-16 Matthew DillonImplement getcontext(), setcontext(), makecontext(...
2006-05-17 Sascha WildnerRemove isinff and isnanf prototypes. Our isinf and...
2006-05-17 Sascha WildnerAdd isinff(3) manpage.
2006-04-08 Sascha WildnerAdd missing isnormal(3) manual page.
2005-12-06 Joerg SonnenbergerRevert last change and add toascii.c to the right variable.
2005-12-06 Joerg Sonnenbergertoascii(3) got lost during ctype conversion.
2005-11-19 Sascha Wildner- Document ttyname_r().
2005-10-08 Simon SchubertRemove erroneous MLINKS. These are handled elsewhere...
2005-09-10 Sascha WildnerFix wrong MLINKS. isnan(3) has a man page of its own.
2005-07-26 Joerg SonnenbergerFreeBSD and NetBSD both use derivates of Sun's math...
2005-05-03 Joerg SonnenbergerMake errno a thread-local variable and remove the __err...
2005-04-27 Jeroen Ruigrok/asmodaiRemove dllockinit.3 from the Makefile.
2005-04-26 Joerg SonnenbergerIt's dead, Jim.
2005-04-21 Joerg SonnenbergerComplete Citrus import. Import message catalog implemen...
2005-03-13 Joerg SonnenbergerMove ctype man page from locale to gen, they are locale...
2005-03-08 David XuCompile tls.c
2005-02-20 David XuImplement sigwait.
2005-01-31 Matthew DillonRemove _THREAD_SAFE depenendancies. Create weakly...
2004-12-16 Joerg SonnenbergerAdd weak fake pthread functions, which always fail...
2004-06-06 Hiten PandyaImplement POSIX.1-2001 (XSI)'s ulimit(3) library call.
2004-01-06 Eirik Nygaard * Add devname_r(3) function, which takes a buffer...
2003-06-17 Matthew DillonAdd the DragonFly cvs id and perform general cleanups...
2003-06-17 Matthew DillonInitial import from FreeBSD RELENG_4: