Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Synch whole signal handling rework with trunk. Tested on nptl-sh4. | Carmelo Amoroso | 2009-01-22 | 1 | -2/+2 |
| | | | | | Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com> | ||||
* | Get i386 non nptl builds going. | Khem Raj | 2008-12-23 | 1 | -53/+14 |
| | |||||
* | Merged with trunk: basically white space and blank lines removal | Carmelo Amoroso | 2008-12-11 | 1 | -2/+9 |
| | |||||
* | Synch with trunk at rev 22997. | Carmelo Amoroso | 2008-07-31 | 1 | -1/+1 |
| | | | | | | | Basically trailing whitespaces removal, fix non standard keywords asm -> __asm__ inline -> __inline__ and some minor changes on trunk. Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com> | ||||
* | Fix Makefile.in and synch them with trunk. Signed-off-by: Carmelo Amoroso ↵ | Carmelo Amoroso | 2007-11-20 | 1 | -1/+1 |
| | | | | <carmelo.amoroso@st.com> | ||||
* | Well, this is everything for my NPTL implementation. The 'uClibc-nptl' ↵ | "Steven J. Hill" | 2006-08-24 | 1 | -5/+5 |
| | | | | branch is now the exact code that I have. I am going to re-run tests now to verify everything one more time. The next step after that is to merge from trunk with the latest stuff from Mike and Peter. | ||||
* | Sync up with trunk. | "Steven J. Hill" | 2005-11-19 | 1 | -30/+13 |
| | |||||
* | sjhill needs to buy donuts for everyone | Eric Andersen | 2003-03-11 | 1 | -1/+0 |
| | |||||
* | Compliance with MIPS ABI and MIPS kernel changes. | "Steven J. Hill" | 2003-03-11 | 1 | -9/+2 |
| | |||||
* | Update sigaction syscall names to act more like glibc. Fix the x86 sigaction | Eric Andersen | 2003-01-22 | 1 | -4/+4 |
| | | | | | | implementation such that gdb can actually debug signal handlers. Gdb behaves much better now, for example, on multi-threaded apps. -Erik | ||||
* | Missed an endif | Eric Andersen | 2003-01-22 | 1 | -0/+1 |
| | |||||
* | Looks like sigaction on arm needs adjustment, so split this into | Eric Andersen | 2003-01-22 | 1 | -0/+92 |
a common header file and a default implementation. |