Date: Tue, 28 Apr 1998 11:15:09 -0700 (PDT) From: Eivind Eklund <eivind@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/i386/i386 trap.c src/sys/i386/ibcs2 ibcs2_sysvec.c src/sys/i386/linux linux_sysvec.c src/sys/kern imgact_elf.c init_sysvec.c src/sys/sys sysent.h Message-ID: <199804281815.LAA17729@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
eivind 1998/04/28 11:15:09 PDT
Modified files:
sys/i386/i386 trap.c
sys/i386/ibcs2 ibcs2_sysvec.c
sys/i386/linux linux_sysvec.c
sys/kern imgact_elf.c init_sysvec.c
sys/sys sysent.h
Log:
Translate T_PROTFLT to SIGSEGV instead of SIGBUS when running under
Linux emulation. This make Allegro Common Lisp 4.3 work under
FreeBSD!
Submitted by: Fred Gilham <gilham@csl.sri.com>
Commented on by: bde, dg, msmith, tg
Hoping he got everything right: eivind
Revision Changes Path
1.127 +5 -1 src/sys/i386/i386/trap.c
1.7 +2 -1 src/sys/i386/ibcs2/ibcs2_sysvec.c
1.28 +26 -1 src/sys/i386/linux/linux_sysvec.c
1.24 +2 -1 src/sys/kern/imgact_elf.c
1.6 +2 -1 src/sys/kern/init_sysvec.c
1.17 +3 -1 src/sys/sys/sysent.h
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199804281815.LAA17729>
