1. 1aec7c1 Proper MB_CUR_MAX. by Dan Albert · 11 years ago
  2. 7931099 Implement <sys/fsuid.h>. by Elliott Hughes · 11 years ago
  3. f4c1a36 Remove declarations for things that don't exist. by Elliott Hughes · 11 years ago
  4. a7dc760 Merge "Fix linkage of grantpt(3)." by Elliott Hughes · 11 years ago
  5. 4916706 Fix linkage of grantpt(3). by Elliott Hughes · 11 years ago
  6. 905e6d5 Start hiding "private/bionic_time.h". by Elliott Hughes · 11 years ago
  7. d6f614a Merge "Implement twalk(3), add unit tests." by Elliott Hughes · 11 years ago
  8. 3e424d0 Implement twalk(3), add unit tests. by Elliott Hughes · 11 years ago
  9. 21972b6 syscall(3)'s return type should be long. by Elliott Hughes · 11 years ago
  10. afe6360 Fix belated review comments on syslog change. by Elliott Hughes · 11 years ago
  11. 925d388 Merge "Rewrite syslog(3) to use Android logging." by Elliott Hughes · 11 years ago
  12. 3ad8ecb Rewrite syslog(3) to use Android logging. by Elliott Hughes · 11 years ago
  13. ee7f1b5 There is no _MIN for unsigned types. by Dan Albert · 11 years ago
  14. 9c07aee Clean up some misinformation around prctl. by Elliott Hughes · 11 years ago
  15. d18b87f Merge "Remove SIOCKILLADDR from <sys/socket.h>." by Elliott Hughes · 11 years ago
  16. 8a3d1ca Remove SIOCKILLADDR from <sys/socket.h>. by Elliott Hughes · 11 years ago
  17. 9f165d2 Remove PR_SET_TIMERSLACK_PID from <sys/prctl.h>. by Elliott Hughes · 11 years ago
  18. d745386 Remove non-standard prctl constants from <sys/prctl.h>. by Elliott Hughes · 11 years ago
  19. 43363ab Merge "Define atomic_charN_t only if charN_t is supported." by Hans Boehm · 11 years ago
  20. 8b00236 Define atomic_charN_t only if charN_t is supported. by Hans Boehm · 11 years ago
  21. 98b088d ptrace(3) should be varargs. by Elliott Hughes · 11 years ago
  22. 3fa60e1 Regenerate the syscalls list after the uapi update. by Elliott Hughes · 11 years ago
  23. e612add Remove isascii_l(3). by Dan Albert · 11 years ago
  24. 2ba2888 Define SIOCKILLADDR which isn't in the common kernel uapi headers. by Elliott Hughes · 11 years ago
  25. 263325d Define three prctl constants that went missing from uapi. by Elliott Hughes · 11 years ago
  26. 10cf0d8 EM_ARM and EM_AARCH64 are now in the uapi header. by Elliott Hughes · 11 years ago
  27. dfb5ce4 Revert "Revert "Add locale aware APIs."" by Dan Albert · 11 years ago
  28. 2f61fba The err family allow null format strings. by Elliott Hughes · 11 years ago
  29. 063e20c Revert "Add locale aware APIs." by Dan Albert · 11 years ago
  30. e087eac Add locale aware APIs. by Dan Albert · 11 years ago
  31. 3a8646f Change android_dlextinfo flags to uint64_t by Dmitriy Ivanov · 11 years ago
  32. 2d94ee2 Merge "Revert "Revert "Hide _tolower_tab_ and _toupper_tab_ on LP64.""" by Dan Albert · 11 years ago
  33. 04dc91a Load library using file handle. by Dmitriy Ivanov · 11 years ago
  34. f79ee06 Revert "Revert "Hide _tolower_tab_ and _toupper_tab_ on LP64."" by Dan Albert · 11 years ago
  35. a311704 Restore <nsswitch.h> which is BSD API, not private. by Elliott Hughes · 11 years ago
  36. 93e7b9f asm/sigcontext.h is required to build unwind-dw2.c in gcc-4.9. by Raghu Gandham · 11 years ago
  37. 00fb5f9 Change the LP64 off_t/loff_t/off64_t definitions to reduce warnings. by Elliott Hughes · 11 years ago
  38. 3f525d4 Add splice, tee, and vmsplice. by Elliott Hughes · 11 years ago
  39. 52f9b05 Merge "Sync to current upstream arc4random." by Elliott Hughes · 11 years ago
  40. 0468feb Sync to current upstream arc4random. by Elliott Hughes · 11 years ago
  41. 63fa660 Merge "Prefix cmsg_nxthdr with "__"." by Calin Juravle · 11 years ago
  42. 096b4eb Prefix cmsg_nxthdr with "__". by Calin Juravle · 11 years ago
  43. 0d7415f Merge "Remove SHA1 from LP64 in favor of libcrypto." by Dan Albert · 11 years ago
  44. 8ca4400 Use __builtin_*_chk for bcopy/bzero. by Dan Albert · 11 years ago
  45. 0636672 Expose tzname, daylight, and timezone. by Elliott Hughes · 11 years ago
  46. d10db82 Build tzcode with hidden visibility. by Elliott Hughes · 11 years ago
  47. 715242f Revert "Hide _tolower_tab_ and _toupper_tab_ on LP64." by Dan Albert · 11 years ago
  48. dd4ad5c Hide _tolower_tab_ and _toupper_tab_ on LP64. by Dan Albert · 11 years ago
  49. 9635046 Hide declaration of gets(3) for C11 and later. by Dan Albert · 11 years ago
  50. 1ef3ba2 Merge "Revert "Hide declaration of gets(3) for C11 and later."" by Dan Albert · 11 years ago
  51. 1291680 Revert "Hide declaration of gets(3) for C11 and later." by Dan Albert · 11 years ago
  52. c0ce590 Hide declaration of gets(3) for C11 and later. by Dan Albert · 11 years ago
  53. 185c399 Merge "Hide declaration of gets(3) for C11 and later." by Dan Albert · 11 years ago
  54. 4ac2264 Merge "Add <linux/tty.h> to libc/include/sys/ioctl.h" by Elliott Hughes · 11 years ago
  55. c82c0b7 Remove SHA1 from LP64 in favor of libcrypto. by Dan Albert · 11 years ago
  56. ac64675 Revert "Revert "Remove ftime from bionic LP64"" by Dan Albert · 11 years ago
  57. 462abab Removes getdtablesize(3) from LP64. by Dan Albert · 11 years ago
  58. 0069f31 Add <linux/tty.h> to libc/include/sys/ioctl.h by Qiming Shi · 11 years ago
  59. e61919a Fix x86-64 libvpx build. by Elliott Hughes · 11 years ago
  60. 72dc1c2 Merge "Revert "Backing this one out since the counterpart needs to be sent upstream."" by Dan Albert · 11 years ago
  61. e5fdaa4 Revert "Backing this one out since the counterpart needs to be sent upstream." by Dan Albert · 11 years ago
  62. a04d2bc Backing this one out since the counterpart needs to be sent upstream. by Dan Albert · 11 years ago
  63. 5ee320d Hides valloc(3)/pvalloc(3) on LP64. by Dan Albert · 11 years ago
  64. b84783e Merge "Backing this one out since the counterpart needs to be sent upstream." by Dan Albert · 11 years ago
  65. 65b1c90 Merge "Hides valloc(3)/pvalloc(3) on LP64." by Dan Albert · 11 years ago
  66. 8229ae4 Removes wait3(2) from LP64. by Dan Albert · 11 years ago
  67. ff17671 Merge "Add a hack to <stdlib.h> until we can fix libvpx." by Elliott Hughes · 11 years ago
  68. 3fb5097 Add a hack to <stdlib.h> until we can fix libvpx. by Elliott Hughes · 11 years ago
  69. 564222e Merge "Use default hidden visibility to build libc_dns." by Elliott Hughes · 11 years ago
  70. 8563802 Use default hidden visibility to build libc_dns. by Elliott Hughes · 11 years ago
  71. 346fa72 Merge "Get the full set of PRNG functions in <stdlib.h>" by Elliott Hughes · 11 years ago
  72. a0beeea Get the full set of PRNG functions in <stdlib.h> by Elliott Hughes · 11 years ago
  73. 37b845f Merge "Remove declaration for putw(3)/getw(3)." by Dan Albert · 11 years ago
  74. 8e613cf Remove declaration for putw(3)/getw(3). by Dan Albert · 11 years ago
  75. 2c02d00 Merge "Add __pure2 to a few more functions, most notably gettid and pthread_self." by Elliott Hughes · 11 years ago
  76. b27a840 Add __pure2 to a few more functions, most notably gettid and pthread_self. by Elliott Hughes · 11 years ago
  77. cd32219 Remove declarations related to cuserid(3). by Dan Albert · 11 years ago
  78. a382a79 Hide non-standard syslog API. by Elliott Hughes · 11 years ago
  79. 47ba295 Rewrite and hide longjmperror. by Elliott Hughes · 11 years ago
  80. 3d5cb30 Remove getdents from bionic. by Elliott Hughes · 11 years ago
  81. c3bdc79 Merge "Fix the printf family for non-ASCII." by Elliott Hughes · 11 years ago
  82. 69f05d2 Fix the printf family for non-ASCII. by Elliott Hughes · 11 years ago
  83. 40fca0f Removes index() from bionic. by Dan Albert · 11 years ago
  84. 205dd7d Remove bsd_signal and sysv_signal from bionic LP64. by Dan Albert · 11 years ago
  85. 0921204 Revert "Remove ftime from bionic LP64" by Dan Albert · 11 years ago
  86. 26d6799 Remove ftime from bionic LP64 by Dan Albert · 11 years ago
  87. 001f8f0 Removes wcswcs from bionic for LP64. by Dan Albert · 11 years ago
  88. 452e091 Merge "Adds functionality specified by uchar.h" by Dan Albert · 11 years ago
  89. 7a7f995 Adds functionality specified by uchar.h by Dan Albert · 11 years ago
  90. ce9ce28 Removes bcopy and bzero from bionic. by Dan Albert · 11 years ago
  91. b4e099c Remove issetugid. by Elliott Hughes · 11 years ago
  92. bdca380 Remove unnecessary padding in ucontext_t by Calin Juravle · 11 years ago
  93. a7821b7 Use __typeof__() instead of typeof() by Dan Albert · 11 years ago
  94. e6c57fc Add C11 <stdatomic.h>. by Elliott Hughes · 11 years ago
  95. c3f9096 Remove <sys/atomics.h>. by Elliott Hughes · 11 years ago
  96. 92687e4 Cleaned up pthread rwlocks implementation. by Calin Juravle · 11 years ago
  97. 254fa88 Merge "Switch to POSIX dprintf/vdprintf." by Calin Juravle · 11 years ago
  98. fcac8ff Switch to POSIX dprintf/vdprintf. by Elliott Hughes · 11 years ago
  99. d1dc009c Merge "Add padding to mips ucontext_t." by Calin Juravle · 11 years ago
  100. 156c7d3 Merge "Clean up ucontext.h TODOs." by Calin Juravle · 11 years ago