| Commit message (Expand) | Author | Age | Files | Lines |
* | No network addresses in the system isn't a good excuse | yar | 2008-02-14 | 1 | -4/+4 |
* | Cleanup of userland __P use | kevlo | 2007-11-07 | 9 | -100/+100 |
* | Avoid leaking file descriptors | matteo | 2007-10-23 | 1 | -3/+7 |
* | Remove a comment I forgot to remove | matteo | 2007-06-09 | 1 | -1/+1 |
* | Correctly inizialize local/unix transport. I broke it in rev.1.15. | matteo | 2007-05-01 | 1 | -97/+162 |
* | 1)Make it possible for rpcbind(8) to bind TCP listening socket to an IP | matteo | 2007-04-23 | 2 | -236/+181 |
* | Bump .Dd for revision 1.8. | ceri | 2006-11-30 | 1 | -1/+1 |
* | o Xr netconfig(5). | maxim | 2006-11-29 | 1 | -0/+1 |
* | Reimplementation of world/kernel build options. For details, see: | ru | 2006-03-17 | 1 | -1/+2 |
* | Remove including of libc sources. All the required functions | deischen | 2006-03-10 | 1 | -8/+2 |
* | Don't build IPv6 support if NO_INET6 was defined | matteo | 2006-03-06 | 1 | -1/+5 |
* | Sort sections. | ru | 2005-01-18 | 1 | -3/+3 |
* | Reflect that -h takes an argument and belatedly bump .Dd for addition of -h | dd | 2004-11-07 | 1 | -3/+4 |
* | Make the usage message match reality about -h and -w. | dd | 2004-11-07 | 1 | -2/+10 |
* | MFNetBSD | mbr | 2004-08-16 | 1 | -1/+5 |
* | Don't pass NULL as an integer. | mbr | 2003-10-29 | 1 | -1/+1 |
* | Don't compare a char to NULL. | mbr | 2003-10-29 | 2 | -3/+3 |
* | style.Makefile(5) | obrien | 2003-04-04 | 1 | -1/+1 |
* | Implement nonblocking tpc-connections. rpcgen -m does still | mbr | 2003-01-16 | 2 | -5/+14 |
* | Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup, | schweikh | 2003-01-01 | 3 | -6/+6 |
* | Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/ | schweikh | 2002-12-30 | 1 | -1/+1 |
* | Change the name for the local unix-socket based protocol | mbr | 2002-12-16 | 2 | -6/+13 |
* | Check if rpcbind is already running and print a warning. | mbr | 2002-12-10 | 1 | -0/+13 |
* | mdoc(7) police: | ru | 2002-11-27 | 1 | -6/+12 |
* | Add 'break' to empty 'default' 'switch' statements. | alfred | 2002-10-07 | 1 | -4/+4 |
* | WARNS=3 safety (mostly), use __unused for unused params and unsigned where | alfred | 2002-10-07 | 10 | -40/+40 |
* | fix line wrap. | alfred | 2002-10-07 | 1 | -15/+30 |
* | cast xdr_rpcblist_ptr to xdrproc_t to silence warnings. | alfred | 2002-10-07 | 1 | -4/+4 |
* | Add ';' after 'default:' labels to avoid 'deprecated use of label at end | alfred | 2002-10-07 | 1 | -0/+4 |
* | Don't pass a NULL pointer to syslog(3). | alfred | 2002-10-07 | 1 | -0/+1 |
* | use IPV6_V6ONLY instead of non standard IPV6_BINDV6ONLY. | ume | 2002-07-22 | 1 | -1/+1 |
* | The .Nm utility | charnier | 2002-07-14 | 1 | -6/+9 |
* | Add -h option to rpcbind, used to specify what address to bind to for | alfred | 2002-07-11 | 2 | -51/+223 |
* | Stop this program's abuse of malloc(3). Its return value doesn't need these | jmallett | 2002-05-17 | 4 | -17/+14 |
* | Capitalize the first word in sentences, and put periods at the end of | dd | 2001-08-20 | 1 | -3/+3 |
* | Perform a major cleanup of the usr.sbin Makefiles. | obrien | 2001-07-20 | 1 | -10/+10 |
* | Free things in the right order | brian | 2001-07-16 | 1 | -1/+1 |
* | This is a selection of essentially cosmetic changes: | iedowse | 2001-07-14 | 2 | -38/+42 |
* | Fix a memory leak in check_bound() by freeing the buffer area of | iedowse | 2001-07-14 | 1 | -0/+2 |
* | Add missing #include <stdio.h>. | iedowse | 2001-07-14 | 1 | -1/+2 |
* | Simplify to bitmaskcmp() to use the obvious approach instead of | iedowse | 2001-07-14 | 1 | -22/+19 |
* | Use snprintf instead of sprintf. | iedowse | 2001-07-14 | 1 | -4/+5 |
* | Avoid a harmless compiler warning, and add a missing \n to a | iedowse | 2001-07-14 | 1 | -1/+3 |
* | Clean up the addrmerge() function, which was over-complicated and | iedowse | 2001-06-24 | 1 | -136/+120 |
* | Fix some return-value brain-damage in forward_register(). This | iedowse | 2001-06-23 | 1 | -16/+21 |
* | Bring in some bugfixes from NetBSD. I'm going to make a more | iedowse | 2001-04-26 | 1 | -17/+37 |
* | - Backout botched attempt to introduce MANSECT feature. | ru | 2001-03-26 | 1 | -0/+1 |
* | Hopefully fix some of the bugs in passing credentials over UNIX ... | alfred | 2001-03-22 | 2 | -12/+10 |
* | Set the default manual section for usr.sbin/ to 8. | ru | 2001-03-20 | 1 | -1/+0 |
* | Bring in a hybrid of SunSoft's transport-independent RPC (TI-RPC) and | alfred | 2001-03-19 | 13 | -0/+4637 |