summaryrefslogtreecommitdiffstats
path: root/usr.bin/find
Commit message (Expand)AuthorAgeFilesLines
* 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
* [HISTORY] command appeared in Version 1 AT&T UNIXwosch1996-08-291-0/+6
* Localize itache1996-08-122-3/+5
* Use strtoq() instead of strtol() so that large inums, and sizes can bebde1996-04-071-4/+4
* Don't use printf() for simple strings because it is slow. Closes PR 783.wollman1995-10-161-1/+1
* Simpler fix to the find bug reported by Terry Lambert <terry@lambert.org>nate1995-09-121-0/+3
* Delete bogus referneces to timezone code internal header file `tzfile.h',wollman1995-08-072-7/+5
* Remove trailing whitespace.rgrimes1995-05-305-88/+88
* Add GNU-style `-print0' primary. This exists so that one can safelywollman1995-05-095-4/+39
* Fix completely broken find behaviour:guido1995-02-271-0/+7
* BSD 4.4 Lite Usr.bin Sourcesrgrimes1994-05-2711-0/+2724
OpenPOWER on IntegriCloud