fix wrong float_t on x86_64
[musl] / arch / mips /
2013-01-14 Rich FelkerMerge remote-tracking branch 'nsz/math'
2013-01-12 Szabolcs Nagyadd missing mmap options and madvices to bits/mman...
2013-01-12 Szabolcs Nagyadd missing F_GETOWNER_UIDS flag to bits/fcntl.h
2012-12-06 rofl0radd more arch-specific MAP_ macros to bits/mman.h
2012-12-06 rofl0radd MAP_NORESERVE to bits/mman.h
2012-11-26 Rich Felkerfixup mcontext stuff to expost gregset_t/fpregset_t...
2012-11-26 Rich Felkermake sys/procfs.h mostly work on most archs
2012-11-24 Rich Felkerbegin sys/user.h and sys/reg.h fixes for ports
2012-11-23 Rich Felkerfix termios constants on mips
2012-11-23 Rich Felkersigcontext/mcontext cleanup for arch-specific bits
2012-11-23 Rich Felkerfix up leftover, incorrect NSIG definitions in arch...
2012-11-21 Rich Felkeradd back NSIG, removed from powerpc in last commit...
2012-11-19 Rich Felkerfix breakage from introducing bits header for sys/io.h
2012-11-18 Rich FelkerMerge remote-tracking branch 'nsz/math'
2012-11-18 rofl0rfcntl.h: O_SEARCH was missing for powerpc
2012-11-16 Rich Felkerdisable SO_REUSEPORT in sys/socket.h
2012-11-05 Rich Felkerfix numerous mips abi constant definition mismatches
2012-10-19 Rich Felkerbetter support for reverse-endian variants of arm/mips...
2012-10-19 Rich Felkerfloating point environment/exceptions support for mips
2012-10-15 Rich Felkeradd support for TLS variant I, presently needed for...
2012-10-05 Rich Felkerdynamic-linked TLS support for everything but dlopen...
2012-09-22 Rich Felkerfix broken semctl on systems that don't use IPC_64...
2012-09-16 Rich Felkeradd O_EXEC open mode
2012-09-15 Rich Felkerfix buggy constraints in mips inline syscall asm
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...