Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | um: get rid of pointless include "..." where include <...> will do | Al Viro | 2012-10-09 | 1 | -1/+1 |
| | | | | | Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: Richard Weinberger <richard@nod.at> | ||||
* | um: pass siginfo to guest process | Martin Pärtel | 2012-08-02 | 1 | -1/+2 |
| | | | | | | | | | 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> | ||||
* | x86, um: take arch/um/include/* out of the way | Al Viro | 2008-10-22 | 1 | -0/+30 |
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> |