OSDN Git Service

sigaction overhaul as described in docs/sigaction.txt
[uclinux-h8/uClibc.git] / libc / sysdeps / linux / i386 / 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-10-19 Bernhard Reutner... - fix sigaction on older kernels (Michael Deutschmann)
2008-07-23 Bernhard Reutner... - trim any trailing whitespace
2008-05-19 Denis VlasenkoMoving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL...
2007-07-29 Denis VlasenkoRemove stray code alignment (.align 16 and .align 4...
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-25 Peter S. MazingerGuard the use of sigreturn as in x86_64, thx blindvt
2006-01-23 Peter S. Mazingermake sigaction/raise/sigwait/siglongjmp/longjmp weak_al...
2006-01-23 Peter S. MazingerMake i386 build w/ -std=c99 (almost)
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-01 Peter S. MazingerHide mostly used functions
2005-11-21 Mike Frysingertweak restore function definitions like glibc does...
2003-02-03 Eric AndersenOops. I'd left an extra invocation of sigaction in...
2003-01-22 Eric AndersenUpdate sigaction syscall names to act more like glibc...