summaryrefslogtreecommitdiff
path: root/usr.bin/quota
AgeCommit message (Expand)Author
2025-08-14kern: fix setgroups(2) and getgroups(2) to match other platformsKyle Evans
2024-07-15Remove residual blank line at start of MakefileWarner Losh
2023-11-26usr.bin: Automated cleanup of cdefs and other formattingWarner Losh
2023-11-26Remove copyright strings ifdef'd outWarner Losh
2023-11-26usr.bin: Remove ancient SCCS tags.Warner Losh
2023-08-16Remove $FreeBSD$: one-line nroff patternWarner Losh
2023-08-16Remove $FreeBSD$: one-line sh patternWarner Losh
2023-08-16Remove $FreeBSD$: one-line .c patternWarner Losh
2023-07-07Mark usage function as __dead2 in programs where it does not returnAlfonso Gregory
2023-04-18Update/fix Makefile.depend for userlandSimon J. Gerraty
2021-08-08Fix some common typos in commentsGordon Bergling
2019-09-21Add a workaround for servers which respond RPC_PROGNOTREGISTEREDHiroki Sato
2018-07-05This exposes ZFS user and group quotas via the normalSean Eric Fagan
2018-04-16quota(1): Fix calculation overflow and underflowConrad Meyer
2017-11-20General further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-10-31DIRDEPS_BUILD: Update dependencies.Bryan Drewery
2017-02-28Renumber copyright clause 4Warner Losh
2016-04-27Use MIN() macro from sys/param.h.Marcelo Araujo
2015-07-07- Add IPv6 support in quota(1). While rpc.rquotad has supported PF_INET6Hiroki Sato
2015-06-13Add META_MODE support.Simon J. Gerraty
2015-06-08dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty
2015-05-27Merge sync of headSimon J. Gerraty
2014-11-25Convert to usr.bin/ to LIBADDBaptiste Daroussin
2014-05-16Updated dependenciesSimon J. Gerraty
2014-05-10Updated dependenciesSimon J. Gerraty
2013-03-11Updated dependenciesSimon J. Gerraty
2013-02-16Updated dependenciesSimon J. Gerraty
2012-08-22Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar
2011-11-06Add missing static keywords to quota(1)Ed Schouten
2011-06-30Fix quota(1) output.Sergey Kandaurov
2010-12-11Remove the advertising clause from UCB copyrighted files in usr.bin. ThisJoel Dahl
2010-03-16Debugging nits found while testing the new 64-bit quota code.Kirk McKusick
2010-03-04Fix warnings + minor style issuesDag-Erling Smørgrav
2009-10-21Update to work with quotafile functions in -libutil.Kirk McKusick
2009-06-19In preparation for raising NGROUPS and NGROUPS_MAX, change baseBrooks Davis
2008-08-04Make quota(1) to compile with WARNS=6:Xin LI
2008-08-03ctime() expects a time_t, but qup->dqblk.dqb_btime is an int32_t, so forOlivier Houchard
2008-02-18Make the human readable numbers printed with the -h option a bitMike Pritchard
2007-05-07Use [u]intmax_t to printf unknown integer types.David Malone
2007-04-23Insert explicit space between the output fields to prevent themYaroslav Tykhiy
2007-02-11Fix some spelling / markup / grammar.Mike Pritchard
2007-02-11Add two new options to quota:Mike Pritchard
2007-02-04If a user is over both the soft block limit and soft i-nodeMike Pritchard
2007-02-04If two files systems, /a and /b are marked as having quotas enabledMike Pritchard
2007-02-01Make quota exit with a non-zero status if one more more fileMike Pritchard
2006-10-21- Document the default disk block usage unit.Ruslan Ermilov
2005-03-13Remove an unused #define. md5's with and without this commit match.Ceri Davies
2005-01-18Sort sections.Ruslan Ermilov
2004-08-07Assign the result of getopt() to an int rather than to a char.Stefan Farfeleder
2003-08-05Remove redundant declarations.David Schultz