From d2c53ead8d25486724abdd43404cb2dccbbb3c5d Mon Sep 17 00:00:00 2001 From: Robert Watson Date: Wed, 24 Nov 2004 23:47:31 +0000 Subject: [PATCH] In retrospect, turning off Giant over the network by default probably deserved a mention on the SMPng web page. Mention it. --- en/smp/index.sgml | 36 +++++++++++++++++++++++++++++++++++- 1 file changed, 35 insertions(+), 1 deletion(-) diff --git a/en/smp/index.sgml b/en/smp/index.sgml index a8cd389e5f..d64b329da1 100644 --- a/en/smp/index.sgml +++ b/en/smp/index.sgml @@ -1,6 +1,6 @@ - + %includes; @@ -2013,6 +2013,31 @@ &status.done; + + Allow code to declare NET_NEEDS_GIANT(), forcing Giant over the + network stack if that code is compiled into the kernel. + &a.rwatson; + 28 August 2004 + &status.done; + + + + Disable Giant over the network stack in the default + configuration. + &a.rwatson; + 28 August 2004 + &status.done; + + + + Move to using file descriptor reference counts instead of + socket reference counts for socket system calls, avoiding extra + reference couht operations. + &a.rwatson; + 24 October 2004 + &status.done; + + @@ -2234,6 +2259,15 @@
  • --> + 28 August 2004 + 30 October 2003