summaryrefslogtreecommitdiffstats
path: root/libc/signal
Commit message (Expand)AuthorAgeFilesLines
* sync with glibcMike Frysinger2006-01-091-2/+2
* hide __sigjmp_saveMike Frysinger2006-01-081-0/+2
* Merge from NPTL branch."Steven J. Hill"2005-12-101-0/+2
* The minimum is different for NPTL because of two new signals."Steven J. Hill"2005-12-101-0/+4
* hide __sigsetmaskPeter S. Mazinger2005-12-101-3/+2
* Implement hidden poll, switch user to hidden *printf/*scanf/pollPeter S. Mazinger2005-12-091-1/+1
* internal sigpause, do we really default to BSD signals?Peter S. Mazinger2005-12-095-5/+9
* Try to mimic glibc sigaction, sjhill, could you please test w/ this version?Peter S. Mazinger2005-12-086-12/+11
* Get rid again of memset relocPeter S. Mazinger2005-12-061-1/+1
* Get rid of compiler warning."Steven J. Hill"2005-12-061-1/+1
* More hiding, including __mempcpyPeter S. Mazinger2005-12-0312-22/+33
* Hide mostly used functionsPeter S. Mazinger2005-12-0110-14/+14
* sync with glibc (and shrinks the object code nicely by like half)Mike Frysinger2005-12-014-73/+76
* Remove TOPDIRPeter S. Mazinger2005-11-211-3/+1
* update licenses and sync with glibcMike Frysinger2005-11-1523-421/+493
* Hide internally used symbols, use weak_alias for raise/sigwait, as they could...Peter S. Mazinger2005-11-142-2/+9
* Let the #define do all the workEric Andersen2005-11-141-6/+0
* Lets not just paper over this. Add implementation of __xpg_sigpause()Eric Andersen2005-11-101-0/+6
* Enable IMAPeter S. Mazinger2005-11-031-3/+1
* Remove last unused references to libc-a-pic-, we use only the lists in libc-a...Peter S. Mazinger2005-11-011-1/+0
* Replace all Makefiles for new build infrastucturePeter S. Mazinger2005-10-291-36/+8
* All Makefile.in's. Only arm/i386/mips/powerpc/x86_64 are done, the other arch...Peter S. Mazinger2005-10-251-0/+36
* Rewrote almost all Makefiles: do not use strip $(x),y; run strip on all objec...Peter S. Mazinger2005-10-121-8/+7
* 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
* Fixup setjmp implementation so it actaully works as expectedEric Andersen2002-01-301-14/+12
* Fix a few things I'd missed when using old (2.0.x) kernels.Eric Andersen2002-01-023-51/+2
* Once again, rework the signal handling to be even more correct. We noEric Andersen2002-01-0227-391/+739
* Update my email address. I am no longer andersen@lineo.comEric Andersen2001-12-192-2/+4
* Fix support for sysv style signalsEric Andersen2001-11-212-1/+59
* These are now obsoleteEric Andersen2001-10-172-74/+0
* Fix up sig handling so it is more in sync with glibc behaviorEric Andersen2001-10-1715-87/+410
* Minor cleanupsEric Andersen2001-10-033-0/+3
* Update to accomodate the header file changesEric Andersen2001-09-276-8/+10
* Add in (stub out really) __libc_current_sigrtmin, andEric Andersen2001-06-152-1/+36
* Sigpause was broken. Now it is fixed.Eric Andersen2001-05-161-21/+49
* Ok, this should finish off my massive ro-organization. The sourceEric Andersen2001-05-121-2/+1
* Oops. Forgot the makefile updatesEric Andersen2001-05-101-1/+1
* These are needed for ash-0.3.8Eric Andersen2001-05-101-0/+36
* Fix include/errno.h to not use kernel header, and instead use bits/errno.h.Eric Andersen2001-04-065-5/+5
* Add missing function sigfillset.Manuel Novoa III2001-04-042-1/+39