Age | Commit message (Expand) | Author |
2004-11-30 | Check strlc{py,at} return value and return NULL upon truncation instead | Todd C. Miller |
2004-11-22 | .{N,O}x fixes; | Jason McIntyre |
2004-10-01 | add some missing $, ok djm@ 'That looks fine to me' millert@ | Jonathan Gray |
2004-09-21 | Add HISTORY; from Jose Nazario | Todd C. Miller |
2004-08-22 | mention strtonum(3) | Jared Yanovich |
2004-08-11 | Back 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-04 | Missing check for NULL. | Thierry Deval |
2004-08-03 | It's not really possible to make strtonum() deal with unsigned long | Todd C. Miller |
2004-08-01 | After a long gestation period, here comes our custom version of malloc(3) | Thierry Deval |
2004-07-16 | Do not forget to test the lower bound if the upper bound > LLONG_MAX. | Otto Moerbeek |
2004-07-16 | Avoid comparing unsigned and signed long longs since the signed | Todd C. Miller |
2004-07-02 | kill dead .Xr to memory(3); | Jason McIntyre |
2004-06-24 | Working hcreate(3) et al from NetBSD (cgd) via ray at cyth dot net. | Todd C. Miller |
2004-06-21 | errno -> err in a structure. OK deraadt@ | Marco S Hyman |
2004-06-03 | An optional argument cannot start with '-', even if permutation is | Todd C. Miller |
2004-05-06 | improved man page, with example and error strings, suggested by deraadt@ | Ted Unangst |
2004-05-06 | typo; sq@oganer.net | Theo de Raadt |
2004-05-04 | sort SEE ALSO; | Jason McIntyre |
2004-05-03 | Be smarter about signed vs. unsigned (produces better error messages). | Todd C. Miller |
2004-05-03 | Add _Exit(3) as per C99. Discussed with espie@ some time ago. | Todd C. Miller |
2004-05-03 | typo spotted by grange | Ted Unangst |
2004-05-03 | strtonum, a nicer version of strtoll, by millert and myself. | Ted Unangst |
2004-04-12 | Clean up malloc_active state when aborting. | Thierry Deval |
2004-02-19 | Sanity fix. | Thierry Deval |
2004-02-10 | kill memory.3; | Jason McIntyre |
2004-02-09 | punctuate variable; okay jmc@. | Marc Espie |
2004-02-04 | Traditionally, getopt(3) has treated "--foo" the same as "--". However, | Todd C. Miller |
2004-02-04 | H comes before J; | Jason McIntyre |
2004-02-03 | Obsoleted by getopt_long.c | Todd C. Miller |
2004-02-03 | Correct 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 jmc | Ted Unangst |
2004-02-01 | s/arm32/arm/ with VFP bit to match netbsd. | Dale Rahn |
2004-01-28 | the rest of the libs stuff; from art@ again | Michael Shalayeff |
2004-01-25 | use new .St macro; | Jason McIntyre |
2004-01-23 | `Ns' implies `No', so `Ns No' -> `Ns'; (even simpler in adduser(8)) | Jason McIntyre |
2004-01-20 | Call _exit() not exit() from abort() if we are unable to kill ourselves | Todd C. Miller |
2004-01-06 | - Rename index to longindex and explain its use. | Federico G. Schwindt |
2003-11-25 | wording improvements from Brian Poole; | Jason McIntyre |
2003-11-19 | only whine about recursion once, so we don't get into problems with loops. | Ted Unangst |
2003-10-16 | by popular demand, malloc guard pages. insert an unreadable/unwriteable | Ted Unangst |
2003-10-15 | abort on errors by default. workaround so running out of memory isn't | Ted Unangst |
2003-10-02 | two minor fixes. set errno on recursive calls. ENOMEM suggested by marc@. | Ted Unangst |
2003-10-01 | updates and corrections to the references in SEE ALSO; | Jason McIntyre |
2003-09-30 | full stop. reverse course. remove all periods, so as to be aligned | Ted Unangst |
2003-09-27 | remove register. end all sentences with periods. | Ted Unangst |
2003-09-26 | It is safe to pass free() a NULL pointer since C89; update example to | Todd C. Miller |
2003-09-25 | improve example even more | Theo de Raadt |
2003-09-22 | Document the optional argument support and as well as where we differ from | Todd C. Miller |
2003-09-22 | If permutation is disabled (as it is via getopt(3) or when POSIXLY_CORRECT | Todd C. Miller |