From owner-cvs-src@FreeBSD.ORG Fri Dec 8 07:43:53 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D4F3D16A403; Fri, 8 Dec 2006 07:43:53 +0000 (UTC) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 408E543CA7; Fri, 8 Dec 2006 07:42:57 +0000 (GMT) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kB87hrRg097728; Fri, 8 Dec 2006 07:43:53 GMT (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kB87hrRV097727; Fri, 8 Dec 2006 07:43:53 GMT (envelope-from kientzle) Message-Id: <200612080743.kB87hrRV097727@repoman.freebsd.org> From: Tim Kientzle Date: Fri, 8 Dec 2006 07:43:53 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/isofs/cd9660 cd9660_node.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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: Fri, 08 Dec 2006 07:43:53 -0000 kientzle 2006-12-08 07:43:53 UTC FreeBSD src repository Modified files: sys/isofs/cd9660 cd9660_node.h Log: The ISO9660 spec does allow files up to 4G. Change the i_size field to "unsigned long" so that it actually works. Thanks to Robert Sciuk for sending me a DVD that demonstrated ISO9660-formatted media with a file >2G. I've now fixed this both in libarchive and in the cd9660 filesystem. MFC after: 14 days Revision Changes Path 1.32 +1 -1 src/sys/isofs/cd9660/cd9660_node.h