Age | Commit message (Expand) | Author |
2009-01-10 | libc/signal/sigaction.c: s/!=/==/ | Denis Vlasenko |
2008-12-15 | sigaction overhaul as described in docs/sigaction.txt | Denis Vlasenko |
2008-12-13 | Remove the rest of "bounded pointers" scaffolding. gcc website says" | Denis Vlasenko |
2008-12-01 | fix sigset_t size for mips (it's the only arch with 128 signals). | Denis Vlasenko |
2008-11-20 | next portion of libc_hidden_proto removal | Denis Vlasenko |
2008-07-23 | - trim any trailing whitespace | Bernhard Reutner-Fischer |
2008-05-19 | Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL block | Denis Vlasenko |
2006-02-20 | update copyright with glibc | Mike Frysinger |
2006-02-02 | even the hidden version of the weaks in libc (as strong in libpthread) have t... | Peter S. Mazinger |
2006-01-29 | create local prototype for __libc_sigaction | Mike Frysinger |
2006-01-23 | make sigaction/raise/sigwait/siglongjmp/longjmp weak_alias, these are in libp... | Peter S. Mazinger |
2006-01-15 | make gcc4 happy w/ hidden_def/proto, correct some typos | Peter S. Mazinger |
2006-01-14 | dont hide __libc_sigaction | Mike Frysinger |
2006-01-14 | hidden_def/hidden_proto: convert all users (I hope) termios split, add some m... | Peter S. Mazinger |
2006-01-09 | sync with glibc | Mike Frysinger |
2005-12-10 | Merge from NPTL branch. | "Steven J. Hill" |
2005-12-08 | Try to mimic glibc sigaction, sjhill, could you please test w/ this version? | Peter S. Mazinger |
2005-12-03 | More hiding, including __mempcpy | Peter S. Mazinger |
2005-12-01 | Hide mostly used functions | Peter S. Mazinger |
2005-11-15 | update licenses and sync with glibc | Mike Frysinger |
2003-01-22 | Update sigaction syscall names to act more like glibc. Fix the x86 sigaction | Eric Andersen |
2003-01-22 | Looks like sigaction on arm needs adjustment, so split this into | Eric Andersen |
2002-02-16 | Use sizeof(sa_mask) instaed of sizeof(sigset_t) since sa_mask is | Eric Andersen |
2002-02-13 | A number of naming updates in preparation for adding in | Eric Andersen |
2002-02-11 | HAVE_SA_RESTORER is supposed to be true, not false, on most arches. | Eric Andersen |
2002-01-02 | Fix a few things I'd missed when using old (2.0.x) kernels. | Eric Andersen |
2002-01-02 | Once again, rework the signal handling to be even more correct. We no | Eric Andersen |