summaryrefslogtreecommitdiff
path: root/bin
AgeCommit message (Expand)Author
2007-11-27typos; ok jmc@Martynas Venckus
2007-11-26typos; ok jmc@Martynas Venckus
2007-11-25spelling fixes, from Martynas Venckus;Jason McIntyre
2007-11-12Remove space/tab compression function from lgetc() and replaceMarco Pfatschbacher
2007-11-10remove "unused variable" warning appearing when building releaseCharles Longeau
2007-11-07properly exit >0 when encountering bad md5 in cheklistCharles Longeau
2007-11-06fix format stringCharles Longeau
2007-11-04some small nonfunctional tweaks. ok beck millertTed Unangst
2007-11-03- standard EXAMPLESJason McIntyre
2007-11-02add man page for chio.conf; missing file spotted by deraadtJason McIntyre
2007-11-02+.Xr chio 1 ,Jason McIntyre
2007-11-01there is a reason why the argument to -l is "exit_status": as well asJason McIntyre
2007-10-31clamp -ttttttttt test counter to 1B, so that it does not wrap negative;Theo de Raadt
2007-10-17remove "unused variable" warningsCharles Longeau
2007-10-16sync the synopsis and usage of commandsIgor Sobrado
2007-10-16Allow '=' to end a number in all lexers.Marco Pfatschbacher
2007-10-16in the lex... even inside quotes, a \ followed by space or tab shouldTheo de Raadt
2007-10-15specifying int instead of just unsigned is better styleTheo de Raadt
2007-10-13in all these programs using the same pfctl-derived parse.y, re-unify theTheo de Raadt
2007-10-11next step in the yylex unification: handle quoted strings in a nicer fashionTheo de Raadt
2007-09-24typos; from Pierre RiteauJason McIntyre
2007-09-22warn should return an error message for chmod, not for chownIgor Sobrado
2007-09-16"source" and "target" can be either files or directories;Igor Sobrado
2007-09-11macro argument unused, using local instead; spotted by mpfTheo de Raadt
2007-09-11extend lex to spot numbers in the stream, without impacting the parsingTheo de Raadt
2007-09-06Be more smart waiting for input for non-interactive scripts. FixOtto Moerbeek
2007-09-05Call ERR trap _before_ doing exit handling. Otherwise it's too lateOtto Moerbeek
2007-09-03malloc(n * m) -> calloc(n, m); ok espieTheo de Raadt
2007-09-03Unsetting a non-existent variable is not an error. SeeOtto Moerbeek
2007-09-02use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsgTheo de Raadt
2007-09-01malloc(n * m) -> calloc(n, m); from zinovikTheo de Raadt
2007-08-06the ellipsis is not an optional argument; while here, sync the usageIgor Sobrado
2007-08-02backout last change; iff is right.Federico G. Schwindt
2007-08-02while i'm here: iff -> ifFederico G. Schwindt
2007-08-02another memory leak fix found by coverity. from netbsd but modified.Federico G. Schwindt
2007-08-02fix memory leaks and one potential null deref found by coverity. from netbsd.Federico G. Schwindt
2007-08-01escape [, ], and ? as well. from cbiere@netbsd.Federico G. Schwindt
2007-07-31Adapted from DragonflyBSD revisions 1.10 and 1.11: warn when sourceRay Lai
2007-07-27Separate code a little, making it clearer. From Gilles ChehadeRay Lai
2007-07-26STDIN_FILENO is better than fileno(stdin); zinovik@cs.karelia.ruTheo de Raadt
2007-07-17sync usage(); from Tobias StoeckmannJason McIntyre
2007-06-25Greg A. Woods: stty(1) should mention tty(4)Jason McIntyre
2007-06-15keep trailing slashes in path normalization, as these might result inNikolay Sturm
2007-06-06don;t try to handle obsolete protocols, print functions so cosmetics onlyHenning Brauer
2007-06-06Unlink files with multiple links when -P flag is specified insteadRay Lai
2007-06-02s/FALLTROUGH/FALLTHROUGH/Moritz Jodeit
2007-06-01fix -Wall 'implicit declaration' of err & errx: s/errno.h/err.h/; ok deraadt...Constantine A. Murenin
2007-05-31Only process ENV when in interactive mode as SU says. Started byOtto Moerbeek
2007-05-31convert to new .Dd format;Jason McIntyre
2007-05-30some i missed...Jason McIntyre