summaryrefslogtreecommitdiffstats
path: root/sbin/quotacheck (follow)
Commit message (Expand)AuthorAgeFilesLines
* When system calls indicate an error they return -1, not some arbitraryderaadt2019-06-281-4/+4
* related to the fsck changes, quotacheck must also determine & setupderaadt2018-09-261-1/+3
* Remove NULL-checks before free(). ok tb@mmcc2015-12-101-3/+2
* Convert many atoi() calls to strtonum(), adding range checks and failurederaadt2015-04-181-2/+5
* When getopt processing flags, many should be flag=1 instead of flag++deraadt2015-02-071-3/+3
* Adjust <sys/param.h> comments regarding use of use of MAXFRAG, orderaadt2015-01-201-2/+2
* Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt2015-01-161-4/+5
* FSTAB -> _PATH_FSTAB, the latter is deprecated.jca2014-07-221-3/+3
* As suggested by guenther@ and millert@, replace seek+[read|write] withkrw2014-05-201-4/+3
* Remove useless dev_bsize variable and use DEV_BSIZE as needed. Dividekrw2014-05-121-7/+4
* final removal of daddr64_t. daddr_t has been 64 bit for a long enoughderaadt2013-06-111-4/+4
* handle large ino_t; ok teduderaadt2013-04-231-3/+5
* Let quotacheck work with duid based fstab. Missed one open() -> opendev()krw2012-05-311-2/+2
* do not downsize a type before calling mallocderaadt2012-04-121-2/+2
* fix some leaksjsg2012-03-241-1/+3
* Hammer fstab entries and command line entries into same format withkrw2012-02-082-11/+58
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-271-15/+1
* remove superfluous .Ar macro before ellipsis.sobrado2009-08-151-3/+3
* fix ffs2 case: fs_sblockloc's unit is disk sectors, not fragments;otto2007-12-161-4/+3
* ffs2 support from FreeBSD. Tested by jmc@ and kili@millert2007-07-111-46/+121
* more daddr64_t changes; checked by ottoderaadt2007-06-291-26/+26
* convert to new .Dd format;jmc2007-05-311-2/+2
* simplify synopsis and usage(); from Igor Sobradojmc2007-02-212-17/+8
* spacing found while digging for bugsderaadt2005-04-051-21/+17
* rename struct dinode to ufs1_dinode. clears the namespace and makestedu2003-08-251-9/+9
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-022-13/+5
* snprintf & strlcpy; tedu okderaadt2003-04-041-4/+4
* lots of sprintf -> snprintf and strcpy -> strlcpy; checked by teduderaadt2003-03-131-3/+4
* strcpy -> strlcpy; Hans-Joerg.Hoexer@yerbouti.franken.dederaadt2003-03-111-3/+3
* ansideraadt2002-07-031-38/+17
* Minor fixes, including duplicate and missing words; Brian Poolemillert2002-06-251-3/+3
* Manual cleanup of remaining userland __P use (excluding packages maintained outside the tree)millert2002-02-171-4/+3
* Part 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.millert2002-02-161-15/+15
* kill more registers;mpech2001-11-051-19/+19
* Mostly punctuation fixes.aaron2000-04-151-2/+2
* Remove hard sentence breaks, and some other cleanup along the way.aaron2000-03-181-2/+3
* start to remove non-escaped trailing whitespace, it can confuse troff; pjanzen@aaron1999-06-041-2/+2
* remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-commonaaron1999-05-231-2/+2
* always give .Nm macros an argument in SYNOPSIS sections; krw@tcn.netaaron1998-12-151-3/+3
* kill redundant .Nm macro arguments; other misc fixesaaron1998-11-281-12/+12
* sbin/ man page fixesaaron1998-09-171-12/+12
* $OpenBSD$deraadt1997-09-211-2/+1
* (foo *)0 -> NULLkstailey1997-06-251-4/+4
* call err() correctlyderaadt1997-01-221-3/+3
* make it work again, 'twas broken for a long time 'coze of ../fsck/preen.cmickey1997-01-033-97/+154
* Deal with recent fsck changes.millert1996-10-201-3/+3
* update rcsidderaadt1996-06-233-2/+4
* permit quotas to work on mfs; problem reported by rdante@pnet.netderaadt1996-04-251-1/+2
* sync to netbsd 960418deraadt1996-04-212-6/+7
* accept either ffs or ufs for filesystem namederaadt1996-01-071-2/+4