Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-03-18 | fix signal.h breakage from moving stack_t to arch-specific bits | Rich Felker | 1 | -6/+6 | |
in the previous changes, I missed the fact that both the prototype of the sigaltstack function and the definition of ucontext_t depend on stack_t. | |||||
2014-03-18 | move signal.h definition of stack_t to arch-specific bits | Rich Felker | 1 | -0/+6 | |
it's different at least on mips. mips version will be fixed in a separate commit to show the change. | |||||
2014-02-23 | x32 port (diff against vanilla x86_64) | rofl0r | 1 | -6/+6 | |
2014-02-23 | import vanilla x86_64 code as x32 | rofl0r | 1 | -0/+119 | |