1. e84cfbe am b7b4f5b8: Merge "update signal.h to be C90 compatable" by Elliott Hughes · 12 years ago
  2. 5a6a0a9 am 18af4503: Merge "Ensure header files using __BEGIN_DECLS include sys/cdefs.h." by Elliott Hughes · 12 years ago
  3. 156ccf4 update signal.h to be C90 compatable by Erik Gilling · 12 years ago
  4. 36fa67b Ensure header files using __BEGIN_DECLS include sys/cdefs.h. by Elliott Hughes · 12 years ago
  5. b9e2dae am c5bfb624: Merge "sys/personality.h: include <sys/cdefs.h>" by Elliott Hughes · 12 years ago
  6. 3282232 sys/personality.h: include <sys/cdefs.h> by Kito Cheng · 12 years ago
  7. 4b47d9f am 4c001859: Merge "Fix declaration of malloc_usable_size()" by Elliott Hughes · 12 years ago
  8. 4c00185 Merge "Fix declaration of malloc_usable_size()" by Elliott Hughes · 12 years ago
  9. 027a8fa am 8539961f: Merge "FORTIFY_SOURCE: strcat / strncat optimize" by Nick Kralevich · 12 years ago
  10. cf87019 FORTIFY_SOURCE: strcat / strncat optimize by Nick Kralevich · 12 years ago
  11. 25a87f7 Fix declaration of malloc_usable_size() by David 'Digit' Turner · 12 years ago
  12. 975d446 am 6f502bc7: Merge "Add more __restricts, clean up __format__ attributes." by Elliott Hughes · 12 years ago
  13. d04c183 Add more __restricts, clean up __format__ attributes. by Elliott Hughes · 12 years ago
  14. 0167878 am 5b7b2809: Merge "epoll: add EPOLLRDHUP, EPOLLWAKEUP, and EPOLLONESHOT events" by Elliott Hughes · 12 years ago
  15. 562804f am f0f4fa3f: Merge "libc: add timerfd calls" by Elliott Hughes · 12 years ago
  16. 3136623 am e1c58ab5: Merge "libc: remove obsolete CLOCK_REALTIME_HR and CLOCK_MONOTONIC_HR" by Elliott Hughes · 12 years ago
  17. 91cc801 am 7cb82791: Merge "libc: add clock ids CLOCK_REALTIME_ALARM and CLOCK_BOOTTIME_ALARM" by Elliott Hughes · 12 years ago
  18. b0a2fc3 epoll: add EPOLLRDHUP, EPOLLWAKEUP, and EPOLLONESHOT events by Todd Poynor · 12 years ago
  19. 4200e62 libc: add timerfd calls by Todd Poynor · 12 years ago
  20. 5c4340b libc: remove obsolete CLOCK_REALTIME_HR and CLOCK_MONOTONIC_HR by Todd Poynor · 12 years ago
  21. 23b9fd2 libc: add clock ids CLOCK_REALTIME_ALARM and CLOCK_BOOTTIME_ALARM by Todd Poynor · 12 years ago
  22. 37cd880 am d541ba17: Merge "Use restrict pointers for various libc functions." by Nick Kralevich · 12 years ago
  23. 1c462b7 Use restrict pointers for various libc functions. by Nick Kralevich · 12 years ago
  24. 8355ab5 am bee0ab16: Merge "libc: upgrade strrchr to FORTIFY_SOURCE=2" by Nick Kralevich · 12 years ago
  25. 3b2e6bc libc: upgrade strrchr to FORTIFY_SOURCE=2 by Nick Kralevich · 12 years ago
  26. 2ff94a0 am c4687130: Merge "libc: upgrade some libc functions to _FORTIFY_SOURCE=2" by Nick Kralevich · 12 years ago
  27. 9020fd5 libc: upgrade some libc functions to _FORTIFY_SOURCE=2 by Nick Kralevich · 12 years ago
  28. aed0c3a am b94b2851: Merge "libc: upgrade sprintf to _FORTIFY_SOURCE=2" by Nick Kralevich · 12 years ago
  29. 78d6d98 libc: upgrade sprintf to _FORTIFY_SOURCE=2 by Nick Kralevich · 12 years ago
  30. 56a1b49 am 382a7753: Merge "strncpy: implement _FORTIFY_SOURCE=2" by Nick Kralevich · 12 years ago
  31. 1aae9bd strncpy: implement _FORTIFY_SOURCE=2 by Nick Kralevich · 12 years ago
  32. 9b84824 Prevent name conflict for eventfd.cpp and eventfd.s when building libc.a by Kito Cheng · 12 years ago
  33. 8baa929 Prevent name conflict for eventfd.cpp and eventfd.s when building libc.a by Kito Cheng · 12 years ago
  34. c82b339 am 3c1504d9: am 48f25cef: Merge "Stop generating <sys/linux-syscalls.h>." by Elliott Hughes · 12 years ago
  35. 1b91c6c Stop generating <sys/linux-syscalls.h>. by Elliott Hughes · 12 years ago
  36. ba61bb5 am a3fe475c: am c019345a: Merge "Use the correct names for the __ARM_NR_* syscalls." by Elliott Hughes · 12 years ago
  37. cda6209 Use the correct names for the __ARM_NR_* syscalls. by Elliott Hughes · 12 years ago
  38. e0e5b2f am 65163750: am c37dd599: Merge "Fix builds where _FORTIFY_SOURCE is off." by Elliott Hughes · 12 years ago
  39. 890c8ed Fix builds where _FORTIFY_SOURCE is off. by Elliott Hughes · 12 years ago
  40. ddda044 am 5686bb30: am 3323628d: Merge "The SYS_ constants should cover all __NR_ values." by Elliott Hughes · 12 years ago
  41. 5c2772f The SYS_ constants should cover all __NR_ values. by Elliott Hughes · 12 years ago
  42. 17a0d19 am 01c0e19e: am 612333f6: Merge "Don\'t #define SYS_ constants unless they make sense for the current architecture." by Elliott Hughes · 12 years ago
  43. 9724ce3 Don't #define SYS_ constants unless they make sense for the current architecture. by Elliott Hughes · 12 years ago
  44. 5c9a25c am f977d2dc: am 800ad824: Merge "Provide glibc-compatible SYS_* aliases for the __NR_* constants." by Elliott Hughes · 12 years ago
  45. 8ecf225 Provide glibc-compatible SYS_* aliases for the __NR_* constants. by Elliott Hughes · 12 years ago
  46. 60ac09b am 6d6f5e61: am 4b032ee9: Merge "Let bionic use the correct definition of ssize_t." by Elliott Hughes · 12 years ago
  47. b6e2248 Let bionic use the correct definition of ssize_t. by Elliott Hughes · 12 years ago
  48. c96ad9b am 7b69ac53: am cf9a9604: Merge "Switch to upstream-freebsd for the unmolested wchar code." by Elliott Hughes · 12 years ago
  49. eb93ebf Switch to upstream-freebsd for the unmolested wchar code. by Elliott Hughes · 12 years ago
  50. 04190c5 am cc646773: am 305a9995: am 8fa924e5: Merge "unistd.h: don\'t include sys/capability.h" by Nick Kralevich · 12 years ago
  51. 6524d3c unistd.h: don't include sys/capability.h by Nick Kralevich · 12 years ago
  52. 0476656 am 9c102ccf: am 7fe8229b: am 9c1912c4: Merge "Avoid changing the C++ ABI with ssize_t." by Elliott Hughes · 12 years ago
  53. e255642 Avoid changing the C++ ABI with ssize_t. by Elliott Hughes · 12 years ago
  54. 30f1622 am 82f4cc5d: am 58b997c8: am f5f906c1: Merge "libc: create sys/capability.h" by Nick Kralevich · 12 years ago
  55. 7c0dd55 libc: create sys/capability.h by Nick Kralevich · 12 years ago
  56. 92ce5cc am ed1068c8: am 7b8bf681: am f6bb5bf4: Merge "Add the glibc-compatible names to <sys/endian.h>." by Elliott Hughes · 12 years ago
  57. f6bb5bf Merge "Add the glibc-compatible names to <sys/endian.h>." by Elliott Hughes · 12 years ago
  58. 726642c am dd843914: am 440bc83d: am 7b2c6385: Merge "Fix <memory.h> to be a synonym for <string.h> like in glibc." by Elliott Hughes · 12 years ago
  59. bcedca2 am 41fb968c: am cadc8583: am bc0e7ee1: Merge "libc: add sys/signal.h for compatibility" by Nick Kralevich · 12 years ago
  60. 7b2c638 Merge "Fix <memory.h> to be a synonym for <string.h> like in glibc." by Elliott Hughes · 12 years ago
  61. 6f1b7a6 Fix <memory.h> to be a synonym for <string.h> like in glibc. by Elliott Hughes · 12 years ago
  62. cf820d7 Add the glibc-compatible names to <sys/endian.h>. by Elliott Hughes · 12 years ago
  63. b22a684 libc: add sys/signal.h for compatibility by Nick Kralevich · 12 years ago
  64. 7dfc6a3 am e974e951: am 2a5b57db: am 580a7073: Merge "Stop advertising rindex(3), which is both deprecated and unimplemented." by Elliott Hughes · 12 years ago
  65. d470955 am 72e983d6: am 398f46dd: am a0259b42: Merge "libc: remove bcmp prototype" by Nick Kralevich · 12 years ago
  66. 538f6fc Stop advertising rindex(3), which is both deprecated and unimplemented. by Elliott Hughes · 12 years ago
  67. 11ebbc8 libc: remove bcmp prototype by Nick Kralevich · 12 years ago
  68. cae2173 am ccd40316: Merge "use architecture-specific ssize_t definition" by Elliott Hughes · 12 years ago
  69. c641caf use architecture-specific ssize_t definition by Thorsten Glaser · 12 years ago
  70. 5593d50 am eeecff72: Merge "Fix pthreads functions that should return ESRCH." by Elliott Hughes · 12 years ago
  71. 9d23e04 Fix pthreads functions that should return ESRCH. by Elliott Hughes · 12 years ago
  72. ac480b4 am 3fa67465: Merge "add factory property file definition" by Dima Zavin · 12 years ago
  73. 3fa6746 Merge "add factory property file definition" by Dima Zavin · 12 years ago
  74. 5bb4f54 am 6b73d13f: am 2d3e7233: Merge "Revert "Revert "Pull the pthread_key_t functions out of pthread.c.""" by Elliott Hughes · 12 years ago
  75. 1b21249 am e4b08318: am 8397cdba: Merge "Revert "Pull the pthread_key_t functions out of pthread.c."" by Elliott Hughes · 12 years ago
  76. 376bce0 am 024246ec: am 09e89c3c: Merge "Pull the pthread_key_t functions out of pthread.c." by Elliott Hughes · 12 years ago
  77. 44b53ad Revert "Revert "Pull the pthread_key_t functions out of pthread.c."" by Elliott Hughes · 12 years ago
  78. 6260553 Revert "Pull the pthread_key_t functions out of pthread.c." by Elliott Hughes · 12 years ago
  79. ad59322 Pull the pthread_key_t functions out of pthread.c. by Elliott Hughes · 12 years ago
  80. a7d9b65 Merge "dns cache per interface iteration 2" by Robert Greenwalt · 12 years ago
  81. c63e590 dns cache per interface iteration 2 by Mattias Falk · 14 years ago
  82. 7582a9c Switch x86 syscall stubs over to the ENTER/END style of the ARM stubs. by Elliott Hughes · 12 years ago
  83. 24fad01 Document the mallinfo struct, add missing attributes. by Elliott Hughes · 12 years ago
  84. a0ee078 Upgrade libm. by Elliott Hughes · 13 years ago
  85. 6fe67c3 Fix valgrind build. by Elliott Hughes · 13 years ago
  86. a6a3ac5 Use the NetBSD <sys/exec_elf.h>. by Elliott Hughes · 13 years ago
  87. 41b3179 Unit tests for formatting code, fix %%. by Elliott Hughes · 13 years ago
  88. 8e70b0d prctl.h: include sys/cdefs.h by Nick Kralevich · 13 years ago
  89. 32417fb libc: use more secure system properties if available by Nick Kralevich · 13 years ago
  90. f373b11 Add const for first argument of sigismember for fit POSIX spec by Kito Cheng · 13 years ago
  91. a44e9af FORTIFY_SOURCE: optimize by Nick Kralevich · 13 years ago
  92. f193b9f Fix signalfd for MIPS. by Elliott Hughes · 13 years ago
  93. 2c5153b libc: add getauxval() by Nick Kralevich · 13 years ago
  94. 07564f2 add factory property file definition by Andrew Boie · 13 years ago
  95. a4b2dc0 Add signalfd call to bionic by Rom Lemarchand · 13 years ago
  96. fb5e5cb Fix an off-by-one error in the sigset_t function error handling. by Elliott Hughes · 13 years ago
  97. d73c0b3 Add AF_CAN and PF_CAN (and other missing families). by Elliott Hughes · 13 years ago
  98. a55f630 Define _POSIX_MONOTONIC_CLOCK and implement sysconf(_SC_MONOTONIC_CLOCK). by Elliott Hughes · 13 years ago
  99. 4fa35d8 Fix <endian.h> and <sys/endian.h>. by Elliott Hughes · 13 years ago
  100. 5787475 FORTIFY_SOURCE: remove memcpy overlap checks by Nick Kralevich · 13 years ago