aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/find/function.c
Commit message (Expand)AuthorAgeFilesLines
* Implement the following options and primaries:Akinori MUSHA2001-02-231-1/+155
* Add the -empty flag, from OpenBSD. It returns true if the directoryPeter Wemm2001-01-231-0/+43
* Make passing unknown fstypes to -fstype result in a warning instead ofEivind Eklund2000-07-281-2/+16
* Switch over to using the new fflagstostr and strtofflags library calls.Josef Karthauser2000-06-171-3/+1
* Make find -Wall -Wredundant-decls clean.Ollivier Robert2000-06-141-4/+0
* This patch adds the -mindepth and -maxdepth options to find(1), whichOllivier Robert2000-06-121-5/+67
* The find -perm option currently supports an exact match,Ollivier Robert2000-06-121-0/+5
* Revert part of the last commit, remove {g|s}etflags from the libcJosef Karthauser2000-02-051-0/+2
* Historically file flags (schg, uschg, etc) have been converted fromJosef Karthauser2000-01-271-3/+1
* Second part of bin/3648: add -flags to search for specific flags.Ollivier Robert1999-12-191-1/+58
* -Wall: remove unused variable, initialize variable to avoid gcc stupidity.Bill Fumerola1999-09-061-1/+3
* Return memory from setmode.Warner Losh1998-12-161-0/+1
* Calls one or more of malloc(), warn(), err(), syslog(), execlp() orDag-Erling Smørgrav1998-10-131-2/+2
* A partial frontal lobotomy for find if using the NetBSD libc whichJohn Birrell1998-01-101-0/+2
* Add the primaries -mmin, -amin, -cmin to find, similar to the GNU find.Wolfram Schneider1997-10-131-0/+98
* Add -execdir which will execute the exec command in the dir of the fileWarner Losh1997-08-291-0/+100
* Fix "-fstype local" that was broken by another bugfix in the Lite2 merge.Peter Wemm1997-03-271-5/+5
* Merge from Lite2 - use new getvfsbyname() and related changes.Peter Wemm1997-03-111-41/+30
* 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