1. 9519fc0 Merge changes I9b662ca9,Iad7f3fc9,I1b16a4b5,I47b07755,I6496a8c4, ... by Treehugger Robot · 9 years ago
  2. 2802365 POSIX says <sys/types.h> should make all the pthread_* types available. by Elliott Hughes · 9 years ago
  3. 8197aca Fix recvfrom prototype. by Elliott Hughes · 9 years ago
  4. d1dd7c5 Remove __static_cast macro from <sys/cdefs.h>. by Elliott Hughes · 9 years ago
  5. bfb6bae versioner: replace availability attributes with annotate. by Josh Gao · 10 years ago
  6. dfa6bbb Guard fortify inlines with __ANDROID_API__. by Dan Albert · 9 years ago
  7. b6a4a4c Add version information for legacy inlines. by Josh Gao · 9 years ago
  8. 61bd7cb Merge changes I0262eed9,Iba9ee03a by Treehugger Robot · 9 years ago
  9. 3e6929d Add a temporary hack to work around __NDK_FPABI__. by Dan Albert · 9 years ago
  10. f6495c7 Stop #define'ing __func__ and __restrict. by Elliott Hughes · 9 years ago
  11. 3b2096a Remove unnecessary 'extern's. by Elliott Hughes · 9 years ago
  12. 203e13d Always include <sys/cdefs.h>. by Elliott Hughes · 9 years ago
  13. 8778d64 Remove __BIONIC_LEGACY_INLINE. by Josh Gao · 9 years ago
  14. 5470c18 Make it possible to build bionic with -I instead of -isystem. by Elliott Hughes · 9 years ago
  15. 508d292 Only define sa_family_t once. by Elliott Hughes · 9 years ago
  16. f47514d Remove __LIBC_ABI_PUBLIC__. by Elliott Hughes · 9 years ago
  17. 9eb3ae1 Remove __nonnull (in favor of _Nonnull). by Elliott Hughes · 10 years ago
  18. 9c8d711 Don't expose all BSD extensions. by Elliott Hughes · 10 years ago
  19. 95fa26e Update symbol versions. by Josh Gao · 10 years ago
  20. 3ba55f8 Rationalize visibility. by Elliott Hughes · 10 years ago
  21. 449eff0 Add futimes, futimesat, and lutimes. by Elliott Hughes · 10 years ago
  22. f484050 Preliminary cleanup of <sys/cdefs.h>. by Elliott Hughes · 10 years ago
  23. 99a84c8 Remove __cachectl. by Josh Gao · 10 years ago
  24. 8ba4424 Fix __errordecl on clang. by Josh Gao · 10 years ago
  25. 46b4416 Update header versions for NDK platform fixes. by Josh Gao · 10 years ago
  26. bb12921 Don't use __u64/__u32 in <sys/user.h>. by Josh Gao · 10 years ago
  27. 12f3541 Remove various bits of header cruft. by Elliott Hughes · 10 years ago
  28. 98ac6f4 Merge "Use clang's nullability instead of nonnull." by Treehugger Robot · 10 years ago
  29. baa2a97 Use clang's nullability instead of nonnull. by Dan Albert · 10 years ago
  30. ed50763 Remove <sys/atomics.h>. by Elliott Hughes · 10 years ago
  31. 3338ee5 Merge "Move glibc-syscalls.h into bits/." by Elliott Hughes · 10 years ago
  32. 3fb1b37 Merge "Remove <sys/utime.h>." by Elliott Hughes · 10 years ago
  33. 5ab6f6c Merge "Remove <sys/ioctl_compat.h>." by Elliott Hughes · 10 years ago
  34. e10ff49 Remove <sys/utime.h>. by Elliott Hughes · 10 years ago
  35. d3f51a4 Merge "Remove unused <sys/socketcalls.h> header." by Elliott Hughes · 10 years ago
  36. 64959d2 Remove <sys/ioctl_compat.h>. by Elliott Hughes · 10 years ago
  37. 8aabbd7 Move glibc-syscalls.h into bits/. by Elliott Hughes · 10 years ago
  38. 583a4f8 Merge changes I25dca710,I85fdf927,I667fe53e,I46bf95ac by Josh Gao · 10 years ago
  39. 6bad319 Remove unused <sys/socketcalls.h> header. by Elliott Hughes · 10 years ago
  40. 6b3bec0 Fix various empty .h files in bionic. by Elliott Hughes · 10 years ago
  41. 5a3d5ca Add __INTRODUCED_IN_{32,64}. by Josh Gao · 10 years ago
  42. d51bc71 Add platform specific version tags. by Josh Gao · 10 years ago
  43. 34c599a Add __INTRODUCED_IN_FUTURE for unreleased APIs. by Josh Gao · 10 years ago
  44. 14adff1 Add versioning information to symbols. by Josh Gao · 10 years ago
  45. 7e94d29 Remove __UNAVAILABLE. by Elliott Hughes · 10 years ago
  46. 29226f3 Tag unavailable functions with macro. by Josh Gao · 10 years ago
  47. d8ca92c Make <sys/user.h> compile on AArch64. by Josh Gao · 10 years ago
  48. b8e1b705 Make the legacy inline headers compile standalone. by Josh Gao · 10 years ago
  49. 26bc9c6 Move <sys/_sigdefs.h> and <sys/_errdefs.h> to private. by Josh Gao · 10 years ago
  50. 8c8ef59 Move <sys/sysconf.h> to <bits/sysconf.h>. by Josh Gao · 10 years ago
  51. 98e574c Extract ioctl to <bits/ioctl.h>. by Josh Gao · 10 years ago
  52. 70856fb Remove duplicate declaration of mlock, munlock. by Josh Gao · 10 years ago
  53. eafad49 Add <sys/quota.h>. by Elliott Hughes · 10 years ago
  54. 1f1a51a Add a few missing types and constants to headers. by Elliott Hughes · 10 years ago
  55. 545afa1 Fix PTHREAD_THREADS_MAX. by Elliott Hughes · 10 years ago
  56. 05d08e9 Updated to v4.4.1 kernel headers. by Christopher Ferris · 10 years ago
  57. 5f26c6b Really add adjtimex(2), and add clock_adjtime(2) too. by Elliott Hughes · 10 years ago
  58. 6b45d57 use GNU C89 extern inline semantics for __size_mul_overflow() by Xia Yang · 10 years ago
  59. c7ca8f3 socket.h: update AF_* constants by Greg Hackmann · 10 years ago
  60. 3f3f6c5 Add adjtimex by Greg Hackmann · 10 years ago
  61. 5704c42 Implement POSIX lockf. by Elliott Hughes · 10 years ago
  62. 9361ad3 Fix <sys/sysmacros.h>. by Elliott Hughes · 10 years ago
  63. 49a309f Separate properties by selabel by Tom Cherry · 10 years ago
  64. 4200e26 fix the mremap signature by Daniel Micay · 10 years ago
  65. c36be97 Merge "Add prlimit to LP32." by Elliott Hughes · 10 years ago
  66. 38eca07 Remove <sys/shm.h>. by Elliott Hughes · 10 years ago
  67. 4151db5 Add prlimit to LP32. by Elliott Hughes · 10 years ago
  68. bf4c32d Remove swap16/swap32/swap64 header pollution. by Elliott Hughes · 10 years ago
  69. a818445 Rename LIBC64_HIDDEN to LIBC32_LEGACY_PUBLIC. by Christopher Ferris · 10 years ago
  70. 44ddb31 Remove some <sys/cdefs.h> cruft. by Elliott Hughes · 10 years ago
  71. c6043f6 Define WIFCONTINUED() by Greg Hackmann · 10 years ago
  72. d75abb9 Fix SOCK_* flag definitions by Greg Hackmann · 10 years ago
  73. 268af26 CMSG_DATA should return an unsigned char*. by Dan Albert · 10 years ago
  74. a6435a1 Use attribute availability. by Dan Albert · 10 years ago
  75. 6f4594d Add preadv/pwritev. by Elliott Hughes · 10 years ago
  76. 03f2246 Add the missing aarch64 user structs. by Elliott Hughes · 10 years ago
  77. 5390173 Don't transitively include <limits.h> from <sys/user.h>. by Elliott Hughes · 10 years ago
  78. afab3ff Move PAGE_MASK into <sys/user.h>. by Elliott Hughes · 10 years ago
  79. fed2659 add fortified implementations of fread/fwrite by Daniel Micay · 10 years ago
  80. a7a87dd <sys/time.h> should include [most of] <sys/select.h>. by Elliott Hughes · 10 years ago
  81. 2cc41d3 Add all the glibc one-line "synonym" header files. by Elliott Hughes · 10 years ago
  82. 0875ba3 Add timespec/timeval conversion helpers. by Bertrand SIMONNET · 11 years ago
  83. e551514 libc: Add sys/fcntl.h for compatibility. by Daniel Erat · 11 years ago
  84. 7ea817d Add some glibc-like #defines for libchrome. by Elliott Hughes · 11 years ago
  85. c224747 Improve personality initialization by Dmitriy Ivanov · 11 years ago
  86. fef5835 Fix x86 gdbserver build. by Elliott Hughes · 11 years ago
  87. 895241e Fixes for building gdbserver (and gdb) out of the box. by Elliott Hughes · 11 years ago
  88. 0577733 Avoid name collision with user_fpsimd_state in <asm/ptrace.h>. by Elliott Hughes · 11 years ago
  89. bf18c61 Add a sys/procfs.h. by Dan Albert · 11 years ago
  90. be57a40 Add process_vm_readv and process_vm_writev. by Elliott Hughes · 11 years ago
  91. 4e8cda6 remove rootdir build.prop by Andres Morales · 11 years ago
  92. c3f4c96 bionic: fortify comments in _system_properties.h by Mark Salyzyn · 11 years ago
  93. bfd6527 bionic: add __system_property_area_serial() by Mark Salyzyn · 11 years ago
  94. 43e020c Remove PROP_PATH_SYSTEM_DEFAULT. by Elliott Hughes · 11 years ago
  95. ba87fe5 Add the UMOUNT_NOFOLLOW flag to <sys/mount.h>. by Elliott Hughes · 11 years ago
  96. 6af62e0 Add RLIM_SAVED_CUR and RLIM_SAVED_MAX. by Elliott Hughes · 11 years ago
  97. 4c5891d valgrind can't find syscall because we didn't put it in <unistd.h>. by Elliott Hughes · 11 years ago
  98. 1dbc6bb Merge "Implement _FILE_OFFSET_BITS (mostly)." by Elliott Hughes · 11 years ago
  99. 68dc20d Implement _FILE_OFFSET_BITS (mostly). by Elliott Hughes · 11 years ago
  100. 784de4e Revert "Move use of __warnattr to __deprecated." by Yabin Cui · 11 years ago