aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/edquota/edquota.c
Commit message (Expand)AuthorAgeFilesLines
* Remove copyright strings ifdef'd outWarner Losh2023-11-271-10/+0
* usr.sbin: Remove ancient SCCS tags.Warner Losh2023-11-271-3/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* Mark usage function as __dead2 in programs where it does not returnAlfonso Gregory2023-07-071-1/+1
* edquota(8): Cleanup to make it WARNS=6 clean.Xin LI2020-08-171-3/+3
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-1/+3
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* Use strlcpy() instead of strncpy() to ensure that qup->fsname is NULDon Lewis2016-05-131-1/+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
* 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-051-35/+56
* Finish conversion of edquota to work with 64-bit quotas.Kirk McKusick2009-02-041-58/+156
* WIPDag-Erling Smørgrav2009-01-301-72/+27
* Drag this code kicking and screaming into the twenty-first century.Dag-Erling Smørgrav2008-07-021-59/+30
* 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
* Per letter dated July 22, 1999 remove 3rd clause of Berkeley derived softwareWarner Losh2004-08-071-4/+0
* 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
* Use __FBSDID over rcsid[]. Protect copyright[] where needed.David E. O'Brien2003-05-031-4/+4
* Allow edquota(8) to be used for setting up quotas non-interactively (add aMaxim Sobolev2002-09-071-23/+104
* 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
* WARNS=4Alfred Perlstein2002-07-111-3/+1
* de-__P()Alfred Perlstein2002-07-111-14/+14
* WARNS=2 cleanup.Mike Heffner2001-12-101-33/+33
* Add a new option to edquota(8) - "-f", which willYaroslav Tykhiy2001-09-281-10/+18
* Fix the type of the NULL arg to execl()Brian Somers2001-07-091-1/+1
* cleanups of my previous, quick & dirty fix of unaligned access errors on alpha.Andrew Gallatin2000-10-281-20/+26
* fix unaligned access errors caused by bad scanf/printf format stringsAndrew Gallatin2000-10-261-4/+4
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Fixed overflow in 1K-blocks to disk-blocks conversions. Use quadBruce Evans1999-01-011-4/+6
* Use err(3). Add prototypes.Philippe Charnier1997-09-171-73/+84
* Remove temporary file on exit.Jonathan Lemon1997-08-191-0/+2
* compare return value from getopt against -1 rather than EOF, per the finalWarner Losh1997-03-311-1/+1
* Allow the use of uid ranges when using the "-p" option to allowMike Pritchard1996-03-311-1/+22
* Cast some expressions involving dbtob() to (unsigned long) and print themBruce Evans1995-05-071-12/+12
* Make edquota works with other then vi editors,Andrey A. Chernov1994-11-221-10/+8
* BSD 4.4 Lite usr.sbin SourcesRodney W. Grimes1994-05-261-0/+722