commit | 8d0f0b6ba864155914f88e39076213b4486efee4 | [log] [tgz] |
---|---|---|
author | Rob Landley <rob@landley.net> | Sat Oct 01 18:19:45 2016 -0500 |
committer | Rob Landley <rob@landley.net> | Sat Oct 01 18:19:45 2016 -0500 |
tree | 12b3107346a7bb0b89a09a0f705df3ba69aa8316 | |
parent | 29e75d51d447c5c0aae9834f5988b79a945c7acc [diff] |
du: 32 bit systems were maxing out at 2GB when they should max out at 2TB (1<<32 blocks * 512 bytes, done with unsigned 64 bit math).