Date: Thu, 23 Nov 2000 00:55:31 -0800 (PST) From: Marcel Moolenaar <marcel@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/linux linux.h linux_locore.s linux_proto.h linux_syscall.h linux_sysent.c linux_sysvec.c Message-ID: <200011230855.AAA46345@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
marcel 2000/11/23 00:55:31 PST
Modified files:
sys/i386/linux linux.h linux_locore.s linux_proto.h
linux_syscall.h linux_sysent.c
linux_sysvec.c
Log:
o Change the argument of linux_sigreturn to be a pointer to a
struct sigframe. We need more than only the signal context.
o Properly convert the signal mask when setting up the signal
frame in linux_sendsig and properly convert it back in
linux_sigreturn.
Do some cleanups and improve style while here.
Revision Changes Path
1.50 +10 -11 src/sys/i386/linux/linux.h
1.10 +4 -8 src/sys/i386/linux/linux_locore.s
1.40 +2 -2 src/sys/i386/linux/linux_proto.h
1.35 +1 -1 src/sys/i386/linux/linux_syscall.h
1.41 +1 -1 src/sys/i386/linux/linux_sysent.c
1.69 +57 -57 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?200011230855.AAA46345>
