summaryrefslogtreecommitdiffstats
path: root/usr.bin/find/function.c
Commit message (Expand)AuthorAgeFilesLines
* - Introduce a new struct xvfsconf, the userland version of struct vfsconf.mux2002-08-101-1/+1
* Account for space used by environment variables in a similar way totjr2002-07-131-8/+12
* Support the SysV-style -exec utility args.. {} + function, required bytjr2002-06-021-8/+69
* Clean up malloc(3)'s argument. Remove casts which do nothing when we'rejmallett2002-05-171-9/+9
* More consistancy. file system > filesystemtrhodes2002-05-161-1/+1
* There is breakage in parsedate, so revert to get_date until this can bemarkm2002-04-021-1/+1
* Fix find -exec with no command specified (i.e.: find . -exec ';')jmallett2002-04-021-0/+3
* Fix SCM IDs.obrien2002-04-011-3/+2
* spellingcharnier2002-03-261-3/+3
* Restructure for own parsedate (replacement for get_date from CVS).markm2002-03-211-2/+1
* Remove __P().markm2002-03-201-5/+5
* 1) Remove -Wall from Makefile.dwmalone2002-02-271-40/+46
* Simplify f_Xtime().ru2001-09-141-24/+11
* Bloat find(1) even more, and introduce the conceptru2001-09-141-12/+104
* The implementation of -flags was broken and did not match the (poorly)ru2001-09-041-9/+12
* Restore the `-perm +mode' feature.ru2001-08-301-2/+2
* Remove emalloc and expand to the malloc + error checking it was, where used.obrien2001-07-241-4/+9
* They add the following commands:phk2001-05-031-759/+537
* Implement the following options and primaries:knu2001-02-231-1/+155
* Add the -empty flag, from OpenBSD. It returns true if the directorypeter2001-01-231-0/+43
* Make passing unknown fstypes to -fstype result in a warning instead ofeivind2000-07-281-2/+16
* Switch over to using the new fflagstostr and strtofflags library calls.joe2000-06-171-3/+1
* Make find -Wall -Wredundant-decls clean.roberto2000-06-141-4/+0
* This patch adds the -mindepth and -maxdepth options to find(1), whichroberto2000-06-121-5/+67
* The find -perm option currently supports an exact match,roberto2000-06-121-0/+5
* Revert part of the last commit, remove {g|s}etflags from the libcjoe2000-02-051-0/+2
* Historically file flags (schg, uschg, etc) have been converted fromjoe2000-01-271-3/+1
* Second part of bin/3648: add -flags to search for specific flags.roberto1999-12-191-1/+58
* -Wall: remove unused variable, initialize variable to avoid gcc stupidity.billf1999-09-061-1/+3
* Return memory from setmode.imp1998-12-161-0/+1
* Calls one or more of malloc(), warn(), err(), syslog(), execlp() ordes1998-10-131-2/+2
* A partial frontal lobotomy for find if using the NetBSD libc whichjb1998-01-101-0/+2
* Add the primaries -mmin, -amin, -cmin to find, similar to the GNU find.wosch1997-10-131-0/+98
* Add -execdir which will execute the exec command in the dir of the fileimp1997-08-291-0/+100
* Fix "-fstype local" that was broken by another bugfix in the Lite2 merge.peter1997-03-271-5/+5
* Merge from Lite2 - use new getvfsbyname() and related changes.peter1997-03-111-41/+30
* The option "fstype" does not handle the argument "msdos" correctly.wosch1997-01-281-7/+4
* With -delete, don't complain about non-empty directories. Otherwisepeter1996-10-051-1/+1
* For the -delete option, emulate the behavior of "rm -f" when dealing withpeter1996-10-051-0/+7
* Implement a -delete option to find. The code is extremely paranoid andpeter1996-10-041-0/+53
* Use strtoq() instead of strtol() so that large inums, and sizes can bebde1996-04-071-4/+4
* Don't use printf() for simple strings because it is slow. Closes PR 783.wollman1995-10-161-1/+1
* Simpler fix to the find bug reported by Terry Lambert <terry@lambert.org>nate1995-09-121-0/+3
* Delete bogus referneces to timezone code internal header file `tzfile.h',wollman1995-08-071-5/+4
* Remove trailing whitespace.rgrimes1995-05-301-65/+65
* Add GNU-style `-print0' primary. This exists so that one can safelywollman1995-05-091-0/+24
* BSD 4.4 Lite Usr.bin Sourcesrgrimes1994-05-271-0/+1069
OpenPOWER on IntegriCloud