Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-08-02 | um: pass siginfo to guest process | Martin Pärtel | |
UML guest processes now get correct siginfo_t for SIGTRAP, SIGFPE, SIGILL and SIGBUS. Specifically, si_addr and si_code are now correct where previously they were si_addr = NULL and si_code = 128. Signed-off-by: Martin Pärtel <martin.partel@gmail.com> Signed-off-by: Richard Weinberger <richard@nod.at> | |||
2011-11-02 | um: start switching the references to host mcontext_t to its userland type | Al Viro | |
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: Richard Weinberger <richard@nod.at> |