Module Name: src
Committed By: ozaki-r
Date: Thu Aug 10 09:08:54 UTC 2017
Modified Files:
src/doc: TODO.smpnet
Log Message:
Update
ipsec(4), opencrypto(9) and vlan(4) are now MP-safe.
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/doc/TODO.smpnet
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/doc/TODO.smpnet
diff -u src/doc/TODO.smpnet:1.11 src/doc/TODO.smpnet:1.12
--- src/doc/TODO.smpnet:1.11 Thu Mar 30 06:50:53 2017
+++ src/doc/TODO.smpnet Thu Aug 10 09:08:54 2017
@@ -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
==================
@@ -22,10 +22,13 @@ MP-safe components
- pppoe(4)
- if_spppsubr.c
- tun(4)
+ - vlan(4)
- Packet filters
- npf(7)
- Others
- bpf(4)
+ - ipsec(4)
+ - opencrypto(9)
- pfil(9)
Non MP-safe components and kernel options
@@ -65,7 +68,6 @@ Non MP-safe components and kernel option
- strip(4)
- if_srt
- tap(4)
- - vlan(4)
- Packet filters
- ipf(4)
- pf(4)
@@ -75,11 +77,9 @@ Non MP-safe components and kernel option
- Bluetooth (sys/netbt/)
- altq(4)
- CIFS (sys/netsmb/)
- - ipsec(4)
- ISDN (sys/netisbn/)
- kttcp(4)
- NFS
- - opencrypto(9)
Know issues
===========