summaryrefslogtreecommitdiff
path: root/lib/libc/stdlib
AgeCommit message (Expand)Author
2005-08-08zap remaining rcsid.Marc Espie
2005-08-06tell people that atexit is bad; ok jmcTheo de Raadt
2005-07-26kill errant blank line;Jason McIntyre
2005-07-26- typos, punctuation, layout, macro tweaksJared Yanovich
2005-07-26- typos, grammar, punctuation, layout tweaksJared Yanovich
2005-07-26provide a description of the EXAMPLE; ok jmcJared Yanovich
2005-07-26note when these first appeared; ok jmcJared Yanovich
2005-07-07kill errant full stop;Jason McIntyre
2005-07-07got to be a pasto...Jason McIntyre
2005-07-07Fix the unmapping of freed pages, leaving just 64k worth of cache pages.Thierry Deval
2005-07-01whitespace;Jason McIntyre
2005-07-01More robust example of numeric argument handling. The old exampleTodd C. Miller
2005-06-17no longer a need for the free(malloc(1)) hack, because the brk stuffTheo de Raadt
2005-06-07no need to insert spacing between list members;Jason McIntyre
2005-06-07adding pointer protection to 'G' was too heavyweight. Since malloc guardTed Unangst
2005-05-24add a note describing latest guard featureTed Unangst
2005-05-24handle sizeof(void *) allocations specially when using malloc guard.Ted Unangst
2005-05-11Update HISTORY fixing some facts, while it is not clear if theOtto Moerbeek
2005-05-11major abi changes:Marc Espie
2005-04-14mark up NULL w/ .Dv;Jason McIntyre
2005-04-14make it crystal clear that errstr is NULL after successTed Unangst
2005-04-03Xr readlink(1). ok jmc@Otto Moerbeek
2005-03-31MMAP(2) malloc, here we go again.Thierry Deval
2005-03-30ansi + de-registerPatrick Latifi
2005-03-30Do not promise anything about the contents of resolved on failure.Otto Moerbeek
2005-03-29Make realpath() thread-safe. New implementation does not use chdir(2) at all.Brad Smith
2005-03-26Document that historic BSD getopt(3) set optopt for each char, not justTodd C. Miller
2005-03-02Fix typo that breaks compilation #ifndef __weak_alias; Francois PerradTodd C. Miller
2005-02-25Be correct in our man pages when talking about NUL termination (that is,Chad Loder
2005-02-16Stash the environment pointer we get from realloc() instead of justTodd C. Miller
2005-02-07tidy up ERRORS and STANDARDS;Jason McIntyre
2004-12-22tweaks from michael knudsen;Jason McIntyre
2004-12-07Document why not to set optind = 0. Inspired by and OK jfb@Todd C. Miller
2004-11-30Check strlc{py,at} return value and return NULL upon truncation insteadTodd C. Miller
2004-11-22.{N,O}x fixes;Jason McIntyre
2004-10-01add some missing $, ok djm@ 'That looks fine to me' millert@Jonathan Gray
2004-09-21Add HISTORY; from Jose NazarioTodd C. Miller
2004-08-22mention strtonum(3)Jared Yanovich
2004-08-11Back out to brk(2) version.Thierry Deval
2004-08-05- Remove the userland data limit check. It's mmap(2)'s job.Thierry Deval
2004-08-04Missing check for NULL.Thierry Deval
2004-08-03It's not really possible to make strtonum() deal with unsigned longTodd C. Miller
2004-08-01After a long gestation period, here comes our custom version of malloc(3)Thierry Deval
2004-07-16Do not forget to test the lower bound if the upper bound > LLONG_MAX.Otto Moerbeek
2004-07-16Avoid comparing unsigned and signed long longs since the signedTodd C. Miller
2004-07-02kill dead .Xr to memory(3);Jason McIntyre
2004-06-24Working hcreate(3) et al from NetBSD (cgd) via ray at cyth dot net.Todd C. Miller
2004-06-21errno -> err in a structure. OK deraadt@Marco S Hyman
2004-06-03An optional argument cannot start with '-', even if permutation isTodd C. Miller
2004-05-06improved man page, with example and error strings, suggested by deraadt@Ted Unangst