Skip site navigation (1)Skip section navigation (2)
Date:      1 Jul 2000 12:31:07 -0000
From:      david@burren.cx
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   kern/19624: make {DFL,MAX}SSIZ kernel options
Message-ID:  <20000701123107.2762.qmail@pingu.burren.cx>

next in thread | raw e-mail | index | archive | help

>Number:         19624
>Category:       kern
>Synopsis:       make {DFL,MAX}SSIZ kernel options
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jul 01 05:40:01 PDT 2000
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:
 


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000701123107.2762.qmail>