| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix options broken when the birthtime related primaries were added. | Ceri Davies | 2006-04-05 | 1 | -11/+11 |
* | Note that all of the birthtime related primaries are non-standard. | Ceri Davies | 2006-04-04 | 1 | -5/+5 |
* | Bump .Dd for the birthtime options. | Ceri Davies | 2006-04-03 | 1 | -1/+1 |
* | Add -Btime, -Bnewer, -Bmin, -newerB[Bacmt], -newer[acmt]B options to | Ceri Davies | 2006-04-03 | 4 | -4/+59 |
* | Fixes for gcc4.x. | Ollivier Robert | 2005-08-25 | 2 | -1/+2 |
* | Markup and wording fixes. | Ruslan Ermilov | 2005-06-14 | 1 | -2/+2 |
* | Use rpmatch() instead of checking for responses that begin with 'y' | Tim J. Robbins | 2005-04-02 | 2 | -18/+24 |
* | - Make find(1) WARNS?= 6 clean | Suleiman Souhlal | 2005-01-25 | 2 | -3/+3 |
* | Scheduled mdoc(7) sweep. | Ruslan Ermilov | 2005-01-11 | 1 | -1/+1 |
* | Change the 'no terminating ";"' error message to 'no terminating ";" or "+"' | Tim J. Robbins | 2004-07-29 | 1 | -1/+1 |
* | Remove partial support for building this on NetBSD. | Tim J. Robbins | 2004-07-29 | 3 | -10/+0 |
* | Now that fnmatch() supports multibyte characters, find does too; remove | Tim J. Robbins | 2004-07-29 | 1 | -5/+1 |
* | Start new sentence on new line. | Colin Percival | 2004-07-27 | 1 | -1/+2 |
* | Add a BUGS entry pointing out that -mindepth and -maxdepth are global | Colin Percival | 2004-07-27 | 1 | -0/+7 |
* | Merge the "multibyte not supported" BUG into the pre-existing BUGS | Colin Percival | 2004-07-27 | 1 | -6/+6 |
* | mdoc(7) fixes. | Ruslan Ermilov | 2004-07-07 | 1 | -2/+2 |
* | Document missing multibyte character support in utilities specified | Tim J. Robbins | 2004-07-03 | 1 | -1/+5 |
* | Re-add half of UCB copyright notice that went missing in 1.20. | Tim J. Robbins | 2004-07-03 | 1 | -0/+1 |
* | - introduce a new primary `-depth n', which tests whether | Oliver Eikemeier | 2004-05-28 | 6 | -28/+91 |
* | Bumped document date. | Ruslan Ermilov | 2004-05-19 | 1 | -16/+16 |
* | snafu, exchanged the descriptions of -maxdepth and -mindepth. | Oliver Eikemeier | 2004-05-16 | 1 | -5/+5 |
* | -maxdepth and -mindepth are global variables | Oliver Eikemeier | 2004-05-14 | 1 | -3/+16 |
* | Clarify and correct some compatibility notes. | Dag-Erling Smørgrav | 2004-04-21 | 1 | -9/+22 |
* | Add -acl and a small blurb about it to the options list. | Tom Rhodes | 2004-04-07 | 1 | -1/+8 |
* | Give find(1) the option -acl to locate files with extended | Bosko Milekic | 2004-04-03 | 3 | -0/+54 |
* | Update the find manual page: | Tom Rhodes | 2004-02-27 | 1 | -1/+14 |
* | Typo. | Dag-Erling Smørgrav | 2004-02-23 | 1 | -1/+1 |
* | Use a larger field for the size in blocks; the current width (4 digits) | Dag-Erling Smørgrav | 2004-01-20 | 1 | -1/+1 |
* | State that in -exec ... ; the semicolon should be quoted if invoked from | Jens Schweikhardt | 2003-07-25 | 1 | -0/+4 |
* | Fix all WARNS. Checked with "make WARNS=9". Remove unused file. | Mark Murray | 2003-06-14 | 10 | -1184/+133 |
* | Correctly alphabetize options[] so we don't stop at -nouser when searching | Dag-Erling Smørgrav | 2003-02-18 | 1 | -1/+1 |
* | Uniformly refer to a file system as "file system". | Ruslan Ermilov | 2002-12-12 | 1 | -5/+5 |
* | mdoc(7) police: markup polishing. | Ruslan Ermilov | 2002-11-26 | 1 | -17/+5 |
* | Make the threatened fts(3) ABI fix. FTSENT now avoids the use of the struct | Garrett Wollman | 2002-09-21 | 1 | -2/+2 |
* | Do not repeat the name of the flag in its description | Philippe Charnier | 2002-08-27 | 1 | -24/+8 |
* | Add a unary -not operator ala -false and !, for sake of completeness. | Juli Mallett | 2002-08-19 | 2 | -0/+2 |
* | Oops, add -false to the operators list in the manual page for find(1), as added | Juli Mallett | 2002-08-15 | 1 | -0/+1 |
* | Add support for -false instead of '!' cause it can be hard to use that in | Juli Mallett | 2002-08-15 | 1 | -0/+1 |
* | - Introduce a new struct xvfsconf, the userland version of struct vfsconf. | Maxime Henrion | 2002-08-10 | 1 | -1/+1 |
* | - Use MAXLOGNAME - 1 rather than UT_NAMESIZE. | Robert Drehmel | 2002-07-22 | 1 | -3/+2 |
* | Account for space used by environment variables in a similar way to | Tim J. Robbins | 2002-07-13 | 1 | -8/+12 |
* | Indicate that the semicolon that terminates argument lists should be in | Tim J. Robbins | 2002-06-26 | 1 | -2/+8 |
* | Make it more obvious that the semicolon that terminates -exec and -execdir | Tim J. Robbins | 2002-06-26 | 1 | -2/+8 |
* | Support the SysV-style -exec utility args.. {} + function, required by | Tim J. Robbins | 2002-06-02 | 4 | -8/+95 |
* | mdoc(7) police: markup nits. | Ruslan Ermilov | 2002-05-29 | 1 | -1/+1 |
* | Clean up malloc(3)'s argument. Remove casts which do nothing when we're | Juli Mallett | 2002-05-17 | 1 | -9/+9 |
* | More consistancy. file system > filesystem | Tom Rhodes | 2002-05-16 | 2 | -4/+4 |
* | Use `The .Nm utility' | Philippe Charnier | 2002-04-20 | 1 | -2/+3 |
* | Fix to WARNS=2 level. | David E. O'Brien | 2002-04-15 | 3 | -25/+8 |
* | Clean up the 1/2 a** committing from Thu, 3 May 2001 11:05:39 -0700 (PDT). | David E. O'Brien | 2002-04-14 | 2 | -4/+1010 |