cvs commit: src/usr.bin/fstat Makefile fstat.c fstat.h
src/usr.bin/fstat/zfs Makefile zfs.c
Ulf Lilleengen
lulf at FreeBSD.org
Mon Nov 5 15:15:04 PST 2007
lulf 2007-11-05 23:15:03 UTC
FreeBSD src repository
Modified files:
usr.bin/fstat Makefile fstat.c fstat.h
Added files:
usr.bin/fstat/zfs Makefile zfs.c
Log:
- Add ZFS-support to fstat(1). This allows ZFS-filsystems to be including in
the open file-listing. It is added as a separate source file, so it can
respect WITH_/WITHOUT_CDDL as compile-flags.
- The warnlevel of the Makefile was decreased to quell solaris #pragma
warnings.
- Expect that fstat(1) doesn't work with kernel compiled with
DEBUG_VFS_LOCKS/DEBUG_LOCKS for now.
Approved by: pjd (mentor)
Revision Changes Path
1.10 +9 -0 src/usr.bin/fstat/Makefile
1.65 +19 -0 src/usr.bin/fstat/fstat.c
1.7 +6 -0 src/usr.bin/fstat/fstat.h
1.1 +23 -0 src/usr.bin/fstat/zfs/Makefile (new)
1.1 +132 -0 src/usr.bin/fstat/zfs/zfs.c (new)
More information about the cvs-src
mailing list