Date: Mon, 5 Nov 2007 23:15:03 +0000 (UTC) From: Ulf Lilleengen <lulf@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/fstat Makefile fstat.c fstat.h src/usr.bin/fstat/zfs Makefile zfs.c Message-ID: <200711052315.lA5NF3WB039412@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200711052315.lA5NF3WB039412>