summaryrefslogtreecommitdiffstats
path: root/usr.sbin/rpcbind
Commit message (Expand)AuthorAgeFilesLines
* Fix a regression with SA-15:24 patch that prevented NIS fromdelphij2015-10-021-4/+7
* The Sun RPC framework uses a netbuf structure to represent thedelphij2015-09-291-5/+19
* Fix socket calls on error post-r243965.kevlo2012-12-211-2/+2
* Fill sin6_scope_id in sockaddr_in6 before passing it from the kernel tohrs2012-11-171-24/+0
* Spelling fixes for usr.sbin/uqs2011-12-302-3/+3
* Use prototype. While I'm there, add a pair of parenthesis to mark an ifdelphij2011-07-145-7/+8
* Fix typos - remove duplicate "the".brucec2011-02-211-1/+1
* Revert bogus change that snuck into r203972.imp2010-02-171-2/+0
* The NetBSD Foundation has given permission to remove clause 3 and 4imp2010-02-161-7/+2
* When you have multiple addresses on the same network on differentimp2010-02-093-12/+93
* Initialize fromlen before calling recvfrom to avoid passing in randomimp2010-02-071-0/+1
* The last big commit: let usr.sbin/ use WARNS=6 by default.ed2010-01-021-0/+2
* No network addresses in the system isn't a good excuseyar2008-02-141-4/+4
* Cleanup of userland __P usekevlo2007-11-079-100/+100
* Avoid leaking file descriptorsmatteo2007-10-231-3/+7
* Remove a comment I forgot to removematteo2007-06-091-1/+1
* Correctly inizialize local/unix transport. I broke it in rev.1.15.matteo2007-05-011-97/+162
* 1)Make it possible for rpcbind(8) to bind TCP listening socket to an IPmatteo2007-04-232-236/+181
* Bump .Dd for revision 1.8.ceri2006-11-301-1/+1
* o Xr netconfig(5).maxim2006-11-291-0/+1
* Reimplementation of world/kernel build options. For details, see:ru2006-03-171-1/+2
* Remove including of libc sources. All the required functionsdeischen2006-03-101-8/+2
* Don't build IPv6 support if NO_INET6 was definedmatteo2006-03-061-1/+5
* Sort sections.ru2005-01-181-3/+3
* Reflect that -h takes an argument and belatedly bump .Dd for addition of -hdd2004-11-071-3/+4
* Make the usage message match reality about -h and -w.dd2004-11-071-2/+10
* MFNetBSDmbr2004-08-161-1/+5
* Don't pass NULL as an integer.mbr2003-10-291-1/+1
* Don't compare a char to NULL.mbr2003-10-292-3/+3
* style.Makefile(5)obrien2003-04-041-1/+1
* Implement nonblocking tpc-connections. rpcgen -m does stillmbr2003-01-162-5/+14
* Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,schweikh2003-01-013-6/+6
* Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/schweikh2002-12-301-1/+1
* Change the name for the local unix-socket based protocolmbr2002-12-162-6/+13
* Check if rpcbind is already running and print a warning.mbr2002-12-101-0/+13
* mdoc(7) police:ru2002-11-271-6/+12
* Add 'break' to empty 'default' 'switch' statements.alfred2002-10-071-4/+4
* WARNS=3 safety (mostly), use __unused for unused params and unsigned wherealfred2002-10-0710-40/+40
* fix line wrap.alfred2002-10-071-15/+30
* cast xdr_rpcblist_ptr to xdrproc_t to silence warnings.alfred2002-10-071-4/+4
* Add ';' after 'default:' labels to avoid 'deprecated use of label at endalfred2002-10-071-0/+4
* Don't pass a NULL pointer to syslog(3).alfred2002-10-071-0/+1
* use IPV6_V6ONLY instead of non standard IPV6_BINDV6ONLY.ume2002-07-221-1/+1
* The .Nm utilitycharnier2002-07-141-6/+9
* Add -h option to rpcbind, used to specify what address to bind to foralfred2002-07-112-51/+223
* Stop this program's abuse of malloc(3). Its return value doesn't need thesejmallett2002-05-174-17/+14
* Capitalize the first word in sentences, and put periods at the end ofdd2001-08-201-3/+3
* Perform a major cleanup of the usr.sbin Makefiles.obrien2001-07-201-10/+10
* Free things in the right orderbrian2001-07-161-1/+1
* This is a selection of essentially cosmetic changes:iedowse2001-07-142-38/+42
OpenPOWER on IntegriCloud