Date: Fri, 7 Feb 2003 16:14:09 -0800 From: "Luoqi Chen" <lchen@briontech.com> To: "Sergey Mokryshev" <mokr@mokr.net>, <emulation@FreeBSD.ORG> Subject: RE: Linux signals (linux_sigvec.c) Message-ID: <AHEKICEOIHLOGINAFIINEEMHCAAA.lchen@briontech.com> In-Reply-To: <20030208024857.S419-100000@lemori.mokr.ru>
next in thread | previous in thread | raw e-mail | index | archive | help
I've been running with a similar patch on my local -stable branch for several months now (I needed it for using intel C/C++ compilers). I believe it is safe for it to go in. -lq > -----Original Message----- > From: owner-freebsd-emulation@FreeBSD.ORG > [mailto:owner-freebsd-emulation@FreeBSD.ORG]On Behalf Of Sergey > Mokryshev > Sent: Friday, February 07, 2003 3:51 PM > To: emulation@FreeBSD.ORG > Subject: Linux signals (linux_sigvec.c) > > > Dear emulation, > > > please take a look at > http://article.gmane.org/gmane.os.freebsd.devel.database/74 > > Probably it is worth to go into the tree. > > ---------CUT--------------- > --- ./i386/linux/linux_sysvec.c.old Fri Nov 8 11:21:02 2002 > +++ ./i386/linux/linux_sysvec.c Fri Nov 8 11:29:17 2002 > @@ -112,7 +112,7 @@ > int bsd_to_linux_signal[LINUX_SIGTBLSZ] = { > LINUX_SIGHUP, LINUX_SIGINT, LINUX_SIGQUIT, LINUX_SIGILL, > LINUX_SIGTRAP, LINUX_SIGABRT, 0, LINUX_SIGFPE, > - LINUX_SIGKILL, LINUX_SIGBUS, LINUX_SIGSEGV, 0, > + LINUX_SIGKILL, LINUX_SIGBUS, LINUX_SIGSEGV, LINUX_SIGSYS, > LINUX_SIGPIPE, LINUX_SIGALRM, LINUX_SIGTERM, LINUX_SIGURG, > LINUX_SIGSTOP, LINUX_SIGTSTP, LINUX_SIGCONT, LINUX_SIGCHLD, > LINUX_SIGTTIN, LINUX_SIGTTOU, LINUX_SIGIO, LINUX_SIGXCPU, > @@ -128,7 +128,7 @@ > SIGCHLD, SIGCONT, SIGSTOP, SIGTSTP, > SIGTTIN, SIGTTOU, SIGURG, SIGXCPU, > SIGXFSZ, SIGVTALRM, SIGPROF, SIGWINCH, > - SIGIO, SIGURG, 0 > + SIGIO, SIGURG, SIGSYS > }; > > #define LINUX_T_UNKNOWN 255 > --- ./i386/linux/linux.h.old Fri Nov 8 11:27:11 2002 > +++ ./i386/linux/linux.h Fri Nov 8 11:30:11 2002 > @@ -230,7 +230,7 @@ > #define LINUX_SIGIO 29 > #define LINUX_SIGPOLL LINUX_SIGIO > #define LINUX_SIGPWR 30 > -#define LINUX_SIGUNUSED 31 > +#define LINUX_SIGSYS 31 > > #define LINUX_SIGTBLSZ 31 > #define LINUX_NSIG_WORDS 2 > ---------CUT--------------- > > Sincerely yours, > Sergey Mokryshev. > > P.S. The patch is not mine, just found it on the web while surfes for > Oracle 9 installation HowTo. > > -- > Sergey S. Mokryshev <mokr@mokr.net> > SMP453, MOKR-RIPN > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-emulation" in the body of the message > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-emulation" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?AHEKICEOIHLOGINAFIINEEMHCAAA.lchen>