Age | Commit message (Expand) | Author |
2019-06-28 | When system calls indicate an error they return -1, not some arbitrary | Theo de Raadt |
2019-06-28 | mkstemp() returns -1 on failure | Theo de Raadt |
2018-12-30 | Delete unnecessary <libgen.h> #includes | Philip Guenther |
2018-06-22 | Add --dry-run as synonym to -C/--check. | Vadim Zhukov |
2018-04-26 | Use <fcntl.h> instead of <sys/file.h> for open() and friends. | Philip Guenther |
2018-04-11 | Stop telling patch(1) runs ed(1). | Vadim Zhukov |
2018-04-07 | Remove unused pathnames.h header since patch was refactoring into not invoking | anton |
2017-12-20 | Fix adding and removing files with git-style a/ b/ diffs: only skip | Theo Buehler |
2017-06-12 | rejname[] is also -r option buffer, and should be PATH_MAX | Theo de Raadt |
2017-05-30 | Unbreak previous for git diffs that do not have the a/ prefix. | Florian Obser |
2017-05-26 | sometimes patches coming from other places have extra a/ and b/ directories | Ted Unangst |
2017-03-26 | One string buffer can use recallocarray() to ensure that the address space | Theo de Raadt |
2017-03-25 | parameter "lines_allocated" is a local pointer and should not be confused | Theo de Raadt |
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 |