From owner-cvs-src@FreeBSD.ORG Tue Mar 16 02:01:29 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9A4ED16A4CE; Tue, 16 Mar 2004 02:01:29 -0800 (PST) Received: from smtp02.syd.iprimus.net.au (smtp02.syd.iprimus.net.au [210.50.76.52]) by mx1.FreeBSD.org (Postfix) with ESMTP id BD56943D1F; Tue, 16 Mar 2004 02:01:28 -0800 (PST) (envelope-from tim@robbins.dropbear.id.au) Received: from robbins.dropbear.id.au (203.134.130.100) by smtp02.syd.iprimus.net.au (7.0.024) id 402CF87000A20C60; Tue, 16 Mar 2004 21:01:27 +1100 Received: by robbins.dropbear.id.au (Postfix, from userid 1000) id CE17541C0; Tue, 16 Mar 2004 21:02:11 +1100 (EST) Date: Tue, 16 Mar 2004 21:02:11 +1100 From: Tim Robbins To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Message-ID: <20040316100211.GA33319@cat.robbins.dropbear.id.au> References: <200403160945.i2G9jcgO074159@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200403160945.i2G9jcgO074159@repoman.freebsd.org> User-Agent: Mutt/1.4.1i Subject: Re: cvs commit: src/lib/libc/sys Makefile.inc mount.2 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Mar 2004 10:01:29 -0000 On Tue, Mar 16, 2004 at 01:45:38AM -0800, Tim J. Robbins wrote: > tjr 2004/03/16 01:45:38 PST > > FreeBSD src repository > > Modified files: > lib/libc/sys Makefile.inc mount.2 > Log: > Add fairly minimal documentation for the nmount() syscall. BTW, I am not at all happy with the fact that we have two syscalls to mount filesystems. One of them needs to go before 5-stable, and personally, I don't see the point of keeping nmount(). Tim