summaryrefslogtreecommitdiffstats
path: root/libc/signal/sigaction.c
Commit message (Expand)AuthorAgeFilesLines
* Synch whole signal handling rework with trunk. Tested on nptl-sh4.Carmelo Amoroso2009-01-221-42/+14
* Synch with trunk @ 24261Carmelo Amoroso2008-12-111-14/+7
* Synch with trunk @ 24242Carmelo Amoroso2008-12-031-6/+13
* Synch with trunk @ 24165Carmelo Amoroso2008-11-271-1/+1
* Synch with trunk at rev 22997.Carmelo Amoroso2008-07-311-1/+1
* BIG BIG commit: all left files merged from trunk [rev 22714]. Currenntly NPTL...Carmelo Amoroso2008-07-091-1/+1
* Merge from trunk."Steven J. Hill"2006-02-261-4/+11
* Fix up sigaction for NPTL."Steven J. Hill"2005-12-101-7/+6
* Fix 'sigaction' for NPTL and other thread models."Steven J. Hill"2005-12-081-14/+7
* Merge from trunk."Steven J. Hill"2005-12-021-2/+2
* Massive merge from trunk."Steven J. Hill"2005-11-181-52/+72
* Update signal handlers for NPTL."Steven J. Hill"2005-11-161-13/+2
* Update sigaction syscall names to act more like glibc. Fix the x86 sigactionEric Andersen2003-01-221-2/+14
* Looks like sigaction on arm needs adjustment, so split this intoEric Andersen2003-01-221-111/+14
* Use sizeof(sa_mask) instaed of sizeof(sigset_t) since sa_mask isEric Andersen2002-02-161-2/+2
* A number of naming updates in preparation for adding inEric Andersen2002-02-131-3/+5
* HAVE_SA_RESTORER is supposed to be true, not false, on most arches.Eric Andersen2002-02-111-10/+23
* Fix a few things I'd missed when using old (2.0.x) kernels.Eric Andersen2002-01-021-1/+1
* Once again, rework the signal handling to be even more correct. We noEric Andersen2002-01-021-0/+177