OSDN Git Service

sigaction overhaul as described in docs/sigaction.txt
[uclinux-h8/uClibc.git] / libc / signal / sigaction.c
2008-12-15 Denis Vlasenkosigaction overhaul as described in docs/sigaction.txt
2008-12-13 Denis VlasenkoRemove the rest of "bounded pointers" scaffolding....
2008-12-01 Denis Vlasenkofix sigset_t size for mips (it's the only arch with...
2008-11-20 Denis Vlasenkonext portion of libc_hidden_proto removal
2008-07-23 Bernhard Reutner... - trim any trailing whitespace
2008-05-19 Denis VlasenkoMoving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL...
2006-02-20 Mike Frysingerupdate copyright with glibc
2006-02-02 Peter S. Mazingereven the hidden version of the weaks in libc (as strong...
2006-01-29 Mike Frysingercreate local prototype for __libc_sigaction
2006-01-23 Peter S. Mazingermake sigaction/raise/sigwait/siglongjmp/longjmp weak_al...
2006-01-15 Peter S. Mazingermake gcc4 happy w/ hidden_def/proto, correct some typos
2006-01-14 Mike Frysingerdont hide __libc_sigaction
2006-01-14 Peter S. Mazingerhidden_def/hidden_proto: convert all users (I hope...
2006-01-09 Mike Frysingersync with glibc
2005-12-10 "Steven J. Hill"Merge from NPTL branch.
2005-12-08 Peter S. MazingerTry to mimic glibc sigaction, sjhill, could you please...
2005-12-03 Peter S. MazingerMore hiding, including __mempcpy
2005-12-01 Peter S. MazingerHide mostly used functions
2005-11-15 Mike Frysingerupdate licenses and sync with glibc
2003-01-22 Eric AndersenUpdate sigaction syscall names to act more like glibc...
2003-01-22 Eric AndersenLooks like sigaction on arm needs adjustment, so split...
2002-02-16 Eric AndersenUse sizeof(sa_mask) instaed of sizeof(sigset_t) since...
2002-02-13 Eric AndersenA number of naming updates in preparation for adding in
2002-02-11 Eric AndersenHAVE_SA_RESTORER is supposed to be true, not false...
2002-01-02 Eric AndersenFix a few things I'd missed when using old (2.0.x)...
2002-01-02 Eric AndersenOnce again, rework the signal handling to be even more...