From owner-freebsd-current Mon Jan 13 3:33: 0 2003 Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 40B4937B401 for ; Mon, 13 Jan 2003 03:32:59 -0800 (PST) Received: from mailsrv.otenet.gr (mailsrv.otenet.gr [195.170.0.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id BE9EB43E4A for ; Mon, 13 Jan 2003 03:32:55 -0800 (PST) (envelope-from keramida@ceid.upatras.gr) Received: from gothmog.gr (patr530-a104.otenet.gr [212.205.215.104]) by mailsrv.otenet.gr (8.12.6/8.12.6) with ESMTP id h0DBWbjt022493; Mon, 13 Jan 2003 13:32:42 +0200 (EET) Received: from gothmog.gr (gothmog [127.0.0.1]) by gothmog.gr (8.12.6/8.12.6) with ESMTP id h0DBWaq4012374; Mon, 13 Jan 2003 13:32:36 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Received: (from giorgos@localhost) by gothmog.gr (8.12.6/8.12.6/Submit) id h0DBWajk012370; Mon, 13 Jan 2003 13:32:36 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Date: Mon, 13 Jan 2003 13:32:36 +0200 From: Giorgos Keramidas To: Joe Laughlin Cc: freebsd-current@FreeBSD.org Subject: Re: world broken at libkvm Message-ID: <20030113113236.GB98842@gothmog.gr> References: <3E22211B.3050201@hotmail.com> <3E223D36.3020502@removethis.rainbowsheep.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3E223D36.3020502@removethis.rainbowsheep.net> Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 2003-01-12 20:14, joe@removethis.rainbowsheep.net (Joe Laughlin) wrote: > walt wrote: > >cc -O -pipe -mcpu=pentiumpro -DLIBC_SCCS -I/usr/src/lib/libkvm -c > >/usr/src/lib/libkvm/kvm_proc.c -o kvm_proc.o > >/usr/src/lib/libkvm/kvm_proc.c: In function `kvm_proclist': > >/usr/src/lib/libkvm/kvm_proc.c:376: structure has no member named > >`ke_pctcpu' > > Myself and two others have seen this as well. I'm building world trying to track the commit that broke things now. It looks like the following commit could be the one that broke things: src/sys/kern/sched_4bsd.c,v revision 1.8 date: 2003/01/12 19:04:49; author: jeff; state: Exp; lines: +30 -15 - Move ke_pctcpu and ke_cpticks into the scheduler specific datastructure. This will prevent access through mechanisms other than the published interfaces. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message