aboutsummaryrefslogtreecommitdiff
path: root/sbin/quotacheck
Commit message (Expand)AuthorAgeFilesLines
* Prefer PATH_MAX to MAXPATHLEN. Both contain the trailing NUL, soWarner Losh2003-08-071-2/+2
* Use __FBSDID() to quiet GCC 3.3 warnings.David E. O'Brien2003-05-032-8/+8
* Create a new 32-bit fs_flags word in the superblock. Add code to moveKirk McKusick2002-11-271-2/+1
* Properly handle UFS2 sparsely allocated inodes. Fix bug that causedKirk McKusick2002-11-201-24/+59
* Fix some 'SYNOPSIS' and 'usage' messages.Tom Rhodes2002-08-272-2/+2
* s/filesystem/file system/g as discussed on -developersTom Rhodes2002-08-213-18/+18
* Fixup preen.c to match its new residence.Poul-Henning Kamp2002-08-091-1/+5
* The .Nm utilityPhilippe Charnier2002-07-061-11/+14
* This commit adds basic support for the UFS2 filesystem. The UFS2Kirk McKusick2002-06-211-21/+59
* more file system > filesystemTom Rhodes2002-05-162-2/+2
* Sigh, more BBSIZE related breakage.Poul-Henning Kamp2002-05-121-0/+1
* o remove __PWarner Losh2002-03-211-16/+16
* o __P removedWarner Losh2002-03-201-17/+8
* Remove 'register' keyword.David E. O'Brien2002-03-201-8/+8
* Fix some function prototypes.Poul-Henning Kamp2002-01-252-24/+24
* SpellingPhilippe Charnier2001-12-111-1/+1
* Default to WARNS=2.David E. O'Brien2001-12-041-0/+2
* Remove whitespace at EOL.Dima Dorfman2001-07-151-7/+7
* mdoc(7) police: removed HISTORY info from the .Os call.Ruslan Ermilov2001-07-101-1/+1
* - Backout botched attempt to introduce MANSECT feature.Ruslan Ermilov2001-03-261-0/+1
* Additions to run checks on live filesystems. This change will notKirk McKusick2001-03-211-0/+1
* Set the default manual section for sbin/ to 8.Ruslan Ermilov2001-03-201-1/+0
* Mention the edquota(8) utility when talking about editing quota.userNik Clayton2001-02-221-0/+3
* mdoc(7) police: use the new features of the Nm macro.Ruslan Ermilov2000-11-201-2/+2
* Reviewed by: rwatson, bpAdrian Chadd2000-10-091-2/+3
* Reviewed by: rwatson, bpAdrian Chadd2000-10-091-42/+0
* Remove single-space hard sentence breaks. These degrade the qualitySheldon Hearn2000-03-011-1/+2
* Make fsck(8) do a MNT_RELOAD after cleaning for all read-only mountedPeter Wemm1999-12-301-8/+0
* Make fsck even more char/blk dev tolerant.Poul-Henning Kamp1999-11-271-16/+8
* Allow root-reloading also for chr devices.Poul-Henning Kamp1999-11-271-44/+3
* Indicate that we now control quota checking via an rc.conf variable,Matthew Hunt1999-09-061-5/+12
* $Id$ -> $FreeBSD$Peter Wemm1999-08-283-3/+3
* Also check against chardevs when looking for root.Poul-Henning Kamp1999-07-201-1/+3
* Cosmetic and documentation changes brought from earlier FreeBSD versions.Julian Elischer1998-12-031-0/+4
* Reviewed by: Don Lewis <Don.Lewis@tsc.tdk.com>Julian Elischer1998-12-031-29/+33
* Correct use of .Nm. Add rcsid. Remove unused #includes. Use warn().Philippe Charnier1998-07-152-24/+27
* Fixed printf format errors.Bruce Evans1998-06-281-6/+8
* Correct use of .Nm. Add rcsid. Remove unused #includes. Use err(3).Philippe Charnier1998-06-151-26/+20
* Guess the position of the drive number in the device name better soBruce Evans1998-04-071-6/+7
* Remove lines inside #ifdef 0/#endif.Philippe Charnier1997-06-301-32/+1
* Use err(3) instead of local err() (a errx() like function).Philippe Charnier1997-06-161-21/+19
* compare return value from getopt against -1 rather than EOF, per the finalWarner Losh1997-03-291-1/+1
* Finished (?) merging with Lite2: cleaned up #include mess.Bruce Evans1997-03-121-11/+9
* Merge from Lite2. Note that Lite2 has it's own filesystem clean checkPeter Wemm1997-03-111-48/+51
* Don't give up just because we cant find the blkdev that correspondsPoul-Henning Kamp1996-10-271-2/+3
* Allow the specification of a mountpoint, and resolve it s disk deviceJoerg Wunsch1996-10-251-1/+16
* Silence some cc -Wall warnings in quotacheck.Mike Pritchard1996-02-271-8/+10
* Fix quotacheck to not do a bunch of unneeded fseeks if theMike Pritchard1996-02-271-2/+9
* Print out an informative message if the verbose option is givenMike Pritchard1996-02-212-3/+7
* `dev_bsize' must be reset to 1 before the bread() orDima Ruban1995-06-211-0/+1