From owner-freebsd-fs@FreeBSD.ORG Fri Jun 3 21:13:46 2011 Return-Path: Delivered-To: freebsd-fs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DC8FA1065688; Fri, 3 Jun 2011 21:13:46 +0000 (UTC) (envelope-from brde@optusnet.com.au) Received: from mail05.syd.optusnet.com.au (mail05.syd.optusnet.com.au [211.29.132.186]) by mx1.freebsd.org (Postfix) with ESMTP id 5D3918FC17; Fri, 3 Jun 2011 21:13:46 +0000 (UTC) Received: from c122-106-165-191.carlnfd1.nsw.optusnet.com.au (c122-106-165-191.carlnfd1.nsw.optusnet.com.au [122.106.165.191]) by mail05.syd.optusnet.com.au (8.13.1/8.13.1) with ESMTP id p53LDi6f005306 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sat, 4 Jun 2011 07:13:45 +1000 Date: Sat, 4 Jun 2011 07:13:44 +1000 (EST) From: Bruce Evans X-X-Sender: bde@besplex.bde.org To: Per von Zweigbergk In-Reply-To: <9DD5A034-DA68-4D03-8B0D-F484AAE003CC@itassistans.se> Message-ID: <20110604070707.K970@besplex.bde.org> References: <1307069726.2024.18.camel@nsl> <1307071973.2024.19.camel@nsl> <20110603173555.X994@besplex.bde.org> <20110603105904.GM48734@deviant.kiev.zoral.com.ua> <1307106007.2865.8.camel@nsl> <20110604052946.Q3281@besplex.bde.org> <9DD5A034-DA68-4D03-8B0D-F484AAE003CC@itassistans.se> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: freebsd-fs@FreeBSD.org, rmacklem@FreeBSD.org Subject: Re: [PATCH] Set the DE_UPDATE flag on the directory node on msdosfs X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Jun 2011 21:13:46 -0000 On Fri, 3 Jun 2011, Per von Zweigbergk wrote: > 3 jun 2011 kl. 22.04 skrev Bruce Evans: > >> BTW, how do you get unmangled source files from Apple? The one in the >> above URL is actually an html file so it is fully mangled when fetched. > > There's a "plain text" link at the top. This gives even worse results for me (with lynx): - selecting the link gives a directory listing; downloading file.c from this gives file.c.gz which is actually an html file gzipped - downloading on the link gives a poor recommended file name (?.txt) and a file which is actually an html file. I think the file is the same one as from downloading using fetch on the original url, but didn't check this. Bruce