aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/edquota
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use __FBSDID over rcsid[]. Protect copyright[] where needed.David E. O'Brien2003-05-031-4/+4
* style.Makefile(5)David E. O'Brien2003-04-041-1/+2
* Uniformly refer to a file system as "file system".Ruslan Ermilov2002-12-121-12/+12
* mdoc(7) police: markup fixes.Ruslan Ermilov2002-11-271-9/+16
* Allow edquota(8) to be used for setting up quotas non-interactively (add aMaxim Sobolev2002-09-072-23/+149
* Use "kbytes" instead of "blocks" in messages as this is reallyJens Schweikhardt2002-08-241-2/+2
* Improve the code for detecting UID ranges so that usernames suchIan Dowse2002-08-091-3/+3
* The .Nm utilityPhilippe Charnier2002-07-141-2/+3
* WARNS=4Alfred Perlstein2002-07-112-4/+2
* de-__P()Alfred Perlstein2002-07-111-14/+14
* Reorder WARNS line for style.Mike Heffner2001-12-101-2/+1
* WARNS=2 cleanup.Mike Heffner2001-12-102-33/+35