cvs commit: src/sys/compat/ia32 ia32_signal.h ia32_sysvec.c
src/sys/amd64/ia32 ia32_signal.c
Peter Wemm
peter at FreeBSD.org
Fri Nov 7 23:43:45 PST 2003
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
More information about the cvs-src
mailing list