summaryrefslogtreecommitdiff
path: root/usr.bin/find/option.c
AgeCommit message (Collapse)Author
2009-10-28rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andTheo de Raadt
unmaintainable). these days, people use source. these id's do not provide any benefit, and do hurt the small install media (the 33,000 line diff is essentially mechanical) ok with the idea millert, ok dms
2003-07-02protosTheo de Raadt
2003-06-26bring protypes into scope. this requires some quirky handling, but inTheo de Raadt
the end everything is much clearer; ok tedu (itojun might like to see how ifconfig looks after this)
2003-06-03Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
rescinded 22 July 1999. Proofed by myself and Theo.
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ↵Todd C. Miller
hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.
2001-11-19kill more registersMike Pechkin
millert@ ok
2000-07-08Add a -flags option similar to -perm but for filke flags (alaTodd C. Miller
chflags). Adapted from FreeBSD.
2000-06-07-iname support; karls@inet.noTheo de Raadt
2000-06-07option list MUST be sorted; previous commit broke "and"; karls@inet.noTheo de Raadt
1999-12-04o use nanosecond precision with the -newer optionTodd C. Miller
o add -anewer and -cnewer options like GNU find.
1997-11-28sort table; tejblum@arc.hq.cti.ruTheo de Raadt
1997-11-13Add the primaries -mmin, -amin, -cmin to find, similar to the GNU find; woschTheo de Raadt
1996-12-23Add -execdir support.Todd C. Miller
1996-09-01Add support for -emptyThorsten Lockert
1996-09-01Add support for -mindepth while at itThorsten Lockert
1996-08-31Add support for -maxdepth optionThorsten Lockert
1996-06-26rcsidTheo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt