Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-07-21 | knf and other cleanup; ok otto | Theo de Raadt | |
2003-07-18 | remove junk; ok otto tedu | Theo de Raadt | |
2003-07-17 | Fix merge error. | Otto Moerbeek | |
ok millert@ tedu@ | |||
2003-07-16 | Teach patch how to deal with \ No newline at end of file. | Otto Moerbeek | |
From NetBSD. ok deraadt@ | |||
2003-07-16 | Do not produce garbage if the patch file contains invalid line numbers. | Otto Moerbeek | |
ok millert@ tedu@ | |||
2003-07-02 | bump randomness of mktemp to from 6 to 10 X's, as recommended by mktemp(3) | Anil Madhavapeddy | |
2003-04-08 | oh, and the false protos can go | Theo de Raadt | |
2003-04-08 | Strcat and Strcpy are no longer used | Theo de Raadt | |
2003-04-08 | strcpy trashing, help from tedu; ok tedu | Theo de Raadt | |
2003-04-06 | another asprintf() simplifies things further | Todd C. Miller | |
2003-04-05 | string fixes; ok miod henning | Theo de Raadt | |
2003-02-18 | copyrights added; | Jason McIntyre | |
ed(1): Andrew Moore patch(1): Larry Wall (thanks espie@ for help with this one) units(1): Adrian Mariano | |||
2003-01-06 | typo; jmc@prioris.mini.pw.edu.pl | Theo de Raadt | |
2002-07-04 | 4 unchecked mallocs; cloder@acm.org | Theo de Raadt | |
2002-03-05 | patch(1) is now free, thanks Larry! | Niklas Hallqvist | |
2002-02-19 | We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft. | Todd C. Miller | |
2001-11-19 | kill more registers | Mike Pechkin | |
millert@ ok | |||
2000-12-14 | make patch -f and -b actually skip patches for which the file can't be | Bob Beck | |
found, instead of claiming it will and erroring out anyway. | |||
1999-12-04 | a few more overflows gone | Niels Provos | |
1999-12-04 | revert strlcpy to strcpy for one case. | Niels Provos | |
1999-12-04 | avoid overflows | Niels Provos | |
1999-08-31 | patch file should hold at least one patch, otherwise we're entitled to | Marc Espie | |
a diagnostic. | |||
1999-06-05 | - remove trailing white space | Aaron Campbell | |
- remove arguments from .Os macros - remove arguments from .Nm macros, where appropriate - some more Dq/Sq/Ql insanity - still lots to do in the usr.bin tree... :/ | |||
1999-01-11 | fix seg fault on sparc | Marco S Hyman | |
1999-01-03 | Use libc basename(3) and dirname(3) instead of defining our own. Also clean ↵ | Todd C. Miller | |
up some nasty assumptions that basename() returns a pointer that lies within its argument | |||
1999-01-03 | back out last change, other parts of patch rely on basename() returning a ↵ | Todd C. Miller | |
ptr to a part of name, not a new string | |||
1999-01-03 | we have basename(3) and dirname(3) in libc (albeit with slightly different ↵ | Todd C. Miller | |
semantics | |||
1998-11-25 | add -C | Marc Espie | |
1997-09-22 | Start of -Wall and cleaning up icky bits. | Todd C. Miller | |
1997-09-06 | I hate static buffer sizes! Prolongue the max length of a line to 8K | Niklas Hallqvist | |
(from 1K which a patch in ports/print/ghostscript5 had a line longer than). | |||
1997-06-24 | *** empty log message *** | dgregor | |
1997-04-03 | From FreeBSD 1.7 by markm. The log message: | imp | |
Priorities were broken. If there was an Index: line and ***/--- lines with valid names, the ***/---names were taken first. this broke eg: Index: foo/Makefile ========== RCS <blah> Retrieving <blah> diff <blah> *** Makefile <blah> --- Makefile <blah> By trying to patch the Makefile in the _curent_ directory, rather than the one in the foo/ directory. | |||
1997-01-17 | rindex -> strrchr | Todd C. Miller | |
1997-01-17 | more r?index -> strr?chr | Todd C. Miller | |
1997-01-17 | r?index -> strr?chr | Todd C. Miller | |
1996-09-24 | sprintf -> snprintf except where guaranteed safe. | Todd C. Miller | |
1996-09-24 | Use mkstemp(). Since temp files get re-used we use mkstemp() to make | Todd C. Miller | |
us a "place holder" (and discard the fd) to protect from DOS attacks and then just re-use that. | |||
1996-09-23 | undo last; mkstemp is *hard* to do in here | Theo de Raadt | |
1996-09-15 | Be slightly safer opening temp files. | Todd C. Miller | |
1996-07-01 | undo mktemp cleanup until i get it right | Theo de Raadt | |
1996-06-25 | mktemp w/ open & fdopen | Theo de Raadt | |
1996-06-10 | Support the long options that FSF's patch version has. $OpenBSD$ added | Niklas Hallqvist | |
1995-10-18 | initial import of NetBSD tree | Theo de Raadt | |