Age | Commit message (Expand) | Author |
2003-07-30 | use only 4 digits in format_size | Markus Friedl |
2003-07-29 | o add pathnames.h | Todd C. Miller |
2003-07-29 | clean | Theo de Raadt |
2003-07-29 | Instead of checking for "stdout" in decompress(), just do the check | Todd C. Miller |
2003-07-29 | fix length for "- stalled -" | Markus Friedl |
2003-07-29 | bad license; deraadt | Markus Friedl |
2003-07-29 | replace 4 clause BSD licensed progressmeter code with a replacement | Markus Friedl |
2003-07-29 | sputnik dupe; from Dmitry Bogdan <dsb@uvm.poi.dvo.ru> | Michael Shalayeff |
2003-07-29 | Bye bye GNU zforce(1), welcome BSD zforce(1). | Otto Moerbeek |
2003-07-29 | BSD licensed manual page for zforce(1). Some suggestions by jmc@. | Otto Moerbeek |
2003-07-29 | Add $OpenBSD$ | Otto Moerbeek |
2003-07-29 | A new, BSD licensed version of the zforce(1) script. | Otto Moerbeek |
2003-07-29 | Check cat, not pipin when deciding whether or not to make use | Todd C. Miller |
2003-07-28 | cleanup library parts | Theo de Raadt |
2003-07-28 | minor knf and cleanups; otto ok | Theo de Raadt |
2003-07-28 | Don't treat consecutive slashes as path components; matches POSIX | Todd C. Miller |
2003-07-28 | More cleanup: sprinkled some const, removed ugly EXTERN/INTERN.h, | Otto Moerbeek |
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 |