Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 28 Aug 2008 18:24:24 +0000 (UTC)
From:      Marius Strobl <marius@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/sparc64/sparc64 trap.c
Message-ID:  <200808281824.m7SIOcEQ051532@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
marius      2008-08-28 18:24:24 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_7)
    sys/sparc64/sparc64  trap.c 
  Log:
  SVN rev 182389 on 2008-08-28 18:24:24Z by marius
  
  MFC: r182119
  MFamd64: r133413
  
  In syscall, always make a copy of parameters from trapframe, this
  becauses some syscalls using set_mcontext can sneakily change
  parameters and later when those syscalls references parameters,
  they will wrongly use register values in mcontext_t.
  
  PR:             72998
  
  Revision  Changes    Path
  1.88.2.3  +6 -9      src/sys/sparc64/sparc64/trap.c



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