/* $NetBSD: limits.h,v 1.3 2001/11/25 15:55:57 thorpej Exp $ */ #include .css'/>
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-07-04Avoid not-used warning on NetBSDpooka
2013-06-23Make sure sockin module is initialized only oncestacktic
2013-06-01check for EOF from backing sucketpooka
2013-06-01Some minor tweaks to make this compile on Solaris.pooka
2013-06-01Assert that we get PRU_ATTACH requests only for the families wepooka
2013-06-01Add IPv6 supportstacktic
2013-06-01Translate function parameters between the hypervisor and rump kernelstacktic
2013-04-30Translate error codes between the hypervisor and rump kernel.pooka
2013-04-30few more conversionspooka
2013-04-30Make hypercall calling conventions consistent: iff a hypercall can fail,pooka
2013-04-27rumpuser_poll() is used only by sockin, so make the hypercallpooka
2013-03-19can we please stop breaking the build? These get compiled by the kernelchristos
2013-03-18Move the rumpuser_net set of hypercalls to be a private to the sockinpooka
2011-03-31Hide the radix-trie implementation of the forwarding table so that wedyoung
2010-12-05claim ENOTTY for PRU_CONTROL for nowpooka
2010-12-05Revert previous: it introduces a dependency between sockin and thepooka
2010-12-05use in_control() for PRU_CONTROLpooka
2010-04-05Push the bpf_ops usage back into bpf.h. Push the common ifp->if_bpfjoerg
2010-03-01Introduce RUMP_COMPONENT. It behaves mostly like a simplifiedpooka
2010-01-26support bpfpooka
2009-12-12Use linker script to make __start/stop_link_set_modules be presentpooka
2009-10-20Only allocate a "struct iovec" array from the healp if a reasonably sizedtron
2009-10-18Avoid panic if a file system tries to write a chain of more than 32 mbuf-stron
2009-10-17fix off-by-one in sanity check and bump lazy bum magic valuepooka
2009-10-16for udp sockets crank snd/rcvbufsize to 64kpooka
2009-09-13binutils 2.19 has changed the old behaviour of defining __start_SECTNAMEpooka
2009-09-02* implement pr_ctloutputpooka
2009-05-28Use a bunch of weak symbols to determine which network componentspooka
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