Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 24 Aug 2008 20:02:18 +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:  <200808242002.m7OK2aWH050421@repoman.freebsd.org>

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

  FreeBSD src repository

  Modified files:
    sys/sparc64/sparc64  trap.c 
  Log:
  SVN rev 182119 on 2008-08-24 20:02:18Z by marius
  
  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
  MFC after:      3 days
  
  Revision  Changes    Path
  1.92      +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?200808242002.m7OK2aWH050421>