From owner-freebsd-emulation Fri Feb 7 16:11:16 2003 Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CBAD437B405 for ; Fri, 7 Feb 2003 16:11:13 -0800 (PST) Received: from bricore.com (adsl-64-168-71-68.dsl.snfc21.pacbell.net [64.168.71.68]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7E08F43FB1 for ; Fri, 7 Feb 2003 16:11:12 -0800 (PST) (envelope-from lchen@briontech.com) Received: from luoqi (luoqi.bricore.com [192.168.1.63]) by bricore.com (8.12.6/8.12.6) with SMTP id h180B9A1042251; Fri, 7 Feb 2003 16:11:09 -0800 (PST) (envelope-from lchen@briontech.com) From: "Luoqi Chen" To: "Sergey Mokryshev" , Subject: RE: Linux signals (linux_sigvec.c) Date: Fri, 7 Feb 2003 16:14:09 -0800 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 In-Reply-To: <20030208024857.S419-100000@lemori.mokr.ru> X-Virus-Scanned: by amavisd-milter (http://amavis.org/) X-Spam-Status: No, hits=0.9 required=5.0 tests=IN_REP_TO,QUOTED_EMAIL_TEXT,SPAM_PHRASE_00_01, TO_BE_REMOVED_REPLY,UPPERCASE_25_50,USER_AGENT_OUTLOOK version=2.43 Sender: owner-freebsd-emulation@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org 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 > 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