summaryrefslogtreecommitdiff
path: root/lib/libc/stdlib
AgeCommit message (Expand)Author
1999-11-17Add missing MLINKsTodd C. Miller
1999-11-10Tweaks; millert@Aaron Campbell
1999-11-10calloc.c is backTodd C. Miller
1999-11-10calloc() needs to be separate from malloc in case a user wants to haveTodd C. Miller
1999-11-09Merge calloc(3) man page into malloc.3; as suggested by millert@Aaron Campbell
1999-11-09Move calloc() into malloc.c and only zero out the area if malloc()Todd C. Miller
1999-09-27Formatting and grammar.Aaron Campbell
1999-09-16use writev() where possibleTheo de Raadt
1999-09-14Supply examples and discuss limitations.Paul Janzen
1999-09-13use stronger language when pointing people at strtol()Theo de Raadt
1999-09-07typoMarc Espie
1999-09-06succesful -> successfulAaron Campbell
1999-07-20better english; deraadt@/millert@Aaron Campbell
1999-07-04trash some old leftover macros and replace them with -mdoc macrosAaron Campbell
1999-07-02remove extra comma from .Dd arguments: "Month ##, ####" is the correct format,Aaron Campbell
1999-06-29first round of repairs on stdlibAaron Campbell
1999-05-28"SEE ALSO" -> SEE ALSO, missed these files beforeAaron Campbell
1999-05-27more missing .El macros filled inAaron Campbell
1999-05-27getopt(3) does not return -1 when encountering unrecognized optionsAaron Campbell
1999-05-25punctuationAaron Campbell
1999-05-23remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-commonAaron Campbell
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