summaryrefslogtreecommitdiff
path: root/usr.sbin/quotaon
AgeCommit message (Collapse)Author
2021-11-15No need to declare optind, optarg or opterr; unistd.h does this for us.Todd C. Miller
From Jan Stary. OK deraadt@
2018-04-26Use <fcntl.h> instead of <sys/file.h> for open() and friends.Philip Guenther
Delete a bunch of unnecessary #includes and sort to match style(9) while doing the above cleanup. ok deraadt@ krw@
2016-03-30for some time now mandoc has not required MLINKS to functionJason McIntyre
correctly - logically complete that now by removing MLINKS from base; authors need only to ensure there is an entry in NAME for any function/ util being added. MLINKS will still work, and remain for perl to ease upgrades; ok nicm (curses) bcook (ssl) ok schwarze, who provided a lot of feedback and assistance ok tb natano jung
2015-02-09clean up flags++ instances around getopt()Theo de Raadt
ok florian
2015-01-16Replace <sys/param.h> with <limits.h> and other less dirty headers whereTheo de Raadt
possible. Annotate <sys/param.h> lines with their current reasons. Switch to PATH_MAX, NGROUPS_MAX, HOST_NAME_MAX+1, LOGIN_NAME_MAX, etc. Change MIN() and MAX() to local definitions of MINIMUM() and MAXIMUM() where sensible to avoid pulling in the pollution. These are the files confirmed through binary verification. ok guenther, millert, doug (helped with the verification protocol)
2013-11-12ensure there are prototypesTheo de Raadt
2009-10-28rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andTheo de Raadt
unmaintainable). these days, people use source. these id's do not provide any benefit, and do hurt the small install media (the 33,000 line diff is essentially mechanical) ok with the idea millert, ok dms
2007-05-31convert to new .Dd format;Jason McIntyre
2007-02-18simplify synopsis and usage(); based on a diff from Igor SobradoJason McIntyre
2006-05-14add ()'s to improve readability.David Hill
ok ray
2003-07-18add missing includesDavid Krause
ok tedu@
2003-06-26strict proto cleanupsTheo de Raadt
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
rescinded 22 July 1999. Proofed by myself and Theo.
2002-09-06cope with INITQFNAMES without a ;Theo de Raadt
2002-09-06no ; after INITQFNAMESTheo de Raadt
2002-06-25Minor fixes, including duplicate and missing words; Brian PooleTodd C. Miller
2002-06-02minor KNFTheo de Raadt
2002-05-29more sprintfTheo de Raadt
2002-05-22more strcpy/sprintf death; mpech okTheo de Raadt
2002-03-14kill more registers.Mike Pechkin
millert@ ok
2001-07-27Wall cleanupPeter Valchev
2000-03-19Remove hard sentence breaks. Add $OpenBSD$ tags where appropriate. Some otherAaron Campbell
cleanup along the way.
1999-05-23remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-commonAaron Campbell
is used instead; kwesterback@home.com
1999-03-11cleanupAaron Campbell
1997-09-21$OpenBSD$Theo de Raadt
1997-06-22fix messages; like from jonny@gaia.coppe.ufrj.brTheo de Raadt
1997-06-04Dumped core.dm
1997-01-17r?index -> strr?chrTodd C. Miller
1996-05-04allow operation even if fstab does not label filesystem as supportingTheo de Raadt
quotas; pointed out by jonny@gaia.coppe.ufrj.br
1996-04-25permit quotas to work on mfs; problem reported by rdante@pnet.netTheo de Raadt
1996-04-21sync to netbsd 960418Theo de Raadt
1996-01-07accept either ffs or ufs for filesystem nameTheo de Raadt
1995-11-06Complete change from ufs -> ffs; (From Tatoku Ogaito; PR #1679)Theo de Raadt
1995-10-24ufs -> ffsTheo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt