Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 7 Nov 2003 23:43:44 -0800 (PST)
From:      Peter Wemm <peter@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/compat/ia32 ia32_signal.h ia32_sysvec.c src/sys/amd64/ia32 ia32_signal.c
Message-ID:  <200311080743.hA87hipf035685@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
peter       2003/11/07 23:43:44 PST

  FreeBSD src repository

  Modified files:
    sys/compat/ia32      ia32_signal.h ia32_sysvec.c 
    sys/amd64/ia32       ia32_signal.c 
  Log:
  Move a MD 32 bit binary support routine into the MD areas.  exec_setregs
  is highly MD in an emulation environment since it operates on the host
  environment.  Although the setregs functions are really for exec support
  rather than signals, they deal with the same sorts of context and include
  files.  So I put it there rather than create yet another file.
  
  Revision  Changes    Path
  1.6       +41 -0     src/sys/amd64/ia32/ia32_signal.c
  1.4       +2 -0      src/sys/compat/ia32/ia32_signal.h
  1.12      +0 -45     src/sys/compat/ia32/ia32_sysvec.c



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