Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-10-09 | um: get rid of pointless include "..." where include <...> will do | Al Viro | |
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: Richard Weinberger <richard@nod.at> | |||
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> | |||
2008-10-22 | x86, um: take arch/um/include/* out of the way | Al Viro | |
We can't just plop asm/* into it - userland helpers are built with it in search path and seeing asm/* show up there suddenly would be a bad idea. Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: H. Peter Anvin <hpa@zytor.com> |