Date: Sun, 03 Jul 2005 01:06:35 -0000 From: Peter Wemm <peter@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/df df.c Message-ID: <200501210109.j0L194pd009004@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
peter 2005-01-21 01:09:04 UTC FreeBSD src repository Modified files: (Branch: RELENG_4) bin/df df.c Log: Partial backport of 64 bit filesystem space code. In spite of the bugs in the kernel NFS code, df itself was broken. It tries to re-factor the statfs blocks / blocksize into whatever the user requested. Thus, it must be able to report >2TB file systems correctly, which means it must deal with 64 bit block counts. Revision Changes Path 1.23.2.11 +22 -15 src/bin/df/df.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200501210109.j0L194pd009004>