about summary refs log tree commit diff
path: root/arch/mips
Commit message (Expand)AuthorAgeFilesLines
* avoid need for -march=mips2 to compile mips atomic.h asmRich Felker2012-08-111-0/+8
* fix incorrect ptrdiff_t type on mipsRich Felker2012-08-101-1/+1
* add defines for number of sigset_t bytes syscalls expectRich Felker2012-08-091-0/+2
* further fixes for mips ioctl.h headerRich Felker2012-08-071-4/+4
* fix another mips gratuitous-incompatibility bug: ioctl numbersRich Felker2012-08-071-2/+2
* 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