summaryrefslogtreecommitdiff
path: root/lib/libc/stdlib
AgeCommit message (Expand)Author
1999-05-16Cleanup xrefs under SEE ALSO. Specifically:Alex Feldman
1999-05-10correct some Xr's which referred to the wrong man page sectionsAaron Campbell
1999-03-23Clarify realloc return valueTodd C. Miller
1999-03-11fix more comma splices that involve misuse of conjunctive adverbsPaul Janzen
1999-02-27make function names the correct caseTheo de Raadt
1999-02-03wrong ret type for write define (millert@)David Leonard
1999-02-01malloc can't use write() if it fails very early, so use the unwrapped syscall...David Leonard
1998-12-07No need to cast to they type we already are. Also minor KNFTodd C. Miller
1998-12-07remove bogus divide, fixes pr #656Todd C. Miller
1998-11-22bad longTheo de Raadt
1998-11-20Add thread-safety to libc, so that libc_r will build (on i386 at least).David Leonard
1998-11-17add MLINK for malloc.conf.5 man page, also add FILES section to malloc.3; fries@Aaron Campbell
1998-11-10getenv() result is read-only, unless you're looking for trouble.Marc Espie
1998-08-28define hppa as an ieeeMichael Shalayeff
1998-08-15document the common misuse of reallocTheo de Raadt
1998-08-12Make code ANSI/ISO C conformant. Formerly undefined constructs were usedNiklas Hallqvist
1998-08-11Temporary fix for a GCC aliasing bug/misfeature that hits hereNiklas Hallqvist
1998-08-06Don't enumerate every arch in the #if since all OpenBSD platforms use the sam...Todd C. Miller
1998-07-16change to lite2 getenv(); getenv(NULL) now returns NULLTheo de Raadt
1998-07-05add .Xr's for all the random functions in libcTodd C. Miller
1998-06-28Oh fun, mucking about with files used on all archs.Dale S. Rahn
1998-06-21Remove the advertising clause in my old license, it impedes free useTodd C. Miller
1998-06-15use Bx macro for BSD versionsMichael Shalayeff
1998-05-18readlink(path, buf, sizeof buf-1). Never forget that -1.Theo de Raadt
1998-05-05indent niceTheo de Raadt
1998-04-28use Xr more oftenTheo de Raadt
1998-04-25indent; dimaTheo de Raadt
1998-02-07More XPG4.2 --Todd C. Miller
1998-02-06size_t n in initstate(); XPGTheo de Raadt
1998-02-02Don't override environ if realloc() fails. Pointed out byTodd C. Miller
1998-01-02make mmap() return void *, add MAP_FAILEDTheo de Raadt
1997-08-23Change realloc(foo,0) to behave like malloc(0). Both now return a pointerPer Fogelstrom
1997-08-22malloc_init() should try to not modify errnoTheo de Raadt
1997-08-20Move getsubopt(3) to stdlib like lite2 and XPG4.2 say...Todd C. Miller
1997-08-18Install a64l/l64a man page. Also, tsearch.3 and friends were notTodd C. Miller
1997-08-17Man page for a64l(3) and l64a(3), based on a64l.3 from the MiNT docs 0.1.Todd C. Miller
1997-07-17fix XrTheo de Raadt
1997-07-02Use MALLOC_EXTRA_SANITY consistently (EXTRA_SANITY was used in many places)Todd C. Miller
1997-07-01Include <stdlib.h> for malloc() proto.Todd C. Miller
1997-06-22Make sure we don't get stuck in a loop when trying to clean up stdioThorsten Lockert
1997-06-20add ELOOP support; shigio@wafu.netgate.netTheo de Raadt
1997-06-20typecastoramaTheo de Raadt
1997-06-15First cut at documentinf tsearch(3) -- needs work.Todd C. Miller
1997-06-14Fix decl for tfind(3)Todd C. Miller
1997-06-14damn, no tsearch(3)Theo de Raadt
1997-06-13PD tsearch as reqd by xpg; by esrTheo de Raadt
1997-06-02incorrect description; bgrayson@ece.utexas.eduTheo de Raadt
1997-05-31Make it possible to not output warnings (errors causing aborts are alwaysThorsten Lockert
1997-05-31Add x/X option to behave like X11 xmalloc; from FreeBSDThorsten Lockert
1997-05-30for i in `find . -name \*.[123456789] -exec grep '^.Dd ' {} /dev/null \; | \Theo de Raadt