Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-10-17 | remove "unused variable" warnings | Charles Longeau | |
tested by deraadt@ on a gcc2 arch looks ok ray@ ok deraadt@ | |||
2007-10-16 | sync the synopsis and usage of commands | Igor Sobrado | |
ok jmc@ | |||
2007-10-16 | Allow '=' to end a number in all lexers. | Marco Pfatschbacher | |
Requested and OK deraadt@ | |||
2007-10-16 | in the lex... even inside quotes, a \ followed by space or tab should | Theo de Raadt | |
expand to space or tab, and a \ followed by newline should be ignored (as a line continuation). compatible with the needs of hoststated (which has the most strict quoted string requirements), and ifstated (where one commonly does line continuations in strings). pointed out by mpf, discussed with pyr | |||
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 | |
yylex implementation and the code which interacts with yylex. this also brings the future potential for include support to all of the parsers. in the future please do not silly modifications to one of these files without checking if you are de-unifying the code. checked by developers in all these areas. | |||
2007-10-11 | next step in the yylex unification: handle quoted strings in a nicer fashion | Theo de Raadt | |
as found in hoststated, and make all the code diff as clean as possible. a few issues remain mostly surrounding include support, which will likely be added to more of the grammers soon. ok norby pyr, others | |||
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 | |
ok millert@ | |||
2007-09-16 | "source" and "target" can be either files or directories; | Igor Sobrado | |
cp(1) and ln(1) must have a synopsis consistent with mkdir(1), mv(1), rmdir(1) and others ok jmc@, millert@, otto@ | |||
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 | |
of ip addresses and such. this change is being pushed into all the pfctl derived parsers, starting with the easy ones. chio does not yet use the NUMBER token, but may one day. ok krw | |||
2007-09-06 | Be more smart waiting for input for non-interactive scripts. Fix | Otto Moerbeek | |
based on a diff from debian: see their bug#296446. ok millert@ sobrado@ | |||
2007-09-05 | Call ERR trap _before_ doing exit handling. Otherwise it's too late | Otto Moerbeek | |
and the ERR trap won't get called at all. ok millert@ | |||
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 | |
http://www.opengroup.org/onlinepubs/009695399/utilities/unset.html report from Arkadiusz Miskiewicz; fixed based on http://cvs.pld-linux.org diff; ok millert@ fgsch@ | |||
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 | |
and synopsis of commands lots of good ideas by jmc@ ok jmc@ | |||
2007-08-02 | backout last change; iff is right. | Federico G. Schwindt | |
prompted by deraadt@ | |||
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 | |
millert@ ok. | |||
2007-08-02 | fix memory leaks and one potential null deref found by coverity. from netbsd. | Federico G. Schwindt | |
millert@ ok | |||
2007-08-01 | escape [, ], and ? as well. from cbiere@netbsd. | Federico G. Schwindt | |
millert@ ok. | |||
2007-07-31 | Adapted from DragonflyBSD revisions 1.10 and 1.11: warn when source | Ray Lai | |
and target are identical. When -f is specified, don't delete source. OK sobrado, feedback from paesco, kettenis, and tedu. | |||
2007-07-27 | Separate code a little, making it clearer. From Gilles Chehade | Ray Lai | |
<root at evilkittens dot org>. Reset blen on malloc failure. Match blen type with st_blksize. OK moritz@ | |||
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 | |
errors otherwise hidden by systrace noticed by naddy, ok ray on an earlier version of this diff | |||
2007-06-06 | don;t try to handle obsolete protocols, print functions so cosmetics only | Henning Brauer | |
ok otto ray | |||
2007-06-06 | Unlink files with multiple links when -P flag is specified instead | Ray Lai | |
of just warning and skipping the file. OK millert and jmc. | |||
2007-06-02 | s/FALLTROUGH/FALLTHROUGH/ | Moritz Jodeit | |
2007-06-01 | fix -Wall 'implicit declaration' of err & errx: s/errno.h/err.h/; ok ↵ | Constantine A. Murenin | |
deraadt, henning | |||
2007-05-31 | Only process ENV when in interactive mode as SU says. Started by | Otto Moerbeek | |
tedu to fix make -j, SU thing spotted by naddy@; ok millert@ @tedu jmc@ for the man page bit. | |||
2007-05-31 | convert to new .Dd format; | Jason McIntyre | |
2007-05-30 | some i missed... | Jason McIntyre | |
- consistent text for STANDARDS - note which options are extensions to POSIX | |||
2007-05-29 | note some flags which differ in behaviour from posix; | Jason McIntyre | |
suggested by millert | |||
2007-05-29 | - consistent STANDARDS blurb | Jason McIntyre | |
- note which options are extensions to POSIX discussed w/ deraadt otto millert | |||
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 | |
OK otto@ | |||
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 | |
this should get rid of systrace: intercept_get_string: ioctl: Invalid argument no objections from provos, ok otto | |||
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 | |
-l flag to override -g regardless of its position on the command line for backwards compat with 4.3BSD. From NetBSD. OK jmc@, tom@, sobrado@ | |||
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 | |
ok by jmc@ | |||
2007-04-14 | if we define a constant for the OPTSTRING, we can as well use it. | Alexander von Gernler | |
ok tedu@ | |||
2007-04-13 | Userland gets 7 chars of wchan, not 6; noticed by thib@ | Miod Vallat | |
ok mickey@ otto@ |