| Commit message (Expand) | Author | Age | Files | Lines |
| * | Revert r330897: | Eitan Adler | 2018-03-29 | 1 | -2/+0 |
| * | MFC r311106,r311109,r311110,r320579,r327063,r327064,: | Eitan Adler | 2018-03-16 | 2 | -8/+20 |
| * | Partial merge of the SPDX changes | Eitan Adler | 2018-03-14 | 1 | -0/+2 |
| * | MFC r327826: patch(1): Don't check for NUL bytes in Plan A | Kyle Evans | 2018-01-27 | 1 | -2/+5 |
| * | MFC r326084: patch(1): don't assume match if we run out of context to check | Kyle Evans | 2018-01-18 | 1 | -0/+3 |
| * | MFC r324431: patch(1): Don't overrun line buffer in some cases | Kyle Evans | 2018-01-18 | 1 | -1/+6 |
| * | MFC r319676: | Pedro F. Giffuni | 2017-06-18 | 1 | -2/+4 |
| * | MFC r306560, r306561: | Pedro F. Giffuni | 2016-10-09 | 1 | -4/+3 |
| * | Adjust a type from r267490. | Pedro F. Giffuni | 2016-04-24 | 1 | -1/+1 |
| * | patch(1): avoid signed integer overflow when debugging. | Pedro F. Giffuni | 2016-04-24 | 1 | -2/+2 |
| * | META MODE: Update dependencies with 'the-lot' and add missing directories. | Bryan Drewery | 2015-12-01 | 1 | -0/+18 |
| * | Fix a ton of speelling errors | Eitan Adler | 2015-10-21 | 1 | -1/+1 |
| * | Remove automatic checkout feature. | Xin LI | 2015-08-15 | 6 | -167/+19 |
| * | Use __DECONST instead of doing strdup/free. | Xin LI | 2015-08-11 | 1 | -10/+5 |
| * | use posix_spawn(3) instead of fork() and exec() manually as suggested | Xin LI | 2015-08-10 | 1 | -41/+40 |
| * | Fix shell injection vulnerability in patch(1) via ed(1) by | Xin LI | 2015-08-05 | 2 | -4/+16 |
| * | Fix shell injection vulnerability in patch(1) and drop SCCS | Xin LI | 2015-07-28 | 2 | -41/+65 |
| * | patch(1): Add -Vnone option to disable backup files | Conrad Meyer | 2015-07-21 | 3 | -9/+14 |
| * | patch(1): small include changes. | Pedro F. Giffuni | 2015-04-20 | 3 | -4/+5 |
| * | patch: Bring small updates from OpenBSD | Pedro F. Giffuni | 2015-04-07 | 1 | -19/+37 |
| * | Fixes to exit status. | Pedro F. Giffuni | 2014-12-31 | 2 | -2/+2 |
| * | patch: Bring in xstrdup and use it when appropriate. | Pedro F. Giffuni | 2014-12-25 | 4 | -18/+35 |
| * | patch(1): avoid line number overflows | Pedro F. Giffuni | 2014-12-08 | 2 | -34/+72 |
| * | Small space changes | Pedro F. Giffuni | 2014-12-07 | 1 | -8/+11 |
| * | Prefer setvbuf() to setlinebuf(). | Pedro F. Giffuni | 2014-12-07 | 1 | -3/+3 |
| * | Merge fixes from OpenBSD. | Pedro F. Giffuni | 2014-12-06 | 1 | -38/+40 |
| * | Update OpenBSD CVS revision for our r255232. | Pedro F. Giffuni | 2014-12-05 | 1 | -1/+1 |
| * | patch: add dry-run alias for compatibility with other implementations. | Pedro F. Giffuni | 2014-06-15 | 2 | -2/+3 |
| * | patch: unsign the line length to avoid overflows. | Pedro F. Giffuni | 2014-06-15 | 3 | -11/+15 |
| * | patch: cleanup some unnecessary cruft. | Pedro F. Giffuni | 2014-06-14 | 1 | -16/+7 |
| * | Avoid zeroing during allocation. | Pedro F. Giffuni | 2014-06-12 | 2 | -22/+11 |
| * | Various style(9) fixes and typos in grep, sort and patch. | Pedro F. Giffuni | 2014-04-21 | 2 | -27/+27 |
| * | Improve bsdpatch usability: | Xin LI | 2013-09-26 | 2 | -5/+8 |
| * | Fix file selection logic for the RCS/SCCS case, as was done for the simple | Stefan Eßer | 2013-09-05 | 2 | -34/+27 |
| * | Drop build option switch for the older GNU patch. | Pedro F. Giffuni | 2013-08-29 | 1 | -10/+0 |
| * | Make the BSD-licensed patch the default. | Pedro F. Giffuni | 2013-07-26 | 1 | -3/+3 |
| * | patch: style fix | Pedro F. Giffuni | 2013-07-24 | 1 | -2/+4 |
| * | Merge r252513 from src/gnu/usr.bin/patch into src/usr.bin/patch: | David E. O'Brien | 2013-07-03 | 1 | -1/+1 |
| * | Merge r252512 from src/gnu/usr.bin/patch into src/usr.bin/patch: | David E. O'Brien | 2013-07-03 | 1 | -2/+6 |
| * | Revert r250972 to fix build. | Glen Barber | 2013-05-25 | 2 | -4/+4 |
| * | The error handling for writes to the target file could lead to the final | Stefan Eßer | 2013-05-24 | 2 | -4/+4 |
| * | Fix target selection logic, which did not comply with the man page. | Stefan Eßer | 2013-05-23 | 1 | -2/+8 |
| * | Remove contractions. | Joel Dahl | 2013-04-11 | 1 | -8/+8 |
| * | patch: Follow original versioning convention. | Pedro F. Giffuni | 2013-02-08 | 1 | -1/+1 |
| * | - Refresh code with latest OpenBSD revisions. | Xin LI | 2013-01-29 | 14 | -87/+71 |
| * | - Add a BSD-licensed patch, ported by Pedro F. Giffuni (pfg) from | Gabor Kovesdan | 2013-01-29 | 14 | -0/+4945 |
| * | Remove these three files left-over from my unsuccessful attempt to | Garance A Drosehn | 2004-08-04 | 3 | -287/+0 |
| * | This commit was generated by cvs2svn to compensate for changes in r132977, | Garance A Drosehn | 2004-08-01 | 3 | -0/+287 |
| |\ |
|
| | * | Import of a BSD-licensed version of `patch', which will eventually | Garance A Drosehn | 2004-08-01 | 14 | -0/+4726 |
| * | kill the undead | Peter Wemm | 1997-07-13 | 17 | -3441/+0 |