aboutsummaryrefslogtreecommitdiff
path: root/sbin/quotacheck
Commit message (Expand)AuthorAgeFilesLines
* Remove residual blank line at start of MakefileWarner Losh2024-07-151-1/+0
* Remove copyright strings ifdef'd outWarner Losh2023-11-271-9/+0
* sccs: Manual changesWarner Losh2023-11-271-8/+1
* sbin: Remove ancient SCCS tags.Warner Losh2023-11-273-6/+0
* Remove $FreeBSD$: one-line nroff patternWarner Losh2023-08-161-1/+0
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-162-2/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-162-4/+0
* Update/fix Makefile.depend for userlandSimon J. Gerraty2023-04-191-1/+1
* Add a flags parameter to the ffs_sbget() function that reads UFS superblocks.Kirk McKusick2022-07-311-1/+1
* Normally when an attempt is made to mount a UFS/FFS filesystem whoseKirk McKusick2018-12-061-1/+1
* quotacheck: build with WARNS=3Eitan Adler2018-06-162-10/+11
* Revert r313780 (UFS_ prefix)Ed Maste2018-03-171-5/+5
* Prefix UFS symbols with UFS_ to reduce namespace pollutionEd Maste2018-03-171-5/+5
* Refactoring of reading and writing of the UFS/FFS superblock.Kirk McKusick2018-01-262-26/+21
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-203-3/+9
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2017-10-311-1/+0
* sbin: normalize paths using SRCTOP-relative paths or :H when possibleEnji Cooper2017-03-041-1/+1
* Renumber copyright clause 4Warner Losh2017-02-284-4/+4
* prefix UFS symbols with UFS_ to reduce namespace pollutionEd Maste2017-02-151-1/+2
* For pointers use NULL instead of 0.Marcelo Araujo2016-05-161-1/+1
* getfsent(3) will return NULL on EOF or error.Marcelo Araujo2016-04-191-1/+1
* Create packages for atm, ccdconfig, devd, ipf, ipfw,Glen Barber2016-02-091-0/+1
* Add META_MODE support.Simon J. Gerraty2015-06-131-0/+19
|\
| * dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty2015-06-081-2/+0
| * Merge sync of headSimon J. Gerraty2015-05-271-2/+1
| |\ | |/ |/|
| * Updated dependenciesSimon J. Gerraty2014-05-161-1/+0
| * Updated dependenciesSimon J. Gerraty2014-05-101-0/+2
| * Updated dependenciesSimon J. Gerraty2013-03-111-0/+1
| * Updated dependenciesSimon J. Gerraty2013-02-161-2/+0
| * Sync from headSimon J. Gerraty2012-11-041-4/+6
| |\
| * | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-221-0/+20
* | | Convert sbin/ to LIBADDBaptiste Daroussin2014-11-251-2/+1
| |/ |/|
* | Fix sbin/ build with a 64-bit ino_t.Matthew D Fleming2012-09-271-4/+6
|/
* Remove trailing whitespace per mdoc lint warningEitan Adler2012-03-291-1/+1
* Update to current version of head.Kirk McKusick2010-04-281-1/+1
|\
| * Fix several typos in macros or macro misusage.Ulrich Spörlein2010-03-121-1/+1
* | Add the -c option to quotacheck to use the quota_convert(3) function toKirk McKusick2009-12-282-5/+63
* | Convert quotacheck to use new quotafile functions in libutil.Kirk McKusick2009-12-274-236/+109
|/
* Drag this code kicking and screaming into the twenty-first century.Dag-Erling Smørgrav2008-07-022-54/+29
* Sync up quotacheck's preen.c with fsck's. This makes quotacheckMike Pritchard2008-01-265-199/+237
* Quotacheck may possibly skip quota accounting for up to 2 filesMike Pritchard2008-01-151-3/+14
* Fix "quotacheck -a" from core dumping on 64 bit systems by correctlyMike Pritchard2007-09-161-9/+10
* 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
* Bump .Dd.Mike Pritchard2007-01-251-1/+1
* Add a BUGS section that shows that ids that appear to beMike Pritchard2007-01-251-0/+12
* Use fseeko to seek in the file, instead of fseek to prevent seekMike Pritchard2007-01-231-2/+2