aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2014-10-31Fix symbol lookup order during relocationDmitriy Ivanov
2014-10-31Fix relocation to look for symbols in local groupDmitriy Ivanov
2014-10-31Correct way to specify additional dependenciesDmitriy Ivanov
2014-10-31Add dlfcn_test to glibc test suite.Dmitriy Ivanov
2014-10-31Add RTLD_NODELETE flag supportDmitriy Ivanov
2014-10-31Fix dlsym() to take into account RTLD_GLOBAL/LOCALDmitriy Ivanov
2014-10-28Fix mips signed/unsigned signal_test.cpp build breakage.Elliott Hughes
2014-10-28Don't mask out SA_RESTORER from sa_flags.Elliott Hughes
2014-10-27[x86,x86_64] Fix libgcc unwinding through signalPavel Chupin
2014-10-27Stack unwinding unit tests.Elliott Hughes
2014-10-22Merge "Fix race condition in timer disarm/delete." into lmp-mr1-devChristopher Ferris
2014-10-22Rename library_offset to library_fd_offsetDmitriy Ivanov
2014-10-22Build dlext_testzip as custom module.Ying Wang
2014-10-21Fix race condition in timer disarm/delete.Christopher Ferris
2014-10-21Add file_offset parameter to android_extinfoDmitriy Ivanov
2014-10-07cdefs.h: add artificial attribute to FORTIFY_SOURCE functionsNick Kralevich
2014-10-01L-MR1 specific fixesDmitriy Ivanov
2014-10-01Fix unload of recursively linked libraryDmitriy Ivanov
2014-10-01Add IFUNC support for arm64 and IRELATIVE relocDmitriy Ivanov
2014-10-01Refactoring: C++11 style DISABLE_ bionic marcosDmitriy Ivanov
2014-10-01Reset enviroment for math_testsDmitriy Ivanov
2014-10-01Load libraries in breadth-first orderDmitriy Ivanov
2014-10-01Revert "Load libraries in breadth-first order"Dmitriy Ivanov
2014-10-01Fix order of soinfo links (repairs libcxx tests).Dmitriy Ivanov
2014-10-01Load libraries in breadth-first orderDmitriy Ivanov
2014-10-01Enable __cxa_atexit && __cxa_finalize for linkerDmitriy Ivanov
2014-10-01Run constructors before resolving ifunc functionsDmitriy Ivanov
2014-10-01Added test for ifunc support in dynamic linker.Brigid Smith
2014-09-24Fix sys_stat.mkfifo when not run as root.Christopher Ferris
2014-09-10Add posix_fadvise(3).Elliott Hughes
2014-09-05Don't expose non-standard basename_r and dirname_r in LP64.Elliott Hughes
2014-09-04Fix pthread_attr_getstack__main_thread.Elliott Hughes
2014-09-02Make stdatomic.h work with gcc4.6 host compilerHans Boehm
2014-09-02Fix, generalize stdatomic.h; improve test.Hans Boehm
2014-08-27Have pthread_attr_getstack for the main thread report RLIMIT_STACK...Elliott Hughes
2014-08-27Merge "Fix pthread_getattr_np for the main thread." into lmp-devElliott Hughes
2014-08-27call uselocale() before freelocale() to make sure that g_local_key has a vali...Wally Yau
2014-08-26Fix pthread_getattr_np for the main thread.Elliott Hughes
2014-08-21Fix unistd.getpid_caching_and_clone.Elliott Hughes
2014-08-18Revert "Add support for protected local symbol lookup."Dmitriy Ivanov
2014-08-06Merge "Do a second key cleanup in pthread_exit." into lmp-devChristopher Ferris
2014-08-06Do a second key cleanup in pthread_exit.Christopher Ferris
2014-08-06Merge "Proper MB_CUR_MAX." into lmp-devDan Albert
2014-08-06Proper MB_CUR_MAX.Dan Albert
2014-08-06Fix mbsrtowcs(3) src param for finished string.Dan Albert
2014-08-04Revert "Revert "Fix dlsym(3) to do breadth first search.""Dmitriy Ivanov
2014-08-04Revert "Fix dlsym(3) to do breadth first search."Dmitriy Ivanov
2014-07-30Fix memchr with a zero length.Christopher Ferris
2014-07-30Only wipe TLS for user-supplied stacks.Elliott Hughes
2014-07-28Merge "Fix mbsrtowcs(3)'s handling of len parameter." into lmp-devDan Albert