kernel: Remove unnecessary casts for updated mbuf(9) functions
kernel/netgraph7: Remove KMODDEPS.
kernel: Use __offsetof() in a few more places.
Revert "netgraph7: Make netgraph7 kernel modules names unique."This reverts commit b3caef111369521fa1099de35840437191aa1436.* Now that netgraph7 kernel buils is under the WANT_NETGRAPH7 make va
Revert "netgraph7: Make netgraph7 kernel modules names unique."This reverts commit b3caef111369521fa1099de35840437191aa1436.* Now that netgraph7 kernel buils is under the WANT_NETGRAPH7 make variable, this commit can be reverted.
show more ...
netgraph7: Make netgraph7 kernel modules names unique.* This way, netgraph (legacy) and netgraph7 kernel modules names do not colide and do not overwrite each other in /boot/<blah> during make
netgraph7: Make netgraph7 kernel modules names unique.* This way, netgraph (legacy) and netgraph7 kernel modules names do not colide and do not overwrite each other in /boot/<blah> during make installkernel.
Apply netgraph7 megapatch.* Translate objcache calls.* Translate uma_zone to objcache.* Introduce libnetgraph7 (is compiled when WANT_NETGRAPH7 is defined).* Welcome ng_socket.* Convert netgrap
Apply netgraph7 megapatch.* Translate objcache calls.* Translate uma_zone to objcache.* Introduce libnetgraph7 (is compiled when WANT_NETGRAPH7 is defined).* Welcome ng_socket.* Convert netgraph netisr to a real taskqueue. This fixes a deadlock specific to dragonfly.* Welcome ng_async.* Welcome ng_UI.* Welcome ng_ether.* Fix mtx_assert translation.* Welcome ng_hole.* Welcome ng_cisco.* Welcome ng_iface.* Welcome ng_tee.* Welcome ng_atmllc.* Welcome ng_bpf.* Welcome ng_vjc.