freebsd-dev/sys/compat/linux
Andrew Gallatin 7936339495 A start at an implemention of linux_rt_sendsig & linux_rt_sigreturn
and associated user-level signal trampoline glue.

Without this patch, an SA_SIGINFO style handler can be installed by a linux
app, but if the handler accesses its sip argument, it will get a garbage
pointer and likely segfault.

We currently supply a valid pointer, but its contents are mainly
garbage.  Filling this in properly is future work.

This is the second of 3 commits that will get IBM's JDK 1.3 working with
FreeBSD ...
2000-10-17 00:00:20 +00:00
..
linux_file.c Update include directives and remove linux_execve. 2000-08-22 01:27:36 +00:00
linux_ioctl.c Initiate deorbit burn sequence for <machine/console.h>. 2000-10-08 21:34:00 +00:00
linux_ioctl.h Fix typo in license. 2000-08-25 07:32:24 +00:00
linux_ipc.c Update include directives. 2000-08-22 01:31:23 +00:00
linux_ipc.h Fix typo in license. 2000-08-25 07:32:24 +00:00
linux_mib.c Fix typo in license. 2000-08-25 07:32:24 +00:00
linux_mib.h Fix typo in license. 2000-08-25 07:32:24 +00:00
linux_misc.c Fix bug in previous commit. We need to trim the limits to fit 2000-08-26 05:08:10 +00:00
linux_signal.c A start at an implemention of linux_rt_sendsig & linux_rt_sigreturn 2000-10-17 00:00:20 +00:00
linux_signal.h Fix typo in license. 2000-08-25 07:32:24 +00:00
linux_socket.c Whitespace change: (near) KNF 2000-08-26 05:12:16 +00:00
linux_stats.c Update include directives. 2000-08-22 01:51:54 +00:00
linux_util.c Update include directives. 2000-08-22 01:51:54 +00:00
linux_util.h Remove the only use of SCARG and perform dead code elimination. 2000-07-27 01:22:24 +00:00