Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Get i386 non nptl builds going. | Khem Raj | 2008-12-23 | 1 | -93/+65 |
| | |||||
* | Synch with trunk @ 24242 | Carmelo Amoroso | 2008-12-03 | 1 | -28/+34 |
| | | | | | Step 18: some more synch: hidden_proto, size reduction and signal handling changes. | ||||
* | Synch with trunk @ 24160 | Carmelo Amoroso | 2008-11-27 | 1 | -4/+4 |
| | | | | | | Step 14: miscellaneous merge for arch specific files in libc/sysdeps. Comments, cleanup, formatting, hidden_proto removal and others. | ||||
* | 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> | ||||
* | Synch libc nios/xtensa/v850/h8300/cris/x86_64/ia64/hppa/i382/nios2/frv/avr32 ↵ | Carmelo Amoroso | 2008-06-18 | 1 | -3/+1 |
| | | | | specific with trunk | ||||
* | Merge from trunk. | "Steven J. Hill" | 2006-02-28 | 1 | -9/+15 |
| | |||||
* | Finish up changes for sigaction and NPTL. | "Steven J. Hill" | 2005-12-10 | 1 | -0/+3 |
| | |||||
* | Merge from trunk. | "Steven J. Hill" | 2005-12-10 | 1 | -4/+4 |
| | |||||
* | Big merge from trunk. Stop the madness! | "Steven J. Hill" | 2005-12-06 | 1 | -4/+4 |
| | |||||
* | Merge from trunk. | "Steven J. Hill" | 2005-12-02 | 1 | -10/+5 |
| | |||||
* | Update signal handlers for NPTL. | "Steven J. Hill" | 2005-11-16 | 1 | -0/+3 |
| | |||||
* | Oops. I'd left an extra invocation of sigaction in there... | Eric Andersen | 2003-02-03 | 1 | -3/+1 |
| | |||||
* | Update sigaction syscall names to act more like glibc. Fix the x86 sigaction | Eric Andersen | 2003-01-22 | 1 | -0/+169 |
implementation such that gdb can actually debug signal handlers. Gdb behaves much better now, for example, on multi-threaded apps. -Erik |