From owner-cvs-all Mon Sep 2 15:24:22 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 27C2637B409; Mon, 2 Sep 2002 15:24:15 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CBDBD43E6E; Mon, 2 Sep 2002 15:24:14 -0700 (PDT) (envelope-from iedowse@FreeBSD.org) Received: from freefall.freebsd.org (iedowse@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g82MOEJU048988; Mon, 2 Sep 2002 15:24:14 -0700 (PDT) (envelope-from iedowse@freefall.freebsd.org) Received: (from iedowse@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g82MOEoP048987; Mon, 2 Sep 2002 15:24:14 -0700 (PDT) Message-Id: <200209022224.g82MOEoP048987@freefall.freebsd.org> From: Ian Dowse Date: Mon, 2 Sep 2002 15:24:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys syscallsubr.h src/sys/kern kern_descrip.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 iedowse 2002/09/02 15:24:14 PDT Modified files: sys/sys syscallsubr.h sys/kern kern_descrip.c Log: Split fcntl() into a wrapper and a kernel-callable kern_fcntl() implementation. The wrapper is responsible for copying additional structure arguments (struct flock) to and from userland. Revision Changes Path 1.157 +83 -65 src/sys/kern/kern_descrip.c 1.2 +1 -0 src/sys/sys/syscallsubr.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message