summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/arm/sigaction.c
Commit message (Collapse)AuthorAgeFilesLines
* Signal handling rework: two missing filesCarmelo Amoroso2009-01-221-64/+39
|
* Synch with trunk @ 24160Carmelo Amoroso2008-11-271-1/+1
| | | | | | Step 14: miscellaneous merge for arch specific files in libc/sysdeps. Comments, cleanup, formatting, hidden_proto removal and others.
* Synch libc powerpc/arm/sh64/m68k/alpha/microblaze/i960/vax/e1 specific with ↵Carmelo Amoroso2008-06-181-1/+1
| | | | trunk
* Merge from trunk."Steven J. Hill"2006-07-061-10/+2
|
* Merge from trunk."Steven J. Hill"2006-02-281-7/+7
|
* Finish up changes for sigaction and NPTL."Steven J. Hill"2005-12-101-1/+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-8/+4
|
* Merge from trunk."Steven J. Hill"2005-12-021-2/+2
|
* Massive merge from trunk."Steven J. Hill"2005-11-171-3/+1
|
* Update signal handlers for NPTL."Steven J. Hill"2005-11-161-1/+3
|
* Update sigaction for armEric Andersen2004-07-171-22/+42
|
* Update sigaction syscall names to act more like glibc. Fix the x86 sigactionEric Andersen2003-01-221-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_restorerEric Andersen2003-01-221-0/+116
behavior so it works as expected