| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Replace err() with errx(), errno is garbage in this context. | Philippe Charnier | 2002-04-12 | 1 | -1/+1 |
* | find.1 does not encourage users to DTRT when piping to xargs(1) | Tom Rhodes | 2002-04-10 | 1 | -0/+7 |
* | There is breakage in parsedate, so revert to get_date until this can be | Mark Murray | 2002-04-02 | 3 | -3/+8 |
* | Fix find -exec with no command specified (i.e.: find . -exec ';') | Juli Mallett | 2002-04-02 | 1 | -0/+3 |
* | Fix SCM IDs. | David E. O'Brien | 2002-04-01 | 7 | -18/+14 |
* | Allow to compile a YACC produced file with GCC 3.1 (which has different | David E. O'Brien | 2002-04-01 | 1 | -0/+1 |
* | Run find.1 through ispell. | Giorgos Keramidas | 2002-04-01 | 1 | -1/+1 |
* | Change a "/*" within a comment to a "**". | David Malone | 2002-03-30 | 1 | -1/+2 |
* | spelling | Philippe Charnier | 2002-03-26 | 2 | -4/+4 |
* | Restructure for own parsedate (replacement for get_date from CVS). | Mark Murray | 2002-03-21 | 4 | -48/+54 |
* | Add a replacement for get_date which is currently being dug out of | Mark Murray | 2002-03-21 | 1 | -0/+880 |
* | For the sake of consistency, remove an include that is included in | Mark Murray | 2002-03-20 | 1 | -1/+0 |
* | Remove __P(). | Mark Murray | 2002-03-20 | 8 | -23/+23 |
* | 1) Remove -Wall from Makefile. | David Malone | 2002-02-27 | 9 | -71/+80 |
* | Fixed divots that I created when I moved prototypes of group_from_gid | Warner Losh | 2002-02-19 | 1 | -1/+7 |
* | Add a missing comma. | Ruslan Ermilov | 2001-11-20 | 1 | -1/+1 |
* | Document -depth | David E. O'Brien | 2001-10-06 | 1 | -0/+13 |
* | Simplify f_Xtime(). | Ruslan Ermilov | 2001-09-14 | 1 | -24/+11 |
* | Bloat find(1) even more, and introduce the concept | Ruslan Ermilov | 2001-09-14 | 3 | -18/+166 |
* | The implementation of -flags was broken and did not match the (poorly) | Ruslan Ermilov | 2001-09-04 | 3 | -31/+79 |
* | Sort predicates. | Ruslan Ermilov | 2001-08-31 | 1 | -70/+70 |
* | Restore the `-perm +mode' feature. | Ruslan Ermilov | 2001-08-30 | 1 | -2/+2 |
* | Remove emalloc and expand to the malloc + error checking it was, where used. | David E. O'Brien | 2001-07-24 | 3 | -20/+9 |
* | Quiet a [useless] compiler warning. | David E. O'Brien | 2001-07-23 | 1 | -1/+1 |
* | Clarify the feature that -exec parameters won't get | Yaroslav Tykhiy | 2001-06-29 | 1 | -0/+5 |
* | mdoc(7) police: fix markup. | Ruslan Ermilov | 2001-05-16 | 1 | -198/+255 |
* | They add the following commands: | Poul-Henning Kamp | 2001-05-03 | 9 | -927/+793 |
* | Don't attempt to parse %c, use nl_langinfo instead | Andrey A. Chernov | 2001-03-21 | 1 | -13/+16 |