Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-07-31 | Wrap a long line | Otto Moerbeek | |
ok deraadt@ | |||
2003-07-31 | Welcome BSD gzexe(1). | Otto Moerbeek | |
ok deraadt@ | |||
2003-07-31 | A new, BSD licensed gzexe(1). | Otto Moerbeek | |
ok millert@ krw@ | |||
2003-07-31 | The manual page for the new, BSD licensed gzexe(1). | Otto Moerbeek | |
ok jmc@ millert@ krw@ | |||
2003-07-31 | o correct exit code when comparing stdin and stdin (a noop) | Todd C. Miller | |
o after copying to a temp file, lseek() to the beginning so the inline cmp routine works. Fixes an exit code issue when comparing against stdin. | |||
2003-07-30 | Add POSIX -i option; tedu@ OK | Todd C. Miller | |
2003-07-30 | Make prompting POSIX-compliant. POSIX states "The patch utility | Todd C. Miller | |
shall write a prompt to standard output and request a filename interactively from the controlling terminal (for example, /dev/tty)." OK deraadt@ and otto@ | |||
2003-07-30 | whitespace | Markus Friedl | |
2003-07-30 | use only 4 digits in format_size | Markus Friedl | |
2003-07-29 | o add pathnames.h | Todd C. Miller | |
o ignore empty TMPDIR environment variable o strip any trailing slashes from TMPDIR otto@ OK | |||
2003-07-29 | clean | Theo de Raadt | |
2003-07-29 | Instead of checking for "stdout" in decompress(), just do the check | Todd C. Miller | |
in list_stats(). Looks cleaner and we don't have to rely on any special flags being set. | |||
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 | |
from Nils Nordman and myself; ok deraadt@ | |||
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 | |
ok jmc@ | |||
2003-07-29 | Add $OpenBSD$ | Otto Moerbeek | |
ok millert@ | |||
2003-07-29 | A new, BSD licensed version of the zforce(1) script. | Otto Moerbeek | |
ok millert@ deraadt@ | |||
2003-07-29 | Check cat, not pipin when deciding whether or not to make use | Todd C. Miller | |
"stdout" as the filename in -l mode. Fixes "gzip -lN < foo.gz" | |||
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 | |
OK otto@ and deraadt@ | |||
2003-07-28 | More cleanup: sprinkled some const, removed ugly EXTERN/INTERN.h, | Otto Moerbeek | |
some rewriting of code to make it more readable and more KNF. ok millert@ tedu@ deraadt@ | |||
2003-07-28 | Be more exact on how backup files are handled. | Otto Moerbeek | |
ok millert@ tedu@ | |||
2003-07-28 | Be more exact on how backup files are handled. | Otto Moerbeek | |
ok millert@ tedu@ | |||
2003-07-28 | Make patch(1) exit value match POSIX and be consistent with diff. | Todd C. Miller | |
Comments and OK from otto@ | |||
2003-07-28 | Support for generating Diffie-Hellman groups (/etc/moduli) from ssh-keygen. | Damien Miller | |
Based on code from Phil Karn, William Allen Simpson and Niels Provos. ok markus@, thanks jmc@ | |||
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 | |
Problem noticed by otto@ | |||
2003-07-27 | We need to initialize clen to 0 each time through diffreg() for | Todd C. Miller | |
when diffreg() is called multiple times (i.e. in directory mode). Fixes a hang I saw doing "diff -r" of two large directory trees. | |||
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 | |
ok jmc@ | |||
2003-07-27 | - Use a heuristic to bound memory and cpu usage, at the cost of | Otto Moerbeek | |
producing suboptimal diffs for large file containing lots of changes. Switch heuristic off with -d/--minimal (GNU compatible). Some hints from millert@. - Improve performance by reducing the number of realloc(3) calls. ok millert@ tedu@ | |||
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 | |
little better. some man page pretty from jmc@ and ok millert@ | |||
2003-07-25 | o deal with the case where -N was specified but no saved mtime in the gz file | Todd C. Miller | |
o a filename in the header should turn off cat mode if -N o make setmode() be smart about pipin and not set outfile based on /dev/stdin. mickey@ OK | |||
2003-07-25 | When parser_file() fails, print correct line number. | Mike Pechkin | |
millert@ ok | |||
2003-07-25 | remove some obsolete kerberosIV references; | Jason McIntyre | |
ok hin@ | |||
2003-07-25 | delete obsolete kerberos sections; | Jason McIntyre | |
ok hin@ | |||
2003-07-25 | remove obsolete kerberos references; | Jason McIntyre | |
ok hin@ | |||
2003-07-25 | remove some non-existent information from vmstat section; | Jason McIntyre | |
from Hans-Joerg Hoexer (PR 3367) | |||
2003-07-25 | Add POSIX -b option but don't change the default beahvior wrt backups | Todd C. Miller | |
yet. The old -b option is now -z (matches GNU patch). | |||
2003-07-24 | "options" not "switches"; jmc@ OK | Todd C. Miller | |
also update Larry's email address while I am at it ;-) | |||
2003-07-24 | Don't talk about ~ and # suffixes for orig and reject files since we | Todd C. Miller | |
use .orig and .rej. | |||
2003-07-24 | mdoc version; | Jason McIntyre | |
ok millert@ | |||
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 | |
millert@ ok | |||
2003-07-23 | remove AFS; itojun@ | Markus Friedl | |