Age | Commit message (Expand) | Author |
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 |
2003-09-18 | expand on the realloc no-no section to include adjusting a length before | Ted Unangst |
2003-09-18 | typos from wiz@netbsd (including one from a PR from Quentin Garnier); | Jason McIntyre |
2003-09-08 | typo; ianm@cit.uws.edu.au | Theo de Raadt |
2003-09-07 | typos from Brian Poole; | Jason McIntyre |
2003-09-02 | escape punctuation; | Jason McIntyre |
2003-08-04 | ansify function arguments | Jean-Francois Brousseau |
2003-08-01 | Rename rootd to needslash and invert its value. This fixes the check | Todd C. Miller |
2003-07-31 | fix a proto | Theo de Raadt |
2003-07-21 | Compile llabs.c | Todd C. Miller |
2003-07-21 | llabs(3) for C99 | Todd C. Miller |
2003-07-19 | - just warn in case of mmap/brk failure | Thierry Deval |
2003-07-18 | add missing includes | David Krause |
2003-07-13 | Fix two cases where malloc() returns NULL but does not set errno to ENOMEM. | Otto Moerbeek |
2003-06-17 | Sync with share/misc/license.template and add missing DARPA credit | Todd C. Miller |
2003-06-04 | another term 3 & 4 from tholo after permission | Theo de Raadt |
2003-06-03 | Use an ISC-tyle license for all my code; it is simpler and more permissive. | Todd C. Miller |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2003-06-02 | Remove some lies | Todd C. Miller |
2003-06-02 | Use the getopt() in getopt_long.c which supports some GNU extensions. | Todd C. Miller |
2003-06-01 | - section reorder | Jason McIntyre |
2003-05-24 | typo | Todd C. Miller |
2003-05-24 | Say POSIX-2001 instead of Single Unix v3. They are the same but we generally | Todd C. Miller |
2003-05-14 | Unbreak 64-bit archs... | Thierry Deval |
2003-05-14 | Pointer cleaning. ok ian@, tedu@, krw@ | Thierry Deval |