| Commit message (Expand) | Author | Age | Files | Lines |
* | Change all tame callers to namechange to pledge(2). |  deraadt | 2015-10-09 | 1 | -3/+3 |
* | patch(1) can move to "stdio rpath wpath cpath tmppath fattr proc exec" |  deraadt | 2015-10-07 | 1 | -2/+2 |
* | remove tame "proc". it is not useful, because the "ed" diffs require |  deraadt | 2015-10-04 | 1 | -2/+2 |
* | As pointed out by tobiasu, ed-style patches still use popen() and execute |  deraadt | 2015-10-03 | 1 | -2/+2 |
* | patch appears to work fully with tame "stdio rpath wpath cpath tmppath fattr". |  deraadt | 2015-10-03 | 1 | -1/+4 |
* | Account for newlines in substitution (s///) commands. Substitution |  millert | 2015-07-31 | 1 | -2/+14 |
* | Remove support for automatically checking files out of RCS. The |  millert | 2015-07-26 | 6 | -133/+20 |
* | remove the first comma from constructs like ", and," and ", or,": you can use |  jmc | 2015-03-13 | 1 | -3/+3 |
* | Include stdint.h, not limits.h to get SIZE_MAX. OK guenther@ |  millert | 2015-02-05 | 2 | -3/+4 |
* | Replace <sys/param.h> with <limits.h> and other less dirty headers where |  deraadt | 2015-01-16 | 1 | -4/+3 |
* | Handle ed command "s" as a one line command, which it is. |  tobias | 2014-12-14 | 1 | -3/+3 |
* | The function savestr allows NULL return values during Plan A patching so in |  tobias | 2014-12-13 | 4 | -17/+34 |
* | Fix division by zero for files with long lines (> 1024) in Plan B mode |  tobias | 2014-12-09 | 1 | -19/+37 |
* | spaces |  deraadt | 2014-12-08 | 2 | -5/+5 |
* | three trivial reallocarray() uses |  deraadt | 2014-12-01 | 1 | -4/+4 |
* | Prefer setvbuf() to setlinebuf() for portability; ok deraadt@ |  millert | 2014-11-26 | 1 | -3/+3 |
* | Properly validate line ranges supplied in diff file to prevent overflows. |  tobias | 2014-11-26 | 1 | -4/+27 |
* | Introduce strtolinenum to properly check line numbers while parsing: |  tobias | 2014-11-25 | 2 | -33/+51 |
* | Prevent null pointer dereference on empty input files when diff requires |  tobias | 2014-11-25 | 1 | -2/+2 |
* | Remove SCCS support. For this to work, we would need "get", which we don't |  tobias | 2014-11-22 | 5 | -23/+12 |
* | Remove the README. It history from more than 20 years ago, and while |  deraadt | 2014-11-21 | 1 | -123/+0 |
* | Avoid iterating over end of string. |  tobias | 2014-11-18 | 1 | -3/+3 |
* | Check fstat return value. Also, use off_t for file size and offsets as |  tobias | 2014-11-17 | 1 | -37/+39 |
* | Call munmap with the same size argument as mmap. |  tobias | 2014-11-15 | 1 | -2/+2 |
* | userland reallocarray audit. |  doug | 2014-10-08 | 1 | -2/+2 |
* | Use errc/warnc to simplify code. |  guenther | 2014-05-20 | 1 | -2/+2 |
* | patch was moved from user portability (UP) to base in issue 7 |  jmc | 2014-04-15 | 1 | -8/+5 |
* | unsigned char casts for ctype |  deraadt | 2013-11-26 | 5 | -44/+49 |
* | pull in local .h files to satisfy proto |  deraadt | 2013-11-12 | 1 | -1/+4 |
* | Bring file selection in accordance with the man page; from Stefan Esser |  otto | 2013-07-11 | 1 | -35/+33 |
* | Fix confusing patch(1) output on failure when using -C. From |  millert | 2012-05-15 | 1 | -8/+7 |
* | Silence gcc warnings. |  ajacoutot | 2012-04-11 | 1 | -1/+3 |
* | Don't try to mmap a zero length file, from NetBSD. |  ajacoutot | 2012-04-10 | 1 | -6/+10 |
* | add an EXIT STATUS section for /usr/bin; |  jmc | 2010-09-03 | 1 | -18/+18 |
* | Send normal output to stdout instead of everything to stderr. This |  ray | 2010-07-24 | 2 | -8/+6 |
* | Don't leak memory after strdup() in makedirs(). |  oga | 2010-01-08 | 1 | -2/+4 |
* | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and |  deraadt | 2009-10-27 | 5 | -25/+5 |
* | If no patch can be found in input, in addition to complaining on stderr, |  stsp | 2009-04-05 | 1 | -2/+10 |
* | updates to IEEE Std 1003.1-2008; |  jmc | 2009-02-08 | 1 | -2/+2 |
* | bump the posix reference in STANDARDS to IEEE Std 1003.1-2008, with a few |  jmc | 2009-02-08 | 1 | -5/+5 |
* | over-rule -> overrule; from Thomas Pfaff |  jmc | 2008-10-19 | 1 | -3/+3 |
* | The code to detect multiple applied diffs to empty files I introduced 4 |  otto | 2008-08-20 | 1 | -9/+3 |
* | update the description of -b and STANDARDS; suggested by grunk |  jmc | 2008-06-06 | 1 | -7/+14 |
* | providing MLINKS for shell builtins makes little sense: what we had was out |  jmc | 2008-01-11 | 1 | -5/+4 |
* | use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsg |  deraadt | 2007-09-02 | 1 | -5/+5 |
* | convert to new .Dd format; |  jmc | 2007-05-31 | 1 | -2/+2 |
* | - note some apps which are xpg4, not posix |  jmc | 2007-05-31 | 1 | -1/+14 |
* | adds a detailed synopsis to the man page; sorts options in |  sobrado | 2007-04-18 | 2 | -57/+96 |
* | type police and assorted cleanup. From Lionel Fourquaux; ok ray@ |  otto | 2006-03-11 | 6 | -24/+27 |
* | constuct -> construct |  miod | 2005-11-14 | 1 | -3/+3 |