summaryrefslogtreecommitdiff
path: root/libc/signal/sigaction.c
AgeCommit message (Expand)Author
2015-12-11Revert "fix tst-signal7 failure"Waldemar Brodkorb
2015-12-10fix tst-signal7 failureWaldemar Brodkorb
2012-11-18Replace FSF snail mail address with URLsMike Frysinger
2012-06-15signal: cleanup, include only headers that are neededPeter S. Mazinger
2012-06-15signal.h: provide prototype for __libc_sigaction and remove all othersPeter S. Mazinger
2012-01-28*: if !HAS_THREADS strong alias sigactionBernhard Reutner-Fischer
2009-01-10libc/signal/sigaction.c: s/!=/==/Denis Vlasenko
2008-12-15sigaction overhaul as described in docs/sigaction.txtDenis Vlasenko
2008-12-13Remove the rest of "bounded pointers" scaffolding. gcc website says"Denis Vlasenko
2008-12-01fix sigset_t size for mips (it's the only arch with 128 signals).Denis Vlasenko
2008-11-20next portion of libc_hidden_proto removalDenis Vlasenko
2008-07-23- trim any trailing whitespaceBernhard Reutner-Fischer
2008-05-19Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL blockDenis Vlasenko
2006-02-20update copyright with glibcMike Frysinger
2006-02-02even the hidden version of the weaks in libc (as strong in libpthread) have t...Peter S. Mazinger
2006-01-29create local prototype for __libc_sigactionMike Frysinger
2006-01-23make sigaction/raise/sigwait/siglongjmp/longjmp weak_alias, these are in libp...Peter S. Mazinger
2006-01-15make gcc4 happy w/ hidden_def/proto, correct some typosPeter S. Mazinger
2006-01-14dont hide __libc_sigactionMike Frysinger
2006-01-14hidden_def/hidden_proto: convert all users (I hope) termios split, add some m...Peter S. Mazinger
2006-01-09sync with glibcMike Frysinger
2005-12-10Merge from NPTL branch."Steven J. Hill"
2005-12-08Try to mimic glibc sigaction, sjhill, could you please test w/ this version?Peter S. Mazinger
2005-12-03More hiding, including __mempcpyPeter S. Mazinger
2005-12-01Hide mostly used functionsPeter S. Mazinger
2005-11-15update licenses and sync with glibcMike Frysinger
2003-01-22Update sigaction syscall names to act more like glibc. Fix the x86 sigactionEric Andersen
2003-01-22Looks like sigaction on arm needs adjustment, so split this intoEric Andersen
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-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