From nobody@FreeBSD.org  Tue Mar 10 12:49:43 2009
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 357C31065676
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 10 Mar 2009 12:49:43 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id 245C18FC12
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 10 Mar 2009 12:49:43 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.3/8.14.3) with ESMTP id n2ACngRQ037604
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 10 Mar 2009 12:49:42 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.3/8.14.3/Submit) id n2ACngfn037603;
	Tue, 10 Mar 2009 12:49:42 GMT
	(envelope-from nobody)
Message-Id: <200903101249.n2ACngfn037603@www.freebsd.org>
Date: Tue, 10 Mar 2009 12:49:42 GMT
From: pluknet <pluknet@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: Stale pre-5.x mbuf references in new Bosko Milekic world order.
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         132497
>Category:       kern
>Synopsis:       [boot] [patch] Stale pre-5.x mbuf references in new Bosko Milekic world order.
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    rwatson
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Mar 10 12:50:01 UTC 2009
>Closed-Date:    
>Last-Modified:  Wed Apr 20 11:20:12 UTC 2011
>Originator:     pluknet
>Release:        FreeBSD 6.4-STABLE
>Organization:
RIPN
>Environment:
FreeBSD jaw.ripn.net 6.4-STABLE FreeBSD 6.4-STABLE #96: Thu Jan 22 16:59:43 MSK 2009     root@jaw.ripn.net:/usr/obj/usr/src/sys/JAW  i386
>Description:
There are still existing stale mentions about pre-5.x mbuf organization.

At least what I found in various places:

kern.ipc.mb_statpcpu
kern.ipc.mbuf_hiwm
kern.ipc.mbuf_lowm
kern.ipc.mbuf_wait
kern.ipc.nmbcnt
kern.ipc.nmbufs
>How-To-Repeat:

>Fix:
Apply the patch. 
Perhaps we should also remove the much obsolete tunables.mdoc, the main source of stale references.

--- sys/boot/forth/loader.conf.orig  Tue Mar 10 15:37:35 2009
+++ sys/boot/forth/loader.conf     Tue Mar 10 15:37:10 2009
@@ -101,6 +101,7 @@
 #kern.cam.scsi_delay="2000"    # Delay (in ms) before probing SCSI
 #kern.ipc.maxsockets=""                # Set the maximum number of sockets avaliable
 #kern.ipc.nmbclusters=""       # Set the number of mbuf clusters
-#kern.ipc.nmbufs=""            # Set the maximum number of mbufs
 #kern.ipc.nsfbufs=""           # Set the number of sendfile(2) bufs
 #net.inet.tcp.tcbhashsize=""   # Set the value of TCBHASHSIZE
 #vfs.root.mountfrom=""         # Specify root partition in a way the


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-bugs->rwatson 
Responsible-Changed-By: rwatson 
Responsible-Changed-When: Tue Mar 17 15:05:46 UTC 2009 
Responsible-Changed-Why:  
Grab ownership of this PR. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=132497 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: kern/132497: commit references a PR
Date: Wed, 13 Apr 2011 12:19:18 +0000 (UTC)

 Author: pluknet
 Date: Wed Apr 13 12:19:03 2011
 New Revision: 220594
 URL: http://svn.freebsd.org/changeset/base/220594
 
 Log:
   Remove the now defunct kern.ipc.nmbufs tunable.
   
   PR:		kern/132497 (part)
   MFC after:	1 week
 
 Modified:
   head/sys/boot/forth/loader.conf
 
 Modified: head/sys/boot/forth/loader.conf
 ==============================================================================
 --- head/sys/boot/forth/loader.conf	Wed Apr 13 11:32:15 2011	(r220593)
 +++ head/sys/boot/forth/loader.conf	Wed Apr 13 12:19:03 2011	(r220594)
 @@ -107,7 +107,6 @@ module_path="/boot/modules"	# Set the mo
  #kern.cam.scsi_delay="2000"	# Delay (in ms) before probing SCSI
  #kern.ipc.maxsockets=""		# Set the maximum number of sockets avaliable
  #kern.ipc.nmbclusters=""	# Set the number of mbuf clusters
 -#kern.ipc.nmbufs=""		# Set the maximum number of mbufs
  #kern.ipc.nsfbufs=""		# Set the number of sendfile(2) bufs
  #net.inet.tcp.tcbhashsize=""	# Set the value of TCBHASHSIZE
  #vfs.root.mountfrom=""		# Specify root partition in a way the
 _______________________________________________
 svn-src-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-src-all
 To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"
 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: kern/132497: commit references a PR
Date: Wed, 20 Apr 2011 11:15:29 +0000 (UTC)

 Author: pluknet
 Date: Wed Apr 20 11:15:17 2011
 New Revision: 220883
 URL: http://svn.freebsd.org/changeset/base/220883
 
 Log:
   MFC r220594:
   
    Remove the now defunct kern.ipc.nmbufs tunable.
   
   PR:		kern/132497 (part)
 
 Modified:
   stable/8/sys/boot/forth/loader.conf
 Directory Properties:
   stable/8/sys/   (props changed)
   stable/8/sys/amd64/include/xen/   (props changed)
   stable/8/sys/cddl/contrib/opensolaris/   (props changed)
   stable/8/sys/contrib/dev/acpica/   (props changed)
   stable/8/sys/contrib/pf/   (props changed)
 
 Modified: stable/8/sys/boot/forth/loader.conf
 ==============================================================================
 --- stable/8/sys/boot/forth/loader.conf	Wed Apr 20 08:38:25 2011	(r220882)
 +++ stable/8/sys/boot/forth/loader.conf	Wed Apr 20 11:15:17 2011	(r220883)
 @@ -107,7 +107,6 @@ module_path="/boot/modules"	# Set the mo
  #kern.cam.scsi_delay="2000"	# Delay (in ms) before probing SCSI
  #kern.ipc.maxsockets=""		# Set the maximum number of sockets avaliable
  #kern.ipc.nmbclusters=""	# Set the number of mbuf clusters
 -#kern.ipc.nmbufs=""		# Set the maximum number of mbufs
  #kern.ipc.nsfbufs=""		# Set the number of sendfile(2) bufs
  #net.inet.tcp.tcbhashsize=""	# Set the value of TCBHASHSIZE
  #vfs.root.mountfrom=""		# Specify root partition in a way the
 _______________________________________________
 svn-src-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-src-all
 To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"
 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: kern/132497: commit references a PR
Date: Wed, 20 Apr 2011 11:17:39 +0000 (UTC)

 Author: pluknet
 Date: Wed Apr 20 11:17:21 2011
 New Revision: 220884
 URL: http://svn.freebsd.org/changeset/base/220884
 
 Log:
   MFC r220594:
   
    Remove the now defunct kern.ipc.nmbufs tunable.
   
   PR:		kern/132497 (part)
 
 Modified:
   stable/7/sys/boot/forth/loader.conf
 Directory Properties:
   stable/7/sys/   (props changed)
   stable/7/sys/cddl/contrib/opensolaris/   (props changed)
   stable/7/sys/contrib/dev/acpica/   (props changed)
   stable/7/sys/contrib/pf/   (props changed)
 
 Modified: stable/7/sys/boot/forth/loader.conf
 ==============================================================================
 --- stable/7/sys/boot/forth/loader.conf	Wed Apr 20 11:15:17 2011	(r220883)
 +++ stable/7/sys/boot/forth/loader.conf	Wed Apr 20 11:17:21 2011	(r220884)
 @@ -105,7 +105,6 @@ module_path="/boot/modules"	# Set the mo
  #kern.cam.scsi_delay="2000"	# Delay (in ms) before probing SCSI
  #kern.ipc.maxsockets=""		# Set the maximum number of sockets avaliable
  #kern.ipc.nmbclusters=""	# Set the number of mbuf clusters
 -#kern.ipc.nmbufs=""		# Set the maximum number of mbufs
  #kern.ipc.nsfbufs=""		# Set the number of sendfile(2) bufs
  #net.inet.tcp.tcbhashsize=""	# Set the value of TCBHASHSIZE
  #vfs.root.mountfrom=""		# Specify root partition in a way the
 _______________________________________________
 svn-src-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-src-all
 To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"
 
>Unformatted:
