From owner-freebsd-arch Fri Jan 19 13: 2:43 2001 Delivered-To: freebsd-arch@freebsd.org Received: from earth.backplane.com (placeholder-dcat-1076843399.broadbandoffice.net [64.47.83.135]) by hub.freebsd.org (Postfix) with ESMTP id D403F37B402 for ; Fri, 19 Jan 2001 13:02:25 -0800 (PST) Received: (from dillon@localhost) by earth.backplane.com (8.11.1/8.9.3) id f0JL2F698129; Fri, 19 Jan 2001 13:02:15 -0800 (PST) (envelope-from dillon) Date: Fri, 19 Jan 2001 13:02:15 -0800 (PST) From: Matt Dillon Message-Id: <200101192102.f0JL2F698129@earth.backplane.com> To: Ian Dowse Cc: Poul-Henning Kamp , arch@FreeBSD.ORG Subject: Re: dynamic vs static sysctls? References: <200101192057.aa79706@salmon.maths.tcd.ie> Sender: owner-freebsd-arch@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG : :There's also mount(2). NFS export lists are passed to the filesystem :via a special mount call this way. It's hardly an interface designed :to be extensible, but it does go straight to the filesystem from :a syscall. : :Ian Yup. Though mount is black magic. I'd avoid messing with its interface, the locking issues will drive you nuts. -Matt To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-arch" in the body of the message