cvs commit: src/bin/df df.c

Peter Wemm peter at FreeBSD.org
Thu Jan 20 17:09:05 PST 2005


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


More information about the cvs-src mailing list