summaryrefslogtreecommitdiffstats
path: root/sbin/quotacheck/quotacheck.c
Commit message (Expand)AuthorAgeFilesLines
* Drag this code kicking and screaming into the twenty-first century.des2008-07-021-46/+21
* Sync up quotacheck's preen.c with fsck's. This makes quotacheckmpp2008-01-261-18/+13
* Quotacheck may possibly skip quota accounting for up to 2 filesmpp2008-01-151-3/+14
* 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
* 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-071-1/+7
* Sync program's usage() with manpage's SYNOPSIS.ru2005-02-101-1/+1
* Remove advertising clause from University of California Regent's license,markm2004-04-091-4/+0
* 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-031-4/+4
* 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-271-1/+1
* s/filesystem/file system/g as discussed on -developerstrhodes2002-08-211-3/+3
* This commit adds basic support for the UFS2 filesystem. The UFS2mckusick2002-06-211-21/+59
* more file system > filesystemtrhodes2002-05-161-1/+1
* Sigh, more BBSIZE related breakage.phk2002-05-121-0/+1
* o remove __Pimp2002-03-211-16/+16
* Fix some function prototypes.phk2002-01-251-23/+23
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Correct use of .Nm. Add rcsid. Remove unused #includes. Use warn().charnier1998-07-151-12/+15
* Fixed printf format errors.bde1998-06-281-6/+8
* 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
* 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
* Print out an informative message if the verbose option is givenmpp1996-02-211-2/+6
* `dev_bsize' must be reset to 1 before the bread() ordima1995-06-211-0/+1
* BSD 4.4 Lite sbin Sourcesrgrimes1994-05-261-0/+636
OpenPOWER on IntegriCloud