summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
* debuggerd: if PR_GET_DUMPABLE=0, don't ask for dumpingNick Kralevich2014-07-231-58/+74
* Rewrite syslog(3) to use Android logging.Elliott Hughes2014-07-211-0/+11
* Use VDSO for clock_gettime(2) and gettimeofday(2).Elliott Hughes2014-07-162-0/+42
* Implement rand/srand in terms of random/srandom.Elliott Hughes2014-07-141-7/+0
* Make jemalloc the default choice.Christopher Ferris2014-07-111-4/+6
* Merge "TARGET_OUT_DATA_NATIVE_TESTS now points to $(TARGET_OUT_DATA)/nativete...Ying Wang2014-07-091-2/+2
|\
| * TARGET_OUT_DATA_NATIVE_TESTS now points to $(TARGET_OUT_DATA)/nativetest64 in...Ying Wang2014-07-081-2/+2
* | Add test for constructor function.Dmitriy Ivanov2014-07-081-0/+12
|/
* Merge "Load library using file handle."Dmitriy Ivanov2014-07-023-0/+40
|\
| * Load library using file handle.Dmitriy Ivanov2014-07-023-0/+40
* | Disable local/protected symbol test for lp64Dmitriy Ivanov2014-07-011-0/+5
|/
* Build all bionic test files -Werror and fix our one warning.Elliott Hughes2014-07-012-5/+5
* Native tests are now multilib=both by defaultDmitriy Ivanov2014-07-012-7/+0
* Add support for protected local symbol lookup.Dmitriy Ivanov2014-07-015-0/+121
* Add extra strchr testing.Christopher Ferris2014-06-301-0/+44
* Add a new pthread_key_delete test.Elliott Hughes2014-06-251-0/+13
* Add splice, tee, and vmsplice.Elliott Hughes2014-06-241-0/+84
* Fix getpid caching across a clone.Elliott Hughes2014-06-231-6/+31
* Cache getpid.Elliott Hughes2014-06-201-0/+45
* Fix weak function lookupsDmitriy Ivanov2014-06-173-0/+44
* Move libraries for unit-tests to separate folderDmitriy Ivanov2014-06-177-86/+106
* Use a separate config.h for config like defines.Christopher Ferris2014-06-161-3/+1
* Revert "Backing this one out since the counterpart needs to be sent upstream."Dan Albert2014-06-143-3/+22
* Backing this one out since the counterpart needs to be sent upstream.Dan Albert2014-06-143-22/+3
* Hides valloc(3)/pvalloc(3) on LP64.Dan Albert2014-06-133-3/+22
* Merge "Remove __memcmp16 from bionic."Elliott Hughes2014-06-121-31/+0
|\
| * Remove __memcmp16 from bionic.Elliott Hughes2014-06-121-31/+0
* | Merge "Put all allocation functions into dispatch table."Christopher Ferris2014-06-121-23/+90
|\ \ | |/ |/|