Date: Wed, 26 Feb 2003 00:47:01 -0800 (PST) From: Doug Barton <DougB@FreeBSD.org> To: Alfred Perlstein <alfred@FreeBSD.org> Cc: emulation@freebsd.org Subject: Re: patch: (forw) linux_sigvec.c Message-ID: <20030226004614.M903@znfgre.tberna.bet> In-Reply-To: <20030215055728.GZ93252@elvis.mu.org> References: <20030215055728.GZ93252@elvis.mu.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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 <mokr@mokr.net> ----- > > From: Sergey Mokryshev <mokr@mokr.net> > To: Alfred Perlstein <alfred@FreeBSD.org> > 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030226004614.M903>