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-x86
/
bionic
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix addition of extra arg to cfi_restore.
Christopher Ferris
2015-04-14
1
-4
/
+4
*
Add missing cfi directives for x86 assembler.
Christopher Ferris
2015-04-14
3
-0
/
+30
*
Use ALIAS_SYMBOL for assembler aliasing.
Christopher Ferris
2015-03-25
1
-4
/
+2
*
Clean up the x86-64 and x86 setjmp families.
Elliott Hughes
2014-12-05
3
-208
/
+91
*
[x86,x86_64] Fix libgcc unwinding through signal
Pavel Chupin
2014-10-27
2
-39
/
+101
*
Force export symbols on all x86 variants in libc.
Christopher Ferris
2014-10-06
1
-0
/
+15
*
Fix signal trampolines.
Elliott Hughes
2014-09-15
2
-0
/
+73
*
Ensure __set_errno is still visible on LP32.
Elliott Hughes
2014-09-08
3
-3
/
+3
*
Fix pthread_getattr_np for the main thread.
Elliott Hughes
2014-08-26
1
-34
/
+0
*
Revert "Fix incorrect relocations for x86."
Dan Albert
2014-08-08
3
-3
/
+3
*
Fix incorrect relocations for x86.
Dan Albert
2014-08-07
3
-3
/
+3
*
Merge "Android is all-PIC/PIE."
Elliott Hughes
2014-08-07
3
-21
/
+2
|
\
|
*
Android is all-PIC/PIE.
Elliott Hughes
2014-08-07
3
-21
/
+2
*
|
Revert "Replaces vfork() implementation with fork()"
Dan Albert
2014-08-05
1
-0
/
+44
|
/
*
Merge "Replaces vfork() implementation with fork()"
Dan Albert
2014-06-10
1
-44
/
+0
|
\
|
*
Replaces vfork() implementation with fork()
Dan Albert
2014-06-10
1
-44
/
+0
*
|
Rename __bionic_clone_entry to __start_thread.
Elliott Hughes
2014-06-06
1
-1
/
+1
|
/
*
Remove unnecessary instructions from x86/x86_64 syscalls.
Elliott Hughes
2014-06-05
3
-4
/
+1
*
Fix unwinding through x86-64 __bionic_clone.
Elliott Hughes
2014-06-05
1
-3
/
+3
*
x86: stop unwinding past __bionic_clone.
Elliott Hughes
2014-05-30
1
-0
/
+2
*
Revert "Revert "Lose the hand-written futex assembler.""
Elliott Hughes
2014-05-28
1
-16
/
+0
*
Revert "Lose the hand-written futex assembler."
Narayan Kamath
2014-05-28
1
-0
/
+16
*
Lose the hand-written futex assembler.
Elliott Hughes
2014-05-22
1
-16
/
+0
*
Hide most of the private futex functions.
Elliott Hughes
2014-05-21
1
-43
/
+1
*
Merge "Hide __get_sp."
Elliott Hughes
2014-05-21
1
-1
/
+1
|
\
|
*
Hide __get_sp.
Elliott Hughes
2014-05-20
1
-1
/
+1
*
|
Hide __set_tls.
Elliott Hughes
2014-05-20
1
-1
/
+1
|
/
*
Hide _exit_with_stack_teardown.
Elliott Hughes
2014-05-16
1
-1
/
+1
*
Align the child stack in clone(2).
Elliott Hughes
2014-05-09
2
-71
/
+42
*
Align arm64 stacks to 16 bytes in __bionic_clone.
Elliott Hughes
2014-05-09
1
-7
/
+7
*
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
5
-6
/
+5
*
Remove useless _C_LABEL from our assembler source.
Elliott Hughes
2014-02-20
2
-8
/
+8
*
Use the MAX_ERRNO constant.
Elliott Hughes
2014-01-02
2
-20
/
+42
*
Remove the bogus exit status from _exit_with_stack_teardown.
Elliott Hughes
2013-12-21
1
-17
/
+12
*
Fix aarch64 futex assembly routines.
Elliott Hughes
2013-12-20
1
-6
/
+5
*
Fix the order of arguments to sys_clone for x86.
Elliott Hughes
2013-11-26
1
-14
/
+14
*
Fix _exit_with_stack_teardown for x86.
Elliott Hughes
2013-11-26
1
-1
/
+2
*
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
-65
/
+2
*
AArch64: Fix uses of stack size for 32/64bit libc builds
Serban Constantinescu
2013-10-22
1
-1
/
+1
*
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
-3
/
+3
*
Clean up the x86 and x86_64 _exit_with_stack_teardown implementations.
Elliott Hughes
2013-10-07
1
-19
/
+13
*
Move common arch-* code to arch-common directory
Pavel Chupin
2013-10-03
4
-142
/
+0
*
Replace unnecessary x86 uses of <sys/linux-syscalls.h> with <asm/unistd.h>.
Elliott Hughes
2013-03-21
4
-4
/
+4
*
The SYS_ constants should cover all __NR_ values.
Elliott Hughes
2013-03-21
1
-6
/
+1
*
Drop unnecessary execution permission for .cpp/.c/.h
Kito Cheng
2013-03-22
5
-0
/
+0
*
Fix the pthread_setname_np test.
Elliott Hughes
2013-02-15
1
-1
/
+1
*
Add a bunch more missing ENDs to assembler routines.
Elliott Hughes
2013-02-13
4
-3
/
+8
[next]