summaryrefslogtreecommitdiff
path: root/sys/rump/net/lib/libsockin
AgeCommit message (Expand)Author
2022-09-03Garbage-collect everything related to struct domain::dom_ifqueuesthorpej
2019-03-26Protect __KERNEL_RCSID. It isn't available when compile rumpkernels under e.g...bad
2019-01-27Merge the [pgoyette-compat] branchpgoyette
2018-12-12Add missing RCSIDs.alnsn
2018-06-26 Implement the BPF direction filter (BIOC[GS]DIRECTION). It provides backwardmsaitoh
2017-09-21Invalidate rtcache based on a global generation counterozaki-r
2016-11-15Fix build of usr.sbin/puffs/rump_nfsozaki-r
2016-01-26Put the kernelside rump kernel headers into <rump-sys> instead ofpooka
2015-10-19Add a COMMENT describing what each component roughly does.pooka
2015-05-02make connect syscall use sockaddr_big and modify pr_{send,connect}rtr
2015-04-26remove pr_generic from struct pr_usrreqs and all implementations ofrtr
2015-04-24make accept, getsockname and getpeername syscalls use sockaddr_big and modifyrtr
2015-04-03* change pr_bind to accept struct sockaddr * instead of struct mbuf *rtr
2014-12-02Remove shlib_version files and just use Makefile SHLIB_MAJOR/MINOR,pooka
2014-08-22Nuke the DOMAINADD() macro and just call domain_attach(), now that thingspooka
2014-08-09split PRU_CONNECT2 & PRU_PURGEIF function out of pr_generic() usrreqrtr
2014-08-08split PRU_RCVD function out of pr_generic() usrreq switches and put intortr
2014-08-05split PRU_SEND function out of pr_generic() usrreq switches and put intortr
2014-08-05revert the removal of struct lwp * parameter from bind, listen and connectrtr
2014-07-31split PRU_DISCONNECT, PRU_SHUTDOWN and PRU_ABORT function out ofrtr
2014-07-30split PRU_CONNECT function out of pr_generic() usrreq switches and putrtr
2014-07-28add missing KASSERT()s at the top of sockin_usrreq(), req shall not bertr
2014-07-24split PRU_BIND and PRU_LISTEN function out of pr_generic() usrreqrtr
2014-07-23split PRU_SENDOOB and PRU_RCVOOB function out of pr_generic() usrreqrtr
2014-07-09fix name clash i introduced when adding sockin_accept() pru by renamingrtr
2014-07-09* split PRU_ACCEPT function out of pr_generic() usrreq switches and putrtr
2014-07-09* split PRU_PEERADDR and PRU_SOCKADDR function out of pr_generic()rtr
2014-07-07* sprinkle KASSERT(solocked(so)); in all pr_stat() functions.rtr
2014-07-07backout change that made pr_stat return EOPNOTSUPP for protocols thatrtr
2014-07-07* have pr_stat return EOPNOTSUPP consistently for all protocols that dortr
2014-07-06* split PRU_SENSE functionality out of sockin_usrreq() and place intortr
2014-07-01fix parameter types in pr_ioctl, called xx_control() functions and removertr
2014-06-22* split PRU_CONTROL functionality out of xxx_userreq() switches and placertr
2014-05-19- Split off PRU_ATTACH and PRU_DETACH logic into separate functions.rmind
2014-05-18Fix RUMP build.rmind
2014-05-09comment meets realitypooka
2014-04-26Move a few stubs to where they really belong; allows us to createpooka
2014-03-13rename component.c -> sockin_component.cpooka
2014-03-13rename rumpcomp_user.* -> sockin_user.*pooka
2013-08-29Remove SS_ISCONFIRMING, it is unused and TP4 will not come back.rmind
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