nerator' content='cgit '/>
summaryrefslogtreecommitdiff
path: root/sys/rump/net/lib/libsockin/sockin.c
AgeCommit message (Expand)Author
2009-03-18Ansify function definitions w/o arguments. Generated with sed.cegger
2009-01-30.. but we still need to check if nam is passed to PRU_SEND forpooka
2009-01-30Call soisconnected() in PRU_CONNECT for udp sockets too.pooka
2009-01-27* read TCP sockets in cluster-sized chunks instead of IP_MAXPACKET.pooka
2009-01-27Hold softnet_lock only when we need it.pooka
2009-01-26* support PRU_SOCK/PEERADDRpooka
2009-01-26Convert compile-time SOCKIN_NOTHREADS into runtime rump_threads check.pooka
2008-12-18__KERNEL_RCSIDpooka
2008-11-26Add dummy pr_ctloutput. I'm sure I had one at some point, sincepooka
2008-11-25Make sockin radix-capable.pooka
2008-11-25Support PRU_BIND / PRU_LISTEN / PRU_ACCEPT in sockin.pooka
2008-10-26Remove trailing whitespace.minskim
2008-10-16appease 64bit gccpooka
2008-10-15Mostly support TCP, mostly meaning "client-side TCP", since listen,pooka
2008-10-02Add a very simplistic PF_INET/SOCK_DGRAM domain/proto implementation,pooka