Age | Commit message (Expand) | Author |
2007-11-27 | typos; ok jmc@ | Martynas Venckus |
2007-11-26 | typos; ok jmc@ | Martynas Venckus |
2007-11-25 | spelling fixes, from Martynas Venckus; | Jason McIntyre |
2007-11-12 | Remove space/tab compression function from lgetc() and replace | Marco Pfatschbacher |
2007-11-10 | remove "unused variable" warning appearing when building release | Charles Longeau |
2007-11-07 | properly exit >0 when encountering bad md5 in cheklist | Charles Longeau |
2007-11-06 | fix format string | Charles Longeau |
2007-11-04 | some small nonfunctional tweaks. ok beck millert | Ted Unangst |
2007-11-03 | - standard EXAMPLES | Jason McIntyre |
2007-11-02 | add man page for chio.conf; missing file spotted by deraadt | Jason McIntyre |
2007-11-02 | +.Xr chio 1 , | Jason McIntyre |
2007-11-01 | there is a reason why the argument to -l is "exit_status": as well as | Jason McIntyre |
2007-10-31 | clamp -ttttttttt test counter to 1B, so that it does not wrap negative; | Theo de Raadt |
2007-10-17 | remove "unused variable" warnings | Charles Longeau |
2007-10-16 | sync the synopsis and usage of commands | Igor Sobrado |
2007-10-16 | Allow '=' to end a number in all lexers. | Marco Pfatschbacher |
2007-10-16 | in the lex... even inside quotes, a \ followed by space or tab should | Theo de Raadt |
2007-10-15 | specifying int instead of just unsigned is better style | Theo de Raadt |
2007-10-13 | in all these programs using the same pfctl-derived parse.y, re-unify the | Theo de Raadt |
2007-10-11 | next step in the yylex unification: handle quoted strings in a nicer fashion | Theo de Raadt |
2007-09-24 | typos; from Pierre Riteau | Jason McIntyre |
2007-09-22 | warn should return an error message for chmod, not for chown | Igor Sobrado |
2007-09-16 | "source" and "target" can be either files or directories; | Igor Sobrado |
2007-09-11 | macro argument unused, using local instead; spotted by mpf | Theo de Raadt |
2007-09-11 | extend lex to spot numbers in the stream, without impacting the parsing | Theo de Raadt |
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 |