aboutsummaryrefslogtreecommitdiff
path: root/sbin/quotacheck
Commit message (Collapse)AuthorAgeFilesLines
* Silence some cc -Wall warnings in quotacheck.Mike Pritchard1996-02-271-8/+10
| | | | Notes: svn path=/head/; revision=14280
* Fix quotacheck to not do a bunch of unneeded fseeks if theMike Pritchard1996-02-271-2/+9
| | | | | | | | quota file information is accurate. This makes it about twice as fast when the uid name space is very large. Notes: svn path=/head/; revision=14271
* Print out an informative message if the verbose option is givenMike Pritchard1996-02-212-3/+7
| | | | | | | | | | | | | | and an unknown uid/gid is found in the file system. This is useful if you wind up with a file in your file system that has a uid that is extremely large, since quotacheck will wind up running a very very long time due to it not handling large gaps in uids very well (this is a problem that should be addressed some day). Update the man page to reflect that fact the the -v flag now prints some additional diagnostic messages. Notes: svn path=/head/; revision=14169
* `dev_bsize' must be reset to 1 before the bread() orDima Ruban1995-06-211-0/+1
| | | | | | | | | | | quotacheck -a will fail after the first partition (because dev_bsize is 512 and is messes up the superblock read of the second partition) Submitted by: dillon@best.com (Mattew Dillon) Notes: svn path=/head/; revision=9273
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-1/+1
| | | | Notes: svn path=/head/; revision=8871
* Submitted by: phk, added to by bdeBruce Evans1995-04-021-13/+26
| | | | | | | Fix all the warnings from `gcc -Wall'. Notes: svn path=/head/; revision=7585
* Convert to our man installation style. Also fixed long-standing bugGarrett Wollman1994-08-051-1/+1
| | | | | | | | in `fastboot'/`fasthalt' in which the interpreter would hang around after `reboot' or `halt' is run, causing an irritating ``Killed'' message. Notes: svn path=/head/; revision=1855
* BSD 4.4 Lite sbin SourcesRodney W. Grimes1994-05-264-0/+1155
Note: XNSrouted and routed NOT imported here, they shall be imported with usr.sbin. Notes: svn path=/head/; revision=1558