Age | Commit message (Expand) | Author |
2007-09-06 | Be more smart waiting for input for non-interactive scripts. Fix | Otto Moerbeek |
2007-09-05 | Call ERR trap _before_ doing exit handling. Otherwise it's too late | Otto Moerbeek |
2007-09-03 | malloc(n * m) -> calloc(n, m); ok espie | Theo de Raadt |
2007-09-03 | Unsetting a non-existent variable is not an error. See | Otto Moerbeek |
2007-09-02 | use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsg | Theo de Raadt |
2007-09-01 | malloc(n * m) -> calloc(n, m); from zinovik | Theo de Raadt |
2007-08-06 | the ellipsis is not an optional argument; while here, sync the usage | Igor Sobrado |
2007-08-02 | backout last change; iff is right. | Federico G. Schwindt |
2007-08-02 | while i'm here: iff -> if | Federico G. Schwindt |
2007-08-02 | another memory leak fix found by coverity. from netbsd but modified. | Federico G. Schwindt |
2007-08-02 | fix memory leaks and one potential null deref found by coverity. from netbsd. | Federico G. Schwindt |
2007-08-01 | escape [, ], and ? as well. from cbiere@netbsd. | Federico G. Schwindt |
2007-07-31 | Adapted from DragonflyBSD revisions 1.10 and 1.11: warn when source | Ray Lai |
2007-07-27 | Separate code a little, making it clearer. From Gilles Chehade | Ray Lai |
2007-07-26 | STDIN_FILENO is better than fileno(stdin); zinovik@cs.karelia.ru | Theo de Raadt |
2007-07-17 | sync usage(); from Tobias Stoeckmann | Jason McIntyre |
2007-06-25 | Greg A. Woods: stty(1) should mention tty(4) | Jason McIntyre |
2007-06-15 | keep trailing slashes in path normalization, as these might result in | Nikolay Sturm |
2007-06-06 | don;t try to handle obsolete protocols, print functions so cosmetics only | Henning Brauer |
2007-06-06 | Unlink files with multiple links when -P flag is specified instead | Ray Lai |
2007-06-02 | s/FALLTROUGH/FALLTHROUGH/ | Moritz Jodeit |
2007-06-01 | fix -Wall 'implicit declaration' of err & errx: s/errno.h/err.h/; ok deraadt... | Constantine A. Murenin |
2007-05-31 | Only process ENV when in interactive mode as SU says. Started by | Otto Moerbeek |
2007-05-31 | convert to new .Dd format; | Jason McIntyre |
2007-05-30 | some i missed... | Jason McIntyre |
2007-05-29 | note some flags which differ in behaviour from posix; | Jason McIntyre |
2007-05-29 | - consistent STANDARDS blurb | Jason McIntyre |
2007-05-29 | remove compat netbsd stuff | Otto Moerbeek |
2007-05-25 | Remove y2k hack. If no century is specified, use the current one. | Todd C. Miller |
2007-05-19 | simplify the description of -R; from Jeffrey 'jf' Lim | Jason McIntyre |
2007-05-18 | prettier Makefiles | Theo de Raadt |
2007-05-15 | don't assume 4-byte aligned memory when intercepting a string | Nikolay Sturm |
2007-05-08 | small update, now that -g does something; ok millert | Jason McIntyre |
2007-05-07 | Change the -g flag from a no-op to be POSIX conforming. We allow the | Todd C. Miller |
2007-04-30 | ffs2 support for reading df data directly from device; ok millert@ pedro@ | Otto Moerbeek |
2007-04-25 | the non existent -W option is removed from the usage() | Igor Sobrado |
2007-04-14 | if we define a constant for the OPTSTRING, we can as well use it. | Alexander von Gernler |
2007-04-13 | Userland gets 7 chars of wchan, not 6; noticed by thib@ | Miod Vallat |
2007-04-13 | allow multiple -t to increase the test count. cpus are getting too fast. | Ted Unangst |
2007-04-12 | use UTC instead of GMT0 for -u; from Jared R.R.Spiegel <jrrs@ice-nine.org> | Christian Weisgerber |
2007-04-06 | when copying regular files, look for blocks of zeroes. when we see them, | Ted Unangst |
2007-04-04 | For verbose archive listings, use -> for symlinks, not =>, | Todd C. Miller |
2007-03-29 | Fix a cust & pasto | Todd C. Miller |
2007-03-29 | Do not print a warning that no valid checksums were found if there | Todd C. Miller |
2007-03-28 | Supress warnings for the first getopt() pass. Otherwise, | Todd C. Miller |
2007-03-27 | Fix spelling of hexadecimal. Noted by jmc@ and Steven Mestdagh. | Todd C. Miller |
2007-03-27 | Add base64 support to cksum and friends. Output encoding can | Todd C. Miller |
2007-03-22 | Fix handling of multiple stdin arguments in cooked mode, closes PR 5418. | Todd C. Miller |
2007-03-20 | sync usage(); from Igor Sobrado | Jason McIntyre |
2007-03-20 | augment the -q option, now if specifed with -c (checklist) | Thordur I. Bjornsson |