summaryrefslogtreecommitdiffstats
path: root/usr.bin/find/misc.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Now that dprintf(3) uses format string annotation checking, a sizeof()deraadt2020-09-301-2/+2
* Convert snprintf+write into dprintf. It is simply easier to read, andderaadt2017-12-081-9/+3
* Don't dereference a freed pointer when updating the value of p.millert2015-07-141-2/+5
* Convert the last remaining realloc() in find to reallocarray().millert2015-07-141-4/+4
* In brace_subst() if we realloc() the store, update p so that itmillert2015-07-141-1/+2
* use reallocarrayespie2014-05-181-2/+12
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-271-6/+1
* better realloc. ok deraadt@ henning@tedu2003-09-261-4/+10
* bring protypes into scope. this requires some quirky handling, but inderaadt2003-06-261-14/+15
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-031-7/+3
* kill more registersmpech2001-11-191-5/+5
* o Block signals when running fts_read() so the SIGINFO handler willmillert2001-11-171-6/+8
* errno safety in signal handlerderaadt2001-11-161-2/+4
* Some -Wall cleanliness.millert1997-06-301-4/+4
* Respond to SIGINFO; from PR #42tholo1996-10-241-2/+19
* rcsidderaadt1996-06-261-1/+3
* initial import of NetBSD treederaadt1995-10-181-0/+128