Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | sigwait: remove __sigwait for realtime case as well | Austin Foxley | 2009-09-18 | 1 | -4/+3 |
| | | | | Signed-off-by: Austin Foxley <austinf@cetoncorp.com> | ||||
* | sigwait: remove __sigwait and __GI_sigwait symbols - they are unused | Denys Vlasenko | 2009-09-18 | 1 | -4/+1 |
| | | | | | | | | | sigwait is not called from any uclibc function, so "hidden symbol" trick is not needed on it. __sigwait also is never used, and it's not clear why it even existed. Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> Signed-off-by: Austin Foxley <austinf@cetoncorp.com> | ||||
* | add non realtime sigwait from master and cleanup a bit | Austin Foxley | 2009-09-18 | 1 | -11/+68 |
| | | | | Signed-off-by: Austin Foxley <austinf@cetoncorp.com> | ||||
* | Changes for NPTL. | "Steven J. Hill" | 2006-08-22 | 1 | -1/+75 |
| | |||||
* | Merge from trunk. | "Steven J. Hill" | 2006-02-26 | 1 | -80/+6 |
| | |||||
* | Finish implementation of new signals for NPTL which are SIGCANCEL, SIGTIMER ↵ | "Steven J. Hill" | 2006-02-05 | 1 | -4/+78 |
| | | | | and SIGSETXID. | ||||
* | Finish merges from trunk. | "Steven J. Hill" | 2005-12-10 | 1 | -0/+2 |
| | |||||
* | Massive merge from trunk. | "Steven J. Hill" | 2005-11-18 | 1 | -19/+23 |
| | |||||
* | Quick implementation of sigwait. Doesn't handle thread cancelation | Eric Andersen | 2003-10-03 | 1 | -0/+33 |
yet, but should work... |