Age | Commit message (Expand) | Author | Lines |
---|---|---|---|
2012-11-25 | fixup mcontext stuff to expost gregset_t/fpregset_t as appropriate | Rich Felker | -4/+5 |
2012-11-23 | sigcontext/mcontext cleanup for arch-specific bits | Rich Felker | -22/+26 |
2012-11-23 | fix up leftover, incorrect NSIG definitions in arch-specific signal.h | Rich Felker | -1/+0 |
2012-11-21 | add back NSIG, removed from powerpc in last commit, but for all archs | Rich Felker | -0/+2 |
2012-05-22 | fix missing _BSD_SOURCE support in bits/*.h | Rich Felker | -2/+2 |
2011-09-19 | cleanup redundancy in bits/signal.h versions | Rich Felker | -122/+10 |
2011-03-10 | make sigaltstack work (missing macros in signal.h, error conditions) | Rich Felker | -0/+2 |
2011-02-20 | fill in some missing siginfo stuff in signal.h | Rich Felker | -5/+56 |
2011-02-18 | support the ugly and deprecated ucontext and sigcontext header stuff... | Rich Felker | -0/+34 |
2011-02-15 | preparing build system to handle ports - step 1 | Rich Felker | -0/+107 |