1. d4f13d5 Merge tag 'android-5.1.0_r1' into HEAD by Sudhir Sharma · 9 years ago
  2. c7450f7 Restore symbols from <arpa/nameser.h>. by Elliott Hughes · 9 years ago
  3. 047d943 sysconf(3) returns long. by Elliott Hughes · 10 years ago
  4. 4a50d8e bionic: libc: Added path to vendor build properties file. by Daniel Rosenberg · 10 years ago
  5. 2415f1f Include asm/sigcontext.h only for LP64 in singnal.h by Chiou-Hao Hsu · 10 years ago
  6. 69c5d10 Revert "Add RTLD_NODELETE flag support" by Dmitriy Ivanov · 10 years ago
  7. c87f65d Add RTLD_NODELETE flag support by Dmitriy Ivanov · 10 years ago
  8. 0f47d9c Fix unused DT entry warnings. by Dmitriy Ivanov · 10 years ago
  9. 653263a Only use <atomic> for C++11 and newer. by Dan Albert · 10 years ago
  10. 0c4e98a Fix the type of u_ar0 in <sys/user.h>. by Elliott Hughes · 10 years ago
  11. d0fb6a2 Add greg_t for arm64. by Elliott Hughes · 10 years ago
  12. ab4d5cf POSIX says <signal.h> gets you ucontext_t. by Elliott Hughes · 10 years ago
  13. eedbf70 Add in_port_t and move it and in_addr_t to the correct header file. by Elliott Hughes · 10 years ago
  14. aa6cd58 Use mxcr_mask instead of mxcsr_mask to match glibc. by Elliott Hughes · 10 years ago
  15. 702ab5b Rename library_offset to library_fd_offset by Dmitriy Ivanov · 10 years ago
  16. de01780 Add file_offset parameter to android_extinfo by Dmitriy Ivanov · 10 years ago
  17. c712cee Make memory_order_acquire visible in global namespace by Hans Boehm · 10 years ago
  18. 55ee845 Inline helpers need to be exported unmangled. by Dan Albert · 10 years ago
  19. ce92b41 cdefs.h: add artificial attribute to FORTIFY_SOURCE functions by Nick Kralevich · 10 years ago
  20. 1543fdf Work around a bug in Immersion's libImmEmulatorJ.so. by Elliott Hughes · 10 years ago
  21. b5e7eba Work around a bug in Immersion's libImmEmulatorJ.so. by Elliott Hughes · 10 years ago
  22. d87d401 Improve <sys/cdefs.h>. by Elliott Hughes · 10 years ago
  23. db408bf further cleanup memcpy fortify implementation by Nick Kralevich · 10 years ago
  24. 7ad2147 string.h: remove unused variable by Nick Kralevich · 10 years ago
  25. bd321c1 Run constructors before resolving ifunc functions by Dmitriy Ivanov · 10 years ago
  26. 31b88da Added test for ifunc support in dynamic linker. by Brigid Smith · 10 years ago
  27. 086bb38 Fix incorrect parameter types for locale funcs. by Dan Albert · 10 years ago
  28. 27efc48 Add pthread_gettid_np and re-expose __get_thread for LP32. by Elliott Hughes · 10 years ago
  29. 0000826 Add posix_fadvise(3). by Elliott Hughes · 10 years ago
  30. f0e9458 Don't expose non-standard basename_r and dirname_r in LP64. by Elliott Hughes · 10 years ago
  31. 9ac60bf Make stdatomic.h work with gcc4.6 host compiler by Hans Boehm · 10 years ago
  32. 2b10e2f Undefine _Atomic before redefining by Hans Boehm · 10 years ago
  33. c8cf351 Fix, generalize stdatomic.h; improve test. by Hans Boehm · 10 years ago
  34. b2eb09a Use __GNUC_PREREQ rather than __GNUC_PREREQ__ to match glibc. by Elliott Hughes · 10 years ago
  35. 2d80400 Fix some 32-bit-isms in <stdio.h>. by Elliott Hughes · 10 years ago
  36. 1506fc1 Expose android_set_abort_message(). by Dan Albert · 10 years ago
  37. f0f66c0 Have stdatomic.h punt to C++ atomic when possible by Hans Boehm · 10 years ago
  38. bafee43 Change name of MB_CUR_MAX implementation function. by Dan Albert · 10 years ago
  39. 6035e6c Proper MB_CUR_MAX. by Dan Albert · 10 years ago
  40. 7aa27e1 Workaround b/16818336 which fails build under aggressive inlining. by Dehao Chen · 10 years ago
  41. 4f76469 Implement <sys/fsuid.h>. by Elliott Hughes · 10 years ago
  42. 1242f7e Remove declarations for things that don't exist. by Elliott Hughes · 10 years ago
  43. d0a80a9 There is no _MIN for unsigned types. by Dan Albert · 10 years ago
  44. 2ea0a58 Fix linkage of grantpt(3). by Elliott Hughes · 10 years ago
  45. 2be1be4 Revert "Add a hack to <stdlib.h> until we can fix libvpx." by Elliott Hughes · 10 years ago
  46. 78e4f8f syscall(3)'s return type should be long. by Elliott Hughes · 10 years ago
  47. 708c112 Start hiding "private/bionic_time.h". by Elliott Hughes · 10 years ago
  48. b902641 Implement twalk(3), add unit tests. by Elliott Hughes · 10 years ago
  49. 4126c12 Fix belated review comments on syslog change. by Elliott Hughes · 10 years ago
  50. b766136 Rewrite syslog(3) to use Android logging. by Elliott Hughes · 10 years ago
  51. ed68221 Define atomic_charN_t only if charN_t is supported. by Hans Boehm · 10 years ago
  52. de24f1a Clean up some misinformation around prctl. by Elliott Hughes · 10 years ago
  53. 291da8d Remove SIOCKILLADDR from <sys/socket.h>. by Elliott Hughes · 10 years ago
  54. b5bef26 Remove PR_SET_TIMERSLACK_PID from <sys/prctl.h>. by Elliott Hughes · 10 years ago
  55. d648f55 Remove non-standard prctl constants from <sys/prctl.h>. by Elliott Hughes · 10 years ago
  56. 9a7fdb2 ptrace(3) should be varargs. by Elliott Hughes · 10 years ago
  57. a446505 Merge "Remove isascii_l(3)." into lmp-dev by Dan Albert · 10 years ago
  58. 97ba2a5 Regenerate the syscalls list after the uapi update. by Elliott Hughes · 10 years ago
  59. da8accf Remove isascii_l(3). by Dan Albert · 10 years ago
  60. f6968e3 Define SIOCKILLADDR which isn't in the common kernel uapi headers. by Elliott Hughes · 10 years ago
  61. 263325d Define three prctl constants that went missing from uapi. by Elliott Hughes · 10 years ago
  62. 10cf0d8 EM_ARM and EM_AARCH64 are now in the uapi header. by Elliott Hughes · 10 years ago
  63. dfb5ce4 Revert "Revert "Add locale aware APIs."" by Dan Albert · 10 years ago
  64. 2f61fba The err family allow null format strings. by Elliott Hughes · 10 years ago
  65. 063e20c Revert "Add locale aware APIs." by Dan Albert · 10 years ago
  66. e087eac Add locale aware APIs. by Dan Albert · 10 years ago
  67. 3a8646f Change android_dlextinfo flags to uint64_t by Dmitriy Ivanov · 10 years ago
  68. 2d94ee2 Merge "Revert "Revert "Hide _tolower_tab_ and _toupper_tab_ on LP64.""" by Dan Albert · 10 years ago
  69. 04dc91a Load library using file handle. by Dmitriy Ivanov · 10 years ago
  70. f79ee06 Revert "Revert "Hide _tolower_tab_ and _toupper_tab_ on LP64."" by Dan Albert · 10 years ago
  71. a311704 Restore <nsswitch.h> which is BSD API, not private. by Elliott Hughes · 10 years ago
  72. 93e7b9f asm/sigcontext.h is required to build unwind-dw2.c in gcc-4.9. by Raghu Gandham · 10 years ago
  73. 00fb5f9 Change the LP64 off_t/loff_t/off64_t definitions to reduce warnings. by Elliott Hughes · 10 years ago
  74. 3f525d4 Add splice, tee, and vmsplice. by Elliott Hughes · 10 years ago
  75. 52f9b05 Merge "Sync to current upstream arc4random." by Elliott Hughes · 10 years ago
  76. 0468feb Sync to current upstream arc4random. by Elliott Hughes · 10 years ago
  77. 63fa660 Merge "Prefix cmsg_nxthdr with "__"." by Calin Juravle · 10 years ago
  78. 096b4eb Prefix cmsg_nxthdr with "__". by Calin Juravle · 10 years ago
  79. 0d7415f Merge "Remove SHA1 from LP64 in favor of libcrypto." by Dan Albert · 10 years ago
  80. 8ca4400 Use __builtin_*_chk for bcopy/bzero. by Dan Albert · 10 years ago
  81. 0636672 Expose tzname, daylight, and timezone. by Elliott Hughes · 10 years ago
  82. d10db82 Build tzcode with hidden visibility. by Elliott Hughes · 10 years ago
  83. 715242f Revert "Hide _tolower_tab_ and _toupper_tab_ on LP64." by Dan Albert · 10 years ago
  84. dd4ad5c Hide _tolower_tab_ and _toupper_tab_ on LP64. by Dan Albert · 10 years ago
  85. 9635046 Hide declaration of gets(3) for C11 and later. by Dan Albert · 10 years ago
  86. 1ef3ba2 Merge "Revert "Hide declaration of gets(3) for C11 and later."" by Dan Albert · 10 years ago
  87. 1291680 Revert "Hide declaration of gets(3) for C11 and later." by Dan Albert · 10 years ago
  88. c0ce590 Hide declaration of gets(3) for C11 and later. by Dan Albert · 10 years ago
  89. 185c399 Merge "Hide declaration of gets(3) for C11 and later." by Dan Albert · 10 years ago
  90. 4ac2264 Merge "Add <linux/tty.h> to libc/include/sys/ioctl.h" by Elliott Hughes · 10 years ago
  91. c82c0b7 Remove SHA1 from LP64 in favor of libcrypto. by Dan Albert · 10 years ago
  92. ac64675 Revert "Revert "Remove ftime from bionic LP64"" by Dan Albert · 10 years ago
  93. 462abab Removes getdtablesize(3) from LP64. by Dan Albert · 10 years ago
  94. 0069f31 Add <linux/tty.h> to libc/include/sys/ioctl.h by Qiming Shi · 10 years ago
  95. e61919a Fix x86-64 libvpx build. by Elliott Hughes · 10 years ago
  96. 72dc1c2 Merge "Revert "Backing this one out since the counterpart needs to be sent upstream."" by Dan Albert · 10 years ago
  97. e5fdaa4 Revert "Backing this one out since the counterpart needs to be sent upstream." by Dan Albert · 10 years ago
  98. a04d2bc Backing this one out since the counterpart needs to be sent upstream. by Dan Albert · 10 years ago
  99. 5ee320d Hides valloc(3)/pvalloc(3) on LP64. by Dan Albert · 10 years ago
  100. b84783e Merge "Backing this one out since the counterpart needs to be sent upstream." by Dan Albert · 10 years ago