summaryrefslogtreecommitdiff
path: root/usr.sbin/yppoll
AgeCommit message (Collapse)Author
2015-09-09Hide YP-specific xdr_* functions, and have the YP tools link -lrpcsvcTheo de Raadt
as needed. ok miod guenther
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)
2014-09-08obvious cases of missing .An;Ingo Schwarze
found with the new mandoc(1) MANDOCERR_AN_MISSING warning; no text changes
2013-04-16remove casts to time_t * which are not neededTheo de Raadt
2013-04-02handle long time_t; ok guentherTheo 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
2008-06-26First pass at removing clauses 3 and 4 from NetBSD licenses.Ray Lai
Not sure what's more surprising: how long it took for NetBSD to catch up to the rest of the BSDs (including UCB), or the amount of code that NetBSD has claimed for itself without attributing to the actual authors. OK deraadt@
2008-05-24typo.Igor Sobrado
2007-05-31convert to new .Dd format;Jason McIntyre
2007-02-18tidy up synopsis and usage(); from Igor SobradoJason McIntyre
2003-12-10yppoll.cTheo de Raadt
2003-09-06zap ?; jeffi@rcn.comTheo de Raadt
2003-07-18add missing includesDavid Krause
ok tedu@
2003-07-10trivial protosTheo de Raadt
2003-06-02remove terms 3 and 4 of some of my licencesTheo de Raadt
2002-07-19ansiTheo de Raadt
2002-05-30minor KNFTheo de Raadt
2000-11-09Change all option list specifications to ".Bl -tag -width Ds". Most manAaron Campbell
pages just needed their -width parameter tweaked to "Ds", which provides a nice width of 6 constant characters. For consistency more than anything.
1999-04-02all .Nm macros should have an argument in SYNOPSIS; also misc cleanupAaron Campbell
1999-03-12cleanupAaron Campbell
1997-09-21$OpenBSD$Theo de Raadt
1997-06-23long != int errorTheo de Raadt
1996-05-22headersTheo de Raadt
1996-03-25From NetBSD: merge of 960317Niklas Hallqvist
1995-10-18initial import of NetBSD treeTheo de Raadt