summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
| | * | [x86,x86_64] Fix libgcc unwinding through signalPavel Chupin2014-10-274-75/+14
| | * | Stack unwinding unit tests.Elliott Hughes2014-10-273-60/+104
| | * | Merge "Fix race condition in timer disarm/delete." into lmp-mr1-devChristopher Ferris2014-10-221-16/+79
| | |\ \
| | | * | Fix race condition in timer disarm/delete.Christopher Ferris2014-10-211-16/+79
| | * | | Rename library_offset to library_fd_offsetDmitriy Ivanov2014-10-221-8/+17
| | * | | Build dlext_testzip as custom module.Ying Wang2014-10-222-29/+22
| | * | | Add file_offset parameter to android_extinfoDmitriy Ivanov2014-10-213-18/+138
| | |/ /
| | * | cdefs.h: add artificial attribute to FORTIFY_SOURCE functionsNick Kralevich2014-10-071-2/+1
| | * | L-MR1 specific fixesDmitriy Ivanov2014-10-012-9/+2
| | * | Fix unload of recursively linked libraryDmitriy Ivanov2014-10-013-6/+41
| | * | Add IFUNC support for arm64 and IRELATIVE relocDmitriy Ivanov2014-10-014-7/+32
| | * | Refactoring: C++11 style DISABLE_ bionic marcosDmitriy Ivanov2014-10-013-13/+13
| | * | Reset enviroment for math_testsDmitriy Ivanov2014-10-012-9/+46
| | * | Load libraries in breadth-first orderDmitriy Ivanov2014-10-015-0/+330
| | * | Revert "Load libraries in breadth-first order"Dmitriy Ivanov2014-10-015-330/+0
| | * | Fix order of soinfo links (repairs libcxx tests).Dmitriy Ivanov2014-10-016-0/+111
| | * | Load libraries in breadth-first orderDmitriy Ivanov2014-10-015-0/+330
| | * | Enable __cxa_atexit && __cxa_finalize for linkerDmitriy Ivanov2014-10-011-1/+1
| | * | Run constructors before resolving ifunc functionsDmitriy Ivanov2014-10-013-11/+56
| | * | Added test for ifunc support in dynamic linker.Brigid Smith2014-10-013-0/+84
| | |/
| | * Fix sys_stat.mkfifo when not run as root.Christopher Ferris2014-09-241-11/+15
| | * Add posix_fadvise(3).Elliott Hughes2014-09-101-2/+23
| | * Don't expose non-standard basename_r and dirname_r in LP64.Elliott Hughes2014-09-051-3/+3
| | * Fix pthread_attr_getstack__main_thread.Elliott Hughes2014-09-041-0/+12
| | * Make stdatomic.h work with gcc4.6 host compilerHans Boehm2014-09-021-1/+4
| | * Fix, generalize stdatomic.h; improve test.Hans Boehm2014-09-022-7/+84
| | * Have pthread_attr_getstack for the main thread report RLIMIT_STACK...Elliott Hughes2014-08-271-19/+12
| | * Merge "Fix pthread_getattr_np for the main thread." into lmp-devElliott Hughes2014-08-272-3/+87
| | |\
| | | * Fix pthread_getattr_np for the main thread.Elliott Hughes2014-08-262-3/+87
| | * | call uselocale() before freelocale() to make sure that g_local_key has a vali...Wally Yau2014-08-272-2/+4
| | |/
| | * Fix unistd.getpid_caching_and_clone.Elliott Hughes2014-08-211-0/+4
| | * Revert "Add support for protected local symbol lookup."Dmitriy Ivanov2014-08-185-127/+0
| | * Merge "Do a second key cleanup in pthread_exit." into lmp-devChristopher Ferris2014-08-061-18/+27
| | |\
| | | * Do a second key cleanup in pthread_exit.Christopher Ferris2014-08-061-18/+27
| | * | Merge "Proper MB_CUR_MAX." into lmp-devDan Albert2014-08-062-2/+24
| | |\ \
| | | * | Proper MB_CUR_MAX.Dan Albert2014-08-062-2/+24
| | * | | Fix mbsrtowcs(3) src param for finished string.Dan Albert2014-08-061-1/+1
| | |/ /
| | * | Revert "Revert "Fix dlsym(3) to do breadth first search.""Dmitriy Ivanov2014-08-042-4/+30
| | |/
| | * Revert "Fix dlsym(3) to do breadth first search."Dmitriy Ivanov2014-08-042-30/+4
| | * Fix memchr with a zero length.Christopher Ferris2014-07-301-0/+8
| | * Only wipe TLS for user-supplied stacks.Elliott Hughes2014-07-301-0/+51
| | * Merge "Fix mbsrtowcs(3)'s handling of len parameter." into lmp-devDan Albert2014-07-281-0/+11
| | |\
| | | * Fix mbsrtowcs(3)'s handling of len parameter.Dan Albert2014-07-291-0/+11
| | * | Fix dlsym(3) to do breadth first search.Dmitriy Ivanov2014-07-292-4/+30
| | |/
| | * Fix linkage of grantpt(3).Elliott Hughes2014-07-291-0/+99
| | * syscall(3)'s return type should be long.Elliott Hughes2014-07-281-0/+9
| | * Use vsnprintf(3) in syslog(3).Elliott Hughes2014-07-281-11/+0
| | * Start hiding "private/bionic_time.h".Elliott Hughes2014-07-251-37/+0
| | * [MIPS] Fix atomic_is_lock_free test for mips32.Raghu Gandham2014-07-241-0/+5
| | * Implement twalk(3), add unit tests.Elliott Hughes2014-07-242-0/+211