| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | mdoc(7) police: split punctuation characters + misc fixes. | ru | 2001-02-01 | 1 | -2/+1 |
* | Add the -empty flag, from OpenBSD. It returns true if the directory | peter | 2001-01-23 | 5 | -2/+49 |
* | Prepare for mdoc(7)NG. | ru | 2001-01-16 | 1 | -1/+1 |
* | Prepare for mdoc(7)NG. | ru | 2000-12-19 | 1 | -4/+11 |
* | mdoc(7) police: use the new features of the Nm macro. | ru | 2000-11-20 | 1 | -20/+20 |
* | "minute(s) period(s)" --> "minute(s)" | mph | 2000-11-17 | 1 | -6/+6 |
* | Make passing unknown fstypes to -fstype result in a warning instead of | eivind | 2000-07-28 | 1 | -2/+16 |
* | Switch over to using the new fflagstostr and strtofflags library calls. | joe | 2000-06-17 | 2 | -5/+2 |
* | Make find -Wall -Wredundant-decls clean. | roberto | 2000-06-14 | 1 | -4/+0 |
* | This patch adds the -mindepth and -maxdepth options to find(1), which | roberto | 2000-06-12 | 11 | -6/+115 |
* | The find -perm option currently supports an exact match, | roberto | 2000-06-12 | 3 | -1/+9 |
* | Fix errors in .Xr usage. | nik | 2000-03-01 | 1 | -3/+3 |
* | Revert part of the last commit, remove {g|s}etflags from the libc | joe | 2000-02-05 | 2 | -1/+4 |
* | Historically file flags (schg, uschg, etc) have been converted from | joe | 2000-01-27 | 2 | -5/+1 |
* | Added missing DPADD's. Removed unrequired SRCS's. | joe | 2000-01-01 | 1 | -0/+1 |
* | Moved flags_to_string and string_to_flags into libutil. It's used in | joe | 1999-12-30 | 1 | -2/+2 |
* | Second part of bin/3648: add -flags to search for specific flags. | roberto | 1999-12-19 | 6 | -4/+87 |
* | -Wall: remove unused variable, initialize variable to avoid gcc stupidity. | billf | 1999-09-06 | 1 | -1/+3 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 2 | -2/+2 |
* | The -perm option takes argument [-]mode, not [-mode] | kris | 1999-06-06 | 1 | -3/+6 |
* | Clarify wording to indicate that the arguments to find(1) are path names | jkoshy | 1999-04-19 | 1 | -6/+6 |
* | Typo - "the -delete primary do not.." -> "the -delete primary does not.." | billf | 1998-12-31 | 1 | -2/+2 |
* | Return memory from setmode. | imp | 1998-12-16 | 1 | -0/+1 |
* | Fixed style bugs in previous commit. | bde | 1998-11-29 | 1 | -1/+1 |
* | Fixed English in previous commit. Clarify "lexicographical order". | bde | 1998-11-29 | 1 | -8/+14 |
* | Fixed my English fixes. | bde | 1998-11-29 | 2 | -2/+3 |
* | Fixed style bugs and English in previous commit. | bde | 1998-11-29 | 1 | -15/+16 |
* | Fixed disorder and and usage message. Improved English. | bde | 1998-11-29 | 1 | -2/+2 |
* | Fixed disordering in previous commit. | bde | 1998-11-29 | 1 | -1/+1 |
* | Added a sort option to find(1). | wosch | 1998-11-29 | 4 | -5/+37 |
* | Calls one or more of malloc(), warn(), err(), syslog(), execlp() or | des | 1998-10-13 | 1 | -2/+2 |
* | PR: 7522 | thepish | 1998-08-10 | 1 | -1/+1 |
* | Fixed printf format errors. | bde | 1998-07-06 | 1 | -1/+1 |
* | Make sure we pass the length - 1 to readlink, since it adds its own | imp | 1998-06-09 | 1 | -1/+1 |
* | Add cross references for find(1), locate(1), whereis(1) and which(1). | jkoshy | 1998-05-15 | 1 | -1/+3 |
* | Removed definition of _NEW_VFSCONF. The new vfsconf interface is now | bde | 1998-01-20 | 1 | -1/+0 |
* | A partial frontal lobotomy for find if using the NetBSD libc which | jb | 1998-01-10 | 3 | -1/+12 |
* | Sort option list so that -amin works. | steve | 1997-11-28 | 1 | -1/+5 |
* | Better wording explaining that all single character options | steve | 1997-10-27 | 1 | -1/+10 |
* | Offending statement removed from STANDARDS section. From what I | steve | 1997-10-27 | 1 | -14/+1 |
* | Add the primaries -mmin, -amin, -cmin to find, similar to the GNU find. | wosch | 1997-10-13 | 5 | -3/+128 |