summaryrefslogtreecommitdiff
path: root/libc/signal
AgeCommit message (Expand)Author
2002-02-16Use sizeof(sa_mask) instaed of sizeof(sigset_t) since sa_mask isEric Andersen
2002-02-13A number of naming updates in preparation for adding inEric Andersen
2002-02-11HAVE_SA_RESTORER is supposed to be true, not false, on most arches.Eric Andersen
2002-02-05use X/Open __sysv_signal name, then use the weak name for sysv_signalEric Andersen
2002-01-30Fixup setjmp implementation so it actaully works as expectedEric Andersen
2002-01-02Fix a few things I'd missed when using old (2.0.x) kernels.Eric Andersen
2002-01-02Once again, rework the signal handling to be even more correct. We noEric Andersen
2001-12-19Update my email address. I am no longer andersen@lineo.comEric Andersen
2001-11-21Fix support for sysv style signalsEric Andersen
2001-10-17These are now obsoleteEric Andersen
2001-10-17Fix up sig handling so it is more in sync with glibc behaviorEric Andersen
2001-10-03Minor cleanupsEric Andersen
2001-09-27Update to accomodate the header file changesEric Andersen
2001-06-15Add in (stub out really) __libc_current_sigrtmin, andEric Andersen
2001-05-16Sigpause was broken. Now it is fixed.Eric Andersen
2001-05-12Ok, this should finish off my massive ro-organization. The sourceEric Andersen
2001-05-10Oops. Forgot the makefile updatesEric Andersen
2001-05-10These are needed for ash-0.3.8Eric Andersen
2001-04-06Fix include/errno.h to not use kernel header, and instead use bits/errno.h.Eric Andersen
2001-04-04Add missing function sigfillset.Manuel Novoa III
2001-03-19Add sigintr, from a patch by Michael ShmulevichEric Andersen
2001-01-16Symbol cleanup/bugfix. Add in needed global.Eric Andersen
2001-01-11A large update from Manuel Novoa III <mnovoa3@bellsouth.net>.Eric Andersen
2000-11-04Fix doc blunder.Eric Andersen
2000-11-04Make spelling of uClibc be consistant.Eric Andersen
2000-11-04More cleanups. Fix things so tinylogin compiles.Eric Andersen
2000-10-27Fix up signal handlingEric Andersen
2000-10-23More reorg. A place for everything and everything in its place...Eric Andersen
2000-10-20Strip all object files of all non global symbols and .note andEric Andersen
2000-10-18More updates. Implement strsignal. Add pwd_grp testsEric Andersen
2000-10-12Makefile updateEric Andersen
2000-10-11Finish reorganizing things. At least I think I've finished.Eric Andersen