This website requires JavaScript.
Explore
Help
Sign In
d
/
freebsd-nq
Watch
1
Star
0
Fork
0
You've already forked freebsd-nq
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
freebsd-nq
/
usr.bin
/
find
History
Dag-Erling Smørgrav
db6b8c956f
Correctly alphabetize options[] so we don't stop at -nouser when searching
...
for -not. PR: bin/48423 Submitted by: Matsumura Naoki <matsu@jp.FreeBSD.org> MFC after: 3 days
2003-02-18 14:30:43 +00:00
..
extern.h
There is breakage in parsedate, so revert to get_date until this can be
2002-04-02 10:45:34 +00:00
find.1
Uniformly refer to a file system as "file system".
2002-12-12 17:26:04 +00:00
find.c
Make the threatened fts(3) ABI fix. FTSENT now avoids the use of the struct
2002-09-21 01:28:41 +00:00
find.h
Support the SysV-style -exec utility args.. {} + function, required by
2002-06-02 12:57:41 +00:00
function.c
- Introduce a new struct xvfsconf, the userland version of struct vfsconf.
2002-08-10 20:19:04 +00:00
getdate.y
Fix to WARNS=2 level.
2002-04-15 19:27:41 +00:00
ls.c
- Use MAXLOGNAME - 1 rather than UT_NAMESIZE.
2002-07-22 11:36:25 +00:00
main.c
Fix SCM IDs.
2002-04-01 22:56:56 +00:00
Makefile
Fix to WARNS=2 level.
2002-04-15 19:27:41 +00:00
misc.c
Fix SCM IDs.
2002-04-01 22:56:56 +00:00
operator.c
Replace err() with errx(), errno is garbage in this context.
2002-04-12 21:25:16 +00:00
option.c
Correctly alphabetize options[] so we don't stop at -nouser when searching
2003-02-18 14:30:43 +00:00
parsedate.y
…