summaryrefslogtreecommitdiffstats
path: root/lib/libc/rpc/svc_tcp.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* use socklen_t where needed; henning pvalchev okderaadt2002-09-061-3/+3
|
* label abort() from inside library as ILLEGALderaadt2002-01-021-4/+4
|
* prototype cleanupderaadt2001-09-151-23/+23
|
* plug many memory leaksderaadt2001-03-031-3/+13
|
* make svctcp_recv kill sockets that fail in xdr_callmsg(); wpaulderaadt1998-05-221-1/+2
|
* make readtcp() call svc_getreqset2() for activity on other sockets; wpaulderaadt1998-05-221-17/+30
|
* incorrect timeout handlingderaadt1998-05-191-2/+2
|
* avoid close(closed_socket) or close(-1); it looks disgusting in kdumpderaadt1997-07-091-2/+4
|
* Don't do pointer arithmetic on void pointerstholo1997-04-301-2/+2
|
* if a bad socket is accept()ed, bail without trying another accept()deraadt1997-03-291-6/+11
| | | | in svctcp_create(), only close socket if we created it
* do not leak descriptors and memderaadt1997-02-171-7/+7
|
* if i find one more little problem, and have to make one more littlederaadt1997-02-131-2/+2
| | | | | | | | tweak to this ip option handling code I am going to absolutely scream in rage, following which I will rip the bloody innards out of netinet and build my own new incompatible option checking/processing interface that does not make it so hidiously difficult to check if a session has source routes active!
* option handling is a bitchderaadt1997-02-131-2/+3
|
* ok, i finally learned about struct ipoptionderaadt1997-02-131-6/+8
|
* destroy everything with source routesderaadt1997-02-071-1/+28
|
* memset 0; also fix for byte order botch in __svc_fdset handling; thanks to mw@openbsd.orgderaadt1996-08-201-3/+4
|
* Fix RCS idstholo1996-08-191-7/+2
| | | | Make sure everything uses {SYS,}LIBC_SCCS properly
* support descriptors > FD_SETSIZE and correct timeout handlingderaadt1996-08-151-13/+36
|
* if port 20 incoming, kill it and try againderaadt1996-08-051-2/+10
|
* bcopy->memcpy & tagderaadt1996-07-201-1/+2
|
* Pull prototypes into scopetholo1996-03-251-1/+2
| | | | Remove graticious casts
* initial import of NetBSD treederaadt1995-10-181-0/+415