summaryrefslogtreecommitdiffstats
path: root/usr.bin/quota/quota.c
Commit message (Expand)AuthorAgeFilesLines
* Add missing static keywords to quota(1)ed2011-11-061-8/+7
* Fix quota(1) output.pluknet2011-06-301-5/+11
* Remove the advertising clause from UCB copyrighted files in usr.bin. Thisjoel2010-12-111-4/+0
* Fix warnings + minor style issuesdes2010-03-041-33/+30
* Update to work with quotafile functions in -libutil.mckusick2009-10-211-149/+82
* In preparation for raising NGROUPS and NGROUPS_MAX, change basebrooks2009-06-191-2/+8
* Make quota(1) to compile with WARNS=6:delphij2008-08-041-5/+2
* ctime() expects a time_t, but qup->dqblk.dqb_btime is an int32_t, so forcognet2008-08-031-6/+9
* Make the human readable numbers printed with the -h option a bitmpp2008-02-181-4/+6
* Use [u]intmax_t to printf unknown integer types.dwmalone2007-05-071-36/+31
* Insert explicit space between the output fields to prevent themyar2007-04-231-3/+3
* Add two new options to quota:mpp2007-02-111-13/+64
* If a user is over both the soft block limit and soft i-nodempp2007-02-041-13/+29
* If two files systems, /a and /b are marked as having quotas enabledmpp2007-02-041-7/+21
* Make quota exit with a non-zero status if one more more filempp2007-02-011-30/+37
* - Document the default disk block usage unit.ru2006-10-211-15/+38
* Remove an unused #define. md5's with and without this commit match.ceri2005-03-131-1/+0
* Assign the result of getopt() to an int rather than to a char.stefanf2004-08-071-2/+1
* Remove redundant declarations.das2003-08-051-2/+0
* Don't overflow the block quota calculations for NFS mounts.das2003-08-051-3/+3
* Now that the kernel access control for quotactl(2) appears to workrwatson2003-06-151-32/+0
* Now that the kernel access control for quotactl(2) appears to workrwatson2003-06-151-17/+0
* Add a new flag (-l) that suppresses quota checks on NFS filesystems.iedowse2002-08-091-4/+10
* Fix a few compiler warnings, sort options and make the usage()iedowse2002-08-091-16/+17
* Call getmntinfo with MNT_NOWAIT to avoid hanging if any NFS serversiedowse2002-06-031-1/+8
* Fix some low-hanging fruit in the warnings department; ANSIfy functions,markm2002-04-281-88/+59
* remove __Pimp2002-03-221-2/+2
* Changed 'blocks' to 'usage' because we may not be getting quotas frompirzyk2001-05-231-1/+1
* Remove incorrect use of .Nm. Wrap long lines, Unwrap short linescharnier2000-03-261-7/+7
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Local filesystems are ufs not ffsache1998-06-111-2/+2
* Don't assume that hp->h_lenght == 4. Be conservative in its use.imp1998-06-091-2/+2
* Converted to Lite2 mount interface - decide filesystem types by namebde1998-01-201-3/+3
* Use err(3). Cosmetic in usage string. Typo in man page.charnier1997-08-041-41/+31
* compare return value from getopt against -1 rather than EOF, per the finalimp1997-03-291-1/+1
* Code clean up. Prototypes, casting, and parentheses around assignmentsalex1996-06-151-18/+48
* fixed some printf format mismatches and some lines exceeding 80 col'sgraichen1996-01-091-16/+20
* Obtained from: NetBSDgraichen1996-01-051-86/+273
* Fix 3 fatal mismatches in format args involving dbtob() and 10 nonfatalbde1995-05-071-11/+14
* BSD 4.4 Lite Usr.bin Sourcesrgrimes1994-05-271-0/+510
OpenPOWER on IntegriCloud