diff --git a/en/releases/5.3R/todo.sgml b/en/releases/5.3R/todo.sgml index f842a15886..2e958bf2f5 100644 --- a/en/releases/5.3R/todo.sgml +++ b/en/releases/5.3R/todo.sgml @@ -1,7 +1,7 @@ - + %includes; %developers; @@ -120,20 +120,6 @@ 5.3-RELEASE. - - Fine-grained network stack locking without Giant - &status.wip; - &a.rwatson; - Significant parts of the network stack (especially IPv4, UNIX - domain IPC, and sockets) now have fine-grained locking of their data - structures. It's possible to run many common network subsystems and - services without the Giant lock. However, a number of device drivers - and less mainstream network subsystems are currently not MPSAFE. - By 5.3-RELEASE, it is necessary to have the vast majority of - network code running without Giant, including sockets, permitting - complete local<->remote delivery without grabbing Giant. - - kld support for amd64 &status.wip; @@ -561,6 +547,20 @@ the CVS HEAD. + + Fine-grained network stack locking without Giant + &status.untested; + &a.rwatson; + Significant parts of the network stack (especially IPv4, UNIX + domain IPC, and sockets) now have fine-grained locking of their data + structures. It's possible to run many common network subsystems and + services without the Giant lock. However, a number of device drivers + and less mainstream network subsystems are currently not MPSAFE. + By 5.3-RELEASE, it is necessary to have the vast majority of + network code running without Giant, including sockets, permitting + complete local<->remote delivery without grabbing Giant. + + &footer;