- a4c6913 Add a checksum to jmp_buf on ARM. by Josh Gao · 10 years ago
- d17a377 linker: print "not accessible" error message to the log by Dimitry Ivanov · 10 years ago
- 62e5964 Improve diagnostics from the assembler __memset_chk routines. by Elliott Hughes · 10 years ago
- bf97770 Rewrite ifaddrs#getifaddrs_INET. by Elliott Hughes · 10 years ago
- 7dac8b8 Fix scope ids for link-local IPv6 addresses from getifaddrs(3). by Elliott Hughes · 10 years ago
- 60a5f73 Merge "Add a memcpy(a, a, n) test." by Christopher Ferris · 10 years ago
- 71766c2 Add a memcpy(a, a, n) test. by Christopher Ferris · 10 years ago
- 249fefb Merge "Fix the default alignment of the allocations." by Christopher Ferris · 10 years ago
- 72df670 Fix the default alignment of the allocations. by Christopher Ferris · 10 years ago
- cac2908 Fix regerror(..., nullptr, 0). by Elliott Hughes · 10 years ago
- 884f76e Add tests for zero-sized allocations. by Elliott Hughes · 10 years ago
- 4c3cf4a Merge "Enable clang for x86_64 after fp128 fix in clang-2577113." by Chih-hung Hsieh · 10 years ago
- 63fedd7 Enable clang for x86_64 after fp128 fix in clang-2577113. by Chih-Hung Hsieh · 10 years ago
- 8200e55 Add a test for a possible overflow in *printf. by Elliott Hughes · 10 years ago
- 43f7c87 Add a test for snprintf on a PTHREAD_STACK_MIN-sized stack. by Elliott Hughes · 10 years ago
- 0c485da Add in6addr_any and in6addr_loopback symbols. by Elliott Hughes · 10 years ago
- 5f26c6b Really add adjtimex(2), and add clock_adjtime(2) too. by Elliott Hughes · 10 years ago
- f226ee5 Add fopen64/freopen64/tmpfile64 aliases. by Elliott Hughes · 10 years ago
- a279324 Merge "Fix ifaddrs#getifaddrs_INET flakiness." by Elliott Hughes · 10 years ago
- 2d5e21f Fix ifaddrs#getifaddrs_INET flakiness. by Elliott Hughes · 10 years ago
- e4fa6e9 Expose ftello64. by Elliott Hughes · 10 years ago
- f68dcbe Fix our fortify tests for global -Werror. by Dan Albert · 10 years ago
- 955426e Fix a sign extension bug in stdio. by Elliott Hughes · 10 years ago
- 03e65eb Implement funopen64. by Elliott Hughes · 10 years ago
- 33697a0 Factor out the waiting for children in bionic tests. by Elliott Hughes · 10 years ago
- 94bb0fa Merge "Support _FILE_OFFSET_BITS=64 for most of <stdio.h>." by Elliott Hughes · 10 years ago
- d9bb708 Merge "Implement POSIX lockf." by Elliott Hughes · 10 years ago
- 5704c42 Implement POSIX lockf. by Elliott Hughes · 10 years ago
- 9677fab Support _FILE_OFFSET_BITS=64 for most of <stdio.h>. by Elliott Hughes · 10 years ago
- ca48274 Revert "Revert "Make sem_wait able to return errno EINTR for sdk > 23."" by Yabin Cui · 10 years ago
- 6d51085 Revert "Make sem_wait able to return errno EINTR for sdk > 23." by Dan Albert · 10 years ago
- 892b61d Make sem_wait able to return errno EINTR for sdk > 23. by Yabin Cui · 10 years ago
- c650447 Merge "Remove dlmalloc." by Josh Gao · 10 years ago
- 0ac0cee Remove dlmalloc. by Josh Gao · 10 years ago
- 71288cb Add another stdio test. by Elliott Hughes · 10 years ago
- 7f54348 Loosen up sys_time.gettimeofday. by Elliott Hughes · 10 years ago
- 8d6e194 Merge "Simplify fseek/ftell." by Elliott Hughes · 10 years ago
- 2704bd1 Simplify fseek/ftell. by Elliott Hughes · 10 years ago
- be4f742 Merge "Remove dependency on zipalign." by Christopher Ferris · 10 years ago
- 3e3b992 Merge "Do not unmap reserved region on dlclose" by Dimitry Ivanov · 10 years ago
- f45b0e9 Do not unmap reserved region on dlclose by Dimitry Ivanov · 10 years ago
- c0ffcec Remove dependency on zipalign. by Christopher Ferris · 10 years ago
- 923f165 Make FILE*s less usable after fclose(3). by Elliott Hughes · 10 years ago
- 89f4e09 Merge "Implement if_nameindex(3)/if_freenameindex(3)." by Elliott Hughes · 10 years ago
- ed57b98 Implement if_nameindex(3)/if_freenameindex(3). by Elliott Hughes · 10 years ago
- a6c2582 Merge "Add more tests for getifaddrs(3)" by Yi Kong · 10 years ago
- e8efb96 Add comment for [p]select_smoke tests STDIN issue. by Christopher Ferris · 10 years ago
- 64b481c Add more tests for getifaddrs(3) by Yi Kong · 10 years ago
- dd926b5 Fix select failures when STDIN is ready. by Christopher Ferris · 10 years ago
- 323900c Merge "Escape failure messages in XML test output." by Dan Albert · 10 years ago
- 09a9964 Escape failure messages in XML test output. by Dan Albert · 10 years ago
- 13f26a7 Add method to run fortified versions of funcs. by Christopher Ferris · 10 years ago
- 9361ad3 Fix <sys/sysmacros.h>. by Elliott Hughes · 10 years ago
- 5d84373 Add a getifaddrs(3) debugging tool. by Elliott Hughes · 10 years ago
- 588213a Add basic tests for <net/if.h>. by Elliott Hughes · 10 years ago
- fdb2963 Handle AF_PACKET in getifaddr(3). by Yi Kong · 10 years ago
- 09f4651 Replace MALLOC_IMPL with MALLOC_SVELTE. by Josh Gao · 10 years ago
- 9cddb48 Revert "Revert "Implement getifaddrs(3)/freeifaddrs(3)."" by Elliott Hughes · 10 years ago
- bd4d45d Add tests for /proc/self/fd and /proc/self/task/TID/fd access by Nick Kralevich · 10 years ago
- b62e633 Merge "Revert "Implement getifaddrs(3)/freeifaddrs(3)."" by Yi Kong · 10 years ago
- 76814a8 Revert "Implement getifaddrs(3)/freeifaddrs(3)." by Yi Kong · 10 years ago
- 71417ca Merge "Implement getifaddrs(3)/freeifaddrs(3)." by Yi Kong · 10 years ago
- 7331fe1 linker: implement shared namespaces by Dimitry Ivanov · 10 years ago
- 0945ed5 Implement getifaddrs(3)/freeifaddrs(3). by Elliott Hughes · 10 years ago
- 7cb3c4a Merge "sem_timedwait with a null timeout doesn't mean "forever"." by Elliott Hughes · 10 years ago
- d4f86ae Merge "linker: add dlvsym(3)" by Dimitry Ivanov · 10 years ago
- 9cf99cb linker: add dlvsym(3) by Dimitry Ivanov · 10 years ago
- dd586f2 sem_timedwait with a null timeout doesn't mean "forever". by Elliott Hughes · 10 years ago
- ad33ebe Fix bug in dlmalloc's version of calloc. by Christopher Ferris · 10 years ago
- d31d4c1 Add a few missing pthread tests. by Elliott Hughes · 10 years ago
- 162a852 Merge "Fix personality test for mips32r6" by Elliott Hughes · 10 years ago
- 61cf963 Fix personality test for mips32r6 by Lazar Trsic · 10 years ago
- 4a2c5aa Move dlsym and dladdr implementation to linker.cpp by Dimitry Ivanov · 10 years ago
- 284ae35 Add permitted_when_isolated_path to linker namespaces by Dimitry Ivanov · 10 years ago
- e371ae6 Merge "Allow dlopening public libs using absolute path" by Dimitry Ivanov · 10 years ago
- 22840aa Allow dlopening public libs using absolute path by Dimitry Ivanov · 10 years ago
- 939a7e0 Track rename from base/ to android-base/. by Elliott Hughes · 10 years ago
- 514f46b Merge "Don't use StringPrintf() in gtest runner." by Yabin Cui · 10 years ago
- a32fc86 Don't use StringPrintf() in gtest runner. by Yabin Cui · 10 years ago
- 376b94f Merge "Separate properties by selabel" by Tom Cherry · 10 years ago
- d4c9b9d Improve unit test runner. by Yabin Cui · 10 years ago
- 49a309f Separate properties by selabel by Tom Cherry · 10 years ago
- 9cbabd8 Merge "Add bionic-unit-tests-gcc{32,64}, compiled with gcc." by Chih-hung Hsieh · 10 years ago
- aec1398 Merge "Fix pthread_test according to tsan report." by Yabin Cui · 10 years ago
- f688c5d Add bionic-unit-tests-gcc{32,64}, compiled with gcc. by Chih-Hung Hsieh · 10 years ago
- db8caa7 Merge "Introduce anonymous namespace" by Dimitry Ivanov · 10 years ago
- 1ffec1c Introduce anonymous namespace by Dmitriy Ivanov · 10 years ago
- 1755435 Merge "Change _stdio_handles_locking into _caller_handles_locking." by Yabin Cui · 10 years ago
- 74ed96d Merge "Use FUTEX_WAIT_BITSET to avoid converting timeouts." by Yabin Cui · 10 years ago
- 76144aa Change _stdio_handles_locking into _caller_handles_locking. by Yabin Cui · 10 years ago
- 2feb9dd Fix test build break. by Josh Gao · 10 years ago
- c9a659c Use FUTEX_WAIT_BITSET to avoid converting timeouts. by Yabin Cui · 10 years ago
- c22a7de extend the PTRDIFF_MAX size check to mremap by Daniel Micay · 10 years ago
- 2c09e5d Merge "Implement pthread spin." by Yabin Cui · 10 years ago
- fe3a83a Implement pthread spin. by Yabin Cui · 10 years ago
- 3cc35e2 Ignore target sdk version for the public namespace by Dmitriy Ivanov · 10 years ago
- a36158a Fix pthread_test according to tsan report. by Yabin Cui · 10 years ago
- b804b9d Merge "Implement pthread barrier." by Yabin Cui · 10 years ago
- e7c2fff Implement pthread barrier. by Yabin Cui · 10 years ago
- 949bfb9 Merge "Enable clang to compile more tests." by Chih-hung Hsieh · 10 years ago