Commit Graph

29 Commits

Author SHA1 Message Date
tedu 2ebf24ed6c rm a few more $Id which cannot be useful 2019-01-17 06:18:27 +00:00
deraadt 9b32031c48 exit() after perror() for pledge failure. Perhaps this got introduced
as a test idiom, either when pledge was young or during the transition
to strings.... dunno
2015-11-11 02:52:46 +00:00
miod c3b14b2d48 Use "getpw" rather than "flock", per deraadt@'s suggestion. 2015-10-18 17:53:51 +00:00
miod 8a2863cb10 pledge+=flock, for /var/run/ypbind.lock. ok semarie@ 2015-10-18 17:20:49 +00:00
deraadt b632994032 pledge "stdio inet rpath" seems to be enough for a YP environment.
rpath is to access /etc/rpc, and inet to talk to portmap & local world.
ok beck
2015-10-10 21:08:09 +00:00
deraadt e9f70589b2 in getopt() blocks, stop incrementing flag variable which are supposed
to just be 0/1
ok miod florian
2015-02-08 23:40:34 +00:00
deraadt b9fc9a728f Replace <sys/param.h> with <limits.h> and other less dirty headers where
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)
2015-01-16 06:39:28 +00:00
schwarze 27e959701b obvious cases of missing .An;
found with the new mandoc(1) MANDOCERR_AN_MISSING warning;
no text changes
2014-09-08 01:27:54 +00:00
jmc 73d4fc9bd5 no longer any need to quote macro lines with >9 args;
From: Jan Stary
2013-08-14 06:32:26 +00:00
deraadt 043fbe51c1 rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and
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
2009-10-27 23:59:19 +00:00
sobrado 520e80355e sync synopsis/usage; "usage:" is lowercase. 2008-05-29 07:42:08 +00:00
sobrado 7a667db44b typo. 2008-05-24 13:59:09 +00:00
jmc 9490d37cb6 convert to new .Dd format; 2007-05-31 19:19:00 +00:00
deraadt 13d7d7695b #ifdef lint not LINT 2006-04-02 01:49:18 +00:00
david 70ef01f6b6 add missing includes
ok deraadt@ tedu@
2003-07-10 00:03:01 +00:00
deraadt 6ff29e28bb protos 2003-07-02 21:04:09 +00:00
deraadt 67fea82508 remove terms 3 and 4 of some of my licences 2003-06-02 04:00:16 +00:00
deraadt 7bcc963dfd ansi 2002-07-19 03:16:24 +00:00
deraadt 4319c11e9d master.passwd alias 2002-01-02 20:07:09 +00:00
aaron 3746a81674 - Section shuffling: comply to the section ordering outlined in mdoc(7).
- Some .Nm trimming.
- .Sh AUTHOR -> .Sh AUTHORS
- Other miscellaneous fixes here and there.
2000-11-10 05:10:21 +00:00
aaron f1ba34738e Change all option list specifications to ".Bl -tag -width Ds". Most man
pages just needed their -width parameter tweaked to "Ds", which provides
a nice width of 6 constant characters. For consistency more than anything.
2000-11-09 17:51:53 +00:00
aaron 2e0eb34f9e - remove trailing white space
- remove arguments from .Os macros
- remove arguments from .Nm macros, where appropriate
- some more Dq/Sq/Ql insanity
- still lots to do in the usr.bin tree... :/
1999-06-05 01:21:16 +00:00
aaron 11e35e6df1 usr.bin/ man page fixes, t-z 1998-10-30 00:24:38 +00:00
deraadt e5487d06d4 Wall 1997-07-21 19:18:34 +00:00
deraadt ff3d5364db domainname -> domain, as a variable 1996-05-24 09:15:39 +00:00
deraadt bb16cdd377 teeny cleanup 1996-05-21 21:32:39 +00:00
deraadt 408185738d mv notrans out of loop and change my name 1996-05-05 16:19:31 +00:00
deraadt d8fcf3d244 use yp.h instead of yp_prot.h 1996-04-24 21:39:56 +00:00
deraadt df930be708 initial import of NetBSD tree 1995-10-18 08:37:01 +00:00