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
Sun Sep 7 16:41:37 UTC 2008


kib         2008-09-07 16:39:21 UTC

  FreeBSD src repository

  Modified files:
    sys/amd64/linux32    linux32_genassym.c linux32_locore.s 
    sys/i386/linux       linux_genassym.c linux_locore.s 
  Log:
  SVN rev 182849 on 2008-09-07 16:39:21Z by kib
  
  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.
  
  Submitted by:   Dmitry Chagin <dchagin@>
  MFC after:      1 week
  
  Revision  Changes    Path
  1.2       +1 -2      src/sys/amd64/linux32/linux32_genassym.c
  1.3       +3 -2      src/sys/amd64/linux32/linux32_locore.s
  1.19      +1 -0      src/sys/i386/linux/linux_genassym.c
  1.12      +3 -2      src/sys/i386/linux/linux_locore.s


More information about the cvs-src mailing list