linux/arch/um/os-Linux
Martin Pärtel d3c1cfcdb4 um: pass siginfo to guest process
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>
2012-08-02 00:49:17 +02:00
..
drivers
skas um: pass siginfo to guest process 2012-08-02 00:49:17 +02:00
Makefile um: use the right ifdef around exports in user_syms.c 2012-03-25 00:29:55 +01:00
aio.c
elf_aux.c
execvp.c
file.c
helper.c
internal.h um: pass siginfo to guest process 2012-08-02 00:49:17 +02:00
irq.c um: shared/process.h is empty now; kill it 2011-11-02 14:15:00 +01:00
main.c
mem.c
process.c um: shared/process.h is empty now; kill it 2011-11-02 14:15:00 +01:00
registers.c
sigio.c um: shared/process.h is empty now; kill it 2011-11-02 14:15:00 +01:00
signal.c um: pass siginfo to guest process 2012-08-02 00:49:17 +02:00
start_up.c um: unify ptrace_user.h 2011-11-02 14:15:27 +01:00
time.c um: pass siginfo to guest process 2012-08-02 00:49:17 +02:00
tty.c
umid.c
user_syms.c um: use the right ifdef around exports in user_syms.c 2012-03-25 00:29:55 +01:00
util.c