From owner-cvs-all@FreeBSD.ORG Wed Oct 15 13:01:01 2003 Return-Path: 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 1FAF916A4B3; Wed, 15 Oct 2003 13:01:01 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F0F1F43FE0; Wed, 15 Oct 2003 13:00:59 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h9FK0xXJ003006; Wed, 15 Oct 2003 13:00:59 -0700 (PDT) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h9FK0xVh003005; Wed, 15 Oct 2003 13:00:59 -0700 (PDT) (envelope-from phk) Message-Id: <200310152000.h9FK0xVh003005@repoman.freebsd.org> From: Poul-Henning Kamp Date: Wed, 15 Oct 2003 13:00:59 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/sys conf.h src/sys/fs/specfs spec_vnops.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Oct 2003 20:01:01 -0000 phk 2003/10/15 13:00:59 PDT FreeBSD src repository Modified files: sys/sys conf.h sys/fs/specfs spec_vnops.c Log: Introduce a new optional memberfunction for cdevsw, fdopen() which passes the fdidx from VOP_OPEN down. This is for all I know the final API for this functionality, but the locking semantics for messing with the filedescriptor from the device driver are not settled at this time. Revision Changes Path 1.211 +7 -2 src/sys/fs/specfs/spec_vnops.c 1.178 +2 -0 src/sys/sys/conf.h