index
:
bionic.git
replicant-6.0
Android's bionic
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix flaky test time.timer_settime_0.
Yabin Cui
2015-08-11
1
-2
/
+2
*
Fix flaky test of timer_create_multiple in L.
Yabin Cui
2015-06-18
1
-3
/
+3
*
Merge "Make sys_resource test more robust." into lollipop-cts-dev
Yabin Cui
2015-06-02
1
-44
/
+68
|
\
|
*
Make sys_resource test more robust.
Yabin Cui
2015-06-02
1
-44
/
+68
*
|
Fix timer flaky test in lollipop-mr1-cts-dev.
Yabin Cui
2015-05-08
1
-73
/
+76
*
|
Modify test to avoid race condition.
Christopher Ferris
2015-02-18
1
-3
/
+3
*
|
Avoid pathological behavior in OpenBSD's fread.
Elliott Hughes
2014-12-02
1
-0
/
+31
*
|
Revert "Fix dlsym() to take into account RTLD_GLOBAL/LOCAL"
Dmitriy Ivanov
2014-11-03
2
-37
/
+1
*
|
Revert "Add RTLD_NODELETE flag support"
Dmitriy Ivanov
2014-11-03
5
-201
/
+0
*
|
Revert "Fix relocation to look for symbols in local group"
Dmitriy Ivanov
2014-11-03
11
-564
/
+83
*
|
Revert "Fix symbol lookup order during relocation"
Dmitriy Ivanov
2014-11-03
8
-257
/
+2
*
|
Revert "Fix arm64 and arm builds."
Dmitriy Ivanov
2014-11-03
3
-13
/
+7
*
|
Ensure we initialize stdin/stdout/stderr's recursive mutexes.
Elliott Hughes
2014-11-03
1
-0
/
+17
*
|
Fix arm64 and arm builds.
Dmitriy Ivanov
2014-10-31
3
-7
/
+13
*
|
Fix symbol lookup order during relocation
Dmitriy Ivanov
2014-10-31
8
-2
/
+257
*
|
Fix relocation to look for symbols in local group
Dmitriy Ivanov
2014-10-31
11
-83
/
+564
*
|
Correct way to specify additional dependencies
Dmitriy Ivanov
2014-10-31
3
-0
/
+10
*
|
Add dlfcn_test to glibc test suite.
Dmitriy Ivanov
2014-10-31
5
-79
/
+81
*
|
Add RTLD_NODELETE flag support
Dmitriy Ivanov
2014-10-31
5
-0
/
+201
*
|
Fix dlsym() to take into account RTLD_GLOBAL/LOCAL
Dmitriy Ivanov
2014-10-31
2
-1
/
+37
*
|
Fix mips signed/unsigned signal_test.cpp build breakage.
Elliott Hughes
2014-10-28
1
-4
/
+4
*
|
Don't mask out SA_RESTORER from sa_flags.
Elliott Hughes
2014-10-28
1
-5
/
+11
*
|
[x86,x86_64] Fix libgcc unwinding through signal
Pavel Chupin
2014-10-27
4
-75
/
+14
*
|
Stack unwinding unit tests.
Elliott Hughes
2014-10-27
3
-60
/
+104
*
|
Merge "Fix race condition in timer disarm/delete." into lmp-mr1-dev
Christopher Ferris
2014-10-22
1
-16
/
+79
|
\
\
|
*
|
Fix race condition in timer disarm/delete.
Christopher Ferris
2014-10-21
1
-16
/
+79
*
|
|
Rename library_offset to library_fd_offset
Dmitriy Ivanov
2014-10-22
1
-8
/
+17
*
|
|
Build dlext_testzip as custom module.
Ying Wang
2014-10-22
2
-29
/
+22
*
|
|
Add file_offset parameter to android_extinfo
Dmitriy Ivanov
2014-10-21
3
-18
/
+138
|
/
/
*
|
cdefs.h: add artificial attribute to FORTIFY_SOURCE functions
Nick Kralevich
2014-10-07
1
-2
/
+1
*
|
L-MR1 specific fixes
Dmitriy Ivanov
2014-10-01
2
-9
/
+2
*
|
Fix unload of recursively linked library
Dmitriy Ivanov
2014-10-01
3
-6
/
+41
*
|
Add IFUNC support for arm64 and IRELATIVE reloc
Dmitriy Ivanov
2014-10-01
4
-7
/
+32
*
|
Refactoring: C++11 style DISABLE_ bionic marcos
Dmitriy Ivanov
2014-10-01
3
-13
/
+13
*
|
Reset enviroment for math_tests
Dmitriy Ivanov
2014-10-01
2
-9
/
+46
*
|
Load libraries in breadth-first order
Dmitriy Ivanov
2014-10-01
5
-0
/
+330
*
|
Revert "Load libraries in breadth-first order"
Dmitriy Ivanov
2014-10-01
5
-330
/
+0
*
|
Fix order of soinfo links (repairs libcxx tests).
Dmitriy Ivanov
2014-10-01
6
-0
/
+111
*
|
Load libraries in breadth-first order
Dmitriy Ivanov
2014-10-01
5
-0
/
+330
*
|
Enable __cxa_atexit && __cxa_finalize for linker
Dmitriy Ivanov
2014-10-01
1
-1
/
+1
*
|
Run constructors before resolving ifunc functions
Dmitriy Ivanov
2014-10-01
3
-11
/
+56
*
|
Added test for ifunc support in dynamic linker.
Brigid Smith
2014-10-01
3
-0
/
+84
|
/
*
Fix sys_stat.mkfifo when not run as root.
Christopher Ferris
2014-09-24
1
-11
/
+15
*
Add posix_fadvise(3).
Elliott Hughes
2014-09-10
1
-2
/
+23
*
Don't expose non-standard basename_r and dirname_r in LP64.
Elliott Hughes
2014-09-05
1
-3
/
+3
*
Fix pthread_attr_getstack__main_thread.
Elliott Hughes
2014-09-04
1
-0
/
+12
*
Make stdatomic.h work with gcc4.6 host compiler
Hans Boehm
2014-09-02
1
-1
/
+4
*
Fix, generalize stdatomic.h; improve test.
Hans Boehm
2014-09-02
2
-7
/
+84
*
Have pthread_attr_getstack for the main thread report RLIMIT_STACK...
Elliott Hughes
2014-08-27
1
-19
/
+12
*
Merge "Fix pthread_getattr_np for the main thread." into lmp-dev
Elliott Hughes
2014-08-27
2
-3
/
+87
|
\
[next]