index
:
bionic.git
replicant-6.0
Android's bionic
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Ensure we initialize stdin/stdout/stderr's recursive mutexes.
Elliott Hughes
2014-11-03
2
-10
/
+17
*
Add RTLD_NODELETE flag support
Dmitriy Ivanov
2014-10-31
1
-0
/
+1
*
Fix unused DT entry warnings.
Dmitriy Ivanov
2014-10-31
1
-0
/
+29
*
Fix a couple more cases of missing CLOEXEC.
Elliott Hughes
2014-10-31
1
-2
/
+2
*
Only use <atomic> for C++11 and newer.
Dan Albert
2014-10-30
1
-1
/
+1
*
Merge changes I0feda6b2,I22d13fde,I49d7d09d,Ice490bfe into lmp-mr1-dev
Elliott Hughes
2014-10-29
5
-13
/
+19
|
\
|
*
Fix the type of u_ar0 in <sys/user.h>.
Elliott Hughes
2014-10-29
1
-3
/
+3
|
*
Add greg_t for arm64.
Elliott Hughes
2014-10-29
1
-0
/
+4
|
*
POSIX says <signal.h> gets you ucontext_t.
Elliott Hughes
2014-10-29
2
-8
/
+7
|
*
Add in_port_t and move it and in_addr_t to the correct header file.
Elliott Hughes
2014-10-29
2
-2
/
+5
*
|
Add stpcpy assembler version.
Christopher Ferris
2014-10-29
12
-869
/
+1124
|
/
*
Cleanup arm assembly.
Christopher Ferris
2014-10-28
23
-253
/
+210
*
Add __memcpy_chk assembly for 64 bit.
Christopher Ferris
2014-10-28
5
-370
/
+484
*
Clean up the architecture-specific makefiles.
Elliott Hughes
2014-10-28
7
-108
/
+154
*
No arm source refers to SOFTFLOAT.
Elliott Hughes
2014-10-28
1
-2
/
+0
*
Remove the unnecessary generic-neon code.
Christopher Ferris
2014-10-28
3
-193
/
+1
*
Merge "Don't mask out SA_RESTORER from sa_flags." into lmp-mr1-dev
Elliott Hughes
2014-10-28
1
-4
/
+0
|
\
|
*
Don't mask out SA_RESTORER from sa_flags.
Elliott Hughes
2014-10-28
1
-4
/
+0
*
|
Merge "Disable tzdata in $ANDROID_DATA." into lmp-mr1-dev
Elliott Hughes
2014-10-28
1
-8
/
+5
|
\
\
|
|
/
|
/
|
|
*
Disable tzdata in $ANDROID_DATA.
Elliott Hughes
2014-10-27
1
-8
/
+5
*
|
[x86,x86_64] Fix libgcc unwinding through signal
Pavel Chupin
2014-10-27
4
-43
/
+211
*
|
Use the kernel's sa_restorer for aarch64.
Elliott Hughes
2014-10-27
3
-48
/
+22
*
|
Fix 32-bit arm unwinding through signal frames.
Elliott Hughes
2014-10-27
3
-37
/
+27
*
|
Fix signal trampolines.
Elliott Hughes
2014-10-27
12
-12
/
+183
|
/
*
Use mxcr_mask instead of mxcsr_mask to match glibc.
Elliott Hughes
2014-10-24
1
-1
/
+1
*
Update bionic to tzdata2014i.
Elliott Hughes
2014-10-22
1
-0
/
+0
*
Merge "Fix generic __memcpy_chk implementation." into lmp-mr1-dev
Christopher Ferris
2014-10-22
1
-34
/
+40
|
\
|
*
Fix generic __memcpy_chk implementation.
Christopher Ferris
2014-10-22
1
-34
/
+40
*
|
Merge "Fix race condition in timer disarm/delete." into lmp-mr1-dev
Christopher Ferris
2014-10-22
1
-2
/
+18
|
\
\
|
|
/
|
/
|
|
*
Fix race condition in timer disarm/delete.
Christopher Ferris
2014-10-21
1
-2
/
+18
*
|
Rename library_offset to library_fd_offset
Dmitriy Ivanov
2014-10-22
1
-4
/
+4
*
|
Add file_offset parameter to android_extinfo
Dmitriy Ivanov
2014-10-21
1
-1
/
+9
|
/
*
Make memory_order_acquire visible in global namespace
Hans Boehm
2014-10-20
1
-0
/
+1
*
Merge "Return total footprint, not high water mark." into lmp-mr1-dev
Christopher Ferris
2014-10-13
1
-1
/
+3
|
\
|
*
Return total footprint, not high water mark.
Christopher Ferris
2014-10-13
1
-1
/
+3
*
|
am c891e240: Add back symbols to fix Greed for Glory franchise.
Christopher Ferris
2014-10-10
1
-6
/
+8
|
\
\
|
*
|
Add back symbols to fix Greed for Glory franchise.
Christopher Ferris
2014-10-09
1
-6
/
+8
*
|
|
Fix pthread_attr_getstack under valgrind.
Elliott Hughes
2014-10-10
1
-3
/
+8
|
|
/
|
/
|
*
|
am c9734d24: Re-add dlmalloc for 32 bit.
Christopher Ferris
2014-10-09
2
-3
/
+12
|
\
\
|
|
/
|
*
Re-add dlmalloc for 32 bit.
Christopher Ferris
2014-10-09
2
-3
/
+12
|
*
Work around a bug in Immersion's libImmEmulatorJ.so.
Elliott Hughes
2014-10-07
2
-2
/
+14
*
|
Inline helpers need to be exported unmangled.
Dan Albert
2014-10-07
9
-44
/
+32
*
|
cdefs.h: add artificial attribute to FORTIFY_SOURCE functions
Nick Kralevich
2014-10-07
1
-0
/
+7
*
|
Work around a bug in Immersion's libImmEmulatorJ.so.
Elliott Hughes
2014-10-07
2
-2
/
+14
*
|
Improve <sys/cdefs.h>.
Elliott Hughes
2014-10-07
11
-281
/
+39
*
|
Merge "further cleanup memcpy fortify implementation" into lmp-mr1-dev
Elliott Hughes
2014-10-07
1
-5
/
+1
|
\
\
|
*
|
further cleanup memcpy fortify implementation
Nick Kralevich
2014-10-06
1
-5
/
+1
*
|
|
am d11eac34: Force export symbols on all x86 variants in libc.
Christopher Ferris
2014-10-07
3
-5
/
+22
|
\
\
\
|
|
/
/
|
/
|
/
|
|
/
|
*
Force export symbols on all x86 variants in libc.
Christopher Ferris
2014-10-06
3
-5
/
+22
*
|
string.h: remove unused variable
Nick Kralevich
2014-10-06
1
-1
/
+0
[next]