summaryrefslogtreecommitdiffstats
path: root/libc/arch-mips64
Commit message (Expand)AuthorAgeFilesLines
...
* Merge "Add 32-bit Silvermont-optimized string/memory functions."Christopher Ferris2014-05-131-0/+2
|\
| * Add 32-bit Silvermont-optimized string/memory functions.Varvara Rainchik2014-05-121-0/+2
* | Remove the useless indirection in mips' __set_tls.Elliott Hughes2014-05-123-39/+3
|/
* Hide the __bionic_clone and __bionic_clone_entry implementation details.Elliott Hughes2014-05-081-0/+1
* Clean up <machine/ieee.h>.Elliott Hughes2014-04-161-169/+0
* Implement _Exit(3).Elliott Hughes2014-04-081-0/+3
* Merge "Clean up localeconv(3)."Elliott Hughes2014-04-081-5/+0
|\
| * Clean up localeconv(3).Elliott Hughes2014-04-081-5/+0
* | Corrected typo in mips64.mk about memcpy.cppAndrew Hsieh2014-04-091-1/+1
|/
* Remove <machine/limits.h>.Elliott Hughes2014-04-011-59/+0
* Remove SIZE_MAX definition in limits.hRussell Webb2014-03-311-3/+0
* Add lconv declaration and localeconv(3)Pavel Chupin2014-03-281-0/+5
* Add accept4() syscallAndrei Emeltchenko2014-03-261-0/+25
* Add recvmmsg and sendmmsg syscalls.Guillaume Ranquet2014-02-272-0/+50
* More OpenBSD cleanup (primarily string).Elliott Hughes2014-02-241-26/+25
* Unify our assembler macros.Elliott Hughes2014-02-2014-170/+51
* Fix mips64 crt build.Elliott Hughes2014-02-201-2/+2
* Stop advertising an arm32-specific hack like it's a build system feature.Elliott Hughes2014-02-201-5/+0
* Remove the useless _C_LABEL from generated system calls.Elliott Hughes2014-02-1929-29/+29
* Make mips/mips64 syscall stubs more like the other architectures.Elliott Hughes2014-02-19193-1729/+576
* Fix build by avoiding the _C_LABEL macro.Elliott Hughes2014-02-1815-30/+30
* Implement some of the missing LFS64 support.Elliott Hughes2014-02-184-16/+28
* Reconfig libc's Android.mk to build for multilibYing Wang2014-02-121-7/+67
* Build syscall stubs in their own library.Elliott Hughes2014-02-111-194/+0
* Clean up cacheflush.Elliott Hughes2014-02-112-100/+0
* Switch <elf.h> over to linux uapi under the covers.Elliott Hughes2014-02-101-5/+0
* [MIPS64] libc/libm supportChris Dearman2014-02-0632-0/+3860
* [MIPS64] Add syscall related filesChris Dearman2014-02-06193-0/+6208