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
*
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
*
Fix __pthread_clone and __bionic_clone error handling on x86.
Elliott Hughes
2013-02-12
1
-14
/
+26
*
Use ENTRY/END in custom x86 assembler too.
Elliott Hughes
2013-02-11
6
-68
/
+34
*
Fix __pthread_clone on ARM to set errno on failure.
Elliott Hughes
2013-02-11
1
-4
/
+1
*
Fix x86 build, remove void* arithmetic.
Elliott Hughes
2013-02-07
1
-1
/
+2
*
Clean up the argc/argv/envp/auxv handling.
Elliott Hughes
2013-02-07
1
-22
/
+7
*
Replace .S version of x86 crtfiles with .c version
Pavel Chupin
2012-11-30
6
-330
/
+111
*
enable clone system call for x86
Jin Wei
2012-08-15
1
-4
/
+57
*
bionic: modify syscall to use 6 registers to pass parameter.
Jin Wei
2012-08-03
1
-16
/
+25
*
MIPS support for libc.
Raghu Gandham
2012-08-02
1
-74
/
+0
*
arm: rewrite crtbegin* as C files.
Nick Kralevich
2012-06-01
2
-0
/
+80
*
crtbegin: eliminate duplicate code
Nick Kralevich
2012-05-30
2
-140
/
+1
*
am cd834618: am 63b14755: Merge "libc/x86: ensure the stack 16-byte aligned w...
Elliott Hughes
2012-03-30
3
-5
/
+14
|
\
|
*
libc/x86: ensure the stack 16-byte aligned when tasks created
Jack Ren
2012-03-23
3
-5
/
+14
*
|
am 5d8fd2a0: am a71aefc6: am d041bf20: Merge "bionic/x86: fix one potential d...
Jean-Baptiste Queru
2012-02-23
1
-0
/
+1
|
\
\
|
|
/
|
*
bionic/x86: fix one potential deadlock in __set_tls()
Jin Wei
2012-02-23
1
-0
/
+1
*
|
am 0c3d21e6: am e480fc83: bionic: fix pthread_{create, exit}/signal race cond...
Jack Ren
2011-11-30
1
-1
/
+1
|
\
\
|
|
/
|
*
bionic: fix pthread_{create, exit}/signal race condition
Jack Ren
2011-11-29
1
-1
/
+1
*
|
am 621df526: am 31e72bc3: bionic: fix __get_tls( ) crash issue
Jack Ren
2011-11-30
1
-0
/
+5
|
\
\
|
|
/
|
*
bionic: fix __get_tls( ) crash issue
Jack Ren
2011-11-29
1
-0
/
+5
*
|
libc: provide atomic operations will full barriers for NDK apps.
David 'Digit' Turner
2011-11-16
1
-0
/
+0
|
/
*
Merge "x86 libc: Fix the range to check the error"
David Turner
2011-08-05
1
-1
/
+1
|
\
|
*
x86 libc: Fix the range to check the error
Jun Nakajima
2011-06-17
1
-1
/
+1
*
|
Enable functional DSO object destruction
Bruce Beare
2011-06-20
4
-18
/
+98
|
/
*
x86: Enable -fstack-protector
Bruce Beare
2011-05-24
4
-0
/
+54
*
Update X86 Bionic CRT files for unwind/exceptions
Mark D Horn
2011-05-24
5
-9
/
+194
*
x86 libc: fix the wrong return value of syscall
Kan-Ru Chen
2011-03-29
1
-12
/
+6
*
Updated gcc 4.4.3 IA toolchain doesn't require the .ctors list
Bruce Beare
2011-02-16
5
-81
/
+1
*
Remove an extra register move.
Bruce Beare
2011-02-03
1
-2
/
+1
*
Replace __atomic_XXX with GCC __sync_XXX intrinsics.
Bruce Beare
2011-02-03
1
-97
/
+0
*
android-x86: add sigsetjmp.S
Chih-Wei Huang
2010-12-26
1
-0
/
+92
*
Fix missing NL
Bruce Beare
2010-07-08
1
-1
/
+1
*
Allow dlclose() to properly call static C++ destructors.
David 'Digit' Turner
2010-07-01
3
-7
/
+13
*
merge from open-source master
The Android Open Source Project
2010-03-22
1
-0
/
+52
|
\
|
*
x86 syscall system call implementation
Bruce Beare
2010-03-04
1
-0
/
+52
*
|
Use private futexes for pthread_mutex_t.
David 'Digit' Turner
2010-03-18
2
-104
/
+32
*
|
Revert "bionic: pthread: use private futexes by default for mutexes and condv...
Fabrice Di Meglio
2010-03-11
1
-37
/
+0
*
|
bionic: pthread: use private futexes by default for mutexes and condvars
David 'Digit' Turner
2010-03-11
1
-0
/
+37
*
|
Implement clone() C library function properly.
David 'Digit' Turner
2010-01-25
1
-0
/
+5
|
/
*
Revert "Fix the C library initialization to avoid calling static C++ construc...
David 'Digit' Turner
2009-06-03
2
-30
/
+18
*
Fix the C library initialization to avoid calling static C++ constructors twice.
David 'Digit' Turner
2009-06-02
2
-18
/
+30
*
auto import from //depot/cupcake/@135843
The Android Open Source Project
2009-03-03
16
-0
/
+1043
*
auto import from //depot/cupcake/@135843
The Android Open Source Project
2009-03-03
16
-1043
/
+0
*
Code drop from //branches/cupcake/...@124589
The Android Open Source Project
2008-12-17
14
-4
/
+786
*
Initial Contribution
android-1.0
The Android Open Source Project
2008-10-21
4
-0
/
+261