summaryrefslogtreecommitdiff
path: root/lib/libc/rpc/Makefile.inc
AgeCommit message (Collapse)Author
2003-12-31Implement svc_getreq_poll(3) and friends and use poll(2) instead of select(2)Todd C. Miller
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@
2000-12-21document svc_getreqset2(), a non-standard interfaceTheo de Raadt
2000-01-26man page updates from itojunTheo de Raadt
1999-12-16rresvport_af() and bindresvport_af()Theo de Raadt
1998-11-20Add thread-safety to libc, so that libc_r will build (on i386 at least).David Leonard
All POSIX libc api now there (to P1003.1c/D10) (more md stuff is needed for other libc/arch/*) (setlogin is no longer a special syscall) Add -pthread option to gcc (that makes it use -lc_r and -D_POSIX_THREADS). Doc some re-entrant routines Add libc_r to intro(3) dig() uses some libc srcs and an extra -I was needed there. Add more md stuff to libc_r. Update includes for the pthreads api Update libc_r TODO
1998-08-29man page repairs; aaron@ug.cs.dal.caTheo de Raadt
1998-03-18registerrpc(3)Theo de Raadt
1998-03-13activate that rpcauth manpageTheo de Raadt
1996-09-02Correct links for getrpcent.3 pagesThorsten Lockert
1996-08-19Fix RCS idsThorsten Lockert
Make sure everything uses {SYS,}LIBC_SCCS properly
1996-07-20bcopy->memcpy & tagTheo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt