OpenBSD CVS

src/usr.bin/find/


Click on a directory to enter that directory. Click on a file to display its revision history and to get a chance to display diffs between revisions.

Current directory: [local] / src / usr.bin / find


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] Makefile  1.4   23 years  mickey   new strtofflags/fflagstostr
[TXT] extern.h  1.22   7 years  tedu   add -delete option which can simplify the common case of wanting to delete lots ...
[TXT] find.1  1.101   2 years  naddy   man pages: add missing commas between subordinate and main clauses jmc@ dislike...
[TXT] find.c  1.23   5 years  tb   Update a comment to include -delete, -execdir, -ls and -print0 among the primari...
[TXT] find.h  1.18   7 years  tedu   add -delete option which can simplify the common case of wanting to delete lots ...
[TXT] function.c  1.55   8 months  guenther   Replace use of the old BSD st_*timespec members in struct stat with the POSIX-st...
[TXT] ls.c  1.18   5 years  deraadt   dev_t is signed to permit passing -1 as an invalid condition, but the decomposit...
[TXT] main.c  1.33   17 months  cheloha   userspace: remove vestigial '?' cases from top-level getopt(3) loops getopt(3) ...
[TXT] misc.c  1.18   13 months  guenther   Delete obsolete /* ARGSUSED */ lint comments. ok miod@ millert@
[TXT] operator.c  1.10   14 years  deraadt   rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and unmaintai...
[TXT] option.c  1.21   5 years  tedu   add -not as a sh friendly alias for !. ok millert