aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/find/function.c
Commit message (Expand)AuthorAgeFilesLines
* The option "fstype" does not handle the argument "msdos" correctly.Wolfram Schneider1997-01-281-7/+4
* With -delete, don't complain about non-empty directories. OtherwisePeter Wemm1996-10-051-1/+1
* For the -delete option, emulate the behavior of "rm -f" when dealing withPeter Wemm1996-10-051-0/+7
* Implement a -delete option to find. The code is extremely paranoid andPeter Wemm1996-10-041-0/+53
* Use strtoq() instead of strtol() so that large inums, and sizes can beBruce Evans1996-04-071-4/+4
* Don't use printf() for simple strings because it is slow. Closes PR 783.Garrett Wollman1995-10-161-1/+1
* Simpler fix to the find bug reported by Terry Lambert <terry@lambert.org>Nate Williams1995-09-121-0/+3
* Delete bogus referneces to timezone code internal header file `tzfile.h',Garrett Wollman1995-08-071-5/+4
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-65/+65
* Add GNU-style `-print0' primary. This exists so that one can safelyGarrett Wollman1995-05-091-0/+24
* BSD 4.4 Lite Usr.bin SourcesRodney W. Grimes1994-05-271-0/+1069