workaround gcc got-register-reload performance problems in malloc
[musl] / arch / mips /
2012-09-14 Rich Felkeradd O_PATH/O_SEARCH support to fcntl.h
2012-09-11 Rich Felkerimprove mips syscall asm constraints to use immediates...
2012-09-11 Rich Felkereliminate assumption that mips syscall restart preserve...
2012-09-09 Rich Felkerinline syscall support for mips
2012-09-09 Rich Felkersyscall organization overhaul
2012-09-07 Rich Felkeradd clang-compatible thread-pointer code for mips
2012-09-02 Rich Felkeravoid "inline" in public headers for strict c89 compati...
2012-08-14 Rich FelkerMerge remote-tracking branch 'nsz/exp'
2012-08-11 Rich Felkeravoid need for -march=mips2 to compile mips atomic...
2012-08-10 Rich Felkerfix incorrect ptrdiff_t type on mips
2012-08-10 Rich Felkeradd defines for number of sigset_t bytes syscalls expect
2012-08-07 Rich Felkerfurther fixes for mips ioctl.h header
2012-08-07 Rich Felkerfix another mips gratuitous-incompatibility bug: ioctl...
2012-08-05 Rich Felkerfix socket.h on mips
2012-08-05 Rich Felkermore stuff lost committing mips dynamic linker
2012-08-05 Rich Felkermips dynamic linker support
2012-07-22 Rich Felkeradd floating point register saving/restoring to mips...
2012-07-13 Rich Felkerfix broken mips a_fetch_add
2012-07-13 Rich Felkermipsel (little endian) support
2012-07-13 Rich Felkerworkaround another sendmsg kernel bug on 64-bit machines
2012-07-12 Rich Felkerfix redef of sigprocmask constants on mips
2012-07-12 Rich Felkermore mips bits-header fixes
2012-07-12 Rich Felkerfix mips syscalls with long long args
2012-07-12 Rich Felkerfix mips mcontext_t structure size
2012-07-12 Rich Felkerfix MAP_ANONYMOUS value for mips, remove cruft copied...
2012-07-11 Rich Felkerinitial version of mips (o32) port, based on work by...