summaryrefslogtreecommitdiffstats
path: root/libc/arch-mips64/bionic
Commit message (Expand)AuthorAgeFilesLines
* Fix two accidentally leaked mips64 symbols.Elliott Hughes2015-06-151-39/+25
* Include pthread_atfork.h to mips64 crtbeginDmitriy Ivanov2015-04-251-0/+1
* [MIPS64] Fix mips64 build.Nikola Veljkovic2015-02-231-1/+1
* Modify MIPS64 stat structure to match a generic one in AOSP.Raghu Gandham2015-01-281-0/+103
* Merge mips setjmp/longjmp family.Elliott Hughes2014-12-083-437/+1
* [MIPS] Rewrite of setjmp/longjmp for mips64 and mipsr6Duane Sand2014-11-253-167/+203
* Mips: remove arch-specific atexit.hDmitriy Ivanov2014-11-212-30/+1
* Mips: Remove unused filesDmitriy Ivanov2014-11-211-38/+0
* Mips: Reuse atexit.h from libc/arch-commonDmitriy Ivanov2014-11-211-8/+1
* Ensure __set_errno is still visible on LP32.Elliott Hughes2014-09-083-3/+3
* Revert "Register __libc_fini as early as possible."Dmitriy Ivanov2014-09-041-0/+5
* Register __libc_fini as early as possible.Dmitriy Ivanov2014-09-031-5/+0
* MIPS64 syscall() argumentsChris Dearman2014-09-021-1/+1
* Fix pthread_getattr_np for the main thread.Elliott Hughes2014-08-261-34/+0
* Revert "Replaces vfork() implementation with fork()"Dan Albert2014-08-051-0/+71
* [MIPSR6] setjmp supports mips32r6 and FP64A/FPXX reg modelsDuane Sand2014-07-232-122/+48
* Remove __memcmp16 from bionic.Elliott Hughes2014-06-121-53/+0
* Merge "Replaces vfork() implementation with fork()"Dan Albert2014-06-101-71/+0
|\
| * Replaces vfork() implementation with fork()Dan Albert2014-06-101-71/+0
* | Merge "Rename __bionic_clone_entry to __start_thread."Elliott Hughes2014-06-061-2/+2
|\ \
| * | Rename __bionic_clone_entry to __start_thread.Elliott Hughes2014-06-061-2/+2
| |/
* | Remove getdents from bionic.Elliott Hughes2014-06-061-97/+0
|/
* Removes bcopy and bzero from bionic.Dan Albert2014-06-031-41/+0
* Revert "Revert "Lose the hand-written futex assembler.""Elliott Hughes2014-05-281-64/+0
* Merge "Revert "Lose the hand-written futex assembler.""Narayan Kamath2014-05-281-0/+64
|\
| * Revert "Lose the hand-written futex assembler."Narayan Kamath2014-05-281-0/+64
* | Clear the return address register in __bionic_clone.Elliott Hughes2014-05-271-0/+3
|/
* Lose the hand-written futex assembler.Elliott Hughes2014-05-221-64/+0
* Hide most of the private futex functions.Elliott Hughes2014-05-211-81/+1
* Hide __get_sp.Elliott Hughes2014-05-201-1/+1
* Hide _exit_with_stack_teardown.Elliott Hughes2014-05-161-1/+1
* Remove the useless indirection in mips' __set_tls.Elliott Hughes2014-05-121-35/+0
* Hide the __bionic_clone and __bionic_clone_entry implementation details.Elliott Hughes2014-05-081-0/+1
* Unify our assembler macros.Elliott Hughes2014-02-2010-52/+33
* Make mips/mips64 syscall stubs more like the other architectures.Elliott Hughes2014-02-191-1/+0
* Clean up cacheflush.Elliott Hughes2014-02-111-99/+0
* [MIPS64] libc/libm supportChris Dearman2014-02-0617-0/+1443