From owner-cvs-all Sat Apr 20 5: 2:55 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BFA7B37B404; Sat, 20 Apr 2002 05:02:52 -0700 (PDT) Received: (from tanimura@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g3KC2qZ36697; Sat, 20 Apr 2002 05:02:52 -0700 (PDT) (envelope-from tanimura) Message-Id: <200204201202.g3KC2qZ36697@freefall.freebsd.org> From: Seigo Tanimura Date: Sat, 20 Apr 2002 05:02:52 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_descrip.c kern_proc.c kern_prot.c vfs_aio.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG tanimura 2002/04/20 05:02:52 PDT Modified files: sys/kern kern_descrip.c kern_proc.c kern_prot.c vfs_aio.c Log: Push down Giant for setpgid(), setsid() and aio_daemon(). Giant protects only malloc(9) and free(9). Revision Changes Path 1.138 +4 -0 src/sys/kern/kern_descrip.c 1.130 +5 -1 src/sys/kern/kern_proc.c 1.154 +14 -11 src/sys/kern/kern_prot.c 1.127 +2 -0 src/sys/kern/vfs_aio.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message