From owner-cvs-all Wed Oct 24 17:53:47 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 44BFD37B405; Wed, 24 Oct 2001 17:53:44 -0700 (PDT) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9P0riv70542; Wed, 24 Oct 2001 17:53:44 -0700 (PDT) (envelope-from jhb) Message-Id: <200110250053.f9P0riv70542@freefall.freebsd.org> From: John Baldwin Date: Wed, 24 Oct 2001 17:53:44 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: 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 X-FreeBSD-CVS-Branch: HEAD 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 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