aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/rpcbind
Commit message (Expand)AuthorAgeFilesLines
...
| * | Updated dependenciesSimon J. Gerraty2014-05-161-1/+0
| * | Updated dependenciesSimon J. Gerraty2014-05-101-0/+2
| * | Merge from headSimon J. Gerraty2014-05-081-1/+1
| |\ \
| * \ \ Merge headSimon J. Gerraty2014-04-2811-254/+265
| |\ \ \
| * | | | Updated dependenciesSimon J. Gerraty2013-03-111-0/+1
| * | | | Updated dependenciesSimon J. Gerraty2013-02-161-2/+0
| * | | | Sync with HEAD.David E. O'Brien2013-02-082-26/+2
| |\ \ \ \
| * | | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-221-0/+24
* | | | | | Convert usr.sbin to LIBADDBaptiste Daroussin2014-11-251-2/+1
| |_|_|_|/ |/| | | |
* | | | | rpcbind does not need to be linked to libutilBaptiste Daroussin2014-11-061-2/+2
| |_|_|/ |/| | |
* | | | Use src.opts.mk in preference to bsd.own.mk except where we need stuffWarner Losh2014-05-061-1/+1
| |_|/ |/| |
* | | Disable libwrap (TCP wrappers) support in rpcbind by default, introducingAlexander Motin2014-03-064-11/+31
* | | Replace Sun RPC license with a 3-clause BSD license, with the explicitHiroki Sato2013-11-259-243/+234
| |/ |/|
* | Fix socket calls on error post-r243965.Kevin Lo2012-12-211-2/+2
* | Fill sin6_scope_id in sockaddr_in6 before passing it from the kernel toHiroki Sato2012-11-171-24/+0
|/
* Spelling fixes for usr.sbin/Ulrich Spörlein2011-12-302-3/+3
* Use prototype. While I'm there, add a pair of parenthesis to mark an ifXin LI2011-07-145-7/+8
* Fix typos - remove duplicate "the".Rebecca Cran2011-02-211-1/+1
* Revert bogus change that snuck into r203972.Warner Losh2010-02-171-2/+0
* The NetBSD Foundation has given permission to remove clause 3 and 4Warner Losh2010-02-161-7/+2
* When you have multiple addresses on the same network on differentWarner Losh2010-02-093-12/+93
* Initialize fromlen before calling recvfrom to avoid passing in randomWarner Losh2010-02-071-0/+1
* The last big commit: let usr.sbin/ use WARNS=6 by default.Ed Schouten2010-01-021-0/+2
* No network addresses in the system isn't a good excuseYaroslav Tykhiy2008-02-141-4/+4
* Cleanup of userland __P useKevin Lo2007-11-079-100/+100
* Avoid leaking file descriptorsMatteo Riondato2007-10-231-3/+7
* Remove a comment I forgot to removeMatteo Riondato2007-06-091-1/+1
* Correctly inizialize local/unix transport. I broke it in rev.1.15.Matteo Riondato2007-05-011-97/+162
* 1)Make it possible for rpcbind(8) to bind TCP listening socket to an IPMatteo Riondato2007-04-232-236/+181
* Bump .Dd for revision 1.8.Ceri Davies2006-11-301-1/+1
* o Xr netconfig(5).Maxim Konovalov2006-11-291-0/+1
* Reimplementation of world/kernel build options. For details, see:Ruslan Ermilov2006-03-171-1/+2
* Remove including of libc sources. All the required functionsDaniel Eischen2006-03-101-8/+2
* Don't build IPv6 support if NO_INET6 was definedMatteo Riondato2006-03-061-1/+5
* Sort sections.Ruslan Ermilov2005-01-181-3/+3
* Reflect that -h takes an argument and belatedly bump .Dd for addition of -hDima Dorfman2004-11-071-3/+4
* Make the usage message match reality about -h and -w.Dima Dorfman2004-11-071-2/+10
* MFNetBSDMartin Blapp2004-08-161-1/+5
* Don't pass NULL as an integer.Martin Blapp2003-10-291-1/+1
* Don't compare a char to NULL.Martin Blapp2003-10-292-3/+3
* style.Makefile(5)David E. O'Brien2003-04-041-1/+1
* Implement nonblocking tpc-connections. rpcgen -m does stillMartin Blapp2003-01-162-5/+14
* Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,Jens Schweikhardt2003-01-013-6/+6
* Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/Jens Schweikhardt2002-12-301-1/+1
* Change the name for the local unix-socket based protocolMartin Blapp2002-12-162-6/+13
* Check if rpcbind is already running and print a warning.Martin Blapp2002-12-101-0/+13
* mdoc(7) police:Ruslan Ermilov2002-11-271-6/+12
* Add 'break' to empty 'default' 'switch' statements.Alfred Perlstein2002-10-071-4/+4
* WARNS=3 safety (mostly), use __unused for unused params and unsigned whereAlfred Perlstein2002-10-0710-40/+40
* fix line wrap.Alfred Perlstein2002-10-071-15/+30