Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 Oct 2001 17:53:44 -0700 (PDT)
From:      John Baldwin <jhb@FreeBSD.org>
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
Message-ID:  <200110250053.f9P0riv70542@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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?200110250053.f9P0riv70542>