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
/
inp.c
Age
Commit message (
Expand
)
Author
2023-06-16
Fix memory leak
wiz
2023-06-16
Remove trailing whitespace.
wiz
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
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
2015-07-24
From Martin Natano @bitrig: Use execve(2) instead of system to apply patches
christos
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
2008-09-19
Update patch to the version used by DragonFly and derived from OpenBSD.
joerg
2006-04-09
It is silly to creat() and close a file just to stat it. open/fstat/close
christos
2003-07-30
use bounded string op
itojun
2003-07-12
pedantic check around unsafe strncpy.
itojun
2003-07-12
copyright missing in files, copy them from README
itojun
2003-07-08
Const poisoning.
kristerw
2003-05-30
Remove stuff that are not needed any longer.
kristerw
2003-05-30
Simplify handling of memory allocation, and make sure all return values
kristerw
2003-05-29
Be consistent with use of types (e.g. do not use LINENUM for quantities
kristerw
2002-03-16
Check result of malloc and strdup
kristerw
2002-03-11
KNF
kristerw
2002-03-11
Ansify
kristerw
2002-03-08
Ansify
kristerw
1999-02-09
Fix PR2429: catch doubly-applied patches which create new files.
sommerfe
1998-11-06
char -> unsigned char
christos
1998-02-22
WARNSify
christos
1996-09-19
RCS id police.
thorpej
1993-08-02
Add RCS identifiers, remove some completely useless RCS logs and patchkit
mycroft
1993-04-09
patch 2.0.12u8, from prep.ai.mit.edu. this is not under the GPL.
cgd