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 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
|
\
|
*
Fix pthread_getattr_np for the main thread.
Elliott Hughes
2014-08-26
2
-3
/
+87
*
|
call uselocale() before freelocale() to make sure that g_local_key has a vali...
Wally Yau
2014-08-27
2
-2
/
+4
|
/
*
Fix unistd.getpid_caching_and_clone.
Elliott Hughes
2014-08-21
1
-0
/
+4
*
Revert "Add support for protected local symbol lookup."
Dmitriy Ivanov
2014-08-18
5
-127
/
+0
*
Merge "Do a second key cleanup in pthread_exit." into lmp-dev
Christopher Ferris
2014-08-06
1
-18
/
+27
|
\
|
*
Do a second key cleanup in pthread_exit.
Christopher Ferris
2014-08-06
1
-18
/
+27
*
|
Merge "Proper MB_CUR_MAX." into lmp-dev
Dan Albert
2014-08-06
2
-2
/
+24
|
\
\
|
*
|
Proper MB_CUR_MAX.
Dan Albert
2014-08-06
2
-2
/
+24
*
|
|
Fix mbsrtowcs(3) src param for finished string.
Dan Albert
2014-08-06
1
-1
/
+1
|
/
/
*
|
Revert "Revert "Fix dlsym(3) to do breadth first search.""
Dmitriy Ivanov
2014-08-04
2
-4
/
+30
|
/
*
Revert "Fix dlsym(3) to do breadth first search."
Dmitriy Ivanov
2014-08-04
2
-30
/
+4
*
Fix memchr with a zero length.
Christopher Ferris
2014-07-30
1
-0
/
+8
*
Only wipe TLS for user-supplied stacks.
Elliott Hughes
2014-07-30
1
-0
/
+51
*
Merge "Fix mbsrtowcs(3)'s handling of len parameter." into lmp-dev
Dan Albert
2014-07-28
1
-0
/
+11
|
\
|
*
Fix mbsrtowcs(3)'s handling of len parameter.
Dan Albert
2014-07-29
1
-0
/
+11
*
|
Fix dlsym(3) to do breadth first search.
Dmitriy Ivanov
2014-07-29
2
-4
/
+30
|
/
*
Fix linkage of grantpt(3).
Elliott Hughes
2014-07-29
1
-0
/
+99
*
syscall(3)'s return type should be long.
Elliott Hughes
2014-07-28
1
-0
/
+9
*
Use vsnprintf(3) in syslog(3).
Elliott Hughes
2014-07-28
1
-11
/
+0
*
Start hiding "private/bionic_time.h".
Elliott Hughes
2014-07-25
1
-37
/
+0
*
[MIPS] Fix atomic_is_lock_free test for mips32.
Raghu Gandham
2014-07-24
1
-0
/
+5
*
Implement twalk(3), add unit tests.
Elliott Hughes
2014-07-24
2
-0
/
+211
*
debuggerd: if PR_GET_DUMPABLE=0, don't ask for dumping
Nick Kralevich
2014-07-23
1
-58
/
+74
*
Rewrite syslog(3) to use Android logging.
Elliott Hughes
2014-07-21
1
-0
/
+11
*
Use VDSO for clock_gettime(2) and gettimeofday(2).
Elliott Hughes
2014-07-16
2
-0
/
+42
*
Implement rand/srand in terms of random/srandom.
Elliott Hughes
2014-07-14
1
-7
/
+0
*
Make jemalloc the default choice.
Christopher Ferris
2014-07-11
1
-4
/
+6
*
Merge "TARGET_OUT_DATA_NATIVE_TESTS now points to $(TARGET_OUT_DATA)/nativete...
Ying Wang
2014-07-09
1
-2
/
+2
|
\
|
*
TARGET_OUT_DATA_NATIVE_TESTS now points to $(TARGET_OUT_DATA)/nativetest64 in...
Ying Wang
2014-07-08
1
-2
/
+2
*
|
Add test for constructor function.
Dmitriy Ivanov
2014-07-08
1
-0
/
+12
|
/
*
Merge "Load library using file handle."
Dmitriy Ivanov
2014-07-02
3
-0
/
+40
|
\
|
*
Load library using file handle.
Dmitriy Ivanov
2014-07-02
3
-0
/
+40
*
|
Disable local/protected symbol test for lp64
Dmitriy Ivanov
2014-07-01
1
-0
/
+5
|
/
*
Build all bionic test files -Werror and fix our one warning.
Elliott Hughes
2014-07-01
2
-5
/
+5
*
Native tests are now multilib=both by default
Dmitriy Ivanov
2014-07-01
2
-7
/
+0
*
Add support for protected local symbol lookup.
Dmitriy Ivanov
2014-07-01
5
-0
/
+121
*
Add extra strchr testing.
Christopher Ferris
2014-06-30
1
-0
/
+44
[next]