summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/i386/sigaction.c
Commit message (Collapse)AuthorAgeFilesLines
* Get i386 non nptl builds going.Khem Raj2008-12-231-93/+65
|
* Synch with trunk @ 24242Carmelo Amoroso2008-12-031-28/+34
| | | | | Step 18: some more synch: hidden_proto, size reduction and signal handling changes.
* Synch with trunk @ 24160Carmelo Amoroso2008-11-271-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 Amoroso2008-07-311-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 Amoroso2008-06-181-3/+1
| | | | specific with trunk
* Merge from trunk."Steven J. Hill"2006-02-281-9/+15
|
* Finish up changes for sigaction and NPTL."Steven J. Hill"2005-12-101-0/+3
|
* Merge from trunk."Steven J. Hill"2005-12-101-4/+4
|
* Big merge from trunk. Stop the madness!"Steven J. Hill"2005-12-061-4/+4
|
* Merge from trunk."Steven J. Hill"2005-12-021-10/+5
|
* Update signal handlers for NPTL."Steven J. Hill"2005-11-161-0/+3
|
* Oops. I'd left an extra invocation of sigaction in there...Eric Andersen2003-02-031-3/+1
|
* Update sigaction syscall names to act more like glibc. Fix the x86 sigactionEric Andersen2003-01-221-0/+169
implementation such that gdb can actually debug signal handlers. Gdb behaves much better now, for example, on multi-threaded apps. -Erik