summaryrefslogtreecommitdiffstats
path: root/libc/signal
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add sigintr, from a patch by Michael ShmulevichEric Andersen2001-03-192-1/+58
* Symbol cleanup/bugfix. Add in needed global.Eric Andersen2001-01-162-1/+4
* A large update from Manuel Novoa III <mnovoa3@bellsouth.net>.Eric Andersen2001-01-111-2/+2
* Fix doc blunder.Eric Andersen2000-11-041-4/+4
* Make spelling of uClibc be consistant.Eric Andersen2000-11-041-1/+1
* More cleanups. Fix things so tinylogin compiles.Eric Andersen2000-11-043-6/+1
* Fix up signal handlingEric Andersen2000-10-275-2/+140
* More reorg. A place for everything and everything in its place...Eric Andersen2000-10-238-1/+258
* Strip all object files of all non global symbols and .note andEric Andersen2000-10-201-2/+4
* More updates. Implement strsignal. Add pwd_grp testsEric Andersen2000-10-181-1/+1
* Makefile updateEric Andersen2000-10-121-1/+1
* Finish reorganizing things. At least I think I've finished.Eric Andersen2000-10-112-0/+57