- 8aabbd7 Move glibc-syscalls.h into bits/. by Elliott Hughes · 9 years ago
- 6b3bec0 Fix various empty .h files in bionic. by Elliott Hughes · 9 years ago
- 5a3d5ca Add __INTRODUCED_IN_{32,64}. by Josh Gao · 9 years ago
- 7e94d29 Remove __UNAVAILABLE. by Elliott Hughes · 9 years ago
- 146cbac Merge "Fix <wctype.h>." by Elliott Hughes · 9 years ago
- adc8d34 Merge "Remove declaration of pthread_cond_timeout_np." by Elliott Hughes · 9 years ago
- 7ba106c Fix <wctype.h>. by Elliott Hughes · 9 years ago
- 6f6f905 Implement mblen(3). by Elliott Hughes · 9 years ago
- 3615a52 Remove declaration of pthread_cond_timeout_np. by Elliott Hughes · 9 years ago
- 29226f3 Tag unavailable functions with macro. by Josh Gao · 9 years ago
- c194fd3 Delete declarations which don't exist. by Josh Gao · 9 years ago
- d8ca92c Make <sys/user.h> compile on AArch64. by Josh Gao · 9 years ago
- 722ab05 bionic: Implement getpwent and getgrent by Mark Salyzyn · 10 years ago
- b8e1b705 Make the legacy inline headers compile standalone. by Josh Gao · 10 years ago
- 99739d4 Don't redefine __ANDROID_API__. by Josh Gao · 10 years ago
- 26bc9c6 Move <sys/_sigdefs.h> and <sys/_errdefs.h> to private. by Josh Gao · 10 years ago
- a588f90 Remove fabs, fabsf, fabsl inlines from <math.h>. by Josh Gao · 10 years ago
- 08794d4 Merge changes Ife4692e4,I7304cc1d,If19653d0,I769ca792,I93625d19, ... by Josh Gao · 10 years ago
- 8c8ef59 Move <sys/sysconf.h> to <bits/sysconf.h>. by Josh Gao · 10 years ago
- 752a82c Remove mbstowcs from <wchar.h>. by Josh Gao · 10 years ago
- 7449e59 Extract getopt and friends to <bits/getopt.h> by Josh Gao · 10 years ago
- a6c8546 Remove declaration of unlinkat from <fcntl.h>. by Josh Gao · 10 years ago
- 98e574c Extract ioctl to <bits/ioctl.h>. by Josh Gao · 10 years ago
- ee8d169 Extract fcntl to <bits/fcntl.h>. by Josh Gao · 10 years ago
- c3cec27 Extract strcasecmp and friends to <bits/strcasecmp.h>. by Josh Gao · 10 years ago
- 0d8e141 Make <bits/lockf.h> compile standalone. by Josh Gao · 10 years ago
- 2675a9e Make <android/dlext.h> compile standalone. by Josh Gao · 10 years ago
- ef7c95b Make the network headers compile standalone. by Josh Gao · 10 years ago
- 70856fb Remove duplicate declaration of mlock, munlock. by Josh Gao · 10 years ago
- 6cfb84b Add trivial no-op <nl_types.h>. by Elliott Hughes · 10 years ago
- eafad49 Add <sys/quota.h>. by Elliott Hughes · 10 years ago
- 7f72ad4 Add sync_file_range to <fcntl.h>. by Elliott Hughes · 10 years ago
- 55147ad Add missing prototype for readahead in <fcntl.h>. by Elliott Hughes · 10 years ago
- c9291e1 Merge "Add POSIX getsubopt(3)." by Elliott Hughes · 10 years ago
- df143f8 Add POSIX getsubopt(3). by Elliott Hughes · 10 years ago
- 5375bf6 Add SysV signal handling by Greg Hackmann · 10 years ago
- afe835d Move math headers in with the other headers. by Elliott Hughes · 10 years ago
- e9daecf Merge "Stop defining HAVE_PTHREAD_COND_TIMEDWAIT_RELATIVE." by Elliott Hughes · 10 years ago
- 5dd13d0 Differentiate the MNTTYPE_* and MNTOPT_* constants. by Elliott Hughes · 10 years ago
- 1f1a51a Add a few missing types and constants to headers. by Elliott Hughes · 10 years ago
- 96583dc Stop defining HAVE_PTHREAD_COND_TIMEDWAIT_RELATIVE. by Elliott Hughes · 10 years ago
- 3679ade Add hasmntopt(3) by Greg Hackmann · 10 years ago
- e2faf07 Add {get,set}domainname(2) by Greg Hackmann · 10 years ago
- cc78b25 Remove the __USE_GNU guard from pthread_setname_np again. by Elliott Hughes · 10 years ago
- 725b2a9 Add pthread_getname_np. by Elliott Hughes · 10 years ago
- 545afa1 Fix PTHREAD_THREADS_MAX. by Elliott Hughes · 10 years ago
- 7dac8b8 Fix scope ids for link-local IPv6 addresses from getifaddrs(3). by Elliott Hughes · 10 years ago
- 9c212fc Merge "define pw_gecos to pw_passwd for LP32 systems" by Mike Frysinger · 10 years ago
- ca6af7f define pw_gecos to pw_passwd for LP32 systems by Mike Frysinger · 10 years ago
- 05d08e9 Updated to v4.4.1 kernel headers. by Christopher Ferris · 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
- 6b45d57 use GNU C89 extern inline semantics for __size_mul_overflow() by Xia Yang · 10 years ago
- c7ca8f3 socket.h: update AF_* constants by Greg Hackmann · 10 years ago
- 3f3f6c5 Add adjtimex by Greg Hackmann · 10 years ago
- 03e65eb Implement funopen64. by Elliott Hughes · 10 years ago
- 94bb0fa Merge "Support _FILE_OFFSET_BITS=64 for most of <stdio.h>." 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
- e70e0e9 Move internal FILE flags macros to "local.h" from <stdio.h>. by Elliott Hughes · 10 years ago
- 0ac0cee Remove dlmalloc. by Josh Gao · 10 years ago
- 2704bd1 Simplify fseek/ftell. by Elliott Hughes · 10 years ago
- ed57b98 Implement if_nameindex(3)/if_freenameindex(3). by Elliott Hughes · 10 years ago
- 9361ad3 Fix <sys/sysmacros.h>. by Elliott Hughes · 10 years ago
- 9cddb48 Revert "Revert "Implement getifaddrs(3)/freeifaddrs(3)."" by Elliott Hughes · 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
- 9cf99cb linker: add dlvsym(3) by Dimitry Ivanov · 10 years ago
- 284ae35 Add permitted_when_isolated_path to linker namespaces by Dimitry Ivanov · 10 years ago
- 49a309f Separate properties by selabel by Tom Cherry · 10 years ago
- 1ffec1c Introduce anonymous namespace by Dmitriy Ivanov · 10 years ago
- fe3a83a Implement pthread spin. 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
- 42d5fcb Introducing linker namespaces by Dmitriy Ivanov · 10 years ago
- fb994f4 Add fileno_unlocked to support thread sanitizer. by Yabin Cui · 10 years ago
- 4200e26 fix the mremap signature by Daniel Micay · 10 years ago
- eb9b925 Fix GNU/POSIX basename headers. by Josh Gao · 10 years ago
- c36be97 Merge "Add prlimit to LP32." by Elliott Hughes · 10 years ago
- 38eca07 Remove <sys/shm.h>. by Elliott Hughes · 10 years ago
- 4151db5 Add prlimit to LP32. by Elliott Hughes · 10 years ago
- 1721be2 Merge "Implement scandirat and scandirat64." by Elliott Hughes · 10 years ago
- 6331e80 Implement scandirat and scandirat64. by Elliott Hughes · 10 years ago
- 5238eb0 Merge "Implement load at fixed address feature" by Dimitry Ivanov · 10 years ago
- 126af75 Implement load at fixed address feature by Dmitriy Ivanov · 10 years ago
- 9216a64 Fix <utmp.h> declarations. by Elliott Hughes · 10 years ago
- bf4c32d Remove swap16/swap32/swap64 header pollution. by Elliott Hughes · 10 years ago
- a818445 Rename LIBC64_HIDDEN to LIBC32_LEGACY_PUBLIC. by Christopher Ferris · 10 years ago
- f0141df Make struct FILE opaque. by Elliott Hughes · 10 years ago
- 68af0ad utmp.h: add more ut_type defines by Mike Frysinger · 10 years ago
- efcb5d9 Merge "Remove some <sys/cdefs.h> cruft." by Elliott Hughes · 10 years ago
- 44ddb31 Remove some <sys/cdefs.h> cruft. by Elliott Hughes · 10 years ago
- f8a2243 <netinet/udp.h> should include <linux/udp.h>. by Elliott Hughes · 10 years ago
- c6043f6 Define WIFCONTINUED() by Greg Hackmann · 10 years ago
- d75abb9 Fix SOCK_* flag definitions by Greg Hackmann · 10 years ago
- 268af26 CMSG_DATA should return an unsigned char*. by Dan Albert · 10 years ago