Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-07-12 | fix redef of sigprocmask constants on mips | Rich Felker | 1 | -0/+3 | |
this fix is easier than trying to reorder the header stuff | |||||
2012-07-12 | more mips bits-header fixes | Rich Felker | 1 | -2/+6 | |
signal handling was very broken because of this | |||||
2012-07-12 | fix mips mcontext_t structure size | Rich Felker | 1 | -1/+5 | |
otherwise offs in ucontext_t will be wrong, and break code that inspects or modifies the signal makes (including cancellation code). | |||||
2012-07-11 | initial version of mips (o32) port, based on work by Richard Pennington (rdp) | Rich Felker | 1 | -0/+73 | |
basically, this version of the code was obtained by starting with rdp's work from his ellcc source tree, adapting it to musl's build system and coding style, auditing the bits headers for discrepencies with kernel definitions or glibc/LSB ABI or large file issues, fixing up incompatibility with the old binutils from aboriginal linux, and adding some new special cases to deal with the oddities of sigaction and pipe syscall interfaces on mips. at present, minimal test programs work, but some interfaces are broken or missing. threaded programs probably will not link. |