From owner-cvs-sys Sat Jan 6 06:47:28 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id GAA26943 for cvs-sys-outgoing; Sat, 6 Jan 1996 06:47:28 -0800 (PST) Received: from jhome.DIALix.COM (root@jhome.DIALix.COM [192.203.228.69]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id GAA26918 Sat, 6 Jan 1996 06:47:07 -0800 (PST) Received: (from peter@localhost) by jhome.DIALix.COM (8.7.3/8.7.3) id WAA00891; Sat, 6 Jan 1996 22:47:03 +0800 (WST) Date: Sat, 6 Jan 1996 22:47:02 +0800 (WST) From: Peter Wemm To: Poul-Henning Kamp cc: CVS-committers@freefall.freebsd.org, cvs-sys@freefall.freebsd.org Subject: Re: cvs commit: src/sys/ufs/ufs ufs_readwrite.c In-Reply-To: <199601061250.EAA19381@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-sys@FreeBSD.ORG Precedence: bulk On Sat, 6 Jan 1996, Poul-Henning Kamp wrote: > phk 96/01/06 04:50:00 > > Modified: sys/ufs/ufs ufs_readwrite.c > Log: > Fix the asami&phk bug. This was a sign-extension bug, where a long > got multiplied by a constant before being upgraded to long long. > This should fix kern/104 and possibly kern/105. > Thanks to: dyson & asami. Hmm.. This would only turn up on a >2GB disk (or partition?), no? BTW: it's not 104 and 105.. :-) Some related ones: kern/904 (closed, DMA > 256 segs) kern/929 (open, ncr scatter-gather failed) kern/901 (open, vm_page_free.. possible negative index suggested by DG) I can see a few other stale PR's in there.. I'll do a sweep.. -Peter