<stdlib.h>: Adjust the visibility of our C11 functions.
[dragonfly.git] / include / stdlib.h
2012-08-09 Sascha Wildner<stdlib.h>: Adjust the visibility of our C11 functions.
2012-06-14 Sascha Wildners/__const/const/ in some header files.
2012-05-05 John Marinorealpath(3): Upgrade to POSIX IEEE Std 1003.1-2008
2012-02-24 Venkatesh Srinivaslibc -- stdlib: Implement aligned_alloc from C11.
2012-02-24 Venkatesh Srinivaslibc -- stdlib: Implement quick_exit and at_quick_exit...
2011-11-26 John MarinoInitial import of binutils 2.22 on the new vendor branch
2010-07-20 Sascha WildnerFix the VKERNEL build.
2009-09-01 Alex Hornungpty - Introduce unix98 ptys
2009-08-11 Sascha Wildnerstdlib.h: Adjust indentation a bit.
2009-08-04 Matthew DillonDEVFS - rollup - Userland, nrelease, and installer
2009-04-28 Matthew DillonAdd posix_memalign(), fix minor bug in nmalloc.
2009-04-11 Peter AvalosComment out granpt() from stdlib.h.
2009-04-07 Sascha WildnerSync a couple of prototypes (mknod(), mktemp() ...
2009-04-07 Peter AvalosSync getcap() with FreeBSD:
2009-04-07 Peter AvalosReplace our strtod with the gdtoa package.
2009-04-07 Peter AvalosSync libc/stdlib with FreeBSD (ignoring jemalloc, pts...
2008-12-28 Peter AvalosAdd nsswitch support.
2008-06-05 Sascha WildnerInclude <sys/_null.h> for the definition of NULL.
2008-01-25 Sascha WildnerAdd lldiv_t and a prototype for lldiv().
2007-11-24 Simon SchubertAdd llabs(3).
2006-12-05 Matthew DillonFor the moment conditionally remove the declaration...
2006-09-28 Simon SchubertUpdate strtonum(3) to the latest OpenBSD version, which...
2005-11-01 Joerg SonnenbergerAdd missing atoll.
2005-04-30 Jeroen Ruigrok/asmodaiBack out getloadavg()'s change from int to size_t....
2005-04-27 Joerg SonnenbergerUse size_t for the number of elements, use sysctlbyname...
2005-04-26 Joerg SonnenbergerCorrect types for devname[_r].
2005-04-26 Joerg SonnenbergerChange arc4random_addrandom to pass the more natural...
2005-04-26 Joerg SonnenbergerInclude sys/types.h to get uid_t and gid_t.
2005-04-26 Joerg Sonnenbergeruse uid_t / gid_t for prototype in stdlib.h, ANSIfy.
2005-04-21 Joerg SonnenbergerComplete Citrus import. Import message catalog implemen...
2005-01-05 Joerg SonnenbergerAdd ISO C99's _Exit, which is identical to _exit.
2004-08-15 Joerg SonnenbergerAdd strotonum(3) into the !ANSI_SOURCE ...
2004-02-26 Joerg SonnenbergerRemove parameter names, adjust white spaces in prototyp...
2004-01-06 Eirik Nygaard * Add devname_r(3) function, which takes a buffer...
2003-11-15 Jeroen Ruigrok/asmodaiChange wrapping definition from ending in DECLARED_...
2003-11-14 Matthew DillonRemove __P() macros from include/
2003-11-09 Matthew DillonCore integer types header file reorganization stage...
2003-06-17 Matthew DillonAdd the DragonFly cvs id and perform general cleanups...
2003-06-17 Matthew DillonInitial import from FreeBSD RELENG_4: