From owner-cvs-all Tue Dec 3 11:45:11 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 30F6E37B401; Tue, 3 Dec 2002 11:45:10 -0800 (PST) Received: from rwcrmhc53.attbi.com (rwcrmhc53.attbi.com [204.127.198.39]) by mx1.FreeBSD.org (Postfix) with ESMTP id D7A1D43E9C; Tue, 3 Dec 2002 11:45:09 -0800 (PST) (envelope-from julian@elischer.org) Received: from InterJet.elischer.org (12-232-168-4.client.attbi.com[12.232.168.4]) by rwcrmhc53.attbi.com (rwcrmhc53) with ESMTP id <2002120319450905300b148re>; Tue, 3 Dec 2002 19:45:09 +0000 Received: from localhost (localhost.elischer.org [127.0.0.1]) by InterJet.elischer.org (8.9.1a/8.9.1) with ESMTP id LAA17587; Tue, 3 Dec 2002 11:44:50 -0800 (PST) Date: Tue, 3 Dec 2002 11:44:48 -0800 (PST) From: Julian Elischer To: Robert Watson Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: www/en/releases/5.0R todo.sgml In-Reply-To: <200212031541.gB3Ffgne056613@repoman.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG has it been fixed to handle disks > 1TB yet? (I have 3 here) (in the disklabel part) libdisk needs to be fixed to stop treating block numbers and offsets as signed numbers.. (if not yet done) (the real fix would be to extend it to use u_int64_t and add a 'gpt' partition option. but htat can wait until we get CAM support for write16 and read16.) On Tue, 3 Dec 2002, Robert Watson wrote: > rwatson 2002/12/03 07:41:42 PST > > Modified files: > en/releases/5.0R todo.sgml > Log: > Trim the fdisk editor bug -- it's now been fixed thanks to > nyan@ and jhb@. Thanks guys :-) > > Revision Changes Path > 1.69 +1 -9 www/en/releases/5.0R/todo.sgml > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message