summaryrefslogtreecommitdiffstats
path: root/sbin/quotacheck
Commit message (Expand)AuthorAgeFilesLines
* Fix sbin/ build with a 64-bit ino_t.mdf2012-09-271-4/+6
* Remove trailing whitespace per mdoc lint warningeadler2012-03-291-1/+1
* Update to current version of head.mckusick2010-04-281-1/+1
|\
| * Fix several typos in macros or macro misusage.uqs2010-03-121-1/+1
* | Add the -c option to quotacheck to use the quota_convert(3) function tomckusick2009-12-282-5/+63
* | Convert quotacheck to use new quotafile functions in libutil.mckusick2009-12-274-236/+109
|/
* Drag this code kicking and screaming into the twenty-first century.des2008-07-022-54/+29
* Sync up quotacheck's preen.c with fsck's. This makes quotacheckmpp2008-01-265-199/+237
* Quotacheck may possibly skip quota accounting for up to 2 filesmpp2008-01-151-3/+14
* Fix "quotacheck -a" from core dumping on 64 bit systems by correctlympp2007-09-161-9/+10
* Flush stdout at the end of the update phase to prevent possiblempp2007-09-141-0/+1
* If two files systems, /a and /b are marked as having quotas enabledmpp2007-02-041-6/+17
* Do not touch the block or i-node grace times for id 0.mpp2007-02-031-2/+2
* Fix quotqcheck to correctly use the curinode count, and not thempp2007-02-031-2/+2
* Bump .Dd.mpp2007-01-251-1/+1
* Add a BUGS section that shows that ids that appear to bempp2007-01-251-0/+12
* Use fseeko to seek in the file, instead of fseek to prevent seekmpp2007-01-231-2/+2
* Make sure that unknown uids/gids that now have non-zero usage andmpp2007-01-231-7/+24
* Quota system cleanup.mpp2007-01-201-29/+137
* Document the -l option.ceri2006-11-072-2/+16
* Sync program's usage() with manpage's SYNOPSIS.ru2005-02-102-10/+5
* Remove advertising clause from University of California Regent's license,markm2004-04-093-12/+0
* style.Makefile(5):johan2004-02-231-1/+1
* Userland signed char fixes for PPC build. Problems were using a chargrehan2004-01-221-2/+2
* Prefer PATH_MAX to MAXPATHLEN. Both contain the trailing NUL, soimp2003-08-071-2/+2
* Use __FBSDID() to quiet GCC 3.3 warnings.obrien2003-05-032-8/+8
* Create a new 32-bit fs_flags word in the superblock. Add code to movemckusick2002-11-271-2/+1
* Properly handle UFS2 sparsely allocated inodes. Fix bug that causedmckusick2002-11-201-24/+59
* Fix some 'SYNOPSIS' and 'usage' messages.trhodes2002-08-272-2/+2
* s/filesystem/file system/g as discussed on -developerstrhodes2002-08-213-18/+18
* Fixup preen.c to match its new residence.phk2002-08-091-1/+5
* The .Nm utilitycharnier2002-07-061-11/+14
* This commit adds basic support for the UFS2 filesystem. The UFS2mckusick2002-06-211-21/+59
* more file system > filesystemtrhodes2002-05-162-2/+2
* Sigh, more BBSIZE related breakage.phk2002-05-121-0/+1
* o remove __Pimp2002-03-211-16/+16
* o __P removedimp2002-03-201-17/+8
* Remove 'register' keyword.obrien2002-03-201-8/+8
* Fix some function prototypes.phk2002-01-252-24/+24
* Spellingcharnier2001-12-111-1/+1
* Default to WARNS=2.obrien2001-12-041-0/+2
* Remove whitespace at EOL.dd2001-07-151-7/+7
* mdoc(7) police: removed HISTORY info from the .Os call.ru2001-07-101-1/+1
* - Backout botched attempt to introduce MANSECT feature.ru2001-03-261-0/+1
* Additions to run checks on live filesystems. This change will notmckusick2001-03-211-0/+1
* Set the default manual section for sbin/ to 8.ru2001-03-201-1/+0
* Mention the edquota(8) utility when talking about editing quota.usernik2001-02-221-0/+3
* mdoc(7) police: use the new features of the Nm macro.ru2000-11-201-2/+2
* Reviewed by: rwatson, bpadrian2000-10-091-2/+3
* Reviewed by: rwatson, bpadrian2000-10-091-42/+0
OpenPOWER on IntegriCloud