summaryrefslogtreecommitdiffstats
path: root/sbin/quotacheck
AgeCommit message (Expand)AuthorFilesLines
2019-06-28When system calls indicate an error they return -1, not some arbitraryderaadt1-4/+4
2018-09-26related to the fsck changes, quotacheck must also determine & setupderaadt1-1/+3
2015-12-10Remove NULL-checks before free(). ok tb@mmcc1-3/+2
2015-04-18Convert many atoi() calls to strtonum(), adding range checks and failurederaadt1-2/+5
2015-02-07When getopt processing flags, many should be flag=1 instead of flag++deraadt1-3/+3
2015-01-20Adjust <sys/param.h> comments regarding use of use of MAXFRAG, orderaadt1-2/+2
2015-01-16Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt1-4/+5
2014-07-22FSTAB -> _PATH_FSTAB, the latter is deprecated.jca1-3/+3
2014-05-20As suggested by guenther@ and millert@, replace seek+[read|write] withkrw1-4/+3
2014-05-12Remove useless dev_bsize variable and use DEV_BSIZE as needed. Dividekrw1-7/+4
2013-06-11final removal of daddr64_t. daddr_t has been 64 bit for a long enoughderaadt1-4/+4
2013-04-23handle large ino_t; ok teduderaadt1-3/+5
2012-05-31Let quotacheck work with duid based fstab. Missed one open() -> opendev()krw1-2/+2
2012-04-12do not downsize a type before calling mallocderaadt1-2/+2
2012-03-24fix some leaksjsg1-1/+3
2012-02-08Hammer fstab entries and command line entries into same format withkrw2-11/+58
2009-10-27rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt1-15/+1
2009-08-15remove superfluous .Ar macro before ellipsis.sobrado1-3/+3
2007-12-16fix ffs2 case: fs_sblockloc's unit is disk sectors, not fragments;otto1-4/+3
2007-07-11ffs2 support from FreeBSD. Tested by jmc@ and kili@millert1-46/+121
2007-06-29more daddr64_t changes; checked by ottoderaadt1-26/+26
2007-05-31convert to new .Dd format;jmc1-2/+2
2007-02-21simplify synopsis and usage(); from Igor Sobradojmc2-17/+8
2005-04-05spacing found while digging for bugsderaadt1-21/+17
2003-08-25rename struct dinode to ufs1_dinode. clears the namespace and makestedu1-9/+9
2003-06-02Remove the advertising clause in the UCB license which Berkeleymillert2-13/+5
2003-04-04snprintf & strlcpy; tedu okderaadt1-4/+4
2003-03-13lots of sprintf -> snprintf and strcpy -> strlcpy; checked by teduderaadt1-3/+4
2003-03-11strcpy -> strlcpy; Hans-Joerg.Hoexer@yerbouti.franken.dederaadt1-3/+3
2002-07-03ansideraadt1-38/+17
2002-06-25Minor fixes, including duplicate and missing words; Brian Poolemillert1-3/+3
2002-02-17Manual cleanup of remaining userland __P use (excluding packages maintained outside the tree)millert1-4/+3
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.millert1-15/+15
2001-11-05kill more registers;mpech1-19/+19
2000-04-15Mostly punctuation fixes.aaron1-2/+2
2000-03-18Remove hard sentence breaks, and some other cleanup along the way.aaron1-2/+3
1999-06-04start to remove non-escaped trailing whitespace, it can confuse troff; pjanzen@aaron1-2/+2
1999-05-23remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-commonaaron1-2/+2
1998-12-15always give .Nm macros an argument in SYNOPSIS sections; krw@tcn.netaaron1-3/+3
1998-11-28kill redundant .Nm macro arguments; other misc fixesaaron1-12/+12
1998-09-17sbin/ man page fixesaaron1-12/+12
1997-09-21$OpenBSD$deraadt1-2/+1
1997-06-25(foo *)0 -> NULLkstailey1-4/+4
1997-01-22call err() correctlyderaadt1-3/+3
1997-01-03make it work again, 'twas broken for a long time 'coze of ../fsck/preen.cmickey3-96/+153
1996-10-20Deal with recent fsck changes.millert1-3/+3
1996-06-23update rcsidderaadt3-2/+4
1996-04-25permit quotas to work on mfs; problem reported by rdante@pnet.netderaadt1-1/+2
1996-04-21sync to netbsd 960418deraadt2-6/+7
1996-01-07accept either ffs or ufs for filesystem namederaadt1-2/+4