Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update sigaction syscall names to act more like glibc. Fix the x86 sigaction | Eric Andersen | 2003-01-22 | 1 | -2/+2 |
| | | | | | | implementation such that gdb can actually debug signal handlers. Gdb behaves much better now, for example, on multi-threaded apps. -Erik | ||||
* | Add in arm specific sigaction implementation to fix sa_restorer | Eric Andersen | 2003-01-22 | 1 | -0/+116 |
behavior so it works as expected |