aboutsummaryrefslogtreecommitdiff
path: root/sbin/quotacheck/quotacheck.c
Commit message (Expand)AuthorAgeFilesLines
* Flush stdout at the end of the update phase to prevent possibleMike Pritchard2007-09-141-0/+1
* If two files systems, /a and /b are marked as having quotas enabledMike Pritchard2007-02-041-6/+17
* Do not touch the block or i-node grace times for id 0.Mike Pritchard2007-02-031-2/+2
* Fix quotqcheck to correctly use the curinode count, and not theMike Pritchard2007-02-031-2/+2
* Use fseeko to seek in the file, instead of fseek to prevent seekMike Pritchard2007-01-231-2/+2
* Make sure that unknown uids/gids that now have non-zero usage andMike Pritchard2007-01-231-7/+24
* Quota system cleanup.Mike Pritchard2007-01-201-29/+137
* Document the -l option.Ceri Davies2006-11-071-1/+7
* Sync program's usage() with manpage's SYNOPSIS.Ruslan Ermilov2005-02-101-1/+1
* Remove advertising clause from University of California Regent's license,Mark Murray2004-04-091-4/+0
* Userland signed char fixes for PPC build. Problems were using a charPeter Grehan2004-01-221-2/+2
* 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-031-4/+4
* 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-271-1/+1
* s/filesystem/file system/g as discussed on -developersTom Rhodes2002-08-211-3/+3
* This commit adds basic support for the UFS2 filesystem. The UFS2Kirk McKusick2002-06-211-21/+59
* more file system > filesystemTom Rhodes2002-05-161-1/+1
* Sigh, more BBSIZE related breakage.Poul-Henning Kamp2002-05-121-0/+1
* o remove __PWarner Losh2002-03-211-16/+16
* Fix some function prototypes.Poul-Henning Kamp2002-01-251-23/+23
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Correct use of .Nm. Add rcsid. Remove unused #includes. Use warn().Philippe Charnier1998-07-151-12/+15
* Fixed printf format errors.Bruce Evans1998-06-281-6/+8
* 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
* 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-211-2/+6
* `dev_bsize' must be reset to 1 before the bread() orDima Ruban1995-06-211-0/+1
* BSD 4.4 Lite sbin SourcesRodney W. Grimes1994-05-261-0/+636