freebsd-dev/usr.bin/fstat
Ian Dowse b654e1067b Fix `fstat -m' (show memory-mapped files), which was broken by
revision 1.25. When evaluating the termination condition for the
iteration over all map entries, we must take care to use the kernel
versions of all pointers. The code was comparing a kernel pointer
to a pointer within a local variable, so the loop never terminated.
2001-02-15 22:42:44 +00:00
..
cd9660.c Support more filesystems in fstat(1): now you can use fstat(1) to 2000-03-16 02:02:34 +00:00
fstat.1 Prepare for mdoc(7)NG. 2000-12-19 16:00:12 +00:00
fstat.c Fix `fstat -m' (show memory-mapped files), which was broken by 2001-02-15 22:42:44 +00:00
fstat.h Support more filesystems in fstat(1): now you can use fstat(1) to 2000-03-16 02:02:34 +00:00
Makefile Support more filesystems in fstat(1): now you can use fstat(1) to 2000-03-16 02:02:34 +00:00
msdosfs.c Support more filesystems in fstat(1): now you can use fstat(1) to 2000-03-16 02:02:34 +00:00