From owner-cvs-all Wed Oct 24 19:53:22 2001 Delivered-To: cvs-all@freebsd.org Received: from InterJet.elischer.org (c421509-a.pinol1.sfba.home.com [24.7.86.9]) by hub.freebsd.org (Postfix) with ESMTP id A73BA37B403; Wed, 24 Oct 2001 19:53:17 -0700 (PDT) Received: from localhost (localhost.elischer.org [127.0.0.1]) by InterJet.elischer.org (8.9.1a/8.9.1) with ESMTP id VAA02745; Wed, 24 Oct 2001 21:17:41 -0700 (PDT) Date: Wed, 24 Oct 2001 21:17:41 -0700 (PDT) From: Julian Elischer To: John Baldwin Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/i386/i386 genassym.c machdep.c swtch.s sys_machdep.c vm_machdep.c src/sys/i386/include pcb.h pcb_ext.h proc.h In-Reply-To: <200110250053.f9P0riv70542@freefall.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 yay On Wed, 24 Oct 2001, John Baldwin wrote: > jhb 2001/10/24 17:53:44 PDT > > Modified files: > sys/i386/i386 genassym.c machdep.c swtch.s > sys_machdep.c vm_machdep.c > sys/i386/include pcb.h pcb_ext.h proc.h > Log: > Split the per-process Local Descriptor Table out of the PCB and into > struct mdproc. > > Submitted by: Andrew R. Reiter > Silence on: -current > > Revision Changes Path > 1.117 +6 -2 src/sys/i386/i386/genassym.c > 1.481 +4 -3 src/sys/i386/i386/machdep.c > 1.118 +8 -5 src/sys/i386/i386/swtch.s > 1.65 +50 -48 src/sys/i386/i386/sys_machdep.c > 1.176 +22 -18 src/sys/i386/i386/vm_machdep.c > 1.40 +1 -2 src/sys/i386/include/pcb.h > 1.8 +1 -12 src/sys/i386/include/pcb_ext.h > 1.13 +19 -1 src/sys/i386/include/proc.h > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message