summaryrefslogtreecommitdiffstats
path: root/lib/libc/rpc/rpc_commondata.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Oracle has re-licensed sunrpc under a three-clause BSD license.millert2010-09-011-27/+30
| | | | Update our sources appropriately. OK deraadt@ jsg@
* zap remaining rcsid.espie2005-08-081-4/+1
| | | | | | Kill old files that are no longer compiled. okay theo
* Implement svc_getreq_poll(3) and friends and use poll(2) instead of select(2)millert2003-12-311-1/+3
| | | | | | | | | 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@
* Fix RCS idstholo1996-08-191-6/+2
| | | | Make sure everything uses {SYS,}LIBC_SCCS properly
* bcopy->memcpy & tagderaadt1996-07-201-1/+2
|
* initial import of NetBSD treederaadt1995-10-181-0/+45