- a4831cb Add pthread_gettid_np and re-expose __get_thread for LP32. by Elliott Hughes · 11 years ago
- b587f33 Add posix_fadvise(3). 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
- fc8974b _GNU_SOURCE implies _BSD_SOURCE and the latest _POSIX_C_SOURCE. 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
- 3e4a009 Undefine _Atomic before redefining by Hans Boehm · 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
- 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
- 6b841db Add POSIX-2008 fmemopen, open_memstream, and open_wmemstream. by Elliott Hughes · 11 years ago
- 2b021e1 Add <stdio_ext.h> for elfutils. by Elliott Hughes · 11 years ago
- 09c39d6 Implement the GNU basename(3) in addition to the POSIX one. by Elliott Hughes · 11 years ago
- 35d226e Add in_port_t and move it and in_addr_t to the correct header file. by Elliott Hughes · 11 years ago
- 6f4220c Merge "Move the meat of <features.h> into <sys/cdefs.h>." by Elliott Hughes · 11 years ago
- f4c948a Move the meat of <features.h> into <sys/cdefs.h>. by Elliott Hughes · 11 years ago
- 17f83c9 Merge "Remove unused defines from <features.h>." by Elliott Hughes · 11 years ago
- f800969 Remove unused defines from <features.h>. by Elliott Hughes · 11 years ago
- b810462 Fix _BSD_SOURCE/__USE_BSD. by Elliott Hughes · 11 years ago
- 3a25ab9 Missing #include <sys/cdefs.h>. by Dan Albert · 11 years ago
- 934c801 Merge "Expose android_set_abort_message()." by Dan Albert · 11 years ago
- ce6b1ab Expose android_set_abort_message(). by Dan Albert · 11 years ago
- 5f5cc45 Fix <features.h> (_BSD_SOURCE and _GNU_SOURCE). by Elliott Hughes · 11 years ago
- 2cfb4e8 Improve <sys/cdefs.h>. by Elliott Hughes · 11 years ago
- 7d05f74 Merge "Have stdatomic.h punt to C++ atomic when possible" by Hans Boehm · 11 years ago
- 019d395 Have stdatomic.h punt to C++ atomic when possible by Hans Boehm · 11 years ago
- 0d4ccee Merge "Change name of MB_CUR_MAX implementation function." by Dan Albert · 11 years ago
- 224ff04 Change name of MB_CUR_MAX implementation function. by Dan Albert · 11 years ago
- c5a13ef Added test for ifunc support in dynamic linker. by Brigid Smith · 11 years ago
- 9d2a05a Revert "Add a hack to <stdlib.h> until we can fix libvpx." by Elliott Hughes · 11 years ago
- 28285f8 Workaround b/16818336 which fails build under aggressive inlining. by Dehao Chen · 11 years ago
- df85f50 Add an obvious comment to <stdio.h> for fixincludes. by Elliott Hughes · 11 years ago
- 1aec7c1 Proper MB_CUR_MAX. by Dan Albert · 11 years ago
- 7931099 Implement <sys/fsuid.h>. by Elliott Hughes · 11 years ago
- f4c1a36 Remove declarations for things that don't exist. by Elliott Hughes · 11 years ago
- a7dc760 Merge "Fix linkage of grantpt(3)." by Elliott Hughes · 11 years ago
- 4916706 Fix linkage of grantpt(3). by Elliott Hughes · 11 years ago
- 905e6d5 Start hiding "private/bionic_time.h". by Elliott Hughes · 11 years ago
- d6f614a Merge "Implement twalk(3), add unit tests." by Elliott Hughes · 11 years ago
- 3e424d0 Implement twalk(3), add unit tests. by Elliott Hughes · 11 years ago
- 21972b6 syscall(3)'s return type should be long. by Elliott Hughes · 11 years ago
- afe6360 Fix belated review comments on syslog change. by Elliott Hughes · 11 years ago
- 925d388 Merge "Rewrite syslog(3) to use Android logging." by Elliott Hughes · 11 years ago
- 3ad8ecb Rewrite syslog(3) to use Android logging. by Elliott Hughes · 11 years ago
- ee7f1b5 There is no _MIN for unsigned types. by Dan Albert · 11 years ago
- 9c07aee Clean up some misinformation around prctl. by Elliott Hughes · 11 years ago
- d18b87f Merge "Remove SIOCKILLADDR from <sys/socket.h>." by Elliott Hughes · 11 years ago
- 8a3d1ca Remove SIOCKILLADDR from <sys/socket.h>. by Elliott Hughes · 11 years ago
- 9f165d2 Remove PR_SET_TIMERSLACK_PID from <sys/prctl.h>. by Elliott Hughes · 11 years ago
- d745386 Remove non-standard prctl constants from <sys/prctl.h>. by Elliott Hughes · 11 years ago
- 43363ab Merge "Define atomic_charN_t only if charN_t is supported." by Hans Boehm · 11 years ago
- 8b00236 Define atomic_charN_t only if charN_t is supported. by Hans Boehm · 11 years ago
- 98b088d ptrace(3) should be varargs. by Elliott Hughes · 11 years ago
- 3fa60e1 Regenerate the syscalls list after the uapi update. by Elliott Hughes · 11 years ago
- e612add Remove isascii_l(3). by Dan Albert · 11 years ago
- 2ba2888 Define SIOCKILLADDR which isn't in the common kernel uapi headers. by Elliott Hughes · 11 years ago
- 263325d Define three prctl constants that went missing from uapi. by Elliott Hughes · 11 years ago
- 10cf0d8 EM_ARM and EM_AARCH64 are now in the uapi header. by Elliott Hughes · 11 years ago
- dfb5ce4 Revert "Revert "Add locale aware APIs."" by Dan Albert · 11 years ago
- 2f61fba The err family allow null format strings. by Elliott Hughes · 11 years ago
- 063e20c Revert "Add locale aware APIs." by Dan Albert · 11 years ago
- e087eac Add locale aware APIs. by Dan Albert · 11 years ago
- 3a8646f Change android_dlextinfo flags to uint64_t by Dmitriy Ivanov · 11 years ago
- 2d94ee2 Merge "Revert "Revert "Hide _tolower_tab_ and _toupper_tab_ on LP64.""" by Dan Albert · 11 years ago
- 04dc91a Load library using file handle. by Dmitriy Ivanov · 11 years ago
- f79ee06 Revert "Revert "Hide _tolower_tab_ and _toupper_tab_ on LP64."" by Dan Albert · 11 years ago
- a311704 Restore <nsswitch.h> which is BSD API, not private. by Elliott Hughes · 11 years ago
- 93e7b9f asm/sigcontext.h is required to build unwind-dw2.c in gcc-4.9. by Raghu Gandham · 11 years ago
- 00fb5f9 Change the LP64 off_t/loff_t/off64_t definitions to reduce warnings. by Elliott Hughes · 11 years ago
- 3f525d4 Add splice, tee, and vmsplice. by Elliott Hughes · 11 years ago
- 52f9b05 Merge "Sync to current upstream arc4random." by Elliott Hughes · 11 years ago
- 0468feb Sync to current upstream arc4random. by Elliott Hughes · 11 years ago
- 63fa660 Merge "Prefix cmsg_nxthdr with "__"." by Calin Juravle · 11 years ago
- 096b4eb Prefix cmsg_nxthdr with "__". by Calin Juravle · 11 years ago
- 0d7415f Merge "Remove SHA1 from LP64 in favor of libcrypto." by Dan Albert · 11 years ago
- 8ca4400 Use __builtin_*_chk for bcopy/bzero. by Dan Albert · 11 years ago
- 0636672 Expose tzname, daylight, and timezone. by Elliott Hughes · 11 years ago
- d10db82 Build tzcode with hidden visibility. by Elliott Hughes · 11 years ago
- 715242f Revert "Hide _tolower_tab_ and _toupper_tab_ on LP64." by Dan Albert · 11 years ago
- dd4ad5c Hide _tolower_tab_ and _toupper_tab_ on LP64. by Dan Albert · 11 years ago
- 9635046 Hide declaration of gets(3) for C11 and later. by Dan Albert · 11 years ago
- 1ef3ba2 Merge "Revert "Hide declaration of gets(3) for C11 and later."" by Dan Albert · 11 years ago
- 1291680 Revert "Hide declaration of gets(3) for C11 and later." by Dan Albert · 11 years ago
- c0ce590 Hide declaration of gets(3) for C11 and later. by Dan Albert · 11 years ago
- 185c399 Merge "Hide declaration of gets(3) for C11 and later." by Dan Albert · 11 years ago
- 4ac2264 Merge "Add <linux/tty.h> to libc/include/sys/ioctl.h" by Elliott Hughes · 11 years ago
- c82c0b7 Remove SHA1 from LP64 in favor of libcrypto. by Dan Albert · 11 years ago
- ac64675 Revert "Revert "Remove ftime from bionic LP64"" by Dan Albert · 11 years ago
- 462abab Removes getdtablesize(3) from LP64. by Dan Albert · 11 years ago
- 0069f31 Add <linux/tty.h> to libc/include/sys/ioctl.h by Qiming Shi · 11 years ago
- e61919a Fix x86-64 libvpx build. by Elliott Hughes · 11 years ago
- 72dc1c2 Merge "Revert "Backing this one out since the counterpart needs to be sent upstream."" by Dan Albert · 11 years ago
- e5fdaa4 Revert "Backing this one out since the counterpart needs to be sent upstream." by Dan Albert · 11 years ago