summaryrefslogtreecommitdiffstats
path: root/usr.bin/patch/common.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* sprintf -> snprintf except where guaranteed safe.millert1996-09-241-6/+4
|
* Use mkstemp(). Since temp files get re-used we use mkstemp() to makemillert1996-09-241-3/+4
| | | | | us a "place holder" (and discard the fd) to protect from DOS attacks and then just re-use that.
* mktemp w/ open & fdopenderaadt1996-06-251-1/+2
|
* Support the long options that FSF's patch version has. $OpenBSD$ addedniklas1996-06-101-1/+1
|
* initial import of NetBSD treederaadt1995-10-181-0/+184