summaryrefslogtreecommitdiffstats
path: root/libc/signal
Commit message (Expand)AuthorAgeFilesLines
* include string.h for memset()Bernhard Reutner-Fischer2009-11-171-0/+2
* sigwait: remove __sigwait for realtime case as wellAustin Foxley2009-09-181-4/+3
* sigpause: remove libc_hidden_proto/defDenys Vlasenko2009-09-181-1/+0
* sigwait: remove __sigwait and __GI_sigwait symbols - they are unusedDenys Vlasenko2009-09-181-4/+1
* add non realtime sigwait from master and cleanup a bitAustin Foxley2009-09-181-11/+68
* raise: remove unused hidden weak symbol __raiseDenys Vlasenko2009-09-181-6/+2
* trim Experimentally off and uncommented hiddenAustin Foxley2009-09-1817-30/+0
* support building out-of-treeBernhard Reutner-Fischer2009-08-191-0/+2
* Synch whole signal handling rework with trunk. Tested on nptl-sh4.Carmelo Amoroso2009-01-221-42/+14
* - pull r24593:24596 from trunkBernhard Reutner-Fischer2008-12-292-9/+9
* Synch with trunk @ 24392Carmelo Amoroso2008-12-123-18/+14
* Synch with trunk @ 24261Carmelo Amoroso2008-12-114-28/+25
* Synch with trunk @ 24242Carmelo Amoroso2008-12-0315-91/+68
* Synch with trunk @ 24165Carmelo Amoroso2008-11-2720-31/+37
* Synch with trunk @ 24075.Carmelo Amoroso2008-11-171-4/+4
* Synch with trunk at rev 22997.Carmelo Amoroso2008-07-314-5/+5
* BIG BIG commit: all left files merged from trunk [rev 22714]. Currenntly NPTL...Carmelo Amoroso2008-07-0915-50/+16
* Synch the whole build system. Also including recent fix on testsuite build sy...Carmelo Amoroso2008-07-091-6/+11
* Last to missing files. Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com>Carmelo Amoroso2007-11-221-1/+1
* Fix Makefile.in and synch them with trunk. Signed-off-by: Carmelo Amoroso <ca...Carmelo Amoroso2007-11-201-2/+0
* Changes for NPTL."Steven J. Hill"2006-08-222-1/+94
* Merge from trunk."Steven J. Hill"2006-08-222-2/+3
* Merge from trunk."Steven J. Hill"2006-02-2626-169/+123
* Finish implementation of new signals for NPTL which are SIGCANCEL, SIGTIMER a..."Steven J. Hill"2006-02-052-4/+82
* Get rid of more glibc NPTL symbol and alias madness. Also disable usage of"Steven J. Hill"2006-01-141-0/+4
* Finish merges from trunk."Steven J. Hill"2005-12-101-0/+2
* Merge from trunk."Steven J. Hill"2005-12-109-8/+19
* Fix up sigaction for NPTL."Steven J. Hill"2005-12-101-7/+6
* NPTL changes for signal handling, getpid, sleep, raise and a few things"Steven J. Hill"2005-12-081-0/+4
* Fix 'sigaction' for NPTL and other thread models."Steven J. Hill"2005-12-086-24/+7
* Merge from trunk."Steven J. Hill"2005-12-081-1/+1
* Finish up merge from trunk."Steven J. Hill"2005-12-061-1/+1
* Merge from trunk."Steven J. Hill"2005-12-0311-8/+26
* Merge from trunk."Steven J. Hill"2005-12-0211-124/+52
* Copy from trunk."Steven J. Hill"2005-12-011-0/+44
* Massive merge from trunk."Steven J. Hill"2005-11-1824-412/+495
* Massive merge from trunk."Steven J. Hill"2005-11-171-4/+1
* Update signal handlers for NPTL."Steven J. Hill"2005-11-163-14/+12
* Copy from trunk."Steven J. Hill"2005-10-301-0/+36
* merge parallel build supportMike Frysinger2005-01-251-4/+4
* Peter Kjellerstedt writes:Eric Andersen2003-10-181-1/+1
* Quick implementation of sigwait. Doesn't handle thread cancelationEric Andersen2003-10-032-7/+35
* 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
* Fix pthreads to use the rt signals if presentEric Andersen2002-06-131-43/+21
* -#ifdef _POSIX_THREADSEric Andersen2002-05-301-2/+3
* 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-132-4/+6
* HAVE_SA_RESTORER is supposed to be true, not false, on most arches.Eric Andersen2002-02-111-10/+23
* use X/Open __sysv_signal name, then use the weak name for sysv_signalEric Andersen2002-02-051-2/+2