Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-09-15 | remove unused variables | Jonathan Gray | |
2024-08-16 | Add pledge & unveil. | Florian Obser | |
The rpc library needs read access to the rpc database in /etc/rpc. Other than that rpcinfo only uses AF_INET sockets. With -b, rpcinfo(8) uses gethostbyaddr(3) to report hosts that responded, so add "dns" pledge as well. OK bluhm, miod | |||
2024-08-12 | Get rid of inet_aton. | Florian Obser | |
Input & OK bluhm | |||
2024-08-11 | whitespace, no binary change | Florian Obser | |
2023-03-08 | Delete obsolete /* ARGSUSED */ lint comments. | Philip Guenther | |
ok miod@ millert@ | |||
2019-06-28 | When system calls indicate an error they return -1, not some arbitrary | Theo de Raadt | |
value < 0. errno is only updated in this case. Change all (most?) callers of syscalls to follow this better, and let's see if this strictness helps us in the future. | |||
2017-07-21 | I'm equally upset as Kurt Mosiejczuk, who found irrelevant 22-year | Theo de Raadt | |
old history in this manual page. | |||
2010-09-01 | Oracle has re-licensed sunrpc under a three-clause BSD license. | Todd C. Miller | |
Update our sources appropriately. OK deraadt@ jsg@ | |||
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-03-26 | sort options, synopsis, and usage(); from Igor Sobrado | Jason McIntyre | |
2006-01-20 | Explicitly include limits.h if we are going to use its contents. | Todd C. Miller | |
2005-09-22 | -s was using the wrong arg (PF_INET) for protocol instead of IPPROTO_TCP & ↵ | Theo de Raadt | |
IPPROTO_UDP for pmap_set() | |||
2003-06-10 | mostly ansi cleanup; pval ok | Theo de Raadt | |
2003-06-10 | - section reorder | Jason McIntyre | |
- COMPATIBILITY merge - macro cleanup - kill whitespace at EOL - new sentence, new line ssh pages ok markus@ | |||
2003-02-18 | copyrights added; | Jason McIntyre | |
these are all Sun Microsystems | |||
2002-11-14 | use $ or # before commands in examples | Theo de Raadt | |
2001-11-19 | kill more registers | Mike Pechkin | |
millert@ ok | |||
2001-07-17 | -Wall cleanup; ok deraadt | Peter Valchev | |
2001-07-07 | silence a warning | Todd C. Miller | |
2000-11-09 | Change all option list specifications to ".Bl -tag -width Ds". Most man | Aaron Campbell | |
pages just needed their -width parameter tweaked to "Ds", which provides a nice width of 6 constant characters. For consistency more than anything. | |||
2000-07-31 | modernize this source code including: avoiding atoi(), range checking, | Theo de Raadt | |
KNF. while at it, add a rpcinfo -s command for setting ports from userland. | |||
2000-04-15 | - For consistency, `super-user' -> `superuser' in all cases. | Aaron Campbell | |
- Some punctuation fixes. - Some `id' -> `ID'. | |||
2000-03-10 | Various cleanups and standardization. | Aaron Campbell | |
1999-06-05 | - remove trailing white space | Aaron Campbell | |
- 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... :/ | |||
1998-09-27 | usr.bin/ man page cleanups, n-s | Aaron Campbell | |
1997-01-15 | getopt(3) returns -1 when out of args, not EOF, whee! | Todd C. Miller | |
1996-06-29 | bindresvport if possible; uid 0 check is ridiculous crap | Theo de Raadt | |
1996-06-26 | rcsid | Theo de Raadt | |
1995-10-18 | initial import of NetBSD tree | Theo de Raadt | |