K 10 svn:author V 8 gallatin K 8 svn:date V 27 2000-10-17T00:00:20.000000Z K 7 svn:log V 500 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 ... END