aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Fix lgamma_r/lgammaf_r/lgammal_r for -0.Elliott Hughes2015-08-291-0/+39
* Fix our <complex.h> support.Elliott Hughes2015-08-032-0/+261
* Implement <pty.h>.Elliott Hughes2015-03-263-1/+95
* Avoid pathological behavior in OpenBSD's fread.Elliott Hughes2014-12-021-0/+31
* Revert "Fix dlsym() to take into account RTLD_GLOBAL/LOCAL"Dmitriy Ivanov2014-11-032-37/+1
* Revert "Add RTLD_NODELETE flag support"Dmitriy Ivanov2014-11-035-201/+0
* Revert "Fix relocation to look for symbols in local group"Dmitriy Ivanov2014-11-0311-564/+83
* Revert "Fix symbol lookup order during relocation"Dmitriy Ivanov2014-11-038-257/+2
* Revert "Fix arm64 and arm builds."Dmitriy Ivanov2014-11-033-13/+7
* Ensure we initialize stdin/stdout/stderr's recursive mutexes.Elliott Hughes2014-11-031-0/+17
* Fix arm64 and arm builds.Dmitriy Ivanov2014-10-313-7/+13
* Fix symbol lookup order during relocationDmitriy Ivanov2014-10-318-2/+257
* Fix relocation to look for symbols in local groupDmitriy Ivanov2014-10-3111-83/+564
* Correct way to specify additional dependenciesDmitriy Ivanov2014-10-313-0/+10
* Add dlfcn_test to glibc test suite.Dmitriy Ivanov2014-10-315-79/+81
* Add RTLD_NODELETE flag supportDmitriy Ivanov2014-10-315-0/+201
* Fix dlsym() to take into account RTLD_GLOBAL/LOCALDmitriy Ivanov2014-10-312-1/+37
* Fix mips signed/unsigned signal_test.cpp build breakage.Elliott Hughes2014-10-281-4/+4
* Don't mask out SA_RESTORER from sa_flags.Elliott Hughes2014-10-281-5/+11
* [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