index
:
bionic.git
replicant-6.0
Android's bionic
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libc
/
arch-mips
/
bionic
Commit message (
Expand
)
Author
Age
Files
Lines
*
Simplify three copyright headers.
Elliott Hughes
2015-05-12
1
-1
/
+1
*
Unregister pthread_atfork handlers on dlclose()
Dmitriy Ivanov
2015-04-24
1
-0
/
+1
*
Revert "Unregister pthread_atfork handlers on dlclose()"
Dimitry Ivanov
2015-04-24
1
-1
/
+0
*
Unregister pthread_atfork handlers on dlclose()
Dmitriy Ivanov
2015-04-22
1
-0
/
+1
*
Use ALIAS_SYMBOL for assembler aliasing.
Christopher Ferris
2015-03-25
1
-9
/
+2
*
[MIPS] Fix setjmp signals
Duane Sand
2015-02-11
1
-225
/
+119
*
Merge mips setjmp/longjmp family.
Elliott Hughes
2014-12-08
3
-254
/
+286
*
[MIPS] Rewrite of setjmp/longjmp for mips64 and mipsr6
Duane Sand
2014-11-25
3
-167
/
+203
*
Mips: remove arch-specific atexit.h
Dmitriy Ivanov
2014-11-21
2
-30
/
+1
*
Mips: Remove unused files
Dmitriy Ivanov
2014-11-21
1
-38
/
+0
*
Mips: Reuse atexit.h from libc/arch-common
Dmitriy Ivanov
2014-11-21
1
-8
/
+1
*
Ensure __set_errno is still visible on LP32.
Elliott Hughes
2014-09-08
3
-3
/
+3
*
Revert "Register __libc_fini as early as possible."
Dmitriy Ivanov
2014-09-04
1
-0
/
+4
*
Register __libc_fini as early as possible.
Dmitriy Ivanov
2014-09-03
1
-4
/
+0
*
Fix pthread_getattr_np for the main thread.
Elliott Hughes
2014-08-26
1
-34
/
+0
*
Revert "Replaces vfork() implementation with fork()"
Dan Albert
2014-08-05
1
-0
/
+58
*
[MIPSR6] setjmp supports mips32r6 and FP64A/FPXX reg models
Duane Sand
2014-07-23
2
-122
/
+48
*
Remove __memcmp16 from bionic.
Elliott Hughes
2014-06-12
1
-50
/
+0
*
Merge "Replaces vfork() implementation with fork()"
Dan Albert
2014-06-10
1
-58
/
+0
|
\
|
*
Replaces vfork() implementation with fork()
Dan Albert
2014-06-10
1
-58
/
+0
*
|
Rename __bionic_clone_entry to __start_thread.
Elliott Hughes
2014-06-06
1
-2
/
+2
|
/
*
Revert "Revert "Lose the hand-written futex assembler.""
Elliott Hughes
2014-05-28
1
-50
/
+0
*
Merge "Revert "Lose the hand-written futex assembler.""
Narayan Kamath
2014-05-28
1
-0
/
+50
|
\
|
*
Revert "Lose the hand-written futex assembler."
Narayan Kamath
2014-05-28
1
-0
/
+50
*
|
Clear the return address register in __bionic_clone.
Elliott Hughes
2014-05-27
1
-0
/
+3
|
/
*
Lose the hand-written futex assembler.
Elliott Hughes
2014-05-22
1
-50
/
+0
*
Hide most of the private futex functions.
Elliott Hughes
2014-05-21
1
-67
/
+1
*
Hide __get_sp.
Elliott Hughes
2014-05-20
1
-2
/
+1
*
Hide _exit_with_stack_teardown.
Elliott Hughes
2014-05-16
1
-1
/
+1
*
Remove the useless indirection in mips' __set_tls.
Elliott Hughes
2014-05-12
1
-35
/
+0
*
Hide the __bionic_clone and __bionic_clone_entry implementation details.
Elliott Hughes
2014-05-08
1
-0
/
+1
*
Unify our assembler macros.
Elliott Hughes
2014-02-20
11
-171
/
+116
*
Make mips/mips64 syscall stubs more like the other architectures.
Elliott Hughes
2014-02-19
1
-52
/
+52
*
Clean up cacheflush.
Elliott Hughes
2014-02-11
1
-62
/
+26
*
[MIPS64] libc/libm support
Chris Dearman
2014-02-06
1
-44
/
+0
*
Remove as many hard-coded constants from the MIPS vfork.S as possible.
Elliott Hughes
2014-01-03
1
-8
/
+16
*
Fix MIPS build.
Elliott Hughes
2013-12-22
1
-1
/
+1
*
Remove the bogus exit status from _exit_with_stack_teardown.
Elliott Hughes
2013-12-21
1
-6
/
+4
*
Fix aarch64 futex assembly routines.
Elliott Hughes
2013-12-20
1
-15
/
+5
*
Allocate additional space on stack for indirect syscall
Chris Dearman
2013-12-20
1
-0
/
+8
*
Clean up forking and cloning.
Elliott Hughes
2013-11-19
1
-0
/
+0
*
Switch pthread_create over to __bionic_clone.
Elliott Hughes
2013-11-15
2
-78
/
+6
*
[MIPS] Reimplement syscall to invoke the system call directly
Chris Dearman
2013-11-14
1
-0
/
+57
*
Let the compiler worry about implementing ffs(3).
Elliott Hughes
2013-10-24
1
-92
/
+0
*
MIPS' pipe(2) is weird, but MIPS' pipe2(2) is the same as everyone else's.
Elliott Hughes
2013-10-23
1
-60
/
+0
*
AArch64: Fix uses of stack size for 32/64bit libc builds
Serban Constantinescu
2013-10-22
1
-1
/
+1
*
Fix MIPS build.
Elliott Hughes
2013-10-09
1
-2
/
+1
*
Fix x86_64 build, clean up intermediate libraries.
Elliott Hughes
2013-10-09
3
-3
/
+3
*
Fix __errno for LP64 and clean up __get_tls.
Elliott Hughes
2013-10-09
1
-37
/
+0
*
pthread_exit should call __NR_exit with status 0.
Elliott Hughes
2013-10-08
1
-2
/
+2
[next]