- f8562c5 Remove backwards compatibility for old system properties. by Elliott Hughes · 9 years ago
- 16b2a4d Revert "Revert "Remove limit of system property name length"" by Dimitry Ivanov · 9 years ago
- 489f58b Revert "Remove limit of system property name length" by Dimitry Ivanov · 9 years ago
- 5c1ce27 Remove limit of system property name length by Dimitry Ivanov · 10 years ago
- dc94cf5 Add props files for each partition by Jaekyun Seok · 9 years ago
- 581b9f6 Hide __system_property_add/update, deprecate find_nth by Dimitry Ivanov · 9 years ago
- bc94bb3 Fix an obsolete comment. by Elliott Hughes · 9 years ago
- 8d76871 Update socket constants. by Elliott Hughes · 9 years ago
- cf922ff Merge "Clean up <sys/limits.h> a bit." by Elliott Hughes · 9 years ago
- 04a3b24 Merge "Correct the return types of readv and writev." by Treehugger Robot · 9 years ago
- 9af7490 Clean up <sys/limits.h> a bit. by Elliott Hughes · 9 years ago
- 8f0e42f Fix getpriority/setpriority types. by Elliott Hughes · 9 years ago
- 753361a Correct the return types of readv and writev. by Josh Gao · 9 years ago
- 5bc78c8 Add and use constants for the Android API levels. by Elliott Hughes · 9 years ago
- b3321c9 Merge changes I72d37b7c,I7d254a10,I2e967acf by Treehugger Robot · 9 years ago
- 16016df versioner: refactor to use CompilerInstance directly. by Josh Gao · 9 years ago
- ff5f17b Remove bogus OPEN_MAX and CHILD_MAX constants. by Elliott Hughes · 9 years ago
- e749abe Add legacy inline for wait4. by Dan Albert · 9 years ago
- 95fa061 Rename __pure, __pure2, and __purefunc. by Elliott Hughes · 9 years ago
- cb728e6 Fix instances of '#if __i386__'. by Josh Gao · 9 years ago
- b36efa4 Fix instances of '#if __LP64__'. by Josh Gao · 9 years ago
- 11f0e10 Provide an inline __cmsg_nxthdr. by Dan Albert · 9 years ago
- 2990404 Correct more fortify availability guards. by Dan Albert · 9 years ago
- 7c59f3f Flesh out <sys/msg.h>, <sys/sem.h>, <sys/shm.h>. by Elliott Hughes · 9 years ago
- fe4ab7d Merge "Add missing <sys/stat.h> macros." by Treehugger Robot · 9 years ago
- c8476bb Merge "Fix various <sys/socket.h> prototypes." by Treehugger Robot · 9 years ago
- 2b9605f Fix various <sys/socket.h> prototypes. by Elliott Hughes · 9 years ago
- 9288761 Add missing <sys/stat.h> macros. by Elliott Hughes · 9 years ago
- 9dff0d0 mprotect and msync take void*, not const void*. by Elliott Hughes · 9 years ago
- 9519fc0 Merge changes I9b662ca9,Iad7f3fc9,I1b16a4b5,I47b07755,I6496a8c4, ... by Treehugger Robot · 9 years ago
- 2802365 POSIX says <sys/types.h> should make all the pthread_* types available. by Elliott Hughes · 9 years ago
- 8197aca Fix recvfrom prototype. by Elliott Hughes · 9 years ago
- d1dd7c5 Remove __static_cast macro from <sys/cdefs.h>. by Elliott Hughes · 9 years ago
- bfb6bae versioner: replace availability attributes with annotate. by Josh Gao · 9 years ago
- dfa6bbb Guard fortify inlines with __ANDROID_API__. by Dan Albert · 9 years ago
- b6a4a4c Add version information for legacy inlines. by Josh Gao · 9 years ago
- 61bd7cb Merge changes I0262eed9,Iba9ee03a by Treehugger Robot · 9 years ago
- 3e6929d Add a temporary hack to work around __NDK_FPABI__. by Dan Albert · 9 years ago
- f6495c7 Stop #define'ing __func__ and __restrict. by Elliott Hughes · 9 years ago
- 3b2096a Remove unnecessary 'extern's. by Elliott Hughes · 9 years ago
- 203e13d Always include <sys/cdefs.h>. by Elliott Hughes · 9 years ago
- 8778d64 Remove __BIONIC_LEGACY_INLINE. by Josh Gao · 9 years ago
- 5470c18 Make it possible to build bionic with -I instead of -isystem. by Elliott Hughes · 9 years ago
- 508d292 Only define sa_family_t once. by Elliott Hughes · 9 years ago
- f47514d Remove __LIBC_ABI_PUBLIC__. by Elliott Hughes · 9 years ago
- 9eb3ae1 Remove __nonnull (in favor of _Nonnull). by Elliott Hughes · 10 years ago
- 9c8d711 Don't expose all BSD extensions. by Elliott Hughes · 10 years ago
- 95fa26e Update symbol versions. by Josh Gao · 10 years ago
- 3ba55f8 Rationalize visibility. by Elliott Hughes · 10 years ago
- 449eff0 Add futimes, futimesat, and lutimes. by Elliott Hughes · 10 years ago
- f484050 Preliminary cleanup of <sys/cdefs.h>. by Elliott Hughes · 10 years ago
- 99a84c8 Remove __cachectl. by Josh Gao · 10 years ago
- 8ba4424 Fix __errordecl on clang. by Josh Gao · 10 years ago
- 46b4416 Update header versions for NDK platform fixes. by Josh Gao · 10 years ago
- bb12921 Don't use __u64/__u32 in <sys/user.h>. by Josh Gao · 10 years ago
- 12f3541 Remove various bits of header cruft. by Elliott Hughes · 10 years ago
- 98ac6f4 Merge "Use clang's nullability instead of nonnull." by Treehugger Robot · 10 years ago
- baa2a97 Use clang's nullability instead of nonnull. by Dan Albert · 10 years ago
- ed50763 Remove <sys/atomics.h>. by Elliott Hughes · 10 years ago
- 3338ee5 Merge "Move glibc-syscalls.h into bits/." by Elliott Hughes · 10 years ago
- 3fb1b37 Merge "Remove <sys/utime.h>." by Elliott Hughes · 10 years ago
- 5ab6f6c Merge "Remove <sys/ioctl_compat.h>." by Elliott Hughes · 10 years ago
- e10ff49 Remove <sys/utime.h>. by Elliott Hughes · 10 years ago
- d3f51a4 Merge "Remove unused <sys/socketcalls.h> header." by Elliott Hughes · 10 years ago
- 64959d2 Remove <sys/ioctl_compat.h>. by Elliott Hughes · 10 years ago
- 8aabbd7 Move glibc-syscalls.h into bits/. by Elliott Hughes · 10 years ago
- 583a4f8 Merge changes I25dca710,I85fdf927,I667fe53e,I46bf95ac by Josh Gao · 10 years ago
- 6bad319 Remove unused <sys/socketcalls.h> header. by Elliott Hughes · 10 years ago
- 6b3bec0 Fix various empty .h files in bionic. by Elliott Hughes · 10 years ago
- 5a3d5ca Add __INTRODUCED_IN_{32,64}. by Josh Gao · 10 years ago
- d51bc71 Add platform specific version tags. by Josh Gao · 10 years ago
- 34c599a Add __INTRODUCED_IN_FUTURE for unreleased APIs. by Josh Gao · 10 years ago
- 14adff1 Add versioning information to symbols. by Josh Gao · 10 years ago
- 7e94d29 Remove __UNAVAILABLE. by Elliott Hughes · 10 years ago
- 29226f3 Tag unavailable functions with macro. by Josh Gao · 10 years ago
- d8ca92c Make <sys/user.h> compile on AArch64. by Josh Gao · 10 years ago
- b8e1b705 Make the legacy inline headers compile standalone. by Josh Gao · 10 years ago
- 26bc9c6 Move <sys/_sigdefs.h> and <sys/_errdefs.h> to private. by Josh Gao · 10 years ago
- 8c8ef59 Move <sys/sysconf.h> to <bits/sysconf.h>. by Josh Gao · 10 years ago
- 98e574c Extract ioctl to <bits/ioctl.h>. by Josh Gao · 10 years ago
- 70856fb Remove duplicate declaration of mlock, munlock. by Josh Gao · 10 years ago
- eafad49 Add <sys/quota.h>. by Elliott Hughes · 10 years ago
- 1f1a51a Add a few missing types and constants to headers. by Elliott Hughes · 10 years ago
- 545afa1 Fix PTHREAD_THREADS_MAX. by Elliott Hughes · 10 years ago
- 05d08e9 Updated to v4.4.1 kernel headers. by Christopher Ferris · 10 years ago
- 5f26c6b Really add adjtimex(2), and add clock_adjtime(2) too. 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
- 5704c42 Implement POSIX lockf. by Elliott Hughes · 10 years ago
- 9361ad3 Fix <sys/sysmacros.h>. by Elliott Hughes · 10 years ago
- 49a309f Separate properties by selabel by Tom Cherry · 10 years ago
- 4200e26 fix the mremap signature by Daniel Micay · 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
- 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
- 44ddb31 Remove some <sys/cdefs.h> cruft. by Elliott Hughes · 10 years ago
- c6043f6 Define WIFCONTINUED() by Greg Hackmann · 10 years ago