| Commit message (Expand) | Author | Age | Files | Lines |
* | Uniformly refer to a file system as "file system". | ru | 2002-12-12 | 1 | -5/+5 |
* | mdoc(7) police: markup polishing. | ru | 2002-11-26 | 1 | -17/+5 |
* | Make the threatened fts(3) ABI fix. FTSENT now avoids the use of the struct | wollman | 2002-09-21 | 1 | -2/+2 |
* | Do not repeat the name of the flag in its description | charnier | 2002-08-27 | 1 | -24/+8 |
* | Add a unary -not operator ala -false and !, for sake of completeness. | jmallett | 2002-08-19 | 2 | -0/+2 |
* | Oops, add -false to the operators list in the manual page for find(1), as added | jmallett | 2002-08-15 | 1 | -0/+1 |
* | Add support for -false instead of '!' cause it can be hard to use that in | jmallett | 2002-08-15 | 1 | -0/+1 |
* | - Introduce a new struct xvfsconf, the userland version of struct vfsconf. | mux | 2002-08-10 | 1 | -1/+1 |
* | - Use MAXLOGNAME - 1 rather than UT_NAMESIZE. | robert | 2002-07-22 | 1 | -3/+2 |
* | Account for space used by environment variables in a similar way to | tjr | 2002-07-13 | 1 | -8/+12 |
* | Indicate that the semicolon that terminates argument lists should be in | tjr | 2002-06-26 | 1 | -2/+8 |
* | Make it more obvious that the semicolon that terminates -exec and -execdir | tjr | 2002-06-26 | 1 | -2/+8 |
* | Support the SysV-style -exec utility args.. {} + function, required by | tjr | 2002-06-02 | 4 | -8/+95 |
* | mdoc(7) police: markup nits. | ru | 2002-05-29 | 1 | -1/+1 |
* | Clean up malloc(3)'s argument. Remove casts which do nothing when we're | jmallett | 2002-05-17 | 1 | -9/+9 |
* | More consistancy. file system > filesystem | trhodes | 2002-05-16 | 2 | -4/+4 |
* | Use `The .Nm utility' | charnier | 2002-04-20 | 1 | -2/+3 |
* | Fix to WARNS=2 level. | obrien | 2002-04-15 | 3 | -25/+8 |
* | Clean up the 1/2 a** committing from Thu, 3 May 2001 11:05:39 -0700 (PDT). | obrien | 2002-04-14 | 2 | -4/+1010 |
* | Replace err() with errx(), errno is garbage in this context. | charnier | 2002-04-12 | 1 | -1/+1 |
* | find.1 does not encourage users to DTRT when piping to xargs(1) | trhodes | 2002-04-10 | 1 | -0/+7 |
* | There is breakage in parsedate, so revert to get_date until this can be | markm | 2002-04-02 | 3 | -3/+8 |
* | Fix find -exec with no command specified (i.e.: find . -exec ';') | jmallett | 2002-04-02 | 1 | -0/+3 |
* | Fix SCM IDs. | obrien | 2002-04-01 | 7 | -18/+14 |
* | Allow to compile a YACC produced file with GCC 3.1 (which has different | obrien | 2002-04-01 | 1 | -0/+1 |
* | Run find.1 through ispell. | keramida | 2002-04-01 | 1 | -1/+1 |
* | Change a "/*" within a comment to a "**". | dwmalone | 2002-03-30 | 1 | -1/+2 |
* | spelling | charnier | 2002-03-26 | 2 | -4/+4 |
* | Restructure for own parsedate (replacement for get_date from CVS). | markm | 2002-03-21 | 4 | -48/+54 |
* | Add a replacement for get_date which is currently being dug out of | markm | 2002-03-21 | 1 | -0/+880 |
* | For the sake of consistency, remove an include that is included in | markm | 2002-03-20 | 1 | -1/+0 |
* | Remove __P(). | markm | 2002-03-20 | 8 | -23/+23 |
* | 1) Remove -Wall from Makefile. | dwmalone | 2002-02-27 | 9 | -71/+80 |
* | Fixed divots that I created when I moved prototypes of group_from_gid | imp | 2002-02-19 | 1 | -1/+7 |
* | Add a missing comma. | ru | 2001-11-20 | 1 | -1/+1 |
* | Document -depth | obrien | 2001-10-06 | 1 | -0/+13 |
* | Simplify f_Xtime(). | ru | 2001-09-14 | 1 | -24/+11 |
* | Bloat find(1) even more, and introduce the concept | ru | 2001-09-14 | 3 | -18/+166 |
* | The implementation of -flags was broken and did not match the (poorly) | ru | 2001-09-04 | 3 | -31/+79 |
* | Sort predicates. | ru | 2001-08-31 | 1 | -70/+70 |
* | Restore the `-perm +mode' feature. | ru | 2001-08-30 | 1 | -2/+2 |
* | Remove emalloc and expand to the malloc + error checking it was, where used. | obrien | 2001-07-24 | 3 | -20/+9 |
* | Quiet a [useless] compiler warning. | obrien | 2001-07-23 | 1 | -1/+1 |
* | Clarify the feature that -exec parameters won't get | yar | 2001-06-29 | 1 | -0/+5 |
* | mdoc(7) police: fix markup. | ru | 2001-05-16 | 1 | -198/+255 |
* | They add the following commands: | phk | 2001-05-03 | 9 | -927/+793 |
* | Don't attempt to parse %c, use nl_langinfo instead | ache | 2001-03-21 | 1 | -13/+16 |
* | MAXPATHLEN already accounts for the trailing NUL, so no need to add one in. | imp | 2001-03-01 | 1 | -1/+1 |
* | mdoc(7) police: restore correct order of references in the SEE ALSO. | ru | 2001-02-24 | 1 | -1/+1 |
* | Implement the following options and primaries: | knu | 2001-02-23 | 7 | -7/+219 |