| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Add -execdir which will execute the exec command in the dir of the file | imp | 1997-08-29 | 5 | -5/+117 |
* | Eliminate a variable that is set but never used. | jdp | 1997-05-19 | 1 | -5/+4 |
* | Mention that "-P" is the default. | jdp | 1997-05-19 | 1 | -1/+2 |
* | `it's'' -> `its'' where appropriate and typo fixes in time2posix.3. | eivind | 1997-05-19 | 1 | -2/+2 |
* | Minor typo. | max | 1997-05-02 | 1 | -2/+2 |
* | compare return value from getopt against -1 rather than EOF, per the final | imp | 1997-03-29 | 1 | -1/+1 |
* | Fix "-fstype local" that was broken by another bugfix in the Lite2 merge. | peter | 1997-03-27 | 1 | -5/+5 |
* | Merge from Lite2 - use new getvfsbyname() and related changes. | peter | 1997-03-11 | 5 | -58/+59 |
* | Fix a gross bug in the ! operator optimization code. The following | joerg | 1997-03-10 | 1 | -1/+7 |
* | Revert $FreeBSD$ to $Id$ | peter | 1997-02-22 | 1 | -1/+1 |
* | The option "fstype" does not handle the argument "msdos" correctly. | wosch | 1997-01-28 | 1 | -7/+4 |
* | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 1 | -1/+1 |
* | With -delete, don't complain about non-empty directories. Otherwise | peter | 1996-10-05 | 1 | -1/+1 |
* | For the -delete option, emulate the behavior of "rm -f" when dealing with | peter | 1996-10-05 | 1 | -0/+7 |
* | Implement a -delete option to find. The code is extremely paranoid and | peter | 1996-10-04 | 5 | -2/+70 |
* | [HISTORY] command appeared in Version 1 AT&T UNIX | wosch | 1996-08-29 | 1 | -0/+6 |
* | Localize it | ache | 1996-08-12 | 2 | -3/+5 |
* | Use strtoq() instead of strtol() so that large inums, and sizes can be | bde | 1996-04-07 | 1 | -4/+4 |
* | Don't use printf() for simple strings because it is slow. Closes PR 783. | wollman | 1995-10-16 | 1 | -1/+1 |
* | Simpler fix to the find bug reported by Terry Lambert <terry@lambert.org> | nate | 1995-09-12 | 1 | -0/+3 |
* | Delete bogus referneces to timezone code internal header file `tzfile.h', | wollman | 1995-08-07 | 2 | -7/+5 |