Age | Commit message (Expand) | Author |
2016-09-02 | Fix 'c'hange command handling if last line of a file is removed. | Tobias Stoeckmann |
2016-09-02 | If reading fails, do not go into infinite loop asking for a filename | Otto Moerbeek |
2016-07-19 | Cleanup close(open idioms. | Theo de Raadt |
2016-02-22 | Properly handle ed-files which fully replace input file content. This | Tobias Stoeckmann |
2016-01-04 | usage() should exit 2 here, not EXIT_SUCCESS | Gleydson Soares |
2015-12-29 | fix exit status on pledge(2) failure. | Gleydson Soares |
2015-11-11 | exit() after perror() for pledge failure. Perhaps this got introduced | Theo de Raadt |
2015-11-11 | creat() -> open equiv; from Frederic Nowak | Theo de Raadt |
2015-10-16 | Add native support for ed-style diffs. No need to pledge "proc exec" anymore. | Tobias Stoeckmann |
2015-10-09 | Change all tame callers to namechange to pledge(2). | Theo de Raadt |
2015-10-07 | patch(1) can move to "stdio rpath wpath cpath tmppath fattr proc exec" | Theo de Raadt |
2015-10-04 | remove tame "proc". it is not useful, because the "ed" diffs require | Theo de Raadt |
2015-10-03 | As pointed out by tobiasu, ed-style patches still use popen() and execute | Theo de Raadt |
2015-10-03 | patch appears to work fully with tame "stdio rpath wpath cpath tmppath fattr". | Theo de Raadt |
2015-07-31 | Account for newlines in substitution (s///) commands. Substitution | Todd C. Miller |
2015-07-26 | Remove support for automatically checking files out of RCS. The | Todd C. Miller |
2015-03-13 | remove the first comma from constructs like ", and," and ", or,": you can use | Jason McIntyre |
2015-02-05 | Include stdint.h, not limits.h to get SIZE_MAX. OK guenther@ | Todd C. Miller |
2015-01-16 | Replace <sys/param.h> with <limits.h> and other less dirty headers where | Theo de Raadt |
2014-12-14 | Handle ed command "s" as a one line command, which it is. | Tobias Stoeckmann |
2014-12-13 | The function savestr allows NULL return values during Plan A patching so in | Tobias Stoeckmann |
2014-12-09 | Fix division by zero for files with long lines (> 1024) in Plan B mode | Tobias Stoeckmann |
2014-12-08 | spaces | Theo de Raadt |
2014-12-01 | three trivial reallocarray() uses | Theo de Raadt |
2014-11-26 | Prefer setvbuf() to setlinebuf() for portability; ok deraadt@ | Todd C. Miller |
2014-11-26 | Properly validate line ranges supplied in diff file to prevent overflows. | Tobias Stoeckmann |
2014-11-25 | Introduce strtolinenum to properly check line numbers while parsing: | Tobias Stoeckmann |
2014-11-25 | Prevent null pointer dereference on empty input files when diff requires | Tobias Stoeckmann |
2014-11-22 | Remove SCCS support. For this to work, we would need "get", which we don't | Tobias Stoeckmann |
2014-11-21 | Remove the README. It history from more than 20 years ago, and while | Theo de Raadt |
2014-11-18 | Avoid iterating over end of string. | Tobias Stoeckmann |
2014-11-17 | Check fstat return value. Also, use off_t for file size and offsets as | Tobias Stoeckmann |
2014-11-15 | Call munmap with the same size argument as mmap. | Tobias Stoeckmann |
2014-10-08 | userland reallocarray audit. | Doug Hogan |
2014-05-20 | Use errc/warnc to simplify code. | Philip Guenther |
2014-04-15 | patch was moved from user portability (UP) to base in issue 7 | Jason McIntyre |
2013-11-26 | unsigned char casts for ctype | Theo de Raadt |
2013-11-12 | pull in local .h files to satisfy proto | Theo de Raadt |
2013-07-11 | Bring file selection in accordance with the man page; from Stefan Esser | Otto Moerbeek |
2012-05-15 | Fix confusing patch(1) output on failure when using -C. From | Todd C. Miller |
2012-04-11 | Silence gcc warnings. | Antoine Jacoutot |
2012-04-10 | Don't try to mmap a zero length file, from NetBSD. | Antoine Jacoutot |
2010-09-03 | add an EXIT STATUS section for /usr/bin; | Jason McIntyre |
2010-07-24 | Send normal output to stdout instead of everything to stderr. This | Ray Lai |
2010-01-08 | Don't leak memory after strdup() in makedirs(). | Owain Ainsworth |
2009-10-28 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | Theo de Raadt |
2009-04-05 | If no patch can be found in input, in addition to complaining on stderr, | Stefan Sperling |
2009-02-08 | updates to IEEE Std 1003.1-2008; | Jason McIntyre |
2009-02-08 | bump the posix reference in STANDARDS to IEEE Std 1003.1-2008, with a few | Jason McIntyre |
2008-10-19 | over-rule -> overrule; from Thomas Pfaff | Jason McIntyre |