From owner-cvs-all Sat Nov 14 15:36:16 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA26893 for cvs-all-outgoing; Sat, 14 Nov 1998 15:36:16 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA26877; Sat, 14 Nov 1998 15:36:15 -0800 (PST) (envelope-from dg@FreeBSD.org) From: David Greenman Received: (from dg@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id PAA25550; Sat, 14 Nov 1998 15:36:19 -0800 (PST) Date: Sat, 14 Nov 1998 15:36:19 -0800 (PST) Message-Id: <199811142336.PAA25550@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/kern uipc_syscalls.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dg 1998/11/14 15:36:19 PST Modified files: sys/kern uipc_syscalls.c Log: Fixed a couple of nits in sendfile(2): clear PG_ZERO before unbusying the page, and use passed-in "p" rather than curproc in uio struct. Revision Changes Path 1.44 +3 -3 src/sys/kern/uipc_syscalls.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message