From owner-cvs-src@FreeBSD.ORG Thu Jul 8 18:29:38 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 27A9616A4CE; Thu, 8 Jul 2004 18:29:38 +0000 (GMT) Received: from khavrinen.lcs.mit.edu (khavrinen.lcs.mit.edu [128.30.28.20]) by mx1.FreeBSD.org (Postfix) with ESMTP id D308543D2F; Thu, 8 Jul 2004 18:29:37 +0000 (GMT) (envelope-from wollman@khavrinen.lcs.mit.edu) Received: from khavrinen.lcs.mit.edu (localhost [IPv6:::1]) by khavrinen.lcs.mit.edu (8.12.9/8.12.9) with ESMTP id i68ISvkP049101 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK CN=khavrinen.lcs.mit.edu issuer=SSL+20Client+20CA); Thu, 8 Jul 2004 14:28:57 -0400 (EDT) (envelope-from wollman@khavrinen.lcs.mit.edu) Received: (from wollman@localhost) by khavrinen.lcs.mit.edu (8.12.9/8.12.9/Submit) id i68IStSr049098; Thu, 8 Jul 2004 14:28:55 -0400 (EDT) (envelope-from wollman) Date: Thu, 8 Jul 2004 14:28:55 -0400 (EDT) From: Garrett Wollman Message-Id: <200407081828.i68IStSr049098@khavrinen.lcs.mit.edu> To: Bruce Evans In-Reply-To: <20040708154704.L13116@gamplex.bde.org> References: <200407072047.i67Klgqu082069@repoman.freebsd.org> <200407072225.i67MP03s039814@khavrinen.lcs.mit.edu> <20040707233455.GI95729@elvis.mu.org> <200407080133.i681XnxH041060@khavrinen.lcs.mit.edu> <20040708154704.L13116@gamplex.bde.org> X-Spam-Score: -9.9 () IN_REP_TO,REFERENCES X-Scanned-By: MIMEDefang 2.37 cc: cvs-src@FreeBSD.org cc: Alfred Perlstein cc: cvs-all@FreeBSD.org cc: src-committers@FreeBSD.org cc: Garrett Wollman Subject: Re: cvs commit: src/lib/libc/sys pathconf.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: Thu, 08 Jul 2004 18:29:38 -0000 < said: > This doesn't apply to FreeBSD. Truncation is still useful (and used) for > old non-POSIX file systems like msdosfs: If msdosfs is mounted, then the system does not conform to POSIX. Since UFS does have this behavior, this is not a problem. -GAWollman