From owner-freebsd-emulation Wed Feb 26 0:47: 5 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 10CAE37B401; Wed, 26 Feb 2003 00:47:03 -0800 (PST) Received: from rwcrmhc51.attbi.com (rwcrmhc51.attbi.com [204.127.198.38]) by mx1.FreeBSD.org (Postfix) with ESMTP id 849C943FD7; Wed, 26 Feb 2003 00:47:02 -0800 (PST) (envelope-from DougB@freebsd.org) Received: from master.gorean.org (12-234-22-23.client.attbi.com[12.234.22.23]) by rwcrmhc51.attbi.com (rwcrmhc51) with SMTP id <20030226084702051003k6m5e>; Wed, 26 Feb 2003 08:47:02 +0000 Date: Wed, 26 Feb 2003 00:47:01 -0800 (PST) From: Doug Barton To: Alfred Perlstein Cc: emulation@freebsd.org Subject: Re: patch: (forw) linux_sigvec.c In-Reply-To: <20030215055728.GZ93252@elvis.mu.org> Message-ID: <20030226004614.M903@znfgre.tberna.bet> References: <20030215055728.GZ93252@elvis.mu.org> Organization: http://www.FreeBSD.org/ X-message-flag: Outlook -- Not just for spreading viruses anymore! MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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 volunteered to commit this on luoqi's behalf, but since -current has been kind of b0rk3d lately, I haven't had a chance to officially test it. Doug On Fri, 14 Feb 2003, Alfred Perlstein wrote: > Anyone know why this shouldn't be committed? > > ----- Forwarded message from Sergey Mokryshev ----- > > From: Sergey Mokryshev > To: Alfred Perlstein > Subject: linux_sigvec.c > Date: Sat, 8 Feb 2003 01:58:28 +0300 (MSK) > Message-ID: <20030208015540.I419-100000@lemori.mokr.ru> > > Dear Alfred, > > > 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. > > -- "The last time France wanted more evidence, it rolled right through Paris with a German flag." - David Letterman To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-emulation" in the body of the message