index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.bin
/
patch
Age
Commit message (
Expand
)
Author
2023-06-16
Fix memory leak
wiz
2023-06-16
Remove trailing whitespace.
wiz
2023-06-16
Comment out variable assignations that are not used.
wiz
2023-06-16
patch: add --backup-if-mismatch and --no-backup-if-mismatch for GNU patch com...
wiz
2021-09-20
Fix the message that appears if you patch -R an unapplied patch.
dholland
2021-05-26
correct indentation. spotted by Roland.
cjep
2021-05-25
As per OpenBSD, use malloc for the line buffer. Fixes the known issue
cjep
2021-02-20
patch(1): use PATH_MAX for the size of rejname
nia
2021-02-19
patch: make '-V none' work in the expected way
nia
2020-11-17
Remove heuristic for dealing with trailing newlines being truncated by mailers.
rhialto
2018-06-18
Keep things portable (requested by joerg) by not depending on reallocarr
christos
2018-06-16
PR/53368: Thomas Barabosch: Potential integer overflow in usr.bin/patch/inp.c
christos
2018-04-05
Pass -S to ed(1) so that patches containing ! commands don't run commands.
christos
2017-07-03
Remove workaround for ancient HTML generation code.
wiz
2015-11-07
Explain what "-V none" does.
joerg
2015-11-07
paths.h is not used.
joerg
2015-08-02
Fix two typos.
wiz
2015-08-02
remove reference to SCCS which is not supported anymore.
christos
2015-07-30
from bitrieg:
christos
2015-07-24
Use absolute paths for RCS commands (Martin Natano)
christos
2015-07-24
From Martin Natano @bitrig: Use execve(2) instead of system to apply patches
christos
2014-11-27
PR/49422: Ryo ONODERA: patch(1) cannot handle context diffs
christos
2014-11-26
Avoid coredumps when the linenumbers in the hunks turn negative.
christos
2014-04-11
mention -V none
christos
2014-04-11
recognize -V none
christos
2013-01-29
Add comma after i.e.
wiz
2012-04-08
Remove unnecessary Bk/Ek pairs from SYNOPSIS.
wiz
2011-09-06
Consistently use __dead and __printflike.
joerg
2011-03-26
Exit with EXIT_FAILURE for invalid arguments. PR 43517.
dholland
2010-10-02
Print version string to stdout instead of stderr;
wiz
2010-01-10
Plug a memory leak. From Igor Zinovik.
joerg
2009-10-21
Do not try to mmap a zero length file.
joerg
2009-06-05
Explicitly include fcntl.h for O_CREAT to not depend on namespace
joerg
2009-04-18
Attempt to fix previous to address a coredump.
lukem
2009-04-13
Fix sign-compare issue
lukem
2009-03-10
Don't workaround ancient macro argumentent limitation with .Xo/.Xc.
joerg
2008-09-19
Update patch to the version used by DragonFly and derived from OpenBSD.
joerg
2008-08-10
Add error checking to use of fputs in creating output file in
gdt
2007-10-14
Convert to using raise_default_signal(3).
lukem
2006-09-26
PR/34627: Lubomir Kundrak: patch(1) segfaults, when fed from stdin in batch
christos
2006-05-24
Coverity CID 3510: Don't leak memory.
christos
2006-04-09
Coverity CID 1253, 1254: Don't assign the return of read or write to size_t.
christos
2006-04-09
It is silly to creat() and close a file just to stat it. open/fstat/close
christos
2006-04-09
Coverity CID 2078, 2079, 2080: Plug memory leaks.
christos
2005-03-25
Sort options. Add -C to usage.
wiz
2005-03-25
Fix typo and drop trailing whitespace.
wiz
2005-03-25
add --dry-run like gnu patch.
skd
2004-12-09
Fix an array overrun in option parsing.
mycroft
2004-10-30
Add (unsigned char) cast to ctype functions
dsl
2004-08-14
Remove debug printf (hi mycroft!).
cube
[next]