summaryrefslogtreecommitdiffstats
path: root/usr.sbin/edquota
Commit message (Collapse)AuthorAgeFilesLines
* Use err(3). Add prototypes.charnier1997-09-172-76/+91
|
* Remove temporary file on exit.jlemon1997-08-191-0/+2
| | | | | PR: 4010 Submitted by: "Anatoly A. Orehovsky" <tolik@www.tomsk.su>
* Show the real revision date and not the date that thissteve1997-06-231-1/+1
| | | | manpage is being viewed.
* compare return value from getopt against -1 rather than EOF, per the finalimp1997-03-311-1/+1
| | | | posix standard on the topic.
* Sort cross references.wosch1997-01-201-1/+1
|
* Convert to mdoc format.mpp1996-12-211-76/+88
|
* Allow the use of uid ranges when using the "-p" option to allowmpp1996-03-312-1/+30
| | | | | | | | | | | | easy setup of default quotas for a range of uids. Usage: edquota -p protouser startuid-enduid E.g. edquota -p mpp 10000-19999 Will duplicate the quota limints for user mpp for uids 10000 - 19999. The uids in question do not have to currently exist in /etc/passwd.
* Cast some expressions involving dbtob() to (unsigned long) and print thembde1995-05-071-12/+12
| | | | | | | | | | | | | using %lu. This became more broken when I fixed dbtob() to support byte offsets >= 4GB. The type had to change to [u]quad_t. Previously the expressions had type unsigned long and were printed using %d. After division by 1024, the expressions are guaranteed to fit in an unsigned long, at least for the standard DEV_BSIZE, so edquota doesn't need to know about quad_t's explicitly. Fix all the other format mismatches exposed by compiling with -Wformat (6 more quota limits of type unsigned long printed using %d and 6 time_t's (i.e., longs) printed using %d).
* Make edquota works with other then vi editors,ache1994-11-221-10/+8
| | | | i.e.check file by name, not by fd
* Get rid of update. Make man page installation work with our schemewollman1994-08-051-1/+1
| | | | (and rename a few in the process).
* BSD 4.4 Lite usr.sbin Sourcesrgrimes1994-05-264-0/+917
OpenPOWER on IntegriCloud