summaryrefslogtreecommitdiff
path: root/usr.sbin/quot/quot.c
AgeCommit message (Collapse)Author
2000-11-21Don't include mfs partitions in 'quot -a' since there is no device fileTodd C. Miller
to open.
2000-06-07Strip trailing slashes from dir names and give a reasonable error ifTodd C. Miller
what is specified on the command line is not a mount point or device.
2000-06-06Make quot work when passed a filesystem mount point like the documentationTodd C. Miller
leads one to believe. Also some -Wall and other cleanup.
1999-09-22do not know how to fix, doc it at leastTheo de Raadt
1999-08-06uid_t and gid_t, and use %uTheo de Raadt
1998-07-08When multiplying bumber of blocks by DEV_BSIZE, cast nblocks to off_t so we ↵Todd C. Miller
don't wrap.
1996-06-10random cleanupTheo de Raadt
1996-04-25permit quotas to work on mfs; problem reported by rdante@pnet.netTheo de Raadt
1995-11-06Complete change from ufs -> ffs; (From Tatoku Ogaito; PR #1679)Theo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt