fixup in BIG_ENDIAN macro
[unix-history] / usr / src / usr.bin / find / function.c
1992-07-27 Keith Bosticfix -size (trailing character not set in c_size); clean...
1992-06-30 Keith Bosticnew include file, fnmatch.h
1992-06-30 Keith BosticFNM_QUOTE now the default for fnmatch, reverse return...
1992-01-28 Keith Bosticfts_statb -> fts_statp
1991-12-06 Keith Bosticmount.h needs param.h and ucred.h, now
1991-07-20 Keith Bosticadd -path, -fstype rdonly; document values for PLAN...
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-24 Keith BosticT_USER used in the kernel, included by <sys/param.h...
1991-03-11 Keith BosticANSI, error routine; use new fts routines which set...
1991-01-03 Keith Bostice_len are int's; use MAXPATHLEN, not 1024
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-10-23 Keith Bosticadd -r option, allowing -exec/-ok to do relative traversal
1990-07-01 Trent Heindeclaration boo-boo
1990-07-01 Trent Heintwo bugs: 'perm' primary didn't work because setmode...
1990-06-25 Keith Bosticset curdev, otherwise we'll statfs on every file
1990-05-23 Keith Bosticfts now has flag to keep from crossing mount points
1990-05-21 Keith Bosticadd fstype "local"; remove FIND_{TRUE,FALSE}; rename...
1990-05-16 Keith Bosticstring.h is ANSI C include file
1990-05-13 Keith Bosticdefine strerror() return
1990-04-17 Keith Bosticnew version derived from Cimarron Taylor's