summaryrefslogtreecommitdiffstats
path: root/usr.bin/quota (follow)
Commit message (Expand)AuthorAgeFilesLines
* some rewording and text shuffle to improve readability;jmc2020-02-211-20/+12
* Use <fcntl.h> instead of <sys/file.h> for open() and friends.guenther2018-04-261-3/+2
* More "(<blah> *)0" -> NULL, avoiding any stdarg functions.krw2016-03-161-10/+10
* Remove NULL-checks before free(). ok tb@mmcc2015-12-091-3/+2
* Do not cast result of malloc/calloc/realloc* if stdlib.h is in scopederaadt2015-08-201-3/+2
* in getopt() blocks, stop incrementing flag variable which are supposedderaadt2015-02-081-6/+6
* use NGROUPS_MAX instead of NGROUPSderaadt2015-01-171-8/+8
* Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt2015-01-161-3/+3
* unsigned char casts for ctypederaadt2013-11-261-3/+3
* Make quota(1) work with DUIDs.jsing2013-11-081-2/+2
* more double word removal;jmc2011-01-201-3/+3
* various EXIT STATUS fixes; from Daniel Dickmanjmc2010-09-291-6/+8
* Fix order of arithmetic operations so that large NFS file system quotaswilliam2010-04-081-4/+4
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-271-13/+1
* lowercase "usage:"; align synopsessobrado2007-12-301-6/+5
* convert to new .Dd format;jmc2007-05-311-2/+2
* sort options + sync usage()jmc2005-05-052-22/+21
* Report quotas > 10GB in a readable way. Diff based on PR 2836.otto2005-04-031-5/+5
* these commands said "blocks" when they meant "KBytes" (they even calculatedderaadt2005-04-011-3/+3
* make err msg more like the othersmickey2004-10-101-3/+3
* mostly ansi cleanup; pval okderaadt2003-06-101-52/+20
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-032-13/+5
* specifed -> specifiedderaadt2003-03-151-4/+4
* quota(1) does not need to be setuid root; tested by mickey@millert2002-05-171-3/+1
* some -Wall cleanup; closes pr/2649.fgsch2002-05-141-7/+12
* Manual cleanup of remaining userland __P use (excluding packages maintained outside the tree)millert2002-02-171-8/+7
* 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-14/+14
* KNFderaadt2001-12-011-29/+28
* Quiet warning with castpjanzen2000-10-181-3/+3
* Changes from NetBSD: cleanups, use err/warn, reformat, and print large quotaspjanzen2000-10-181-101/+130
* - For consistency, `super-user' -> `superuser' in all cases.aaron2000-04-151-3/+3
* Various cleanups and standardization.aaron2000-03-101-1/+2
* Some section re-ordering.aaron2000-03-061-6/+6
* no need to extern int errno if errno.h is includedderaadt2000-02-011-3/+3
* More consistent introduction to options.aaron1999-10-171-2/+2
* uid_t and gid_t, and use %uderaadt1999-08-061-10/+10
* - remove trailing white spaceaaron1999-06-051-3/+3
* remove redundant .Pp macrosaaron1998-11-111-2/+1
* usr.bin/ man page cleanups, n-saaron1998-09-271-9/+6
* ftpd: sleep for an indeterminate amount for non-existant loginsmillert1998-07-131-3/+3
* memset and friendsderaadt1998-07-101-6/+8
* avoid buf oflowsderaadt1998-07-101-6/+7
* r?index -> strr?chrmillert1997-01-171-3/+3
* "the the" purgederaadt1996-12-101-2/+2
* Be more paranoid about passing around user/group name from argv.millert1996-10-281-6/+6
* strncpy() dyslexia on last commit.etheisen1996-08-071-3/+3
* buf oflowderaadt1996-08-061-6/+9
* rcsidderaadt1996-06-263-4/+5
* permit quotas to work on mfs; problem reported by rdante@pnet.netderaadt1996-04-251-4/+4
* sync to netbsd 960418deraadt1996-04-211-3/+3