summaryrefslogtreecommitdiffstats
path: root/libc/arch-mips
Commit message (Expand)AuthorAgeFilesLines
* Remove getdents from bionic.Elliott Hughes2014-06-061-2/+2
* Avoid a system call in 'gettid'.Elliott Hughes2014-06-021-19/+0
* Merge "Revert "Revert "Lose the hand-written futex assembler."""Elliott Hughes2014-05-293-70/+0
|\
| * Revert "Revert "Lose the hand-written futex assembler.""Elliott Hughes2014-05-283-70/+0
* | Merge "Add optimized AArch64 versions of bcopy and wmemmove based on memmove"Christopher Ferris2014-05-281-0/+1
|\ \ | |/ |/|
| * Add optimized AArch64 versions of bcopy and wmemmove based on memmoveBernhard Rosenkraenzer2014-05-231-0/+1
* | Merge "Revert "Lose the hand-written futex assembler.""Narayan Kamath2014-05-283-0/+70
|\ \
| * | Revert "Lose the hand-written futex assembler."Narayan Kamath2014-05-283-0/+70
* | | Clear the return address register in __bionic_clone.Elliott Hughes2014-05-271-0/+3
| |/ |/|
* | Revert "Add optimized AArch64 versions of bcopy and wmemmove based on memmove"Christopher Ferris2014-05-241-1/+0
* | Add optimized AArch64 versions of bcopy and wmemmove based on memmoveBernhard Rosenkraenzer2014-05-231-0/+1
|/
* Lose the hand-written futex assembler.Elliott Hughes2014-05-223-70/+0
* Remove the tkill(2) stub.Elliott Hughes2014-05-221-19/+0
* Hide most of the private futex functions.Elliott Hughes2014-05-211-67/+1
* Merge "Remove __syslog; we have the public klogctl API."Elliott Hughes2014-05-211-19/+0
|\
| * Remove __syslog; we have the public klogctl API.Elliott Hughes2014-05-201-19/+0
* | Merge "Hide __get_sp."Elliott Hughes2014-05-211-2/+1
|\ \ | |/ |/|
| * Hide __get_sp.Elliott Hughes2014-05-201-2/+1
* | Remove perf_event_open.Elliott Hughes2014-05-201-19/+0
|/
* Mark sockets on creation (socket()) and accept4().Sreeram Ramachandran2014-05-193-23/+4
* Hide _exit_with_stack_teardown.Elliott Hughes2014-05-161-1/+1
* Hide __signalfd4, used to implement signalfd(3).Elliott Hughes2014-05-161-2/+2
* Mark sockets on accept().Sreeram Ramachandran2014-05-141-2/+2
* Introduce netd_client, a dynamic library that talks to netd.Sreeram Ramachandran2014-05-131-2/+2
* 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-38/+2
|/
* Hide the __bionic_clone and __bionic_clone_entry implementation details.Elliott Hughes2014-05-081-0/+1
* LP64 shouldn't include the non-standard <time64.h> cruft.Elliott Hughes2014-04-221-0/+1
* Clean up <machine/ieee.h>.Elliott Hughes2014-04-161-169/+0
* Implement _Exit(3).Elliott Hughes2014-04-081-0/+3
* Remove <machine/limits.h>.Elliott Hughes2014-04-011-59/+0
* Remove SIZE_MAX definition in limits.hRussell Webb2014-03-311-3/+0
* Add accept4() syscallAndrei Emeltchenko2014-03-261-0/+19
* Add recvmmsg and sendmmsg syscalls.Guillaume Ranquet2014-02-272-0/+38
* More OpenBSD cleanup (primarily string).Elliott Hughes2014-02-241-11/+11
* Stop asking GCC to cause trouble.Elliott Hughes2014-02-201-3/+0
* Unify our assembler macros.Elliott Hughes2014-02-2015-290/+135
* Stop advertising an arm32-specific hack like it's a build system feature.Elliott Hughes2014-02-201-8/+0
* Make mips/mips64 syscall stubs more like the other architectures.Elliott Hughes2014-02-19197-1816/+640
* Make mips generated assembler more like the mips64 stuff.Elliott Hughes2014-02-19196-1372/+1764
* Fix build by avoiding the _C_LABEL macro.Elliott Hughes2014-02-182-4/+4
* Implement some of the missing LFS64 support.Elliott Hughes2014-02-182-8/+14
* Reconfig libc's Android.mk to build for multilibYing Wang2014-02-121-1/+78
* Build syscall stubs in their own library.Elliott Hughes2014-02-111-198/+0
* Clean up cacheflush.Elliott Hughes2014-02-111-62/+26
* Switch <elf.h> over to linux uapi under the covers.Elliott Hughes2014-02-101-5/+0
* [MIPS64] libc/libm supportChris Dearman2014-02-062-45/+0
* Remove unused cruft from MIPS <machine/signal.h>.Elliott Hughes2014-02-051-62/+1
* Kill <machine/_types.h>.Elliott Hughes2014-02-042-170/+0