| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC: recent mdoc(7) fixes. | Ruslan Ermilov | 2001-03-06 | 1 | -2/+1 |
| * | Correct a gratuitous whitespace difference with HEAD | Kris Kennaway | 2001-03-04 | 1 | -1/+1 |
| * | MFC: | Akinori MUSHA | 2001-02-25 | 7 | -7/+219 |
| * | MFC: -empty switch for searching for empty directories. (From OpenBSD) | Peter Wemm | 2001-01-30 | 5 | -2/+49 |
| * | MFC: Prepare for mdoc(7)NG. | Ruslan Ermilov | 2001-01-16 | 1 | -1/+1 |
| * | MFC: Prepare for mdoc(7)NG. | Ruslan Ermilov | 2000-12-19 | 1 | -4/+11 |
| * | MFC: recent mdoc(7) fixes. | Ruslan Ermilov | 2000-12-08 | 1 | -26/+26 |
| * | MFC: Use the new fflagstostr and strtofflags functions in libc. | Josef Karthauser | 2000-06-28 | 2 | -5/+2 |
| * | MFC: forgot to commit the -Wall addition from a previous MFC. | Ollivier Robert | 2000-06-23 | 1 | -0/+1 |
| * | MFC: makes the code -Wall -Wmissing-prototype clean. | Ollivier Robert | 2000-06-23 | 1 | -4/+0 |
| * | MFC: This patch adds the -mindepth and -maxdepth options to find(1), which | Ollivier Robert | 2000-06-23 | 9 | -6/+109 |
| * | MFC: | Ollivier Robert | 2000-06-23 | 3 | -1/+9 |
| * | Fix errors in .Xr usage. | Nik Clayton | 2000-03-01 | 1 | -3/+3 |
| * | Revert part of the last commit, remove {g|s}etflags from the libc | Josef Karthauser | 2000-02-05 | 2 | -1/+4 |
| * | Historically file flags (schg, uschg, etc) have been converted from | Josef Karthauser | 2000-01-27 | 2 | -5/+1 |
| * | Added missing DPADD's. Removed unrequired SRCS's. | Josef Karthauser | 2000-01-01 | 1 | -0/+1 |
| * | Moved flags_to_string and string_to_flags into libutil. It's used in | Josef Karthauser | 1999-12-30 | 1 | -2/+2 |
| * | Second part of bin/3648: add -flags to search for specific flags. | Ollivier Robert | 1999-12-19 | 6 | -4/+87 |
| * | -Wall: remove unused variable, initialize variable to avoid gcc stupidity. | Bill Fumerola | 1999-09-06 | 1 | -1/+3 |
| * | $Id$ -> $FreeBSD$ | Peter Wemm | 1999-08-28 | 2 | -2/+2 |
| * | The -perm option takes argument [-]mode, not [-mode] | Kris Kennaway | 1999-06-06 | 1 | -3/+6 |
| * | Clarify wording to indicate that the arguments to find(1) are path names | Joseph Koshy | 1999-04-19 | 1 | -6/+6 |
| * | Typo - "the -delete primary do not.." -> "the -delete primary does not.." | Bill Fumerola | 1998-12-31 | 1 | -2/+2 |
| * | Return memory from setmode. | Warner Losh | 1998-12-16 | 1 | -0/+1 |
| * | Fixed style bugs in previous commit. | Bruce Evans | 1998-11-29 | 1 | -1/+1 |
| * | Fixed English in previous commit. Clarify "lexicographical order". | Bruce Evans | 1998-11-29 | 1 | -8/+14 |
| * | Fixed my English fixes. | Bruce Evans | 1998-11-29 | 2 | -2/+3 |
| * | Fixed style bugs and English in previous commit. | Bruce Evans | 1998-11-29 | 1 | -15/+16 |
| * | Fixed disorder and and usage message. Improved English. | Bruce Evans | 1998-11-29 | 1 | -2/+2 |
| * | Fixed disordering in previous commit. | Bruce Evans | 1998-11-29 | 1 | -1/+1 |
| * | Added a sort option to find(1). | Wolfram Schneider | 1998-11-29 | 4 | -5/+37 |
| * | Calls one or more of malloc(), warn(), err(), syslog(), execlp() or | Dag-Erling Smørgrav | 1998-10-13 | 1 | -2/+2 |
| * | PR: 7522 | Peter Hawkins | 1998-08-10 | 1 | -1/+1 |
| * | Fixed printf format errors. | Bruce Evans | 1998-07-06 | 1 | -1/+1 |
| * | Make sure we pass the length - 1 to readlink, since it adds its own | Warner Losh | 1998-06-09 | 1 | -1/+1 |
| * | Add cross references for find(1), locate(1), whereis(1) and which(1). | Joseph Koshy | 1998-05-15 | 1 | -1/+3 |
| * | Removed definition of _NEW_VFSCONF. The new vfsconf interface is now | Bruce Evans | 1998-01-20 | 1 | -1/+0 |
| * | A partial frontal lobotomy for find if using the NetBSD libc which | John Birrell | 1998-01-10 | 3 | -1/+12 |
| * | Sort option list so that -amin works. | Steve Price | 1997-11-28 | 1 | -1/+5 |
| * | Better wording explaining that all single character options | Steve Price | 1997-10-27 | 1 | -1/+10 |
| * | Offending statement removed from STANDARDS section. From what I | Steve Price | 1997-10-27 | 1 | -14/+1 |
| * | Add the primaries -mmin, -amin, -cmin to find, similar to the GNU find. | Wolfram Schneider | 1997-10-13 | 5 | -3/+128 |
| * | Add -execdir which will execute the exec command in the dir of the file | Warner Losh | 1997-08-29 | 5 | -5/+117 |
| * | Eliminate a variable that is set but never used. | John Polstra | 1997-05-19 | 1 | -5/+4 |
| * | Mention that "-P" is the default. | John Polstra | 1997-05-19 | 1 | -1/+2 |
| * | `it's'' -> `its'' where appropriate and typo fixes in time2posix.3. | Eivind Eklund | 1997-05-19 | 1 | -2/+2 |
| * | Minor typo. | Masafumi Max NAKANE | 1997-05-02 | 1 | -2/+2 |
| * | compare return value from getopt against -1 rather than EOF, per the final | Warner Losh | 1997-03-29 | 1 | -1/+1 |
| * | Fix "-fstype local" that was broken by another bugfix in the Lite2 merge. | Peter Wemm | 1997-03-27 | 1 | -5/+5 |
| * | Merge from Lite2 - use new getvfsbyname() and related changes. | Peter Wemm | 1997-03-11 | 5 | -58/+59 |