summaryrefslogtreecommitdiff
path: root/arch/mips
AgeCommit message (Expand)AuthorFilesLines
2012-07-22add floating point register saving/restoring to mips setjmp/longjmpRich Felker1-1/+1
2012-07-12fix broken mips a_fetch_addRich Felker1-7/+7
2012-07-12mipsel (little endian) supportRich Felker1-1/+1
2012-07-12workaround another sendmsg kernel bug on 64-bit machinesRich Felker1-0/+7
2012-07-12fix redef of sigprocmask constants on mipsRich Felker1-0/+3
2012-07-12more mips bits-header fixesRich Felker1-2/+6
2012-07-12fix mips syscalls with long long argsRich Felker1-1/+1
2012-07-12fix mips mcontext_t structure sizeRich Felker1-1/+5
2012-07-11fix MAP_ANONYMOUS value for mips, remove cruft copied from i386Rich Felker1-2/+1
2012-07-11initial version of mips (o32) port, based on work by Richard Pennington (rdp)Rich Felker29-0/+2037