summaryrefslogtreecommitdiff
path: root/usr.bin/find/ls.c
Commit message (Collapse)AuthorAgeFilesLines
* MFC: This patch adds the -mindepth and -maxdepth options to find(1), whichOllivier Robert2000-06-231-0/+5
| | | | | | | | | | | | behave as in GNU find (and of course as described in the manual page diff included). I think these options would be useful for some people. Some missing $FreeBSD$ tags are also added. PR: bin/18941 Notes: svn path=/stable/4/; revision=62018
* Fixed printf format errors.Bruce Evans1998-07-061-1/+1
| | | | Notes: svn path=/head/; revision=37453
* Make sure we pass the length - 1 to readlink, since it adds its ownWarner Losh1998-06-091-1/+1
| | | | | | | | | NUL at the end of the path. Inspired by: OpenBSD's changes in this area by theo de raadt Notes: svn path=/head/; revision=36787
* Localize itAndrey A. Chernov1996-08-121-3/+2
| | | | Notes: svn path=/head/; revision=17534
* Delete bogus referneces to timezone code internal header file `tzfile.h',Garrett Wollman1995-08-071-2/+1
| | | | | | | which is no longer bogusly installed in /usr/include. Notes: svn path=/head/; revision=9987
* BSD 4.4 Lite Usr.bin SourcesRodney W. Grimes1994-05-271-0/+118
Notes: svn path=/cvs2svn/branches/CHRISTOS/; revision=1590