From owner-freebsd-bugs Sat Jul 1 5:40:13 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 671BD37B9BE for ; Sat, 1 Jul 2000 05:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA60969; Sat, 1 Jul 2000 05:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from sunny.pacific.net.au (sunny.pacific.net.au [210.23.129.40]) by hub.freebsd.org (Postfix) with ESMTP id 9DD5E37B7D4 for ; 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 ; 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 ; 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 X-Send-Pr-Version: 3.2 Subject: kern/19624: make {DFL,MAX}SSIZ kernel options Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >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 #include #include >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message