Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove SA_ONSTACK handling for ARM based up on glibc code as submitted by ↵ | "Steven J. Hill" | 2006-07-06 | 1 | -10/+2 |
| | | | | Paul Brook <paul@codesourcery.com>. | ||||
* | even the hidden version of the weaks in libc (as strong in libpthread) have ↵ | Peter S. Mazinger | 2006-02-02 | 1 | -1/+1 |
| | | | | to be weaks | ||||
* | Get rid of missing prototype warnings | Peter S. Mazinger | 2006-01-26 | 1 | -0/+2 |
| | |||||
* | make sigaction/raise/sigwait/siglongjmp/longjmp weak_alias, these are in ↵ | Peter S. Mazinger | 2006-01-23 | 1 | -1/+1 |
| | | | | libpthread as well | ||||
* | make gcc4 happy w/ hidden_def/proto, correct some typos | Peter S. Mazinger | 2006-01-15 | 1 | -1/+1 |
| | |||||
* | hidden_def/hidden_proto: convert all users (I hope) termios split, add some ↵ | Peter S. Mazinger | 2006-01-14 | 1 | -8/+6 |
| | | | | missing headers, other jump relocs removed | ||||
* | Merge from NPTL branch. Bring in the remaining changes for sigaction. | "Steven J. Hill" | 2005-12-10 | 1 | -1/+3 |
| | |||||
* | Try to mimic glibc sigaction, sjhill, could you please test w/ this version? | Peter S. Mazinger | 2005-12-08 | 1 | -4/+4 |
| | |||||
* | More hiding, including __mempcpy | Peter S. Mazinger | 2005-12-03 | 1 | -3/+4 |
| | |||||
* | Remove prototypes that are in kernel_sigaction.h already | Peter S. Mazinger | 2005-12-02 | 1 | -5/+0 |
| | |||||
* | Hide mostly used functions | Peter S. Mazinger | 2005-12-01 | 1 | -2/+2 |
| | |||||
* | Update sigaction for arm | Eric Andersen | 2004-07-17 | 1 | -22/+42 |
| | |||||
* | 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 |