From david@burren.cx  Sat Jul  1 05:35:36 2000
Return-Path: <david@burren.cx>
Received: from sunny.pacific.net.au (sunny.pacific.net.au [210.23.129.40])
	by hub.freebsd.org (Postfix) with ESMTP id 9DD5E37B7D4
	for <FreeBSD-gnats-submit@freebsd.org>; Sat,  1 Jul 2000 05:35:31 -0700 (PDT)
	(envelope-from david@burren.cx)
Received: from wisma.pacific.net.au (wisma.pacific.net.au [210.23.129.72])
        by sunny.pacific.net.au with ESMTP
        id WAA03747 for <FreeBSD-gnats-submit@freebsd.org>; Sat, 1 Jul 2000 22:35:23 +1000 (EST)
Received: from skua.burren.cx (ppp23.dyn148.pacific.net.au [210.23.148.23])
        by wisma.pacific.net.au with ESMTP
        id WAA16752 for <FreeBSD-gnats-submit@freebsd.org>; Sat, 1 Jul 2000 22:35:20 +1000 (EST)
Received: (qmail 2763 invoked by uid 455); 1 Jul 2000 12:31:07 -0000
Message-Id: <20000701123107.2762.qmail@pingu.burren.cx>
Date: 1 Jul 2000 12:31:07 -0000
From: david@burren.cx
Reply-To: david@burren.cx
To: FreeBSD-gnats-submit@freebsd.org
Subject: make {DFL,MAX}SSIZ kernel options
X-Send-Pr-Version: 3.2

>Number:         19624
>Category:       kern
>Synopsis:       make {DFL,MAX}SSIZ kernel options
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jul 01 05:40:01 PDT 2000
>Closed-Date:    Sat Nov 10 13:05:52 PST 2001
>Last-Modified:  Sat Nov 10 13:07:34 PST 2001
>Originator:     David Burren
>Release:        FreeBSD 4.0-RELEASE i386
>Organization:
>Environment:
>Description:

This patch makes DFLSSIZ and MAXSSIZ tunable kernel options
in the same manner as DFLDSIZ and MAXDSIZ.

>How-To-Repeat:
>Fix:

*** sys/conf/options.orig	Sat Jul  1 21:39:04 2000
--- sys/conf/options	Sat Jul  1 21:38:58 2000
***************
*** 223,228 ****
--- 223,230 ----
  # Resource limits.
  DFLDSIZ			opt_rlimit.h
  MAXDSIZ			opt_rlimit.h
+ DFLSSIZ			opt_rlimit.h
+ MAXSSIZ			opt_rlimit.h
  
  # Net stuff.
  BOOTP			opt_bootp.h
*** sys/kern/kern_exec.c.orig	Sat Jul  1 21:40:42 2000
--- sys/kern/kern_exec.c	Sat Jul  1 21:34:18 2000
***************
*** 26,31 ****
--- 26,33 ----
   * $FreeBSD: src/sys/kern/kern_exec.c,v 1.107 2000/01/20 07:12:52 imp Exp $
   */
  
+ #include "opt_rlimit.h"
+ 
  #include <sys/param.h>
  #include <sys/systm.h>
  #include <sys/sysproto.h>

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: bmah 
State-Changed-When: Sat Nov 10 13:05:52 PST 2001 
State-Changed-Why:  
Thanks for your patch.  DFLSSIZ and MAXSSIZ (as well as several other 
related parameters) are now loader tunables in 4.4-STABLE. 

http://www.FreeBSD.org/cgi/query-pr.cgi?pr=19624 
>Unformatted:
 
