summaryrefslogtreecommitdiffstats
path: root/usr.bin/patch (follow)
Commit message (Collapse)AuthorAgeFilesLines
* sprintf -> snprintf except where guaranteed safe.millert1996-09-245-34/+35
|
* Use mkstemp(). Since temp files get re-used we use mkstemp() to makemillert1996-09-242-9/+18
| | | | | 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-232-16/+10
|
* Be slightly safer opening temp files.millert1996-09-152-10/+16
|
* undo mktemp cleanup until i get it rightderaadt1996-07-013-27/+13
|
* mktemp w/ open & fdopenderaadt1996-06-254-14/+30
|
* Support the long options that FSF's patch version has. $OpenBSD$ addedniklas1996-06-1019-46/+130
|
* initial import of NetBSD treederaadt1995-10-1821-0/+5160