| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix all WARNS. Checked with "make WARNS=9". Remove unused file. | Mark Murray | 2003-06-14 | 1 | -190/+62 |
| * | - Introduce a new struct xvfsconf, the userland version of struct vfsconf. | Maxime Henrion | 2002-08-10 | 1 | -1/+1 |
| * | Account for space used by environment variables in a similar way to | Tim J. Robbins | 2002-07-13 | 1 | -8/+12 |
| * | Support the SysV-style -exec utility args.. {} + function, required by | Tim J. Robbins | 2002-06-02 | 1 | -8/+69 |
| * | 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 | 1 | -1/+1 |
| * | There is breakage in parsedate, so revert to get_date until this can be | Mark Murray | 2002-04-02 | 1 | -1/+1 |
| * | 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 | 1 | -3/+2 |
| * | spelling | Philippe Charnier | 2002-03-26 | 1 | -3/+3 |
| * | Restructure for own parsedate (replacement for get_date from CVS). | Mark Murray | 2002-03-21 | 1 | -2/+1 |
| * | Remove __P(). | Mark Murray | 2002-03-20 | 1 | -5/+5 |
| * | 1) Remove -Wall from Makefile. | David Malone | 2002-02-27 | 1 | -40/+46 |
| * | 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 | 1 | -12/+104 |
| * | The implementation of -flags was broken and did not match the (poorly) | Ruslan Ermilov | 2001-09-04 | 1 | -9/+12 |
| * | 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 | 1 | -4/+9 |
| * | They add the following commands: | Poul-Henning Kamp | 2001-05-03 | 1 | -759/+537 |
| * | Implement the following options and primaries: | Akinori MUSHA | 2001-02-23 | 1 | -1/+155 |
| * | Add the -empty flag, from OpenBSD. It returns true if the directory | Peter Wemm | 2001-01-23 | 1 | -0/+43 |
| * | Make passing unknown fstypes to -fstype result in a warning instead of | Eivind Eklund | 2000-07-28 | 1 | -2/+16 |
| * | Switch over to using the new fflagstostr and strtofflags library calls. | Josef Karthauser | 2000-06-17 | 1 | -3/+1 |
| * | Make find -Wall -Wredundant-decls clean. | Ollivier Robert | 2000-06-14 | 1 | -4/+0 |
| * | This patch adds the -mindepth and -maxdepth options to find(1), which | Ollivier Robert | 2000-06-12 | 1 | -5/+67 |
| * | The find -perm option currently supports an exact match, | Ollivier Robert | 2000-06-12 | 1 | -0/+5 |
| * | Revert part of the last commit, remove {g|s}etflags from the libc | Josef Karthauser | 2000-02-05 | 1 | -0/+2 |
| * | Historically file flags (schg, uschg, etc) have been converted from | Josef Karthauser | 2000-01-27 | 1 | -3/+1 |
| * | Second part of bin/3648: add -flags to search for specific flags. | Ollivier Robert | 1999-12-19 | 1 | -1/+58 |
| * | -Wall: remove unused variable, initialize variable to avoid gcc stupidity. | Bill Fumerola | 1999-09-06 | 1 | -1/+3 |
| * | Return memory from setmode. | Warner Losh | 1998-12-16 | 1 | -0/+1 |
| * | Calls one or more of malloc(), warn(), err(), syslog(), execlp() or | Dag-Erling Smørgrav | 1998-10-13 | 1 | -2/+2 |
| * | A partial frontal lobotomy for find if using the NetBSD libc which | John Birrell | 1998-01-10 | 1 | -0/+2 |
| * | Add the primaries -mmin, -amin, -cmin to find, similar to the GNU find. | Wolfram Schneider | 1997-10-13 | 1 | -0/+98 |
| * | Add -execdir which will execute the exec command in the dir of the file | Warner Losh | 1997-08-29 | 1 | -0/+100 |
| * | 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 | 1 | -41/+30 |
| * | The option "fstype" does not handle the argument "msdos" correctly. | Wolfram Schneider | 1997-01-28 | 1 | -7/+4 |
| * | With -delete, don't complain about non-empty directories. Otherwise | Peter Wemm | 1996-10-05 | 1 | -1/+1 |
| * | For the -delete option, emulate the behavior of "rm -f" when dealing with | Peter Wemm | 1996-10-05 | 1 | -0/+7 |
| * | Implement a -delete option to find. The code is extremely paranoid and | Peter Wemm | 1996-10-04 | 1 | -0/+53 |
| * | Use strtoq() instead of strtol() so that large inums, and sizes can be | Bruce Evans | 1996-04-07 | 1 | -4/+4 |
| * | Don't use printf() for simple strings because it is slow. Closes PR 783. | Garrett Wollman | 1995-10-16 | 1 | -1/+1 |
| * | Simpler fix to the find bug reported by Terry Lambert <terry@lambert.org> | Nate Williams | 1995-09-12 | 1 | -0/+3 |
| * | Delete bogus referneces to timezone code internal header file `tzfile.h', | Garrett Wollman | 1995-08-07 | 1 | -5/+4 |
| * | Remove trailing whitespace. | Rodney W. Grimes | 1995-05-30 | 1 | -65/+65 |
| * | Add GNU-style `-print0' primary. This exists so that one can safely | Garrett Wollman | 1995-05-09 | 1 | -0/+24 |
| * | BSD 4.4 Lite Usr.bin Sources | Rodney W. Grimes | 1994-05-27 | 1 | -0/+1069 |