summaryrefslogtreecommitdiffstats
path: root/usr.bin/patch/patch.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* r?index -> strr?chrmillert1997-01-171-3/+3
|
* sprintf -> snprintf except where guaranteed safe.millert1996-09-241-9/+9
|
* Use mkstemp(). Since temp files get re-used we use mkstemp() to makemillert1996-09-241-6/+14
| | | | | us a "place holder" (and discard the fd) to protect from DOS attacks and then just re-use that.
* undo last; mkstemp is *hard* to do in herederaadt1996-09-231-10/+6
|
* Be slightly safer opening temp files.millert1996-09-151-6/+10
|
* undo mktemp cleanup until i get it rightderaadt1996-07-011-16/+6
|
* mktemp w/ open & fdopenderaadt1996-06-251-6/+16
|
* Support the long options that FSF's patch version has. $OpenBSD$ addedniklas1996-06-101-5/+79
|
* initial import of NetBSD treederaadt1995-10-181-0/+843