about summary refs log tree commit diff
path: root/arch/mips
Commit message (Expand)AuthorAgeFilesLines
* fix socket.h on mipsRich Felker2012-08-051-0/+3
* more stuff lost committing mips dynamic linkerRich Felker2012-08-051-2/+2
* mips dynamic linker supportRich Felker2012-08-051-3/+53
* add floating point register saving/restoring to mips setjmp/longjmpRich Felker2012-07-221-1/+1
* fix broken mips a_fetch_addRich Felker2012-07-121-7/+7
* mipsel (little endian) supportRich Felker2012-07-121-1/+1
* workaround another sendmsg kernel bug on 64-bit machinesRich Felker2012-07-121-0/+7
* fix redef of sigprocmask constants on mipsRich Felker2012-07-121-0/+3
* more mips bits-header fixesRich Felker2012-07-121-2/+6
* fix mips syscalls with long long argsRich Felker2012-07-121-1/+1
* fix mips mcontext_t structure sizeRich Felker2012-07-121-1/+5
* fix MAP_ANONYMOUS value for mips, remove cruft copied from i386Rich Felker2012-07-111-2/+1
* initial version of mips (o32) port, based on work by Richard Pennington (rdp)Rich Felker2012-07-1129-0/+2037