Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 Mar 2007 00:06:21 +0000 (UTC)
From:      Jung-uk Kim <jkim@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/amd64/amd64 cpu_switch.S genassym.c machdep.c src/sys/amd64/include pcb.h segments.h src/sys/amd64/linux32 linux32_locore.s linux32_machdep.c linux32_sysvec.c syscalls.master
Message-ID:  <200703300006.l2U06LA1075891@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jkim        2007-03-30 00:06:21 UTC

  FreeBSD src repository

  Modified files:
    sys/amd64/amd64      cpu_switch.S genassym.c machdep.c 
    sys/amd64/include    pcb.h segments.h 
    sys/amd64/linux32    linux32_locore.s linux32_machdep.c 
                         linux32_sysvec.c syscalls.master 
  Log:
  MFP4: Linux set_thread_area syscall (aka TLS) support for amd64.
  
  Initial version was submitted by Divacky Roman and mostly rewritten by me.
  
  Tested by:      emulation
  
  Revision  Changes    Path
  1.156     +18 -21    src/sys/amd64/amd64/cpu_switch.S
  1.161     +3 -1      src/sys/amd64/amd64/genassym.c
  1.670     +9 -0      src/sys/amd64/amd64/machdep.c
  1.63      +5 -0      src/sys/amd64/include/pcb.h
  1.39      +3 -2      src/sys/amd64/include/segments.h
  1.2       +0 -4      src/sys/amd64/linux32/linux32_locore.s
  1.37      +151 -9    src/sys/amd64/linux32/linux32_machdep.c
  1.27      +6 -2      src/sys/amd64/linux32/linux32_sysvec.c
  1.28      +1 -1      src/sys/amd64/linux32/syscalls.master



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200703300006.l2U06LA1075891>