Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 Sep 2008 19:40:49 +0000 (UTC)
From:      Konstantin Belousov <kib@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/amd64/linux32 linux32_genassym.c linux32_locore.s src/sys/i386/linux linux_genassym.c linux_locore.s
Message-ID:  <200809151942.m8FJgbce048673@repoman.freebsd.org>

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



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