OSDN Git Service

Replace FSF snail mail address with URLs
[uclinux-h8/uClibc.git] / libc / sysdeps / linux / arm / sigaction.c
2012-11-18 Mike FrysingerReplace FSF snail mail address with URLs
2012-06-15 Peter S. Mazingersignal.h: provide prototype for __libc_sigaction and...
2012-01-28 Bernhard Reutner... *: if !HAS_THREADS strong alias sigaction
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-10 Denis Vlasenko*: remove some __libc_XXX functions:
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-05-19 Denis VlasenkoMoving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL...
2006-07-06 "Steven J. Hill"Remove SA_ONSTACK handling for ARM based up on glibc...
2006-02-02 Peter S. Mazingereven the hidden version of the weaks in libc (as strong...
2006-01-26 Peter S. MazingerGet rid of missing prototype warnings
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 Peter S. Mazingerhidden_def/hidden_proto: convert all users (I hope...
2005-12-10 "Steven J. Hill"Merge from NPTL branch. Bring in the remaining changes...
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-02 Peter S. MazingerRemove prototypes that are in kernel_sigaction.h already
2005-12-01 Peter S. MazingerHide mostly used functions
2004-07-17 Eric AndersenUpdate sigaction for arm
2003-01-22 Eric AndersenUpdate sigaction syscall names to act more like glibc...
2003-01-22 Eric AndersenAdd in arm specific sigaction implementation to fix...