From owner-cvs-all Wed Feb 17 13: 3:18 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2CDAF1152F; Wed, 17 Feb 1999 13:03:15 -0800 (PST) (envelope-from luoqi@FreeBSD.org) Received: (from luoqi@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id NAA68188; Wed, 17 Feb 1999 13:03:15 -0800 (PST) (envelope-from luoqi@FreeBSD.org) Date: Wed, 17 Feb 1999 13:03:15 -0800 (PST) From: Message-Id: <199902172103.NAA68188@freefall.freebsd.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern init_main.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk luoqi 1999/02/17 13:03:14 PST Modified files: sys/kern init_main.c Log: Initialize procsig0.ps_refcnt to 1 (instead of 2), this would silence complaints about ps_refcnt greater than two when we try to fork() a kthread from proc0 with RFSIGSHARE flag set. Noticed by: Tor Egge Reviewed by: Richard Seaman, Jr. Revision Changes Path 1.108 +2 -2 src/sys/kern/init_main.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message