Age | Commit message (Expand) | Author |
2004-07-11 | use strtonum instead of strtoul and don't abuse a long for int | Peter Valchev |
2004-07-11 | spaces | Theo de Raadt |
2004-07-11 | Make newsyslog(8) deal correctly with a count of 0 in newsyslog.conf. | Todd C. Miller |
2004-07-11 | need to byteswap string table size before use for the alien endian a.out | Michael Shalayeff |
2004-07-11 | No need to free() after a failing realloc(), we're bailing out anyway. | Otto Moerbeek |
2004-07-11 | prototypes; ok deraadt | Peter Valchev |
2004-07-10 | xmalloc()->xrealloc() so that patterns larger than _POSIX2_LINE_MAX*2-1 | Otto Moerbeek |
2004-07-09 | #ifdef hpux only for m68k or hppa; this needs a revisit since this shows | Theo de Raadt |
2004-07-09 | better includes for syscalls from kernel | Michael Shalayeff |
2004-07-09 | From the other BSDs: fix a bug that made sed(1) fail if the last | Otto Moerbeek |
2004-07-09 | Properly detect if a patch already has been applied, even if there | Otto Moerbeek |
2004-07-09 | You can only use strlcpy() on real C strings, which lf->buffer is not. | Todd C. Miller |
2004-07-09 | post-mortem stuff can go away here too | Theo de Raadt |
2004-07-09 | remove post-mortem stuff (sysctl only here) | Theo de Raadt |
2004-07-09 | when saving a file, check whether it is newline terminated and if it is not, | Vincent Labrecque |
2004-07-09 | typo from rohee@ | Jason McIntyre |
2004-07-08 | make lint happier; vincent ok | Theo de Raadt |
2004-07-08 | misplaced return NULL in the error path | Vincent Labrecque |
2004-07-08 | simplify the file writing loop | Vincent Labrecque |
2004-07-08 | Prevent scp from skipping the file following a double-error. | Darren Tucker |
2004-07-07 | - add shell prompt to command example | Jared Yanovich |
2004-07-06 | various cleanup | Jared Yanovich |
2004-07-06 | add pgrep to .Nm line to allow `apropos/whatis pgrep' to work; | Jason McIntyre |
2004-07-06 | make -w optional to set options, so audioctl is consistent with | Vincent Labrecque |
2004-07-05 | Use strtonum() instead of assigning the value of strtoul() to a uid_t/gid_t. | Todd C. Miller |
2004-07-03 | move sysctl comment on namelist[] entry | Theo de Raadt |
2004-07-03 | Fixes from Jared Yanovich with help from myself and cloder@; OK otto@ | Todd C. Miller |
2004-07-03 | Put s/key functions inside #ifdef SKEY same as monitor.c, | Darren Tucker |
2004-07-03 | Use '\0' not 0 for string; ok djm@, deraadt@ | Darren Tucker |
2004-07-02 | Do not divide by zero in vmstat -t; Nikos Ntarmos. | Miod Vallat |
2004-07-01 | simpilfy warning() and wall | Michael Shalayeff |
2004-07-01 | warn vs perror; __progname; and wall | Michael Shalayeff |
2004-07-01 | use err/errx and __progname; -Wall | Michael Shalayeff |
2004-07-01 | setmode(3) returns void *, not mode_t *. ok millert@ | Otto Moerbeek |
2004-06-30 | convert references in SEE ALSO to .Rs/.Re, w/ a little help from | Jason McIntyre |
2004-06-30 | unbreak TTY break, diagnosed by darren AT dazwin.com; ok markus@ | Damien Miller |
2004-06-29 | use warx instea of fprintf | Michael Shalayeff |
2004-06-29 | kill spaces | Michael Shalayeff |
2004-06-29 | use warn() instead of perror; err*() are used already | Michael Shalayeff |
2004-06-29 | fix alaska and add helicopter and rocket | Michael Shalayeff |
2004-06-29 | repair, Chris Kuethe <ckuethe@ualberta.ca> | Henning Brauer |
2004-06-28 | add -vz to usage(); | Jason McIntyre |
2004-06-28 | Remove unneeded -D flags from CFLAGS. | Mathieu Sauve-Frankel |
2004-06-28 | Unbreak. The bird noises were confusing me. | Ryan Thomas McBride |
2004-06-28 | Theo denys all allegations that he's becoming more relaxed. | Ryan Thomas McBride |
2004-06-28 | Remove special #if defined(__i386__) code from systat and vmstat. We now use | Aaron Campbell |
2004-06-27 | free commit for non-attendie | Michael Shalayeff |
2004-06-27 | errno struct member -> err; ok millert@ | Marco S Hyman |
2004-06-26 | initialise some fd variables to -1, djm@ ok | Anil Madhavapeddy |
2004-06-26 | new sentence, new line; | Jason McIntyre |