aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/patch
Commit message (Expand)AuthorAgeFilesLines
* patch(1): Don't check for NUL bytes in Plan AKyle Evans2018-01-111-2/+5
* patch: further cleanup to git-style diffs.Pedro F. Giffuni2017-12-211-2/+4
* patch: rejname[] is also -r option buffer, and should be PATH_MAX.Pedro F. Giffuni2017-12-211-1/+1
* patch(1): don't assume a match if we run out of context to checkKyle Evans2017-11-221-0/+3
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* Revert r325365Kyle Evans2017-11-081-3/+0
* patch(1): don't assume a match if we run out of context to checkKyle Evans2017-11-031-0/+3
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2017-10-311-1/+0
* patch(1): Don't overrun line buffer in some casesKyle Evans2017-10-091-1/+6
* patch(1): add support for git generated diffs.Pedro F. Giffuni2017-07-021-5/+15
* patch: if reading fails, do not go into infinite loop asking for a filename.Pedro F. Giffuni2017-06-081-2/+4
* bc/dc/patch: make some use of reallocarray(3).Pedro F. Giffuni2017-03-051-2/+2
* patch(1): replace strnlen() with a simpler strlen().Pedro F. Giffuni2017-01-021-2/+2
* Revert r311106:Pedro F. Giffuni2017-01-023-12/+14
* patch(1): extend the maximum length of a line from USHRT_MAX to UINT_MAX.Pedro F. Giffuni2017-01-023-14/+12
* patch(1): make some macros look boolean.Pedro F. Giffuni2016-10-011-2/+1
* patch(1): make some macros look boolean.Pedro F. Giffuni2016-10-011-2/+2
* Adjust a type from r267490.Pedro F. Giffuni2016-04-241-1/+1
* patch(1): avoid signed integer overflow when debugging.Pedro F. Giffuni2016-04-241-2/+2
* META MODE: Update dependencies with 'the-lot' and add missing directories.Bryan Drewery2015-12-011-0/+18
* Fix a ton of speelling errorsEitan Adler2015-10-211-1/+1
* Remove automatic checkout feature.Xin LI2015-08-156-167/+19
* Use __DECONST instead of doing strdup/free.Xin LI2015-08-111-10/+5
* use posix_spawn(3) instead of fork() and exec() manually as suggestedXin LI2015-08-101-41/+40
* Fix shell injection vulnerability in patch(1) via ed(1) byXin LI2015-08-052-4/+16
* Fix shell injection vulnerability in patch(1) and drop SCCSXin LI2015-07-282-41/+65
* patch(1): Add -Vnone option to disable backup filesConrad Meyer2015-07-213-9/+14
* patch(1): small include changes.Pedro F. Giffuni2015-04-203-4/+5
* patch: Bring small updates from OpenBSDPedro F. Giffuni2015-04-071-19/+37
* Fixes to exit status.Pedro F. Giffuni2014-12-312-2/+2
* patch: Bring in xstrdup and use it when appropriate.Pedro F. Giffuni2014-12-254-18/+35
* patch(1): avoid line number overflowsPedro F. Giffuni2014-12-082-34/+72
* Small space changesPedro F. Giffuni2014-12-071-8/+11
* Prefer setvbuf() to setlinebuf().Pedro F. Giffuni2014-12-071-3/+3
* Merge fixes from OpenBSD.Pedro F. Giffuni2014-12-061-38/+40
* Update OpenBSD CVS revision for our r255232.Pedro F. Giffuni2014-12-051-1/+1
* patch: add dry-run alias for compatibility with other implementations.Pedro F. Giffuni2014-06-152-2/+3
* patch: unsign the line length to avoid overflows.Pedro F. Giffuni2014-06-153-11/+15
* patch: cleanup some unnecessary cruft.Pedro F. Giffuni2014-06-141-16/+7
* Avoid zeroing during allocation.Pedro F. Giffuni2014-06-122-22/+11
* Various style(9) fixes and typos in grep, sort and patch.Pedro F. Giffuni2014-04-212-27/+27
* Improve bsdpatch usability:Xin LI2013-09-262-5/+8
* Fix file selection logic for the RCS/SCCS case, as was done for the simpleStefan Eßer2013-09-052-34/+27
* Drop build option switch for the older GNU patch.Pedro F. Giffuni2013-08-291-10/+0
* Make the BSD-licensed patch the default.Pedro F. Giffuni2013-07-261-3/+3
* patch: style fixPedro F. Giffuni2013-07-241-2/+4
* Merge r252513 from src/gnu/usr.bin/patch into src/usr.bin/patch:David E. O'Brien2013-07-031-1/+1
* Merge r252512 from src/gnu/usr.bin/patch into src/usr.bin/patch:David E. O'Brien2013-07-031-2/+6
* Revert r250972 to fix build.Glen Barber2013-05-252-4/+4
* The error handling for writes to the target file could lead to the finalStefan Eßer2013-05-242-4/+4