Age | Commit message (Expand) | Author |
2003-07-28 | Be more exact on how backup files are handled. | Otto Moerbeek |
2003-07-28 | Be more exact on how backup files are handled. | Otto Moerbeek |
2003-07-28 | Make patch(1) exit value match POSIX and be consistent with diff. | Todd C. Miller |
2003-07-28 | Support for generating Diffie-Hellman groups (/etc/moduli) from ssh-keygen. | Damien Miller |
2003-07-28 | fix rcsid | Ted Unangst |
2003-07-27 | Return FAILURE for "file would grow" case so the .gz file gets removed. | Todd C. Miller |
2003-07-27 | We need to initialize clen to 0 each time through diffreg() for | Todd C. Miller |
2003-07-27 | Correct computation of argsize when setting diffargs. | Todd C. Miller |
2003-07-27 | Start new sentence on a new line. | Otto Moerbeek |
2003-07-27 | - Use a heuristic to bound memory and cpu usage, at the cost of | Otto Moerbeek |
2003-07-25 | Kill dead code after errx(). From Andrey Matveev; ericj@ OK | Todd C. Miller |
2003-07-25 | context switches and interrupts are traps, not faults. align cpu field a | Ted Unangst |
2003-07-25 | o deal with the case where -N was specified but no saved mtime in the gz file | Todd C. Miller |
2003-07-25 | When parser_file() fails, print correct line number. | Mike Pechkin |
2003-07-25 | remove some obsolete kerberosIV references; | Jason McIntyre |
2003-07-25 | delete obsolete kerberos sections; | Jason McIntyre |
2003-07-25 | remove obsolete kerberos references; | Jason McIntyre |
2003-07-25 | remove some non-existent information from vmstat section; | Jason McIntyre |
2003-07-25 | Add POSIX -b option but don't change the default beahvior wrt backups | Todd C. Miller |
2003-07-24 | "options" not "switches"; jmc@ OK | Todd C. Miller |
2003-07-24 | Don't talk about ~ and # suffixes for orig and reject files since we | Todd C. Miller |
2003-07-24 | mdoc version; | Jason McIntyre |
2003-07-23 | better ascii test for fewer false negatives. ok millert@ | Ted Unangst |
2003-07-23 | Add '\n' to error messages in "atrm" mode. | Mike Pechkin |
2003-07-23 | remove AFS; itojun@ | Markus Friedl |
2003-07-23 | New version of invalid line number fix. Passes patch(1) regressions. | Otto Moerbeek |
2003-07-22 | Missed this in the rejname commit. | Todd C. Miller |
2003-07-22 | Make rejname[] static to patch.c and crank its size to NAME_MAX+1 | Todd C. Miller |
2003-07-22 | Use getopt_long() to parse options instead of rolling our own. | Todd C. Miller |
2003-07-22 | just about nothing | Theo de Raadt |
2003-07-22 | nicer | Theo de Raadt |
2003-07-22 | POSIX defines allowed commands as {a,c,d,i,s} but patch was only | Todd C. Miller |
2003-07-22 | More cleanup. | Otto Moerbeek |
2003-07-22 | switch to our own diff/diff3 (sdiff goes bye bye) | Theo de Raadt |
2003-07-22 | - use :L variable modifier with ELF_TOOLCHAIN variable | Brad Smith |
2003-07-22 | Add missing terminator to long options list. | Todd C. Miller |
2003-07-22 | remove (already disabled) KRB4/AFS support, re-enable -k in ssh(1); | Markus Friedl |
2003-07-22 | Fixed the "dot alone on a line" bug. | Todd C. Miller |
2003-07-22 | Bring FILES section up to date. | Todd C. Miller |
2003-07-22 | Implement the -L and -T options from GNU diff. | Todd C. Miller |
2003-07-22 | Historically, when comparing two directories in -e mode, BSD diff | Todd C. Miller |
2003-07-22 | Don't print lines consisting solely of a dot ('.') in -e mode since | Todd C. Miller |
2003-07-22 | Install diff3.ksh with the correct name; noticed by Theo | Todd C. Miller |
2003-07-21 | Historically, the "Only in" messages produced in dir mode | Todd C. Miller |
2003-07-21 | Add STANDARDS section | Todd C. Miller |
2003-07-21 | Don't print a trailing '/' in foo when printing "Only in foo: bar" | Todd C. Miller |
2003-07-21 | Fix printing of status when not in -l mode which was broken when the | Todd C. Miller |
2003-07-21 | a little KNF | Henning Brauer |
2003-07-21 | POSIX-compliant output when there are two paths w/ the same name but | Todd C. Miller |
2003-07-21 | Back out invalid line number fix. It core dumps in some cases. Problem found by | Otto Moerbeek |