#
6ffff4f2 |
| 03-Sep-2022 |
thorpej <thorpej@NetBSD.org> |
Garbage-collect the remaining vestiges of netisr.
|
#
ccab2709 |
| 13-Aug-2016 |
christos <christos@NetBSD.org> |
Don't call loopinit() here. Instead panic if -lrumpnet_net has not been called to initialize lo0ifp.
|
#
a626a5b3 |
| 12-Aug-2016 |
christos <christos@NetBSD.org> |
more loopinit();
|
#
6bb51422 |
| 26-Jan-2016 |
pooka <pooka@NetBSD.org> |
Put the kernelside rump kernel headers into <rump-sys> instead of sprinkling them around the faction directories. Avoids having to add a CPPFLAGS (or several) to pretty much every component Makefile
Put the kernelside rump kernel headers into <rump-sys> instead of sprinkling them around the faction directories. Avoids having to add a CPPFLAGS (or several) to pretty much every component Makefile.
Leave compat headers around in the old locations.
The commit changes some autogenerated files, but I'll fix the generators shortly and regen.
show more ...
|
#
b41a4e16 |
| 22-Aug-2014 |
pooka <pooka@NetBSD.org> |
Nuke the DOMAINADD() macro and just call domain_attach(), now that things work correctly that way.
|
#
60d350cf |
| 05-Jun-2014 |
rmind <rmind@NetBSD.org> |
- Implement pktqueue interface for lockless IP input queue. - Replace ipintrq and ip6intrq with the pktqueue mechanism. - Eliminate kernel-lock from ipintr() and ip6intr(). - Some preparation work to
- Implement pktqueue interface for lockless IP input queue. - Replace ipintrq and ip6intrq with the pktqueue mechanism. - Eliminate kernel-lock from ipintr() and ip6intr(). - Some preparation work to push softnet_lock out of ipintr().
Discussed on tech-net.
show more ...
|
#
3d3f829e |
| 13-Mar-2014 |
pooka <pooka@NetBSD.org> |
rename component.c -> netinet6_component.c
|