cvs commit: src/sys/amd64/linux32 linux32_genassym.c linux32_locore.s src/sys/i386/linux linux_genassym.c linux_locore.s

Konstantin Belousov kib at FreeBSD.org
Mon Sep 15 19:42:43 UTC 2008


kib         2008-09-15 19:40:49 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_7)
    sys/amd64/linux32    linux32_genassym.c linux32_locore.s 
    sys/i386/linux       linux_genassym.c linux_locore.s 
  Log:
  SVN rev 183046 on 2008-09-15 19:40:49Z by kib
  
  MFC r182849:
  Segment registers are stored in the uc_mcontext member of the struct
  l_ucontext. To restore the registers content, trampoline needs to
  dereference uc_mcontext instead of taking some undefined values from
  l_ucontext.
  
  Approved by:    re (kensmith)
  
  Revision   Changes    Path
  1.1.18.1   +1 -2      src/sys/amd64/linux32/linux32_genassym.c
  1.2.2.1    +3 -2      src/sys/amd64/linux32/linux32_locore.s
  1.18.20.1  +1 -0      src/sys/i386/linux/linux_genassym.c
  1.11.24.1  +3 -2      src/sys/i386/linux/linux_locore.s


More information about the cvs-src mailing list