| Age | Commit message (Expand) | Author |
| 2022-09-03 | Garbage-collect everything related to struct domain::dom_ifqueues | thorpej |
| 2019-03-26 | Protect __KERNEL_RCSID. It isn't available when compile rumpkernels under e.g... | bad |
| 2019-01-27 | Merge the [pgoyette-compat] branch | pgoyette |
| 2018-12-12 | Add missing RCSIDs. | alnsn |
| 2018-06-26 | Implement the BPF direction filter (BIOC[GS]DIRECTION). It provides backward | msaitoh |
| 2017-09-21 | Invalidate rtcache based on a global generation counter | ozaki-r |
| 2016-11-15 | Fix build of usr.sbin/puffs/rump_nfs | ozaki-r |
| 2016-01-26 | Put the kernelside rump kernel headers into <rump-sys> instead of | pooka |
| 2015-10-19 | Add a COMMENT describing what each component roughly does. | pooka |
| 2015-05-02 | make connect syscall use sockaddr_big and modify pr_{send,connect} | rtr |
| 2015-04-26 | remove pr_generic from struct pr_usrreqs and all implementations of | rtr |
| 2015-04-24 | make accept, getsockname and getpeername syscalls use sockaddr_big and modify | rtr |
| 2015-04-03 | * change pr_bind to accept struct sockaddr * instead of struct mbuf * | rtr |
| 2014-12-02 | Remove shlib_version files and just use Makefile SHLIB_MAJOR/MINOR, | pooka |
| 2014-08-22 | Nuke the DOMAINADD() macro and just call domain_attach(), now that things | pooka |
| 2014-08-09 | split PRU_CONNECT2 & PRU_PURGEIF function out of pr_generic() usrreq | rtr |
| 2014-08-08 | split PRU_RCVD function out of pr_generic() usrreq switches and put into | rtr |
| 2014-08-05 | split PRU_SEND function out of pr_generic() usrreq switches and put into | rtr |
| 2014-08-05 | revert the removal of struct lwp * parameter from bind, listen and connect | rtr |
| 2014-07-31 | split PRU_DISCONNECT, PRU_SHUTDOWN and PRU_ABORT function out of | rtr |
| 2014-07-30 | split PRU_CONNECT function out of pr_generic() usrreq switches and put | rtr |
| 2014-07-28 | add missing KASSERT()s at the top of sockin_usrreq(), req shall not be | rtr |
| 2014-07-24 | split PRU_BIND and PRU_LISTEN function out of pr_generic() usrreq | rtr |
| 2014-07-23 | split PRU_SENDOOB and PRU_RCVOOB function out of pr_generic() usrreq | rtr |
| 2014-07-09 | fix name clash i introduced when adding sockin_accept() pru by renaming | rtr |
| 2014-07-09 | * split PRU_ACCEPT function out of pr_generic() usrreq switches and put | rtr |
| 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-07 | backout change that made pr_stat return EOPNOTSUPP for protocols that | rtr |
| 2014-07-07 | * have pr_stat return EOPNOTSUPP consistently for all protocols that do | rtr |
| 2014-07-06 | * split PRU_SENSE functionality out of sockin_usrreq() and place into | rtr |
| 2014-07-01 | fix parameter types in pr_ioctl, called xx_control() functions and remove | rtr |
| 2014-06-22 | * split PRU_CONTROL functionality out of xxx_userreq() switches and place | rtr |
| 2014-05-19 | - Split off PRU_ATTACH and PRU_DETACH logic into separate functions. | rmind |
| 2014-05-18 | Fix RUMP build. | rmind |
| 2014-05-09 | comment meets reality | pooka |
| 2014-04-26 | Move a few stubs to where they really belong; allows us to create | pooka |
| 2014-03-13 | rename component.c -> sockin_component.c | pooka |
| 2014-03-13 | rename rumpcomp_user.* -> sockin_user.* | pooka |
| 2013-08-29 | Remove SS_ISCONFIRMING, it is unused and TP4 will not come back. | rmind |
| 2013-07-04 | Avoid not-used warning on NetBSD | pooka |
| 2013-06-23 | Make sure sockin module is initialized only once | stacktic |
| 2013-06-01 | check for EOF from backing sucket | pooka |
| 2013-06-01 | Some minor tweaks to make this compile on Solaris. | pooka |
| 2013-06-01 | Assert that we get PRU_ATTACH requests only for the families we | pooka |
| 2013-06-01 | Add IPv6 support | stacktic |
| 2013-06-01 | Translate function parameters between the hypervisor and rump kernel | stacktic |
| 2013-04-30 | Translate error codes between the hypervisor and rump kernel. | pooka |
| 2013-04-30 | few more conversions | pooka |
| 2013-04-30 | Make hypercall calling conventions consistent: iff a hypercall can fail, | pooka |