summaryrefslogtreecommitdiffstats
path: root/libc/arch-mips/bionic
Commit message (Expand)AuthorAgeFilesLines
* Simplify three copyright headers.Elliott Hughes2015-05-121-1/+1
* Unregister pthread_atfork handlers on dlclose()Dmitriy Ivanov2015-04-241-0/+1
* Revert "Unregister pthread_atfork handlers on dlclose()"Dimitry Ivanov2015-04-241-1/+0
* Unregister pthread_atfork handlers on dlclose()Dmitriy Ivanov2015-04-221-0/+1
* Use ALIAS_SYMBOL for assembler aliasing.Christopher Ferris2015-03-251-9/+2
* [MIPS] Fix setjmp signalsDuane Sand2015-02-111-225/+119
* Merge mips setjmp/longjmp family.Elliott Hughes2014-12-083-254/+286
* [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/+4
* Register __libc_fini as early as possible.Dmitriy Ivanov2014-09-031-4/+0
* 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/+58
* [MIPSR6] setjmp supports mips32r6 and FP64A/FPXX reg modelsDuane Sand2014-07-232-122/+48
* Remove __memcmp16 from bionic.Elliott Hughes2014-06-121-50/+0
* Merge "Replaces vfork() implementation with fork()"Dan Albert2014-06-101-58/+0
|\
| * Replaces vfork() implementation with fork()Dan Albert2014-06-101-58/+0
* | Rename __bionic_clone_entry to __start_thread.Elliott Hughes2014-06-061-2/+2
|/
* Revert "Revert "Lose the hand-written futex assembler.""Elliott Hughes2014-05-281-50/+0
* Merge "Revert "Lose the hand-written futex assembler.""Narayan Kamath2014-05-281-0/+50
|\
| * Revert "Lose the hand-written futex assembler."Narayan Kamath2014-05-281-0/+50
* | Clear the return address register in __bionic_clone.Elliott Hughes2014-05-271-0/+3
|/
* Lose the hand-written futex assembler.Elliott Hughes2014-05-221-50/+0
* Hide most of the private futex functions.Elliott Hughes2014-05-211-67/+1
* Hide __get_sp.Elliott Hughes2014-05-201-2/+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-2011-171/+116
* Make mips/mips64 syscall stubs more like the other architectures.Elliott Hughes2014-02-191-52/+52
* Clean up cacheflush.Elliott Hughes2014-02-111-62/+26
* [MIPS64] libc/libm supportChris Dearman2014-02-061-44/+0
* Remove as many hard-coded constants from the MIPS vfork.S as possible.Elliott Hughes2014-01-031-8/+16
* Fix MIPS build.Elliott Hughes2013-12-221-1/+1
* Remove the bogus exit status from _exit_with_stack_teardown.Elliott Hughes2013-12-211-6/+4
* Fix aarch64 futex assembly routines.Elliott Hughes2013-12-201-15/+5
* Allocate additional space on stack for indirect syscallChris Dearman2013-12-201-0/+8
* Clean up forking and cloning.Elliott Hughes2013-11-191-0/+0
* Switch pthread_create over to __bionic_clone.Elliott Hughes2013-11-152-78/+6
* [MIPS] Reimplement syscall to invoke the system call directlyChris Dearman2013-11-141-0/+57
* Let the compiler worry about implementing ffs(3).Elliott Hughes2013-10-241-92/+0
* MIPS' pipe(2) is weird, but MIPS' pipe2(2) is the same as everyone else's.Elliott Hughes2013-10-231-60/+0
* AArch64: Fix uses of stack size for 32/64bit libc buildsSerban Constantinescu2013-10-221-1/+1
* Fix MIPS build.Elliott Hughes2013-10-091-2/+1
* Fix x86_64 build, clean up intermediate libraries.Elliott Hughes2013-10-093-3/+3
* Fix __errno for LP64 and clean up __get_tls.Elliott Hughes2013-10-091-37/+0
* pthread_exit should call __NR_exit with status 0.Elliott Hughes2013-10-081-2/+2