Age | Commit message (Expand) | Author |
2008-03-08 | Instead of calling donlist() in the format print routines, call it | Todd C. Miller |
2008-02-27 | Unbreak parser by initializing topfile correctly. | Marco Pfatschbacher |
2008-02-26 | Have popfile() also close the main config file, | Marco Pfatschbacher |
2008-02-25 | support giant files by using ftello(); dhill@mindcry.org | Theo de Raadt |
2008-02-13 | Rework the fix in 1.20. The original fix causes problems for systrace | Todd C. Miller |
2008-02-12 | use ftello instead of ftell; from Davil Hill; ok millert@ | Otto Moerbeek |
2008-02-10 | Use HW_PHYSMEM64. | Mark Kettenis |
2008-01-12 | Remove ulimit MLINK, it is a shell built-in. | Miod Vallat |
2008-01-11 | providing MLINKS for shell builtins makes little sense: what we had was out | Jason McIntyre |
2008-01-02 | fix PR 5141: | Charles Longeau |
2008-01-01 | Typo in comment about cpio_endwr() fixed. | Tobias Stoeckmann |
2008-01-01 | If rcp -p encounters a pre-epoch timestamp, use the epoch which is | Darren Tucker |
2007-12-28 | printf field widths are always int, so add a cast to remove | Charles Longeau |
2007-12-22 | fix df posix mode bug | Charles Longeau |
2007-11-29 | remove unused function | Charles Longeau |
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 |