index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.bin
/
patch
/
patch.c
Age
Commit message (
Collapse
)
Author
2002-03-05
patch(1) is now free, thanks Larry!
Niklas Hallqvist
1999-12-04
avoid overflows
Niels Provos
1999-08-31
patch file should hold at least one patch, otherwise we're entitled to
Marc Espie
a diagnostic.
1998-11-25
add -C
Marc Espie
1997-09-22
Start of -Wall and cleaning up icky bits.
Todd C. Miller
1997-01-17
r?index -> strr?chr
Todd C. Miller
1996-09-24
sprintf -> snprintf except where guaranteed safe.
Todd C. Miller
1996-09-24
Use mkstemp(). Since temp files get re-used we use mkstemp() to make
Todd C. Miller
us a "place holder" (and discard the fd) to protect from DOS attacks and then just re-use that.
1996-09-23
undo last; mkstemp is *hard* to do in here
Theo de Raadt
1996-09-15
Be slightly safer opening temp files.
Todd C. Miller
1996-07-01
undo mktemp cleanup until i get it right
Theo de Raadt
1996-06-25
mktemp w/ open & fdopen
Theo de Raadt
1996-06-10
Support the long options that FSF's patch version has. $OpenBSD$ added
Niklas Hallqvist
1995-10-18
initial import of NetBSD tree
Theo de Raadt