summaryrefslogtreecommitdiffstats
path: root/usr.bin/patch (follow)
Commit message (Expand)AuthorAgeFilesLines
* Change all tame callers to namechange to pledge(2).deraadt2015-10-091-3/+3
* patch(1) can move to "stdio rpath wpath cpath tmppath fattr proc exec"deraadt2015-10-071-2/+2
* remove tame "proc". it is not useful, because the "ed" diffs requirederaadt2015-10-041-2/+2
* As pointed out by tobiasu, ed-style patches still use popen() and executederaadt2015-10-031-2/+2
* patch appears to work fully with tame "stdio rpath wpath cpath tmppath fattr".deraadt2015-10-031-1/+4
* Account for newlines in substitution (s///) commands. Substitutionmillert2015-07-311-2/+14
* Remove support for automatically checking files out of RCS. Themillert2015-07-266-133/+20
* remove the first comma from constructs like ", and," and ", or,": you can usejmc2015-03-131-3/+3
* Include stdint.h, not limits.h to get SIZE_MAX. OK guenther@millert2015-02-052-3/+4
* Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt2015-01-161-4/+3
* Handle ed command "s" as a one line command, which it is.tobias2014-12-141-3/+3
* The function savestr allows NULL return values during Plan A patching so intobias2014-12-134-17/+34
* Fix division by zero for files with long lines (> 1024) in Plan B modetobias2014-12-091-19/+37
* spacesderaadt2014-12-082-5/+5
* three trivial reallocarray() usesderaadt2014-12-011-4/+4
* Prefer setvbuf() to setlinebuf() for portability; ok deraadt@millert2014-11-261-3/+3
* Properly validate line ranges supplied in diff file to prevent overflows.tobias2014-11-261-4/+27
* Introduce strtolinenum to properly check line numbers while parsing:tobias2014-11-252-33/+51
* Prevent null pointer dereference on empty input files when diff requirestobias2014-11-251-2/+2
* Remove SCCS support. For this to work, we would need "get", which we don'ttobias2014-11-225-23/+12
* Remove the README. It history from more than 20 years ago, and whilederaadt2014-11-211-123/+0
* Avoid iterating over end of string.tobias2014-11-181-3/+3
* Check fstat return value. Also, use off_t for file size and offsets astobias2014-11-171-37/+39
* Call munmap with the same size argument as mmap.tobias2014-11-151-2/+2
* userland reallocarray audit.doug2014-10-081-2/+2
* Use errc/warnc to simplify code.guenther2014-05-201-2/+2
* patch was moved from user portability (UP) to base in issue 7jmc2014-04-151-8/+5
* unsigned char casts for ctypederaadt2013-11-265-44/+49
* pull in local .h files to satisfy protoderaadt2013-11-121-1/+4
* Bring file selection in accordance with the man page; from Stefan Esserotto2013-07-111-35/+33
* Fix confusing patch(1) output on failure when using -C. Frommillert2012-05-151-8/+7
* Silence gcc warnings.ajacoutot2012-04-111-1/+3
* Don't try to mmap a zero length file, from NetBSD.ajacoutot2012-04-101-6/+10
* add an EXIT STATUS section for /usr/bin;jmc2010-09-031-18/+18
* Send normal output to stdout instead of everything to stderr. Thisray2010-07-242-8/+6
* Don't leak memory after strdup() in makedirs().oga2010-01-081-2/+4
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-275-25/+5
* If no patch can be found in input, in addition to complaining on stderr,stsp2009-04-051-2/+10
* updates to IEEE Std 1003.1-2008;jmc2009-02-081-2/+2
* bump the posix reference in STANDARDS to IEEE Std 1003.1-2008, with a fewjmc2009-02-081-5/+5
* over-rule -> overrule; from Thomas Pfaffjmc2008-10-191-3/+3
* The code to detect multiple applied diffs to empty files I introduced 4otto2008-08-201-9/+3
* update the description of -b and STANDARDS; suggested by grunkjmc2008-06-061-7/+14
* providing MLINKS for shell builtins makes little sense: what we had was outjmc2008-01-111-5/+4
* use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsgderaadt2007-09-021-5/+5
* convert to new .Dd format;jmc2007-05-311-2/+2
* - note some apps which are xpg4, not posixjmc2007-05-311-1/+14
* adds a detailed synopsis to the man page; sorts options insobrado2007-04-182-57/+96
* type police and assorted cleanup. From Lionel Fourquaux; ok ray@otto2006-03-116-24/+27
* constuct -> constructmiod2005-11-141-3/+3