1. ca8e84c Add mkfifoat(3). by Elliott Hughes · 11 years ago
  2. a6c1279 Rename library_offset to library_fd_offset by Dmitriy Ivanov · 11 years ago
  3. 3ce0769 Only use <atomic> for C++11 and newer. by Dan Albert · 11 years ago
  4. 1816025 Add clock_settime and clock_nanosleep. by Haruki Hasegawa · 11 years ago
  5. a6bee4d Add glibc alias for NT_PRFPREG by Dmitriy Ivanov · 11 years ago
  6. 5a3ca37 Merge "Revert "Work around a bug in Immersion's libImmEmulatorJ.so."" by Elliott Hughes · 11 years ago
  7. c9e4f2d Merge "Inline helpers need to be exported unmangled." by Dan Albert · 11 years ago
  8. 658727e Inline helpers need to be exported unmangled. by Dan Albert · 11 years ago
  9. 3d77327 Revert "Work around a bug in Immersion's libImmEmulatorJ.so." by Elliott Hughes · 11 years ago
  10. 7d3f553 Work around a bug in Immersion's libImmEmulatorJ.so. by Elliott Hughes · 11 years ago
  11. 1aaa178 cdefs.h: add artificial attribute to FORTIFY_SOURCE functions by Nick Kralevich · 11 years ago
  12. 6d569b9 Merge "Add file_offset parameter to android_extinfo" by Dmitriy Ivanov · 11 years ago
  13. 07e5bc1 Add file_offset parameter to android_extinfo by Dmitriy Ivanov · 11 years ago
  14. a6eef3b Merge "Revert "cdefs.h: add artificial attribute to FORTIFY_SOURCE functions"" by Nick Kralevich · 11 years ago
  15. 884a3de Revert "cdefs.h: add artificial attribute to FORTIFY_SOURCE functions" by Nick Kralevich · 11 years ago
  16. 558ec81 Merge "cdefs.h: add artificial attribute to FORTIFY_SOURCE functions" by Nick Kralevich · 11 years ago
  17. b84f667 further cleanup memcpy fortify implementation by Nick Kralevich · 11 years ago
  18. 9b543ff cdefs.h: add artificial attribute to FORTIFY_SOURCE functions by Nick Kralevich · 11 years ago
  19. 48be71d string.h: remove unused variable by Nick Kralevich · 11 years ago
  20. d5df412 Merge "Add RTLD_NODELETE flag support" by Dmitriy Ivanov · 11 years ago
  21. 1b20daf Add RTLD_NODELETE flag support by Dmitriy Ivanov · 11 years ago
  22. 76ac4d0 Make memory_order_acquire visible in global namespace by Hans Boehm · 11 years ago
  23. 6cdeb52 Fix unused DT entry warnings. by Dmitriy Ivanov · 11 years ago
  24. fc5a93f Merge "Fix incorrect parameter types for locale funcs." by Dan Albert · 11 years ago
  25. 31165ed CLOEXEC support in fdopen, freopen, and mkostemp/mkostemps. by Elliott Hughes · 11 years ago
  26. 3c5037f Fix incorrect parameter types for locale funcs. by Dan Albert · 11 years ago
  27. a186b2e Clean up fpathconf(3)/pathconf(3). by Elliott Hughes · 11 years ago
  28. c296e4f Use the uapi fs magic in <sys/vfs.h>. by Elliott Hughes · 11 years ago
  29. 04303f5 Add semaphore tests, fix sem_destroy. by Elliott Hughes · 11 years ago
  30. 8e4d371 Add greg_t for arm64. by Elliott Hughes · 11 years ago
  31. ba8d4f4 Update kernel uapi headers to v3.16.1. by Christopher Ferris · 11 years ago
  32. 2ad11a9 Fix some 32-bit-isms in <stdio.h>. by Elliott Hughes · 11 years ago
  33. 26a8eb5 POSIX says <signal.h> gets you ucontext_t. by Elliott Hughes · 11 years ago
  34. a4831cb Add pthread_gettid_np and re-expose __get_thread for LP32. by Elliott Hughes · 11 years ago
  35. b587f33 Add posix_fadvise(3). by Elliott Hughes · 11 years ago
  36. cf5fc80 Don't expose non-standard basename_r and dirname_r in LP64. by Elliott Hughes · 11 years ago
  37. fc8974b _GNU_SOURCE implies _BSD_SOURCE and the latest _POSIX_C_SOURCE. by Elliott Hughes · 11 years ago
  38. 3242960 Make stdatomic.h work with gcc4.6 host compiler by Hans Boehm · 11 years ago
  39. e0c56ef Use __GNUC_PREREQ rather than __GNUC_PREREQ__ to match glibc. by Elliott Hughes · 11 years ago
  40. cc4259e Merge "Ignore all __weak_alias in OpenBSD libC." by Chih-Hung Hsieh · 11 years ago
  41. 416d7dd Add GNU-compatible strerror_r. by Elliott Hughes · 11 years ago
  42. b6b5cb5 Ignore all __weak_alias in OpenBSD libC. by Chih-Hung Hsieh · 11 years ago
  43. 3e4a009 Undefine _Atomic before redefining by Hans Boehm · 11 years ago
  44. a4a8c4f Merge "Fix, generalize stdatomic.h; improve test." by Hans Boehm · 11 years ago
  45. 00aaea3 Fix, generalize stdatomic.h; improve test. by Hans Boehm · 11 years ago
  46. 4756afe Merge "Implement malloc_info(3)." by Dan Albert · 11 years ago
  47. 4caa1f0 Implement malloc_info(3). by Dan Albert · 11 years ago
  48. 2e6c5fc Merge "Remove _flush_cache(2) for mips64." by Dan Albert · 11 years ago
  49. 9598b8c Run constructors before resolving ifunc functions by Dmitriy Ivanov · 11 years ago
  50. 47793d6 Remove _flush_cache(2) for mips64. by Dan Albert · 11 years ago
  51. 6b841db Add POSIX-2008 fmemopen, open_memstream, and open_wmemstream. by Elliott Hughes · 11 years ago
  52. 2b021e1 Add <stdio_ext.h> for elfutils. by Elliott Hughes · 11 years ago
  53. 09c39d6 Implement the GNU basename(3) in addition to the POSIX one. by Elliott Hughes · 11 years ago
  54. 35d226e Add in_port_t and move it and in_addr_t to the correct header file. by Elliott Hughes · 11 years ago
  55. 6f4220c Merge "Move the meat of <features.h> into <sys/cdefs.h>." by Elliott Hughes · 11 years ago
  56. f4c948a Move the meat of <features.h> into <sys/cdefs.h>. by Elliott Hughes · 11 years ago
  57. 17f83c9 Merge "Remove unused defines from <features.h>." by Elliott Hughes · 11 years ago
  58. f800969 Remove unused defines from <features.h>. by Elliott Hughes · 11 years ago
  59. b810462 Fix _BSD_SOURCE/__USE_BSD. by Elliott Hughes · 11 years ago
  60. 3a25ab9 Missing #include <sys/cdefs.h>. by Dan Albert · 11 years ago
  61. 934c801 Merge "Expose android_set_abort_message()." by Dan Albert · 11 years ago
  62. ce6b1ab Expose android_set_abort_message(). by Dan Albert · 11 years ago
  63. 5f5cc45 Fix <features.h> (_BSD_SOURCE and _GNU_SOURCE). by Elliott Hughes · 11 years ago
  64. 2cfb4e8 Improve <sys/cdefs.h>. by Elliott Hughes · 11 years ago
  65. 7d05f74 Merge "Have stdatomic.h punt to C++ atomic when possible" by Hans Boehm · 11 years ago
  66. 019d395 Have stdatomic.h punt to C++ atomic when possible by Hans Boehm · 11 years ago
  67. 0d4ccee Merge "Change name of MB_CUR_MAX implementation function." by Dan Albert · 11 years ago
  68. 224ff04 Change name of MB_CUR_MAX implementation function. by Dan Albert · 11 years ago
  69. c5a13ef Added test for ifunc support in dynamic linker. by Brigid Smith · 11 years ago
  70. 9d2a05a Revert "Add a hack to <stdlib.h> until we can fix libvpx." by Elliott Hughes · 11 years ago
  71. 28285f8 Workaround b/16818336 which fails build under aggressive inlining. by Dehao Chen · 11 years ago
  72. df85f50 Add an obvious comment to <stdio.h> for fixincludes. by Elliott Hughes · 11 years ago
  73. 1aec7c1 Proper MB_CUR_MAX. by Dan Albert · 11 years ago
  74. 7931099 Implement <sys/fsuid.h>. by Elliott Hughes · 11 years ago
  75. f4c1a36 Remove declarations for things that don't exist. by Elliott Hughes · 11 years ago
  76. a7dc760 Merge "Fix linkage of grantpt(3)." by Elliott Hughes · 11 years ago
  77. 4916706 Fix linkage of grantpt(3). by Elliott Hughes · 11 years ago
  78. 905e6d5 Start hiding "private/bionic_time.h". by Elliott Hughes · 11 years ago
  79. d6f614a Merge "Implement twalk(3), add unit tests." by Elliott Hughes · 11 years ago
  80. 3e424d0 Implement twalk(3), add unit tests. by Elliott Hughes · 11 years ago
  81. 21972b6 syscall(3)'s return type should be long. by Elliott Hughes · 11 years ago
  82. afe6360 Fix belated review comments on syslog change. by Elliott Hughes · 11 years ago
  83. 925d388 Merge "Rewrite syslog(3) to use Android logging." by Elliott Hughes · 11 years ago
  84. 3ad8ecb Rewrite syslog(3) to use Android logging. by Elliott Hughes · 11 years ago
  85. ee7f1b5 There is no _MIN for unsigned types. by Dan Albert · 11 years ago
  86. 9c07aee Clean up some misinformation around prctl. by Elliott Hughes · 11 years ago
  87. d18b87f Merge "Remove SIOCKILLADDR from <sys/socket.h>." by Elliott Hughes · 11 years ago
  88. 8a3d1ca Remove SIOCKILLADDR from <sys/socket.h>. by Elliott Hughes · 11 years ago
  89. 9f165d2 Remove PR_SET_TIMERSLACK_PID from <sys/prctl.h>. by Elliott Hughes · 11 years ago
  90. d745386 Remove non-standard prctl constants from <sys/prctl.h>. by Elliott Hughes · 11 years ago
  91. 43363ab Merge "Define atomic_charN_t only if charN_t is supported." by Hans Boehm · 11 years ago
  92. 8b00236 Define atomic_charN_t only if charN_t is supported. by Hans Boehm · 11 years ago
  93. 98b088d ptrace(3) should be varargs. by Elliott Hughes · 11 years ago
  94. 3fa60e1 Regenerate the syscalls list after the uapi update. by Elliott Hughes · 11 years ago
  95. e612add Remove isascii_l(3). by Dan Albert · 11 years ago
  96. 2ba2888 Define SIOCKILLADDR which isn't in the common kernel uapi headers. by Elliott Hughes · 11 years ago
  97. 263325d Define three prctl constants that went missing from uapi. by Elliott Hughes · 11 years ago
  98. 10cf0d8 EM_ARM and EM_AARCH64 are now in the uapi header. by Elliott Hughes · 11 years ago
  99. dfb5ce4 Revert "Revert "Add locale aware APIs."" by Dan Albert · 11 years ago
  100. 2f61fba The err family allow null format strings. by Elliott Hughes · 11 years ago