Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-11-15 | No need to declare optind, optarg or opterr; unistd.h does this for us. | Todd C. Miller | |
From Jan Stary. OK deraadt@ | |||
2018-04-26 | Use <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-30 | for some time now mandoc has not required MLINKS to function | Jason 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-09 | clean up flags++ instances around getopt() | Theo de Raadt | |
ok florian | |||
2015-01-16 | Replace <sys/param.h> with <limits.h> and other less dirty headers where | Theo 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-12 | ensure there are prototypes | Theo de Raadt | |
2009-10-28 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | Theo 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-31 | convert to new .Dd format; | Jason McIntyre | |
2007-02-18 | simplify synopsis and usage(); based on a diff from Igor Sobrado | Jason McIntyre | |
2006-05-14 | add ()'s to improve readability. | David Hill | |
ok ray | |||
2003-07-18 | add missing includes | David Krause | |
ok tedu@ | |||
2003-06-26 | strict proto cleanups | Theo de Raadt | |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller | |
rescinded 22 July 1999. Proofed by myself and Theo. | |||
2002-09-06 | cope with INITQFNAMES without a ; | Theo de Raadt | |
2002-09-06 | no ; after INITQFNAMES | Theo de Raadt | |
2002-06-25 | Minor fixes, including duplicate and missing words; Brian Poole | Todd C. Miller | |
2002-06-02 | minor KNF | Theo de Raadt | |
2002-05-29 | more sprintf | Theo de Raadt | |
2002-05-22 | more strcpy/sprintf death; mpech ok | Theo de Raadt | |
2002-03-14 | kill more registers. | Mike Pechkin | |
millert@ ok | |||
2001-07-27 | Wall cleanup | Peter Valchev | |
2000-03-19 | Remove hard sentence breaks. Add $OpenBSD$ tags where appropriate. Some other | Aaron Campbell | |
cleanup along the way. | |||
1999-05-23 | remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-common | Aaron Campbell | |
is used instead; kwesterback@home.com | |||
1999-03-11 | cleanup | Aaron Campbell | |
1997-09-21 | $OpenBSD$ | Theo de Raadt | |
1997-06-22 | fix messages; like from jonny@gaia.coppe.ufrj.br | Theo de Raadt | |
1997-06-04 | Dumped core. | dm | |
1997-01-17 | r?index -> strr?chr | Todd C. Miller | |
1996-05-04 | allow operation even if fstab does not label filesystem as supporting | Theo de Raadt | |
quotas; pointed out by jonny@gaia.coppe.ufrj.br | |||
1996-04-25 | permit quotas to work on mfs; problem reported by rdante@pnet.net | Theo de Raadt | |
1996-04-21 | sync to netbsd 960418 | Theo de Raadt | |
1996-01-07 | accept either ffs or ufs for filesystem name | Theo de Raadt | |
1995-11-06 | Complete change from ufs -> ffs; (From Tatoku Ogaito; PR #1679) | Theo de Raadt | |
1995-10-24 | ufs -> ffs | Theo de Raadt | |
1995-10-18 | initial import of NetBSD tree | Theo de Raadt | |