aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/edquota
Commit message (Expand)AuthorAgeFilesLines
* Remove copyright strings ifdef'd outWarner Losh2023-11-271-10/+0
* usr.sbin: Remove ancient SCCS tags.Warner Losh2023-11-274-8/+0
* Remove $FreeBSD$: one-line nroff patternWarner Losh2023-08-161-1/+0
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-162-2/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* Remove $FreeBSD$: one-line .h patternWarner Losh2023-08-161-1/+0
* Mark usage function as __dead2 in programs where it does not returnAlfonso Gregory2023-07-071-1/+1
* Update/fix Makefile.depend for userlandSimon J. Gerraty2023-04-191-1/+0
* edquota(8): Cleanup to make it WARNS=6 clean.Xin LI2020-08-172-6/+3
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-202-2/+6
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2017-10-311-1/+0
* Renumber copyright clause 4Warner Losh2017-02-283-3/+3
* Use strlcpy() instead of strncpy() to ensure that qup->fsname is NULDon Lewis2016-05-131-1/+1
* Add META_MODE support.Simon J. Gerraty2015-06-131-0/+19
|\
| * 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
| * Merge headSimon J. Gerraty2014-04-281-1/+1
| |\
| * | Updated dependenciesSimon J. Gerraty2013-03-111-0/+1
| * | Updated dependenciesSimon J. Gerraty2013-02-161-2/+0
| * | Sync with HEAD.David E. O'Brien2013-02-081-2/+0
| |\ \
| * \ \ Sync from headSimon J. Gerraty2012-11-041-2/+4
| |\ \ \
| * | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-221-0/+20
* | | | | Convert usr.sbin to LIBADDBaptiste Daroussin2014-11-251-2/+1
| |_|_|/ |/| | |
* | | | edquota: Don't pass fd for temporary file to editor.Jilles Tjoelker2013-10-271-1/+1
| |_|/ |/| |
* | | Remove unneeded includes.Eitan Adler2012-11-201-2/+0
| |/ |/|
* | Check the return error of set[e][ug]id. While this can never fail in theEitan Adler2012-10-221-2/+4
|/
* Remove trailing whitespace per mdoc lint warningEitan Adler2012-03-291-1/+1
* Spelling fixes for usr.sbin/Ulrich Spörlein2011-12-301-1/+1
* type / format fixupDag-Erling Smørgrav2009-09-271-32/+38
* Update the quotafile library to manage both active quotas via theKirk McKusick2009-02-141-89/+42
* Move hasquota() function to libutil.Kirk McKusick2009-02-131-74/+27
* More updates to edquota based on feedback from Dag-Erling Smorgrav.Kirk McKusick2009-02-101-43/+126
* Updates to edquota based on feedback from Dag-Erling Smorgrav.Kirk McKusick2009-02-053-41/+67
* Finish conversion of edquota to work with 64-bit quotas.Kirk McKusick2009-02-043-58/+170
* WIPDag-Erling Smørgrav2009-01-302-72/+30
* Drag this code kicking and screaming into the twenty-first century.Dag-Erling Smørgrav2008-07-021-59/+30
* Document that quotas must be turned off on a file system andMike Pritchard2007-02-041-0/+2
* If two files systems, /a and /b are marked as having quotas enabledMike Pritchard2007-02-041-8/+23
* If quotas are not currently enabled for a file system, edquota -pMike Pritchard2007-02-041-8/+63
* initialize unitialized variables (WARNS=6)Philippe Charnier2006-09-141-2/+6
* Sort sections.Ruslan Ermilov2005-01-181-2/+2
* Per letter dated July 22, 1999 remove 3rd clause of Berkeley derived softwareWarner Losh2004-08-073-12/+1
* Mechanically kill hard sentence breaks.Ruslan Ermilov2004-07-021-2/+3
* o Fix typo: s/bslim/bhlim/.Maxim Konovalov2004-05-251-1/+1
* Have edquota honour MAXLOGNAME rather than hardcoding the maximumCeri Davies2004-02-241-1/+1
* Userland signed char fixes for PPC build. Problems were using a charPeter Grehan2004-01-221-2/+2
* mdoc(7): Properly mark C headers.Ruslan Ermilov2003-09-101-1/+1
* Minor grammar, punctuation, and wording fixesYaroslav Tykhiy2003-07-291-8/+8