K 10 svn:author V 6 marcel K 8 svn:date V 27 2000-11-23T08:55:30.000000Z K 7 svn:log V 316 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. END