Date: Wed, 21 Feb 2001 15:01:59 -0800 (PST) From: Andrew Gallatin <gallatin@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/linux syscalls.master linux.h linux_dummy.c linux_genassym.c linux_locore.s linux_machdep.c linux_sysvec.c Message-ID: <200102212301.f1LN1x746365@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
gallatin 2001/02/21 15:01:58 PST Modified files: (Branch: RELENG_4) sys/i386/linux syscalls.master linux.h linux_dummy.c linux_genassym.c linux_locore.s linux_machdep.c linux_sysvec.c Log: MFC: Linux signal handling fixes from current. This should improve emulation of signal intensive Linux apps (such as Java). This allows an older version of the IBM JDK to run on -stable and gets rid of the "cannot uninstall sigaltstack" message from the Sun Linux JDK 1.3 Reviewed by: marcel Approved by: marcel Revision Changes Path 1.30.2.3 +4 -4 src/sys/i386/linux/syscalls.master 1.41.2.2 +134 -6 src/sys/i386/linux/linux.h 1.21.2.4 +1 -2 src/sys/i386/linux/linux_dummy.c 1.13.2.1 +5 -2 src/sys/i386/linux/linux_genassym.c 1.5.2.2 +17 -5 src/sys/i386/linux/linux_locore.s 1.6.2.2 +64 -10 src/sys/i386/linux/linux_machdep.c 1.55.2.4 +295 -27 src/sys/i386/linux/linux_sysvec.c 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?200102212301.f1LN1x746365>