summaryrefslogtreecommitdiff
path: root/lib/libc/stdlib
AgeCommit message (Expand)Author
2003-11-26improve random number generation by using largest 31-bit primejdolecek
2003-10-27Overhaul how `build.sh tools' are used:lukem
2003-10-05Style fixes to reduce diff size against the FreeBSD version, notably:junyoung
2003-09-23Slight syncing with OpenBSD version.wiz
2003-09-19add warning on realloc() size de-synchronization. from openbsditojun
2003-09-10Use standard section headers, suggested by jmc@openbsd. Sort sections.wiz
2003-09-10Pull over some improvements from OpenBSD's v1.26 of this file, includingwiz
2003-09-10getopt return value has to be held in int, not char.itojun
2003-09-09Fix typos and declare a missing variable in example. From Quentin Garnier in ...wiz
2003-09-08Use St -isoC-9X instead of St -isoC9X, to be in sync with groff.wiz
2003-09-07Fix typos in comments; from Brian Poole via jmc@openbsd.wiz
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-07-26netbsd.org->NetBSD.orgsalo
2003-07-23call malloc_init() on first call to free/realloc, to make malloc.conf toitojun
2003-06-27Remove superfluous comma.wiz
2003-06-27Quote question mark.wiz
2003-06-03Add atoll(3) to libnbcompat. We need it when building target's gccuwe
2003-05-29KNF example: NULL vs. 0, space after switch.kleink
2003-05-10Misc fixes from jmc@openbsd.wiz
2003-04-16Usewiz
2003-04-13Warn if the old unsetenv() is referenced.kleink
2003-04-07Observed in other places: move __unsetenv13.c near unsetenv.c, onlykleink
2003-04-07unsetenv(3) returns "int" nowdrochner
2003-04-07compile unsetenv(3) into libc or you'll mess up your systemdrochner
2003-04-071003.1-2001 has introduced unsetenv() which differs from the currentkleink
2003-03-19When implementing a recursive mutex, it helps if you remember tonathanw
2003-03-04Don't acquire __environ_lock around exec*() calls; nothing requiresnathanw
2003-03-04Fix lib/20558:thorpej
2003-03-01Add _Exit(), for C99 and POSIX-2001.bjh21
2003-03-01Rewrite atexit(3), and add support for __cxa_atexit()/__cxa_finalize(),thorpej
2003-02-08Use definition in "namespace.h" to rename functions, not home grown.itohy
2003-01-29Provide some more details for papers by Bentley/M.D. McIlroy and byheinz
2003-01-20Fix lib/17248 properlydsl
2003-01-18s/_REENT/_REENTRANT/christos
2003-01-18Merge the nathanw_sa branch.thorpej
2002-12-09Add a couple of missing THREAD_UNLOCK's, for the error exit path.chris
2002-11-29a <-> an fixes.wiz
2002-11-29add strsuftoll(3) and strsuftollx(3) - parse a string for a numberlukem
2002-11-15Fix indent in sample code.enami
2002-11-11Fix signed/unsigned comparison warnings.thorpej
2002-11-11Fix signed/unsigned comparison warnings.thorpej
2002-10-06pull in config.h (et al) for libnbcompatlukem
2002-10-02Grammar fixes and markup improvements.wiz
2002-10-02completely with only one "el".wiz
2002-10-01New sentence, new line. From Robert Elz.wiz
2002-08-20Mark up NULL and ENOMEM.wiz
2002-08-20Remove superfluous double quotes and a superfluous Ns.wiz
2002-08-11bring in EXAMPLES and a note.yamt
2002-08-11bring in EXAMPLES from OpenBSD.yamt
2002-08-11- more description about realloc.yamt