Age | Commit message (Expand) | Author | Files | Lines |
2020-05-21 | fix incorrect SIGSTKFLT on all mips archs | Rich Felker | 1 | -1/+1 |
2019-12-30 | fix types for mips sigcontext/mcontext_t regset members | Khem Raj | 1 | -2/+6 |
2016-07-03 | make brace placement in public header typedef'd structs consistent | Rich Felker | 1 | -2/+1 |
2016-07-03 | make brace placement in public header struct definitions consistent | Rich Felker | 1 | -2/+1 |
2016-01-26 | fix siginfo_t for mips | Szabolcs Nagy | 1 | -0/+9 |
2015-07-21 | mips: fix mcontext_t register array field name | Felix Fietkau | 1 | -1/+1 |
2015-03-18 | fix MINSIGSTKSZ values for archs with large signal contexts | Rich Felker | 1 | -0/+5 |
2014-03-18 | fix signal.h breakage from moving stack_t to arch-specific bits | Rich Felker | 1 | -6/+6 |
2014-03-18 | fix mips stack_t | Rich Felker | 1 | -1/+1 |
2014-03-18 | move signal.h definition of stack_t to arch-specific bits | Rich Felker | 1 | -0/+6 |
2014-03-18 | remove useless and incorrect uc_regspace member from mips ucontext_t | Rich Felker | 1 | -1/+0 |
2013-08-10 | fix _NSIG and SIGRTMAX on mips | Rich Felker | 1 | -1/+1 |
2012-11-25 | fixup mcontext stuff to expost gregset_t/fpregset_t as appropriate | Rich Felker | 1 | -1/+19 |
2012-11-23 | sigcontext/mcontext cleanup for arch-specific bits | Rich Felker | 1 | -11/+11 |
2012-11-23 | fix up leftover, incorrect NSIG definitions in arch-specific signal.h | Rich Felker | 1 | -1/+0 |
2012-11-21 | add back NSIG, removed from powerpc in last commit, but for all archs | Rich Felker | 1 | -0/+2 |
2012-07-12 | fix redef of sigprocmask constants on mips | Rich Felker | 1 | -0/+3 |
2012-07-12 | more mips bits-header fixes | Rich Felker | 1 | -2/+6 |
2012-07-12 | fix mips mcontext_t structure size | Rich Felker | 1 | -1/+5 |
2012-07-11 | initial version of mips (o32) port, based on work by Richard Pennington (rdp) | Rich Felker | 1 | -0/+73 |