summaryrefslogtreecommitdiffstats
path: root/sbin/quotacheck
Commit message (Collapse)AuthorAgeFilesLines
* Cosmetic and documentation changes brought from earlier FreeBSD versions.julian1998-12-031-0/+4
| | | | (e.g. RCS Id:)
* Reviewed by: Don Lewis <Don.Lewis@tsc.tdk.com>julian1998-12-031-29/+33
| | | | | | | | | | | | Submitted by: Kirk McKusick <mckusick@McKusick.COM> Obtained from: Mckusick, BSDI and a host of others This exactly matches Kirks sources imported under the Tag MCKUSICK2. These are as supplied by kirk with one small change needed to compile under freeBSD. Some FreeBSD patches will be added back, though many have been added to Kirk's sources already.
* Correct use of .Nm. Add rcsid. Remove unused #includes. Use warn().charnier1998-07-152-24/+27
| | | | Errx(1, "malloc failed") is better than err(1, NULL).
* Fixed printf format errors.bde1998-06-281-6/+8
|
* Correct use of .Nm. Add rcsid. Remove unused #includes. Use err(3).charnier1998-06-151-26/+20
|
* Guess the position of the drive number in the device name better sobde1998-04-071-6/+7
| | | | | | | | | | | that `fsck -p' doesn't check multiple slices on the same drive concurrently. Don't invoke undefined behaviour when searching for the drive number in strange device names. PR: 6129 Reviewed by: phk Submitted by: Yuichi MATSUTAKA <matutaka@osa.att.ne.jp>, but rewritten by me.
* Remove lines inside #ifdef 0/#endif.charnier1997-06-301-32/+1
|
* Use err(3) instead of local err() (a errx() like function).charnier1997-06-161-21/+19
|
* compare return value from getopt against -1 rather than EOF, per the finalimp1997-03-291-1/+1
| | | | posix standard on the topic.
* Finished (?) merging with Lite2: cleaned up #include mess.bde1997-03-121-11/+9
| | | | Fixed style bugs in FreeBSD changes.
* Merge from Lite2. Note that Lite2 has it's own filesystem clean checkpeter1997-03-111-48/+51
| | | | | skipping code that overrides ours sooner. One should be eliminated, but for now it works.
* Don't give up just because we cant find the blkdev that correspondsphk1996-10-271-2/+3
| | | | to the name given as a chardev.
* Allow the specification of a mountpoint, and resolve it s disk devicejoerg1996-10-251-1/+16
| | | | | | | | using the fstab. Closes PR bin/129. Submitted by: jmg@nike.efn.org (John-Mark Gurney)
* Silence some cc -Wall warnings in quotacheck.mpp1996-02-271-8/+10
|
* Fix quotacheck to not do a bunch of unneeded fseeks if thempp1996-02-271-2/+9
| | | | | quota file information is accurate. This makes it about twice as fast when the uid name space is very large.
* Print out an informative message if the verbose option is givenmpp1996-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.
* `dev_bsize' must be reset to 1 before the bread() ordima1995-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)
* Remove trailing whitespace.rgrimes1995-05-301-1/+1
|
* Submitted by: phk, added to by bdebde1995-04-021-13/+26
| | | | Fix all the warnings from `gcc -Wall'.
* Convert to our man installation style. Also fixed long-standing bugwollman1994-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.
* This commit was generated by cvs2svn to compensate for changes in r1558,rgrimes1994-05-263-0/+801
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * BSD 4.4 Lite sbin Sourcesrgrimes1994-05-263-0/+801
| | | | | Note: XNSrouted and routed NOT imported here, they shall be imported with usr.sbin.
* BSD 4.4 Lite sbin Sourcesrgrimes1994-05-261-0/+354
Note: XNSrouted and routed NOT imported here, they shall be imported with usr.sbin.
OpenPOWER on IntegriCloud