summaryrefslogtreecommitdiff
path: root/usr.bin/find/misc.c
AgeCommit message (Expand)Author
2023-03-08Delete obsolete /* ARGSUSED */ lint comments.Philip Guenther
2020-09-30Now that dprintf(3) uses format string annotation checking, a sizeof()Theo de Raadt
2017-12-08Convert snprintf+write into dprintf. It is simply easier to read, andTheo de Raadt
2015-07-14Don't dereference a freed pointer when updating the value of p.Todd C. Miller
2015-07-14Convert the last remaining realloc() in find to reallocarray().Todd C. Miller
2015-07-14In brace_subst() if we realloc() the store, update p so that itTodd C. Miller
2014-05-18use reallocarrayMarc Espie
2009-10-28rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andTheo de Raadt
2003-09-26better realloc. ok deraadt@ henning@Ted Unangst
2003-06-26bring protypes into scope. this requires some quirky handling, but inTheo de Raadt
2003-06-03Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2001-11-19kill more registersMike Pechkin
2001-11-17o Block signals when running fts_read() so the SIGINFO handler willTodd C. Miller
2001-11-16errno safety in signal handlerTheo de Raadt
1997-06-30Some -Wall cleanliness.Todd C. Miller
1996-10-24Respond to SIGINFO; from PR #42Thorsten Lockert
1996-06-26rcsidTheo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt