From owner-freebsd-current@FreeBSD.ORG Mon Jul 18 16:21:48 2005 Return-Path: X-Original-To: freebsd-current@FreeBSD.ORG Delivered-To: freebsd-current@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C8E1016A41C; Mon, 18 Jul 2005 16:21:48 +0000 (GMT) (envelope-from wollman@khavrinen.csail.mit.edu) Received: from khavrinen.csail.mit.edu (khavrinen.csail.mit.edu [128.30.28.20]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6B9FF43D68; Mon, 18 Jul 2005 16:21:31 +0000 (GMT) (envelope-from wollman@khavrinen.csail.mit.edu) Received: from khavrinen.csail.mit.edu (localhost.csail.mit.edu [127.0.0.1]) by khavrinen.csail.mit.edu (8.13.1/8.13.1) with ESMTP id j6IGLS5E063941 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK CN=khavrinen.csail.mit.edu issuer=Client+20CA); Mon, 18 Jul 2005 12:21:30 -0400 (EDT) (envelope-from wollman@khavrinen.csail.mit.edu) Received: (from wollman@localhost) by khavrinen.csail.mit.edu (8.13.1/8.13.1/Submit) id j6IGLSxZ063938; Mon, 18 Jul 2005 12:21:28 -0400 (EDT) (envelope-from wollman) From: Garrett Wollman MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <17115.55047.913858.988219@khavrinen.csail.mit.edu> Date: Mon, 18 Jul 2005 12:21:27 -0400 To: Giorgos Keramidas In-Reply-To: <20050717223729.GD1291@gothmog.gr> References: <20050718000738.F69475@geri.cc.fer.hr> <20050717223729.GD1291@gothmog.gr> X-Mailer: VM 7.17 under 21.4 (patch 17) "Jumbo Shrimp" XEmacs Lucid X-Greylist: Sender DNS name whitelisted, not delayed by milter-greylist-1.6 (khavrinen.csail.mit.edu [127.0.0.1]); Mon, 18 Jul 2005 12:21:30 -0400 (EDT) X-Virus-Scanned: ClamAV 0.86.1/982/Sun Jul 17 08:45:12 2005 on khavrinen.csail.mit.edu X-Virus-Status: Clean X-Spam-Status: No, score=0.0 required=5.0 tests=none version=3.0.2 X-Spam-Checker-Version: SpamAssassin 3.0.2 (2004-11-16) on khavrinen.csail.mit.edu X-Mailman-Approved-At: Tue, 19 Jul 2005 12:08:41 +0000 Cc: freebsd-current@FreeBSD.ORG Subject: Re: Errno man page X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Jul 2005 16:21:48 -0000 < said: > I think that instead of trying to guess a value that would be correct for > many filesystems, but obviously wrong for others, we should just remove the > explicit size. But tell people how to use pathconf(3)/getconf(1) to find out what it is. >> - for EMFILE - is the limit on open files really 64 per process? > Not necessarily. It's what kern.maxfilesperproc says. On my CURRENT > system that is a little lower than kern.maxfiles: This, too, should probably be documented under the portable interface(s) in addition to the FreeBSD-private one. -GAWollman