summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/common/bits/kernel_sigaction.h
Commit message (Collapse)AuthorAgeFilesLines
* cancellation support for a large amount of the required syscallsAustin Foxley2009-10-171-2/+2
| | | | Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
* sigaction overhaul as described in docs/sigaction.txtDenis Vlasenko2008-12-151-53/+14
| | | | | Run tested on i386.
* Remove the rest of "bounded pointers" scaffolding. gcc website says"Denis Vlasenko2008-12-131-4/+4
| | | | | | "Bounds Checking Projects... This project has been abandoned" for four years at least.
* fix sigset_t size for mips (it's the only arch with 128 signals).Denis Vlasenko2008-12-011-2/+9
| | | | | | | fix _NSIG for it. better document what's going on in sigaction(). seems to not induce any actual code changes (sans mips).
* - trim any trailing whitespaceBernhard Reutner-Fischer2008-07-231-1/+1
|
* Mark __syscall_*sigaction hidden and add guard to the headerPeter S. Mazinger2006-02-281-5/+5
|
* move alpha/hppa into their own arch subdir where they should beMike Frysinger2005-11-181-30/+1
|
* add support for ia64Mike Frysinger2005-11-181-0/+12
|
* sjhill needs to buy donuts for everyoneEric Andersen2003-03-111-1/+0
|
* Compliance with MIPS ABI and MIPS kernel changes."Steven J. Hill"2003-03-111-9/+2
|
* Update sigaction syscall names to act more like glibc. Fix the x86 sigactionEric Andersen2003-01-221-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 endifEric Andersen2003-01-221-0/+1
|
* Looks like sigaction on arm needs adjustment, so split this intoEric Andersen2003-01-221-0/+92
a common header file and a default implementation.