aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/quota
Commit message (Expand)AuthorAgeFilesLines
* Add a workaround for servers which respond RPC_PROGNOTREGISTEREDHiroki Sato2019-09-211-1/+1
* This exposes ZFS user and group quotas via the normalSean Eric Fagan2018-07-051-16/+26
* quota(1): Fix calculation overflow and underflowConrad Meyer2018-04-161-6/+6
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2017-10-311-1/+0
* Renumber copyright clause 4Warner Losh2017-02-282-2/+2
* Use MIN() macro from sys/param.h.Marcelo Araujo2016-04-271-2/+2
* - Add IPv6 support in quota(1). While rpc.rquotad has supported PF_INET6Hiroki Sato2015-07-071-31/+17
* Add META_MODE support.Simon J. Gerraty2015-06-131-0/+22
|\
| * dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty2015-06-081-2/+0
| * Merge sync of headSimon J. Gerraty2015-05-271-2/+1
| |\ | |/ |/|
| * Updated dependenciesSimon J. Gerraty2014-05-161-1/+0
| * Updated dependenciesSimon J. Gerraty2014-05-101-0/+2
| * Updated dependenciesSimon J. Gerraty2013-03-111-0/+1
| * Updated dependenciesSimon J. Gerraty2013-02-161-2/+0
| * Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-221-0/+23
* | Convert to usr.bin/ to LIBADDBaptiste Daroussin2014-11-251-2/+1
|/
* Add missing static keywords to quota(1)Ed Schouten2011-11-061-8/+7
* Fix quota(1) output.Sergey Kandaurov2011-06-301-5/+11
* Remove the advertising clause from UCB copyrighted files in usr.bin. ThisJoel Dahl2010-12-112-8/+0
* Debugging nits found while testing the new 64-bit quota code.Kirk McKusick2010-03-161-0/+1
* Fix warnings + minor style issuesDag-Erling Smørgrav2010-03-041-33/+30
* Update to work with quotafile functions in -libutil.Kirk McKusick2009-10-211-149/+82
* In preparation for raising NGROUPS and NGROUPS_MAX, change baseBrooks Davis2009-06-191-2/+8
* Make quota(1) to compile with WARNS=6:Xin LI2008-08-041-5/+2
* ctime() expects a time_t, but qup->dqblk.dqb_btime is an int32_t, so forOlivier Houchard2008-08-031-6/+9
* Make the human readable numbers printed with the -h option a bitMike Pritchard2008-02-181-4/+6
* Use [u]intmax_t to printf unknown integer types.David Malone2007-05-071-36/+31
* Insert explicit space between the output fields to prevent themYaroslav Tykhiy2007-04-231-3/+3
* Fix some spelling / markup / grammar.Mike Pritchard2007-02-111-5/+5
* Add two new options to quota:Mike Pritchard2007-02-112-24/+94
* If a user is over both the soft block limit and soft i-nodeMike Pritchard2007-02-041-13/+29
* If two files systems, /a and /b are marked as having quotas enabledMike Pritchard2007-02-041-7/+21
* Make quota exit with a non-zero status if one more more fileMike Pritchard2007-02-011-30/+37
* - Document the default disk block usage unit.Ruslan Ermilov2006-10-213-21/+48
* Remove an unused #define. md5's with and without this commit match.Ceri Davies2005-03-131-1/+0
* Sort sections.Ruslan Ermilov2005-01-181-5/+5
* Assign the result of getopt() to an int rather than to a char.Stefan Farfeleder2004-08-071-2/+1
* Remove redundant declarations.David Schultz2003-08-051-2/+0
* Don't overflow the block quota calculations for NFS mounts.David Schultz2003-08-051-3/+3
* Now that the kernel access control for quotactl(2) appears to workRobert Watson2003-06-151-32/+0
* Now that the kernel access control for quotactl(2) appears to workRobert Watson2003-06-152-18/+0
* Uniformly refer to a file system as "file system".Ruslan Ermilov2002-12-121-11/+11
* Add a new flag (-l) that suppresses quota checks on NFS filesystems.Ian Dowse2002-08-092-7/+26
* Fix a few compiler warnings, sort options and make the usage()Ian Dowse2002-08-092-27/+29
* Call getmntinfo with MNT_NOWAIT to avoid hanging if any NFS serversIan Dowse2002-06-031-1/+8
* Fix some low-hanging fruit in the warnings department; ANSIfy functions,Mark Murray2002-04-281-88/+59
* Use `The .Nm utility'Philippe Charnier2002-04-201-6/+7
* remove __PWarner Losh2002-03-221-2/+2
* Set BINOWN=root explicitly for setuid root binaries.Ruslan Ermilov2001-09-131-0/+2