Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Oracle has re-licensed sunrpc under a three-clause BSD license. | 2010-09-01 | 1 | -29/+30 | |
| | | | | Update our sources appropriately. OK deraadt@ jsg@ | ||||
* | use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsg | 2007-09-02 | 1 | -2/+2 | |
| | |||||
* | Check return value of authunix_create_default(); from bret lambert | 2006-09-22 | 1 | -3/+9 | |
| | | | | with some guidance by me; ok jaredy@ | ||||
* | internal API newgetbroadcastnets() does not need a sock | 2006-03-31 | 1 | -5/+3 | |
| | |||||
* | zap remaining rcsid. | 2005-08-08 | 1 | -4/+1 | |
| | | | | | | Kill old files that are no longer compiled. okay theo | ||||
* | ansify. ok deraadt@ jaredy@ | 2005-04-01 | 1 | -26/+16 | |
| | |||||
* | Bit of KNF - replace (<type> *)0 and (<type> *)NULL with NULL. Pointed | 2005-01-08 | 1 | -2/+2 | |
| | | | | | | out by mickey@, seconded by millert@. ok deraadt@. | ||||
* | Ensure that 'addrs' is always initialized before use (from Yamamoto | 2004-12-17 | 1 | -11/+8 | |
| | | | | | | | | | | | Takashi). If no broadcast networks are found then just return RPC_CANTSEND. Eliminate perror() calls (suggested by Yamamoto Takashi and seconded by deraadt@, otto@ and millert@) and just let return values speak. ok millert@ | ||||
* | Implement svc_getreq_poll(3) and friends and use poll(2) instead of select(2) | 2003-12-31 | 1 | -24/+16 | |
| | | | | | | | | | in the libc rpc code. The main difference between this and the previous version is the use of a simple free list that simplifies the logic when adding a socket to svc_pollfd. I've also added code to pack svc_pollfd when the free list gets too big. The idea general idea is to keep svc_pollfd as tightly packed as possible to make poll(2) efficient. Tested by many people and OK deraadt@ | ||||
* | use socklen_t where needed; henning pvalchev ok | 2002-09-06 | 1 | -2/+3 | |
| | |||||
* | prototype cleanup | 2001-09-15 | 1 | -10/+10 | |
| | |||||
* | uninit variables | 2000-08-24 | 1 | -2/+2 | |
| | |||||
* | use getifaddrs(3) instead of SIOCGIFCONF, to avoid alignment issues. | 2000-05-19 | 1 | -51/+32 | |
| | |||||
* | realloc repair | 1998-08-14 | 1 | -4/+8 | |
| | |||||
* | avoid close(closed_socket) or close(-1); it looks disgusting in kdump | 1997-07-09 | 1 | -7/+6 | |
| | |||||
* | handle SIOCGIFCONF for as many interfaces as provided | 1997-01-22 | 1 | -23/+44 | |
| | |||||
* | use arc4random for xid generation | 1997-01-02 | 1 | -6/+2 | |
| | |||||
* | avoid close(-1) cases | 1996-12-10 | 1 | -2/+3 | |
| | |||||
* | More Alpha casts. | 1996-11-14 | 1 | -2/+2 | |
| | |||||
* | Remove dead code | 1996-09-15 | 1 | -1/+2 | |
| | | | | | | Remove unused variables Silence some warnings lint(1) is your friend | ||||
* | perturb xid further. confuse the world | 1996-09-02 | 1 | -2/+6 | |
| | |||||
* | memset 0; also fix for byte order botch in __svc_fdset handling; thanks to mw@openbsd.org | 1996-08-20 | 1 | -3/+4 | |
| | |||||
* | Fix RCS ids | 1996-08-19 | 1 | -7/+2 | |
| | | | | Make sure everything uses {SYS,}LIBC_SCCS properly | ||||
* | support descriptors > FD_SETSIZE and correct timeout handling | 1996-08-15 | 1 | -18/+31 | |
| | |||||
* | idle cleanup | 1996-08-10 | 1 | -4/+5 | |
| | |||||
* | idle cleanup | 1996-08-10 | 1 | -14/+6 | |
| | |||||
* | bcopy->memcpy & tag | 1996-07-20 | 1 | -1/+2 | |
| | |||||
* | Pull prototypes into scope | 1996-03-25 | 1 | -3/+3 | |
| | | | | Remove graticious casts | ||||
* | initial import of NetBSD tree | 1995-10-18 | 1 | -0/+391 | |