summaryrefslogtreecommitdiffstats
path: root/usr.bin/find
Commit message (Expand)AuthorAgeFilesLines
* Make passing unknown fstypes to -fstype result in a warning instead ofeivind2000-07-281-2/+16
* Switch over to using the new fflagstostr and strtofflags library calls.joe2000-06-172-5/+2
* Make find -Wall -Wredundant-decls clean.roberto2000-06-141-4/+0
* This patch adds the -mindepth and -maxdepth options to find(1), whichroberto2000-06-1211-6/+115
* The find -perm option currently supports an exact match,roberto2000-06-123-1/+9
* Fix errors in .Xr usage.nik2000-03-011-3/+3
* Revert part of the last commit, remove {g|s}etflags from the libcjoe2000-02-052-1/+4
* Historically file flags (schg, uschg, etc) have been converted fromjoe2000-01-272-5/+1
* Added missing DPADD's. Removed unrequired SRCS's.joe2000-01-011-0/+1
* Moved flags_to_string and string_to_flags into libutil. It's used injoe1999-12-301-2/+2
* Second part of bin/3648: add -flags to search for specific flags.roberto1999-12-196-4/+87
* -Wall: remove unused variable, initialize variable to avoid gcc stupidity.billf1999-09-061-1/+3
* $Id$ -> $FreeBSD$peter1999-08-282-2/+2
* The -perm option takes argument [-]mode, not [-mode]kris1999-06-061-3/+6
* Clarify wording to indicate that the arguments to find(1) are path namesjkoshy1999-04-191-6/+6
* Typo - "the -delete primary do not.." -> "the -delete primary does not.."billf1998-12-311-2/+2
* Return memory from setmode.imp1998-12-161-0/+1
* Fixed style bugs in previous commit.bde1998-11-291-1/+1
* Fixed English in previous commit. Clarify "lexicographical order".bde1998-11-291-8/+14
* Fixed my English fixes.bde1998-11-292-2/+3
* Fixed style bugs and English in previous commit.bde1998-11-291-15/+16
* Fixed disorder and and usage message. Improved English.bde1998-11-291-2/+2
* Fixed disordering in previous commit.bde1998-11-291-1/+1
* Added a sort option to find(1).wosch1998-11-294-5/+37
* Calls one or more of malloc(), warn(), err(), syslog(), execlp() ordes1998-10-131-2/+2
* PR: 7522thepish1998-08-101-1/+1
* Fixed printf format errors.bde1998-07-061-1/+1
* Make sure we pass the length - 1 to readlink, since it adds its ownimp1998-06-091-1/+1
* Add cross references for find(1), locate(1), whereis(1) and which(1).jkoshy1998-05-151-1/+3
* Removed definition of _NEW_VFSCONF. The new vfsconf interface is nowbde1998-01-201-1/+0
* A partial frontal lobotomy for find if using the NetBSD libc whichjb1998-01-103-1/+12
* Sort option list so that -amin works.steve1997-11-281-1/+5
* Better wording explaining that all single character optionssteve1997-10-271-1/+10
* Offending statement removed from STANDARDS section. From what Isteve1997-10-271-14/+1
* Add the primaries -mmin, -amin, -cmin to find, similar to the GNU find.wosch1997-10-135-3/+128
* Add -execdir which will execute the exec command in the dir of the fileimp1997-08-295-5/+117
* Eliminate a variable that is set but never used.jdp1997-05-191-5/+4
* Mention that "-P" is the default.jdp1997-05-191-1/+2
* `it's'' -> `its'' where appropriate and typo fixes in time2posix.3.eivind1997-05-191-2/+2
* Minor typo.max1997-05-021-2/+2
* compare return value from getopt against -1 rather than EOF, per the finalimp1997-03-291-1/+1
* Fix "-fstype local" that was broken by another bugfix in the Lite2 merge.peter1997-03-271-5/+5
* Merge from Lite2 - use new getvfsbyname() and related changes.peter1997-03-115-58/+59
* Fix a gross bug in the ! operator optimization code. The followingjoerg1997-03-101-1/+7
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
* The option "fstype" does not handle the argument "msdos" correctly.wosch1997-01-281-7/+4
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* With -delete, don't complain about non-empty directories. Otherwisepeter1996-10-051-1/+1
* For the -delete option, emulate the behavior of "rm -f" when dealing withpeter1996-10-051-0/+7
* Implement a -delete option to find. The code is extremely paranoid andpeter1996-10-045-2/+70
OpenPOWER on IntegriCloud