Update
ipsec(4), opencrypto(9) and vlan(4) are now MP-safe.
This commit is contained in:
parent
6b225a2f87
commit
fbb0de677c
|
@ -1,4 +1,4 @@
|
||||||
$NetBSD: TODO.smpnet,v 1.11 2017/03/30 06:50:53 ozaki-r Exp $
|
$NetBSD: TODO.smpnet,v 1.12 2017/08/10 09:08:54 ozaki-r Exp $
|
||||||
|
|
||||||
MP-safe components
|
MP-safe components
|
||||||
==================
|
==================
|
||||||
|
@ -22,10 +22,13 @@ MP-safe components
|
||||||
- pppoe(4)
|
- pppoe(4)
|
||||||
- if_spppsubr.c
|
- if_spppsubr.c
|
||||||
- tun(4)
|
- tun(4)
|
||||||
|
- vlan(4)
|
||||||
- Packet filters
|
- Packet filters
|
||||||
- npf(7)
|
- npf(7)
|
||||||
- Others
|
- Others
|
||||||
- bpf(4)
|
- bpf(4)
|
||||||
|
- ipsec(4)
|
||||||
|
- opencrypto(9)
|
||||||
- pfil(9)
|
- pfil(9)
|
||||||
|
|
||||||
Non MP-safe components and kernel options
|
Non MP-safe components and kernel options
|
||||||
|
@ -65,7 +68,6 @@ Non MP-safe components and kernel options
|
||||||
- strip(4)
|
- strip(4)
|
||||||
- if_srt
|
- if_srt
|
||||||
- tap(4)
|
- tap(4)
|
||||||
- vlan(4)
|
|
||||||
- Packet filters
|
- Packet filters
|
||||||
- ipf(4)
|
- ipf(4)
|
||||||
- pf(4)
|
- pf(4)
|
||||||
|
@ -75,11 +77,9 @@ Non MP-safe components and kernel options
|
||||||
- Bluetooth (sys/netbt/)
|
- Bluetooth (sys/netbt/)
|
||||||
- altq(4)
|
- altq(4)
|
||||||
- CIFS (sys/netsmb/)
|
- CIFS (sys/netsmb/)
|
||||||
- ipsec(4)
|
|
||||||
- ISDN (sys/netisbn/)
|
- ISDN (sys/netisbn/)
|
||||||
- kttcp(4)
|
- kttcp(4)
|
||||||
- NFS
|
- NFS
|
||||||
- opencrypto(9)
|
|
||||||
|
|
||||||
Know issues
|
Know issues
|
||||||
===========
|
===========
|
||||||
|
|
Loading…
Reference in New Issue