summaryrefslogtreecommitdiff
path: root/lib/libc/stdlib
AgeCommit message (Expand)Author
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
2004-05-06typo; sq@oganer.netTheo de Raadt
2004-05-04sort SEE ALSO;Jason McIntyre
2004-05-03Be smarter about signed vs. unsigned (produces better error messages).Todd C. Miller
2004-05-03Add _Exit(3) as per C99. Discussed with espie@ some time ago.Todd C. Miller
2004-05-03typo spotted by grangeTed Unangst
2004-05-03strtonum, a nicer version of strtoll, by millert and myself.Ted Unangst
2004-04-12Clean up malloc_active state when aborting.Thierry Deval
2004-02-19Sanity fix.Thierry Deval
2004-02-10kill memory.3;Jason McIntyre
2004-02-09punctuate variable; okay jmc@.Marc Espie
2004-02-04Traditionally, getopt(3) has treated "--foo" the same as "--". However,Todd C. Miller
2004-02-04H comes before J;Jason McIntyre
2004-02-03Obsoleted by getopt_long.cTodd C. Miller
2004-02-03Correct the arm ifdefs previously inserted, is working correctly now.Dale Rahn
2004-02-02'F'reeguard doc, as reported missing by brad. nit free thanks to jmcTed Unangst
2004-02-01s/arm32/arm/ with VFP bit to match netbsd.Dale Rahn
2004-01-28the rest of the libs stuff; from art@ againMichael Shalayeff
2004-01-25use new .St macro;Jason McIntyre
2004-01-23`Ns' implies `No', so `Ns No' -> `Ns'; (even simpler in adduser(8))Jason McIntyre
2004-01-20Call _exit() not exit() from abort() if we are unable to kill ourselvesTodd C. Miller
2004-01-06- Rename index to longindex and explain its use.Federico G. Schwindt
2003-11-25wording improvements from Brian Poole;Jason McIntyre
2003-11-19only whine about recursion once, so we don't get into problems with loops.Ted Unangst
2003-10-16by popular demand, malloc guard pages. insert an unreadable/unwriteableTed Unangst
2003-10-15abort on errors by default. workaround so running out of memory isn'tTed Unangst
2003-10-02two minor fixes. set errno on recursive calls. ENOMEM suggested by marc@.Ted Unangst
2003-10-01updates and corrections to the references in SEE ALSO;Jason McIntyre
2003-09-30full stop. reverse course. remove all periods, so as to be alignedTed Unangst
2003-09-27remove register. end all sentences with periods.Ted Unangst
2003-09-26It is safe to pass free() a NULL pointer since C89; update example toTodd C. Miller
2003-09-25improve example even moreTheo de Raadt
2003-09-22Document the optional argument support and as well as where we differ fromTodd C. Miller
2003-09-22If permutation is disabled (as it is via getopt(3) or when POSIXLY_CORRECTTodd C. Miller