summaryrefslogtreecommitdiff
path: root/usr.bin/patch
AgeCommit message (Expand)Author
2021-02-26Pull up following revision(s) (requested by nia in ticket #1215):martin
2018-06-18Keep things portable (requested by joerg) by not depending on reallocarrchristos
2018-06-16PR/53368: Thomas Barabosch: Potential integer overflow in usr.bin/patch/inp.cchristos
2018-04-05Pass -S to ed(1) so that patches containing ! commands don't run commands.christos
2017-07-03Remove workaround for ancient HTML generation code.wiz
2015-11-07Explain what "-V none" does.joerg
2015-11-07paths.h is not used.joerg
2015-08-02Fix two typos.wiz
2015-08-02remove reference to SCCS which is not supported anymore.christos
2015-07-30from bitrieg:christos
2015-07-24Use absolute paths for RCS commands (Martin Natano)christos
2015-07-24From Martin Natano @bitrig: Use execve(2) instead of system to apply patcheschristos
2014-11-27PR/49422: Ryo ONODERA: patch(1) cannot handle context diffschristos
2014-11-26Avoid coredumps when the linenumbers in the hunks turn negative.christos
2014-04-11mention -V nonechristos
2014-04-11recognize -V nonechristos
2013-01-29Add comma after i.e.wiz
2012-04-08Remove unnecessary Bk/Ek pairs from SYNOPSIS.wiz
2011-09-06Consistently use __dead and __printflike.joerg
2011-03-26Exit with EXIT_FAILURE for invalid arguments. PR 43517.dholland
2010-10-02Print version string to stdout instead of stderr;wiz
2010-01-10Plug a memory leak. From Igor Zinovik.joerg
2009-10-21Do not try to mmap a zero length file.joerg
2009-06-05Explicitly include fcntl.h for O_CREAT to not depend on namespacejoerg
2009-04-18Attempt to fix previous to address a coredump.lukem
2009-04-13Fix sign-compare issuelukem
2009-03-10Don't workaround ancient macro argumentent limitation with .Xo/.Xc.joerg
2008-09-19Update patch to the version used by DragonFly and derived from OpenBSD.joerg
2008-08-10Add error checking to use of fputs in creating output file ingdt
2007-10-14Convert to using raise_default_signal(3).lukem
2006-09-26PR/34627: Lubomir Kundrak: patch(1) segfaults, when fed from stdin in batchchristos
2006-05-24Coverity CID 3510: Don't leak memory.christos
2006-04-09Coverity CID 1253, 1254: Don't assign the return of read or write to size_t.christos
2006-04-09It is silly to creat() and close a file just to stat it. open/fstat/closechristos
2006-04-09Coverity CID 2078, 2079, 2080: Plug memory leaks.christos
2005-03-25Sort options. Add -C to usage.wiz
2005-03-25Fix typo and drop trailing whitespace.wiz
2005-03-25add --dry-run like gnu patch.skd
2004-12-09Fix an array overrun in option parsing.mycroft
2004-10-30Add (unsigned char) cast to ctype functionsdsl
2004-08-14Remove debug printf (hi mycroft!).cube
2004-08-06Parse multiple options that are specified together; e.g. "-fs".mycroft
2003-07-30remove unused macrositojun
2003-07-30use bounded string opitojun
2003-07-12pedantic check around unsafe strncpy.itojun
2003-07-12copyright missing in files, copy them from READMEitojun
2003-07-08Const poisoning.kristerw
2003-06-01Shorten long lines.kristerw
2003-05-30Fix some lint warnings.kristerw
2003-05-30Remove stuff that are not needed any longer.kristerw