| Commit message (Expand) | Author | Age | Files | Lines |
* | Build usr.bin/ with WARNS=6 by default. | ed | 2010-01-02 | 1 | -1/+0 |
* | ANSIfy almost all applications that use WARNS=6. | ed | 2009-12-29 | 1 | -1/+1 |
* | Revert most part of 200420 as requested, as more review and polish is | delphij | 2009-12-13 | 6 | -0/+6 |
* | Remove unneeded header includes from usr.bin/ except contributed code. | delphij | 2009-12-11 | 6 | -6/+0 |
* | Update find(1) man page for -L/-delete interaction. | jilles | 2009-09-20 | 1 | -1/+2 |
* | Add NFSv4 ACL support to find(1). | trasz | 2009-09-04 | 1 | -25/+35 |
* | rm, find -delete: fix removing symlinks with uchg/uappnd set. | jilles | 2009-05-30 | 1 | -1/+1 |
* | find: do not silently disable -L when -delete is used | avg | 2009-05-19 | 1 | -5/+5 |
* | Fix SYNOPSIS and usage(). | ru | 2008-03-03 | 2 | -9/+10 |
* | Bump .Dd for revisions 1.83 and 1.84. | ceri | 2008-02-24 | 1 | -1/+1 |
* | Tag -ilname and -lname as GNU extensions. | imp | 2008-02-24 | 1 | -1/+4 |
* | The matching in -lname and -ilname are on the contents of the link | imp | 2008-02-24 | 1 | -5/+10 |
* | Implement a number of primaries present in GNU find, but not present | imp | 2008-02-23 | 5 | -5/+159 |
* | Check in some insignificant fixes obtained as a result of | ru | 2007-02-28 | 1 | -18/+19 |
* | Fix the description of the -Btime primary. | ru | 2006-12-13 | 1 | -3/+3 |
* | Update the list of POSIX extensions. | ceri | 2006-10-08 | 1 | -3/+5 |
* | Markup fixes. | ru | 2006-09-29 | 1 | -1/+2 |
* | Document that the pathname(s) following the options need not be given if | stefanf | 2006-07-18 | 1 | -1/+7 |
* | Add the capability for a trailing scale indicator to cause the | krion | 2006-05-27 | 2 | -5/+56 |
* | Enable numeric arguments and +/- prefixes with -user (-group) | krion | 2006-05-25 | 1 | -4/+12 |
* | The last execution of -exec {} + is not done if the -exec primary is | krion | 2006-05-14 | 4 | -4/+21 |
* | Fix options broken when the birthtime related primaries were added. | ceri | 2006-04-05 | 1 | -11/+11 |
* | Note that all of the birthtime related primaries are non-standard. | ceri | 2006-04-04 | 1 | -5/+5 |
* | Bump .Dd for the birthtime options. | ceri | 2006-04-03 | 1 | -1/+1 |
* | Add -Btime, -Bnewer, -Bmin, -newerB[Bacmt], -newer[acmt]B options to | ceri | 2006-04-03 | 4 | -4/+59 |
* | Fixes for gcc4.x. | roberto | 2005-08-25 | 2 | -1/+2 |
* | Markup and wording fixes. | ru | 2005-06-14 | 1 | -2/+2 |
* | Use rpmatch() instead of checking for responses that begin with 'y' | tjr | 2005-04-02 | 2 | -18/+24 |
* | - Make find(1) WARNS?= 6 clean | ssouhlal | 2005-01-25 | 2 | -3/+3 |
* | Scheduled mdoc(7) sweep. | ru | 2005-01-11 | 1 | -1/+1 |
* | Change the 'no terminating ";"' error message to 'no terminating ";" or "+"' | tjr | 2004-07-29 | 1 | -1/+1 |
* | Remove partial support for building this on NetBSD. | tjr | 2004-07-29 | 3 | -10/+0 |
* | Now that fnmatch() supports multibyte characters, find does too; remove | tjr | 2004-07-29 | 1 | -5/+1 |
* | Start new sentence on new line. | cperciva | 2004-07-27 | 1 | -1/+2 |
* | Add a BUGS entry pointing out that -mindepth and -maxdepth are global | cperciva | 2004-07-27 | 1 | -0/+7 |
* | Merge the "multibyte not supported" BUG into the pre-existing BUGS | cperciva | 2004-07-27 | 1 | -6/+6 |
* | mdoc(7) fixes. | ru | 2004-07-07 | 1 | -2/+2 |
* | Document missing multibyte character support in utilities specified | tjr | 2004-07-03 | 1 | -1/+5 |
* | Re-add half of UCB copyright notice that went missing in 1.20. | tjr | 2004-07-03 | 1 | -0/+1 |
* | - introduce a new primary `-depth n', which tests whether | eik | 2004-05-28 | 6 | -28/+91 |
* | Bumped document date. | ru | 2004-05-19 | 1 | -16/+16 |
* | snafu, exchanged the descriptions of -maxdepth and -mindepth. | eik | 2004-05-16 | 1 | -5/+5 |
* | -maxdepth and -mindepth are global variables | eik | 2004-05-14 | 1 | -3/+16 |
* | Clarify and correct some compatibility notes. | des | 2004-04-21 | 1 | -9/+22 |
* | Add -acl and a small blurb about it to the options list. | trhodes | 2004-04-07 | 1 | -1/+8 |
* | Give find(1) the option -acl to locate files with extended | bmilekic | 2004-04-03 | 3 | -0/+54 |
* | Update the find manual page: | trhodes | 2004-02-27 | 1 | -1/+14 |
* | Typo. | des | 2004-02-23 | 1 | -1/+1 |
* | Use a larger field for the size in blocks; the current width (4 digits) | des | 2004-01-20 | 1 | -1/+1 |
* | State that in -exec ... ; the semicolon should be quoted if invoked from | schweikh | 2003-07-25 | 1 | -0/+4 |