summaryrefslogtreecommitdiff
path: root/usr.bin/quota
AgeCommit message (Expand)Author
2020-02-21some rewording and text shuffle to improve readability;Jason McIntyre
2018-04-26Use <fcntl.h> instead of <sys/file.h> for open() and friends.Philip Guenther
2016-03-16More "(<blah> *)0" -> NULL, avoiding any stdarg functions.Kenneth R Westerback
2015-12-09Remove NULL-checks before free(). ok tb@mmcc
2015-08-20Do not cast result of malloc/calloc/realloc* if stdlib.h is in scopeTheo de Raadt
2015-02-08in getopt() blocks, stop incrementing flag variable which are supposedTheo de Raadt
2015-01-17use NGROUPS_MAX instead of NGROUPSTheo de Raadt
2015-01-16Replace <sys/param.h> with <limits.h> and other less dirty headers whereTheo de Raadt
2013-11-26unsigned char casts for ctypeTheo de Raadt
2013-11-08Make quota(1) work with DUIDs.Joel Sing
2011-01-20more double word removal;Jason McIntyre
2010-09-29various EXIT STATUS fixes; from Daniel DickmanJason McIntyre
2010-04-08Fix order of arithmetic operations so that large NFS file system quotaswilliam
2009-10-28rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andTheo de Raadt
2007-12-30lowercase "usage:"; align synopsesIgor Sobrado
2007-05-31convert to new .Dd format;Jason McIntyre
2005-05-05sort options + sync usage()Jason McIntyre
2005-04-03Report quotas > 10GB in a readable way. Diff based on PR 2836.Otto Moerbeek
2005-04-01these commands said "blocks" when they meant "KBytes" (they even calculatedTheo de Raadt
2004-10-10make err msg more like the othersMichael Shalayeff
2003-06-10mostly ansi cleanup; pval okTheo de Raadt
2003-06-03Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2003-03-15specifed -> specifiedTheo de Raadt
2002-05-17quota(1) does not need to be setuid root; tested by mickey@Todd C. Miller
2002-05-14some -Wall cleanup; closes pr/2649.Federico G. Schwindt
2002-02-17Manual cleanup of remaining userland __P use (excluding packages maintained o...Todd C. Miller
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ...Todd C. Miller
2001-12-01KNFTheo de Raadt
2000-10-18Quiet warning with castPaul Janzen
2000-10-18Changes from NetBSD: cleanups, use err/warn, reformat, and print large quotasPaul Janzen
2000-04-15- For consistency, `super-user' -> `superuser' in all cases.Aaron Campbell
2000-03-10Various cleanups and standardization.Aaron Campbell
2000-03-06Some section re-ordering.Aaron Campbell
2000-02-01no need to extern int errno if errno.h is includedTheo de Raadt
1999-10-17More consistent introduction to options.Aaron Campbell
1999-08-06uid_t and gid_t, and use %uTheo de Raadt
1999-06-05- remove trailing white spaceAaron Campbell
1998-11-11remove redundant .Pp macrosAaron Campbell
1998-09-27usr.bin/ man page cleanups, n-sAaron Campbell
1998-07-13ftpd: sleep for an indeterminate amount for non-existant loginsTodd C. Miller
1998-07-10memset and friendsTheo de Raadt
1998-07-10avoid buf oflowsTheo de Raadt
1997-01-17r?index -> strr?chrTodd C. Miller
1996-12-10"the the" purgeTheo de Raadt
1996-10-28Be more paranoid about passing around user/group name from argv.Todd C. Miller
1996-08-07strncpy() dyslexia on last commit.etheisen
1996-08-06buf oflowTheo de Raadt
1996-06-26rcsidTheo de Raadt
1996-04-25permit quotas to work on mfs; problem reported by rdante@pnet.netTheo de Raadt
1996-04-21sync to netbsd 960418Theo de Raadt