From owner-cvs-src@FreeBSD.ORG Tue Mar 16 02:11:14 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 950F516A4CE; Tue, 16 Mar 2004 02:11:14 -0800 (PST) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 68B8443D2F; Tue, 16 Mar 2004 02:11:14 -0800 (PST) (envelope-from mux@freebsd.org) Received: by elvis.mu.org (Postfix, from userid 1920) id 5D6E25C7EF; Tue, 16 Mar 2004 02:11:14 -0800 (PST) Date: Tue, 16 Mar 2004 11:11:14 +0100 From: Maxime Henrion To: Tim Robbins Message-ID: <20040316101114.GN35475@elvis.mu.org> References: <200403160945.i2G9jcgO074159@repoman.freebsd.org> <20040316100211.GA33319@cat.robbins.dropbear.id.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040316100211.GA33319@cat.robbins.dropbear.id.au> User-Agent: Mutt/1.4.1i cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org 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:11:14 -0000 Tim Robbins wrote: > 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(). I entirely agree, and I actually feel quite guilty for that. I couldn't find time to finish nmount and I'm the only one to blame here. I'm not even particularly happy with how nmount(2) looks right now. I wanted to remove nmount from the CVS repository, and suggested that to Poul, since I wrote this code under his guidance some time ago now. He didn't want me to remove the code so I just left it as is. Cheers, Maxime