summaryrefslogtreecommitdiff
path: root/usr.sbin/portmap
AgeCommit message (Expand)Author
2015-09-13More FNDELAY/FIONBIO --> SOCK_NONBLOCK conversionsPhilip Guenther
2015-09-13Rename the routines used for packing/unpacking rmtcall RPCs so they don'tPhilip Guenther
2015-09-10reduce .Nd to one line and kill .Tn while hereIngo Schwarze
2015-09-01stop defining a local copy of perror(); libc/rpc no longer uses it.Theo de Raadt
2014-03-16lint is dead (long live the lint!), so stop using it as a cpp conditionalPhilip Guenther
2010-12-16- since inetd(8) and inetd.conf(5) are one and the same, let's not list themJason McIntyre
2010-09-01Oracle has re-licensed sunrpc under a three-clause BSD license.Todd C. Miller
2010-08-22small bits of cleanup. ok ottoTed Unangst
2009-11-12a sprinkle of knfTheo de Raadt
2009-10-28rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andTheo de Raadt
2009-05-20Do not fall back to using nobody if _user is missing, butThordur I. Bjornsson
2007-05-31convert to new .Dd format;Jason McIntyre
2006-12-06missing full stop; from daniel maticJason McIntyre
2006-03-18add missing function declarationDavid Hill
2006-01-03include signal.h not sys/signal.h and remove a useless cast; OK deraadt@Todd C. Miller
2005-05-22misisng endpwent(), spotted by Daniel Cid <daniel.cid@gmail.com>Henning Brauer
2005-05-03more setres[ug]id; ok deraadt@Damien Miller
2004-09-14ARGSUSED before signal handler with unused signoTheo de Raadt
2004-03-16errno is not specified to be int, but something from errno.h. ok millert@Ted Unangst
2003-08-25protosTheo de Raadt
2003-06-26strict proto cleanupsTheo de Raadt
2003-06-12- section reorderJason McIntyre
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2003-01-20use LOG_NDELAY in chroot() using daemonsTheo de Raadt
2002-08-26Check svc_register() return value and bomb out on failure; ok deraadtPeter Valchev
2002-07-155 new uid/gid sets; millert okTheo de Raadt
2002-07-09detect memory failure; cloderTheo de Raadt
2002-07-08ANSITheo de Raadt
2002-05-30minor KNFTheo de Raadt
2002-03-14kill more registers.Mike Pechkin
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ...Todd C. Miller
2001-07-27Wall cleanupPeter Valchev
2000-07-31before, we blocked non-root from changing mappings pointed at reserved ports.Theo de Raadt
2000-07-31KNFTheo de Raadt
1999-05-23remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-commonAaron Campbell
1999-05-16Cleanup xrefs under SEE ALSO. Specifically:Alex Feldman
1999-01-04use pid_tTheo de Raadt
1998-04-27make error messages for binds differentMichael Shalayeff
1997-09-21$OpenBSD$Theo de Raadt
1997-04-15for callit, let nop through. rpcinfo -b, ya know; adam@math.tau.ac.ilTheo de Raadt
1997-01-17Add OpenBSD tagTodd C. Miller
1997-01-17OpenBSD tagsTodd C. Miller
1997-01-15getopt(3) returns -1 when out of args, not EOF, whee!Todd C. Miller
1996-10-06fixing a portmap bug i introduced just before release makes me happyTheo de Raadt
1996-07-31inet_ntoa called wrongTheo de Raadt
1996-07-29check callit() stuff like portmap5 does (ugh)Theo de Raadt
1996-07-29fix a few typos in error messages; from freebsdTheo de Raadt
1996-07-25search proper list, duhTheo de Raadt
1996-07-18more readableTheo de Raadt
1996-07-07call inet_ntoa correctly, from wietseTheo de Raadt