break out special local mail processing (e.g., mapping to the
[unix-history] / usr / src / usr.bin / find /
1994-04-17 Keith Bosticput the optoins array into text space
1994-04-17 Keith Bosticoption() is now static to option.c
1994-04-17 Keith BosticThe find command used the results of option() to delimi...
1994-04-02 Keith Bosticsetting errno and then not exiting isn't safe
1994-04-01 Keith BosticPOSIX 1003.2B/D9 symbolic links
1994-04-01 Keith Bosticlint
1994-04-01 Keith Bosticreturn error status to main for an exit status
1994-02-22 Keith Bosticfind . -nouser would show all files which *have* a...
1994-01-24 Kirk McKusicklast vestage of MOUNT_PC
1994-01-24 Keith BosticMOUNT_PC -> MOUNT_MSDOS
1993-12-31 Kirk McKusickchange from Bostic for POSIX
1993-06-07 Keith Bostic4.4BSD snapshot (revision 8.1)
1993-06-07 Keith Bostic4.4BSD snapshot (revision 8.1); add 1993 to copyright
1993-05-02 Keith Bosticcorrect -n for time ranges, so that "-mtime -1" is...
1993-05-02 Keith Bosticuse library err/warn(3) functions; lint, prettiness...
1993-04-28 Keith Bosticpwcache(3) now in the C library
1993-04-27 Keith Bosticdon't turn off FTS_NOSTAT for -x ... at least I can...
1993-02-20 Marc Teitelbaumallow +/- on most operators
1992-07-28 Keith Bosticon second thought, make it symlink(7)
1992-07-28 Keith Bosticadd symlin(1)
1992-07-27 Keith Bosticfix -size (trailing character not set in c_size); clean...
1992-07-24 Keith Bosticfix printf output for ls.c
1992-06-30 Keith Bosticnew include file, fnmatch.h
1992-06-30 Keith BosticFNM_QUOTE now the default for fnmatch, reverse return...
1992-06-02 Elan AmirAdded -Hh documentation.
1992-06-02 Elan AmirAdded -Hh options.
1992-05-06 Keith Bosticflush stdout so error messages in the right place
1992-02-28 Keith Bosticupdate the 'see also' list to be a little more reasonable
1992-01-28 Keith Bosticfts_statb -> fts_statp
1991-12-28 Keith Bosticdelete extra extern function declaratoins
1991-12-06 Keith Bosticmount.h needs param.h and ucred.h, now
1991-12-06 Keith Bosticmain didn't exit
1991-08-22 Keith Bosticmake options static, make the comment clearer
1991-08-22 Chris Torekdo not strcmp NULL (just take it out of the table entirely)
1991-08-20 Elan Amir(no message)
1991-07-30 Cynthia A. E. Livi... fix request
1991-07-25 Cynthia A. E. Livi... mdoc version three
1991-07-20 Keith Bosticadd -path, -fstype rdonly; document values for PLAN...
1991-06-28 Keith Bosticadd POSIX/IEEE contribution notice
1991-06-17 Keith Bosticand -> -and, or -> -or to match original syntax
1991-06-05 Keith BosticANSI function pointers are fun!
1991-05-26 Keith Bostica little too enthusiastic... don't exit on unreadable...
1991-05-25 Keith Bosticchange find to do an fchdir on exec/ok; this means...
1991-05-25 Keith Bosticreturn to the original find syntax (newsyntax.c ->...
1991-05-25 Keith Bosticdate and time created 91/05/24 15:14:09 by bostic
1991-05-24 Keith Bosticfollow symbolic links if they are specified as command...
1991-05-24 Keith BosticT_USER used in the kernel, included by <sys/param.h...
1991-04-28 Keith Bosticlist -r and -X as POSIX extensions
1991-04-28 Keith Bosticadd -X flag to make the world safe for xargs
1991-04-17 Keith BosticReiser cpp fix
1991-03-22 Keith Bosticrename error argument for C preprocessor
1991-03-14 Cynthia A. E. Livi... add .Vx so tmac.andoc will call tmac.mdoc-old
1991-03-14 Cynthia A. E. Livi... add .Vx so tmac.andoc will call tmac.mdoc-old
1991-03-11 Keith BosticANSI, error routine; use new fts routines which set...
1991-03-10 Keith BosticANSI
1991-03-10 Keith Bosticdocument that prune doesn't work if doing depth-first
1991-01-03 Keith Bostice_len are int's; use MAXPATHLEN, not 1024
1990-11-22 Keith Bosticdocument that {} behavior has changed
1990-11-19 Keith BosticFix fstype function. Statfs follows symlinks, find...
1990-11-16 Keith Bosticuse getchar() for queryuser function; lots of minor...
1990-11-16 Keith Bosticdon't require stat(2) information for xdev function...
1990-11-16 Keith Bosticif not exec/ok-ing a file, and no stat(2) information...
1990-11-16 Keith Bosticmake status variables consistent
1990-11-16 Keith Bosticdon't need to declare errno twice, use sys/errno
1990-11-16 Keith Bosticmake status variables consistent
1990-11-16 Keith Bosticlint
1990-10-23 Keith Bosticadd -r option, allowing -exec/-ok to do relative traversal
1990-09-12 Keith Bosticpostorder find fails because of a missing `break'
1990-07-25 Cynthia A. E. Livi... .Xr botch fix
1990-07-02 Keith Bostic-a wasn't getting discarded completely; test case is:
1990-07-01 Keith Bosticdon't handle "exec foo -a {} \;" as old syntax because...
1990-07-01 Trent Heindeclaration boo-boo
1990-07-01 Trent Heintwo bugs: 'perm' primary didn't work because setmode...
1990-06-26 Cynthia A. E. Livi... converted man page
1990-06-25 Keith Bosticset curdev, otherwise we'll statfs on every file
1990-06-17 Keith Bosticdelete FTS_MULTIPLE
1990-06-11 Cynthia A. E. Livi... converted man page
1990-06-02 Keith Bosticnew copyright notice
1990-05-26 Keith Bosticminor rewording, don't talk about primaries/operands...
1990-05-23 Keith Bosticfts now has flag to keep from crossing mount points
1990-05-21 Keith Bosticadd fstype local
1990-05-21 Keith Bosticadd fstype "local"; remove FIND_{TRUE,FALSE}; rename...
1990-05-21 Keith Bosticrename fts fields
1990-05-16 Keith Bosticstring.h is ANSI C include file
1990-05-13 Keith Bosticdate and time created 90/05/12 15:30:02 by bostic
1990-05-13 Keith Bosticdate and time created 90/05/12 15:29:57 by bostic
1990-05-13 Keith Bosticnew syntax
1990-05-13 Keith Bosticdefine strerror() return
1990-05-12 Keith Bosticfirst pass for new make
1990-05-11 Keith Bosticstrmode doesn't allocate space anymore, just use the...
1990-05-04 Keith Bosticnew version derived from Cimarron Taylor's
1990-04-20 Keith Bosticadd strmode(3) to the SEE ALSO list
1990-04-20 Keith Bosticuse strmode(3)
1990-04-17 Keith Bosticmake it clear that args are separated on the command...
1990-04-17 Keith Bosticnew version derived from Cimarron Taylor's
1990-03-07 Keith Bosticforgot to add list to SEE ALSO
1990-03-07 Keith Bosticpull out fast database code, rename as list
1989-08-29 Mike Karelsprepend "find." to names in /usr/libexec
1989-05-12 Keith Bosticfile reorg, pathnames.h, paths.h
1989-05-06 Keith Bosticfast find doesn't find last file; bug report tahoe...
next