Date: Wed, 24 Oct 2001 21:17:41 -0700 (PDT) From: Julian Elischer <julian@elischer.org> To: John Baldwin <jhb@FreeBSD.org> 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 Message-ID: <Pine.BSF.4.21.0110242117360.577-100000@InterJet.elischer.org> In-Reply-To: <200110250053.f9P0riv70542@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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 <arr@watson.org> > 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.21.0110242117360.577-100000>