| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
Fixed intermediate calculation overflow when reporting users with > 2GB of
disk space.
|
|
|
|
|
|
| |
PR: 6599
Reviewed by: phk
Submitted by: Josh Gilliam <josh@quick.net>
|
|
|
|
|
|
|
|
|
| |
and the pre-Lite2 vfsconf interfaces.
For quot, just back out revs. 1.1 and 1.2 and change MNT_FFS to
"ufs", so that vfsconf isn't used at all. Revs. 1.1 and 1.2 were
hacks to get around f_fstypename not being in `struct statfs' in
Lite1.
|
| |
|
| |
|
|
|
|
|
| |
PR: 4246
Obtained from: review of PR and NetBSD sources.
|
| |
|
|
|
|
|
|
|
|
| |
This will make a number of things easier in the future, as well as (finally!)
avoiding the Id-smashing problem which has plagued developers for so long.
Boy, I'm glad we're not using sup anymore. This update would have been
insane otherwise.
|
| |
|
| |
|
|
|
|
|
|
| |
a perfectly good getvfsbyname("ufs").. :-)
Pointed out by: wollman and bde
|
|
|
|
| |
Basically back-port the dynamic fsname strings back to static constants.
|
|
|
|
|
|
| |
(We only have the man page...)
Obtained from: NetBSD; Wolfgang Solfrank / TooLs GmbH.
|
|
|