summaryrefslogtreecommitdiffstats
path: root/usr.sbin/quot (follow)
Commit message (Expand)AuthorAgeFilesLines
* Use user_from_uid(3) instead of getpwuid(3) and keep the passwdmillert2018-09-181-4/+6
* add pledge(2) to quot(8):mestre2018-07-261-1/+5
* unifdef some ancient COMPAT code that's not used. 500 byte blocks!tedu2017-09-071-68/+1
* Add HISTORY and AUTHORS, using hints from miod@ and my own research.schwarze2017-09-051-2/+12
* assorted warning fixes; ok millert@otto2017-08-311-2/+2
* fix RCS Id; found with mandoc -Tlintschwarze2017-07-061-3/+3
* use symbolics for flags to openderaadt2015-11-121-2/+2
* stdlib.h is in scope; do not cast malloc/calloc/realloc*deraadt2015-08-201-6/+5
* sort +0n -> sort -n, the former is historicaljca2015-06-201-3/+3
* Adjust <sys/param.h> comments regarding use of use of MAXFRAG, orderaadt2015-01-201-2/+2
* Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt2015-01-161-2/+2
* ensure there are prototypesderaadt2013-11-121-1/+2
* Correct format string mismatches turned up by -Wformat=2guenther2013-08-221-5/+7
* final removal of daddr64_t. daddr_t has been 64 bit for a long enoughderaadt2013-06-111-9/+9
* handle large ino_tderaadt2013-04-231-2/+3
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-271-5/+1
* sync the synopsis and usage; "usage:" is lowercasesobrado2008-03-171-4/+4
* use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsgderaadt2007-09-021-3/+3
* Add ffs2 support; from FreeBSD. OK deraadt@millert2007-07-041-54/+110
* daddr64_t changes to match other parts of tree; ok ottoderaadt2007-06-251-18/+18
* convert to new .Dd format;jmc2007-05-311-2/+2
* use SEEK_* for lseek()deraadt2006-04-021-4/+4
* rename struct dinode to ufs1_dinode. clears the namespace and makestedu2003-08-251-11/+11
* strict proto cleanupsderaadt2003-06-261-3/+3
* proto cleanupderaadt2003-06-251-45/+24
* minor KNFderaadt2002-05-301-22/+22
* When you give command examples and etc., in a manual page prefix them with:mpech2002-02-131-2/+2
* Don't include mfs partitions in 'quot -a' since there is no device filemillert2000-11-211-5/+4
* Strip trailing slashes from dir names and give a reasonable error ifmillert2000-06-071-11/+21
* Make quot work when passed a filesystem mount point like the documentationmillert2000-06-061-91/+90
* Remove hard sentence breaks. Add $OpenBSD$ tags where appropriate. Some otheraaron2000-03-191-3/+3
* Typo fixes.alex1999-09-231-2/+2
* do not know how to fix, doc it at leastderaadt1999-09-221-2/+6
* uid_t and gid_t, and use %uderaadt1999-08-061-3/+4
* remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-commonaaron1999-05-231-2/+2
* all .Nm macros should have an argument in SYNOPSIS; also misc cleanupaaron1999-04-021-2/+2
* cleanupaaron1999-03-111-5/+5
* When multiplying bumber of blocks by DEV_BSIZE, cast nblocks to off_t so we don't wrap.millert1998-07-081-3/+3
* cleanderaadt1998-06-081-2/+2
* fix .Sh ENVIRONMENTderaadt1998-05-131-2/+2
* $OpenBSD$deraadt1997-09-211-1/+1
* random cleanupderaadt1996-06-101-77/+138
* permit quotas to work on mfs; problem reported by rdante@pnet.netderaadt1996-04-251-2/+4
* s/environmental/environment/deraadt1995-12-081-3/+3
* Complete change from ufs -> ffs; (From Tatoku Ogaito; PR #1679)deraadt1995-11-061-2/+2
* initial import of NetBSD treederaadt1995-10-183-0/+685