summaryrefslogtreecommitdiffstats
path: root/usr.bin/quota
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-112-8/+0
* Debugging nits found while testing the new 64-bit quota code.mckusick2010-03-161-0/+1
* 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
* Fix some spelling / markup / grammar.mpp2007-02-111-5/+5
* Add two new options to quota:mpp2007-02-112-24/+94
* 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-213-21/+48
* Remove an unused #define. md5's with and without this commit match.ceri2005-03-131-1/+0
* Sort sections.ru2005-01-181-5/+5
* 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-152-18/+0
* Uniformly refer to a file system as "file system".ru2002-12-121-11/+11
* Add a new flag (-l) that suppresses quota checks on NFS filesystems.iedowse2002-08-092-7/+26
* Fix a few compiler warnings, sort options and make the usage()iedowse2002-08-092-27/+29
* 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
* Use `The .Nm utility'charnier2002-04-201-6/+7
* remove __Pimp2002-03-221-2/+2
* Set BINOWN=root explicitly for setuid root binaries.ru2001-09-131-0/+2
* Remove whitespace at EOL.dd2001-07-151-1/+1
* mdoc(7) police: removed HISTORY info from the .Os call.ru2001-07-101-1/+1
* Changed 'blocks' to 'usage' because we may not be getting quotas frompirzyk2001-05-231-1/+1
* mdoc(7) police: use the new features of the Nm macro.ru2000-11-201-3/+3
* Remove incorrect use of .Nm. Wrap long lines, Unwrap short linescharnier2000-03-262-13/+12
* $Id$ -> $FreeBSD$peter1999-08-282-2/+2
* Remove useless `BINOWN=root' now that it is the default.obrien1998-09-191-1/+0
* 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-042-45/+35
* compare return value from getopt against -1 rather than EOF, per the finalimp1997-03-291-1/+1
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* delete doubled words, e.g.: "the the" -> "the"wosch1996-10-051-2/+2
* 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
OpenPOWER on IntegriCloud