- 31165ed CLOEXEC support in fdopen, freopen, and mkostemp/mkostemps. by Elliott Hughes · 11 years ago
- b05ec5a Pull in upstream fixes to reject invalid bases. by Elliott Hughes · 11 years ago
- 8642165 Merge "Sync with some upstream OpenBSD #include cleanup." by Elliott Hughes · 11 years ago
- 49eed7d Switch to OpenBSD insque/remque/killpg. by Elliott Hughes · 11 years ago
- 08dc9d8 Sync with some upstream OpenBSD #include cleanup. by Elliott Hughes · 11 years ago
- 0dc39f9 Fix a couple more cases of missing CLOEXEC. by Elliott Hughes · 11 years ago
- a186b2e Clean up fpathconf(3)/pathconf(3). by Elliott Hughes · 11 years ago
- c296e4f Use the uapi fs magic in <sys/vfs.h>. by Elliott Hughes · 11 years ago
- 413de5b Merge "Add semaphore tests, fix sem_destroy." by Elliott Hughes · 11 years ago
- 04303f5 Add semaphore tests, fix sem_destroy. by Elliott Hughes · 11 years ago
- 6fe376d Remove references to MALLOC_LEAK_CHECK. by Christopher Ferris · 11 years ago
- adc0134 Merge "Add greg_t for arm64." by Elliott Hughes · 11 years ago
- 8e4d371 Add greg_t for arm64. by Elliott Hughes · 11 years ago
- 13d6023 Merge "Exclude libstdc++ from linked libraries." by Dan Albert · 11 years ago
- 653676d Move to v3.16.3 kernel headers. by Christopher Ferris · 11 years ago
- ba8d4f4 Update kernel uapi headers to v3.16.1. by Christopher Ferris · 11 years ago
- 2ad11a9 Fix some 32-bit-isms in <stdio.h>. by Elliott Hughes · 11 years ago
- e2d86fe Pull input.h from v3.16.1 kernel headers. by Christopher Ferris · 11 years ago
- 3ec67de Exclude libstdc++ from linked libraries. by Dan Albert · 11 years ago
- 36a5aa0 Merge "Use the kernel's sa_restorer for aarch64." by Elliott Hughes · 11 years ago
- 7c02d94 Clean up the architecture-specific makefiles. by Elliott Hughes · 11 years ago
- b1a6c31 No arm source refers to SOFTFLOAT. by Elliott Hughes · 11 years ago
- 1cff9a8 Use the kernel's sa_restorer for aarch64. by Elliott Hughes · 11 years ago
- 148dff3 Fix 32-bit arm unwinding through signal frames. by Elliott Hughes · 11 years ago
- 36f451a Fix signal trampolines. by Elliott Hughes · 11 years ago
- 95b0c6a Merge "POSIX says <signal.h> gets you ucontext_t." by Elliott Hughes · 11 years ago
- 85ef3b5 Merge "Update NOTICE files." by Elliott Hughes · 11 years ago
- 5c2264a Update NOTICE files. by Elliott Hughes · 11 years ago
- 5681fe8 Remove an unused file. by Elliott Hughes · 11 years ago
- 26a8eb5 POSIX says <signal.h> gets you ucontext_t. by Elliott Hughes · 11 years ago
- f83c208 Explain why clock(3) isn't broken. by Elliott Hughes · 11 years ago
- 0f001b6 Remove "private/bionic_pthread.h". by Elliott Hughes · 11 years ago
- 66bbf15 Merge "Refactoring: C++11 style DISABLE_ bionic marcos" by Dmitriy Ivanov · 11 years ago
- 5f35710 Expose __swsetup for LP32 binary compatibility. by Elliott Hughes · 11 years ago
- 6487f0d Merge "Add IFUNC support for arm64 and IRELATIVE reloc" by Dmitriy Ivanov · 11 years ago
- 9aea164 Add IFUNC support for arm64 and IRELATIVE reloc by Dmitriy Ivanov · 11 years ago
- a4831cb Add pthread_gettid_np and re-expose __get_thread for LP32. by Elliott Hughes · 11 years ago
- 9990b39 Fix mips __fadvise64.S build failure. by Elliott Hughes · 11 years ago
- b587f33 Add posix_fadvise(3). by Elliott Hughes · 11 years ago
- c71483c Merge "When comparing DNS server configs, also compare number of servers" by Lorenzo Colitti · 11 years ago
- bce18c9 When comparing DNS server configs, also compare number of servers by Lorenzo Colitti · 11 years ago
- d9ff722 Refactoring: C++11 style DISABLE_ bionic marcos by Dmitriy Ivanov · 11 years ago
- 3c3624f Merge "Load libraries in breadth-first order" by Dmitriy Ivanov · 11 years ago
- 011e111 Ensure __set_errno is still visible on LP32. by Elliott Hughes · 11 years ago
- cf5fc80 Don't expose non-standard basename_r and dirname_r in LP64. by Elliott Hughes · 11 years ago
- 14669a9 Load libraries in breadth-first order by Dmitriy Ivanov · 11 years ago
- fc82973 Add arc4random_addrandom binary compatibility. by Elliott Hughes · 11 years ago
- f903558 Add dlmalloc_usable_size for 32 bit arches. by Christopher Ferris · 11 years ago
- 498eb18 Revert "Load libraries in breadth-first order" by Dmitriy Ivanov · 11 years ago
- 8adace5 Merge "Enable clang compilation with libc but not linker." by Chih-Hung Hsieh · 11 years ago
- b58db8b Enable clang compilation with libc but not linker. by Chih-Hung Hsieh · 11 years ago
- 44352f5 Merge "Revert "Register __libc_fini as early as possible."" by Dmitriy Ivanov · 11 years ago
- c0cd9ce Merge "Revert "Fix arm64 build"" by Dmitriy Ivanov · 11 years ago
- 4b41555 Revert "Register __libc_fini as early as possible." by Dmitriy Ivanov · 11 years ago
- f0d8970 Revert "Fix arm64 build" by Dmitriy Ivanov · 11 years ago
- afe58ad Don't mask out SA_RESTORER from sa_flags. by Elliott Hughes · 11 years ago
- fc8974b _GNU_SOURCE implies _BSD_SOURCE and the latest _POSIX_C_SOURCE. by Elliott Hughes · 11 years ago
- 1737b15 Merge "Load libraries in breadth-first order" by Dmitriy Ivanov · 11 years ago
- 8f3b8f5 Merge "Fix arm64 build" by Dmitriy Ivanov · 11 years ago
- 5c1a7fd Fix arm64 build by Dmitriy Ivanov · 11 years ago
- 5dea472 Add back a dummy arc4random_stir for compatibility. by Elliott Hughes · 11 years ago
- e880c73 Register __libc_fini as early as possible. by Dmitriy Ivanov · 11 years ago
- a3ad450 Load libraries in breadth-first order by Dmitriy Ivanov · 11 years ago
- 296895f MIPS64 syscall() arguments by Chris Dearman · 11 years ago
- 9685c30 Upgrade bionic to tzdata2014g. by Elliott Hughes · 11 years ago
- 3242960 Make stdatomic.h work with gcc4.6 host compiler by Hans Boehm · 11 years ago
- e0c56ef Use __GNUC_PREREQ rather than __GNUC_PREREQ__ to match glibc. by Elliott Hughes · 11 years ago
- cc4259e Merge "Ignore all __weak_alias in OpenBSD libC." by Chih-Hung Hsieh · 11 years ago
- 416d7dd Add GNU-compatible strerror_r. by Elliott Hughes · 11 years ago
- b6b5cb5 Ignore all __weak_alias in OpenBSD libC. by Chih-Hung Hsieh · 11 years ago
- f4e721d Merge "Have pthread_attr_getstack for the main thread report RLIMIT_STACK..." by Elliott Hughes · 11 years ago
- fbe9d3d Merge "Fix strlen function type for mips." by Chih-Hung Hsieh · 11 years ago
- 15b914c Fix strlen function type for mips. by Chih-Hung Hsieh · 11 years ago
- 4f8268e Merge "Replace ambiguous cmp instruction with cmpl." by Chih-Hung Hsieh · 11 years ago
- 9e4ffa7 Have pthread_attr_getstack for the main thread report RLIMIT_STACK... by Elliott Hughes · 11 years ago
- 857fa6b Replace ambiguous cmp instruction with cmpl. by Chih-Hung Hsieh · 11 years ago
- b78e60e Use the default unwind code. by Christopher Ferris · 11 years ago
- cc7e5f4 Switch to OpenBSD <err.h> implementation. by Elliott Hughes · 11 years ago
- 6bfcefe Merge "Undefine _Atomic before redefining" by Hans Boehm · 11 years ago
- 07401c7 Merge "Switch to OpenBSD daemon(3)." by Elliott Hughes · 11 years ago
- e505517 Switch to OpenBSD daemon(3). by Elliott Hughes · 11 years ago
- f73183f More cases where libc should use O_CLOEXEC. by Elliott Hughes · 11 years ago
- 7b87d44 Merge "Switch to OpenBSD res_random." by Elliott Hughes · 11 years ago
- 3e4a009 Undefine _Atomic before redefining by Hans Boehm · 11 years ago
- c674edb libc should use O_CLOEXEC when opening files for its own use. by Elliott Hughes · 11 years ago
- c764fb2 Merge "Fix pthread_getattr_np for the main thread." by Elliott Hughes · 11 years ago
- 57b7a61 Fix pthread_getattr_np for the main thread. by Elliott Hughes · 11 years ago
- ae558d6 Add standard throw() spec to delete operators. by Chih-Hung Hsieh · 11 years ago
- a4a8c4f Merge "Fix, generalize stdatomic.h; improve test." by Hans Boehm · 11 years ago
- 00aaea3 Fix, generalize stdatomic.h; improve test. by Hans Boehm · 11 years ago
- ef619cc Fix dlmalloc build. by Dan Albert · 11 years ago
- 4756afe Merge "Implement malloc_info(3)." by Dan Albert · 11 years ago
- 4caa1f0 Implement malloc_info(3). by Dan Albert · 11 years ago
- 2e6c5fc Merge "Remove _flush_cache(2) for mips64." by Dan Albert · 11 years ago
- 9598b8c Run constructors before resolving ifunc functions by Dmitriy Ivanov · 11 years ago
- 47793d6 Remove _flush_cache(2) for mips64. by Dan Albert · 11 years ago
- 2320b02 __gnu_basename(3) is accounted for. by Dan Albert · 11 years ago
- 6b841db Add POSIX-2008 fmemopen, open_memstream, and open_wmemstream. by Elliott Hughes · 11 years ago
- 0e7f8a9 Simplify _ALIGN_TEXT. by Elliott Hughes · 11 years ago
- c4a1de1 Regenerate "services.h" from /etc/services. by Elliott Hughes · 11 years ago