From owner-cvs-all Fri Sep 28 9:58:39 2001 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 3D99337B406; Fri, 28 Sep 2001 09:58:36 -0700 (PDT) Received: (from dillon@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8SGwaL57463; Fri, 28 Sep 2001 09:58:36 -0700 (PDT) (envelope-from dillon) Message-Id: <200109281658.f8SGwaL57463@freefall.freebsd.org> From: Matt Dillon Date: Fri, 28 Sep 2001 09:58:36 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys uio.h src/sys/kern vfs_vnops.c kern_subr.c imgact_elf.c imgact_aout.c X-FreeBSD-CVS-Branch: RELENG_4 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 dillon 2001/09/28 09:58:36 PDT Modified files: (Branch: RELENG_4) sys/sys uio.h sys/kern vfs_vnops.c kern_subr.c imgact_elf.c imgact_aout.c Log: MFC use of uio_yield() in the core dump code, which along with recent work minimizes the impact that core'ing programs have on the system. Revision Changes Path 1.59.2.4 +3 -3 src/sys/kern/imgact_aout.c 1.73.2.7 +3 -3 src/sys/kern/imgact_elf.c 1.31.2.1 +2 -4 src/sys/kern/kern_subr.c 1.87.2.9 +5 -2 src/sys/kern/vfs_vnops.c 1.11.2.1 +2 -1 src/sys/sys/uio.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message