1. 6a44d22 Merge "Take some fixed upstream copyright headers and regenerate NOTICE." by Elliott Hughes · 12 years ago
  2. 2815b1d Take some fixed upstream copyright headers and regenerate NOTICE. by Elliott Hughes · 12 years ago
  3. 55189a0 Merge "Switch to current upstream stdio makebuf.c and setvbuf.c." by Elliott Hughes · 12 years ago
  4. 677ee56 Switch to current upstream stdio makebuf.c and setvbuf.c. by Elliott Hughes · 12 years ago
  5. f1867d4 Merge "Revert "Add SIZE_MAX to <stdint.h> in a way that might actually work."" by Elliott Hughes · 12 years ago
  6. 9248d3a Revert "Add SIZE_MAX to <stdint.h> in a way that might actually work." by Elliott Hughes · 12 years ago
  7. 55c5ec6 Merge "Add SIZE_MAX to <stdint.h> in a way that might actually work." by Elliott Hughes · 12 years ago
  8. d8627af Add SIZE_MAX to <stdint.h> in a way that might actually work. by Elliott Hughes · 12 years ago
  9. 944ea1a Merge "Clean up abort." by Elliott Hughes · 12 years ago
  10. 61e699a Clean up abort. by Elliott Hughes · 12 years ago
  11. 5cde15e Merge "<stdint.h> should expose SIZE_MAX." by Elliott Hughes · 12 years ago
  12. 2c157ae <stdint.h> should expose SIZE_MAX. by Elliott Hughes · 12 years ago
  13. b6e8802 Merge "fix unittests." by Nick Kralevich · 12 years ago
  14. fd0325b fix unittests. by Nick Kralevich · 12 years ago
  15. fc104f8 Merge "Fix abort(3) to raise SIGABRT rather than causing SIGSEGV." by Ben Cheng · 12 years ago
  16. 7e6ce1a Fix abort(3) to raise SIGABRT rather than causing SIGSEGV. by Ben Cheng · 12 years ago
  17. 8252b8e Merge "Honor p_vaddr if set" by Brian Carlstrom · 12 years ago
  18. 2fbc9dd Merge "bionic/x86: Optimization for string routines" by Elliott Hughes · 12 years ago
  19. 157c429 Merge "Revert "libc x86: Remove strcat.S"" by Elliott Hughes · 12 years ago
  20. 06708df Revert "libc x86: Remove strcat.S" by Elliott Hughes · 12 years ago
  21. 9647f79 Merge "Implement malloc_usable_size for debug impls." by Christopher Ferris · 12 years ago
  22. 885f3b9 Implement malloc_usable_size for debug impls. by Christopher Ferris · 12 years ago
  23. e7dffe1 Honor p_vaddr if set by Brian Carlstrom · 13 years ago
  24. b7b4f5b Merge "update signal.h to be C90 compatable" by Elliott Hughes · 12 years ago
  25. 156ccf4 update signal.h to be C90 compatable by Erik Gilling · 12 years ago
  26. 18af450 Merge "Ensure header files using __BEGIN_DECLS include sys/cdefs.h." by Elliott Hughes · 12 years ago
  27. 36fa67b Ensure header files using __BEGIN_DECLS include sys/cdefs.h. by Elliott Hughes · 12 years ago
  28. c5bfb62 Merge "sys/personality.h: include <sys/cdefs.h>" by Elliott Hughes · 12 years ago
  29. 8d36050 Merge "Clean up useless declaration in thread_private.h" by Elliott Hughes · 12 years ago
  30. 3282232 sys/personality.h: include <sys/cdefs.h> by Kito Cheng · 12 years ago
  31. 94d0daa Clean up useless declaration in thread_private.h by Kito Cheng · 12 years ago
  32. 4c00185 Merge "Fix declaration of malloc_usable_size()" by Elliott Hughes · 12 years ago
  33. a24e81e Merge "Add tests for __strcpy_chk()" by Nick Kralevich · 12 years ago
  34. 13476de Add tests for __strcpy_chk() by Nick Kralevich · 12 years ago
  35. 0671393 Merge "Small cleanup of soinfo_elf_lookup." by Brian Carlstrom · 12 years ago
  36. 6bec5b7 Small cleanup of soinfo_elf_lookup. by Christopher Ferris · 12 years ago
  37. 404d491 Merge "Use bl instead of blx to support interworking properly." by Ben Cheng · 12 years ago
  38. a123b5d Use bl instead of blx to support interworking properly. by Ben Cheng · 12 years ago
  39. 8539961 Merge "FORTIFY_SOURCE: strcat / strncat optimize" by Nick Kralevich · 12 years ago
  40. cf87019 FORTIFY_SOURCE: strcat / strncat optimize by Nick Kralevich · 12 years ago
  41. 0a49066 bionic/x86: Optimization for string routines by Liubov Dmitrieva · 14 years ago
  42. 72f59c8 Merge "Add strncpy FORTIFY_SOURCE tests." by Nick Kralevich · 12 years ago
  43. 8cc145e Add strncpy FORTIFY_SOURCE tests. by Nick Kralevich · 12 years ago
  44. d515f46 Merge "libc x86: Remove strcat.S" by Nick Kralevich · 12 years ago
  45. 4fe461b libc x86: Remove strcat.S by Nick Kralevich · 12 years ago
  46. 8d79fd1 Merge "libc x86: Remove index.S, strcpy.S, strchr.S" by Nick Kralevich · 12 years ago
  47. e4c4ada libc x86: Remove index.S, strcpy.S, strchr.S by Nick Kralevich · 12 years ago
  48. 2317275 Merge "libc: delete x86 memchr.S" by Nick Kralevich · 12 years ago
  49. 615684c libc: delete x86 memchr.S by Nick Kralevich · 12 years ago
  50. 25a87f7 Fix declaration of malloc_usable_size() by David 'Digit' Turner · 12 years ago
  51. f5f29de Merge "Fix bionic linker to support segments with zero p_filesz" by Brian Carlstrom · 12 years ago
  52. 82dcc79 Fix bionic linker to support segments with zero p_filesz by Brian Carlstrom · 12 years ago
  53. 2e31707 Merge "libc/arm: add cortex-a8 cpu variant" by Erik Gilling · 12 years ago
  54. 22bda4b libc/arm: add cortex-a8 cpu variant by Rom Lemarchand · 12 years ago
  55. 5217fb5 Merge "Fix sysconf(3) for _SC_GETGR_R_SIZE_MAX and _SC_GETPW_R_SIZE_MAX." by Elliott Hughes · 12 years ago
  56. d35106f Fix sysconf(3) for _SC_GETGR_R_SIZE_MAX and _SC_GETPW_R_SIZE_MAX. by Elliott Hughes · 12 years ago
  57. 6f502bc Merge "Add more __restricts, clean up __format__ attributes." by Elliott Hughes · 12 years ago
  58. d04c183 Add more __restricts, clean up __format__ attributes. by Elliott Hughes · 12 years ago
  59. 349ef89 Merge "Pull upstream FreeBSD revision 249810." by Elliott Hughes · 12 years ago
  60. b2e1abd Pull upstream FreeBSD revision 249810. by Elliott Hughes · 12 years ago
  61. 5b7b280 Merge "epoll: add EPOLLRDHUP, EPOLLWAKEUP, and EPOLLONESHOT events" by Elliott Hughes · 12 years ago
  62. b0a2fc3 epoll: add EPOLLRDHUP, EPOLLWAKEUP, and EPOLLONESHOT events by Todd Poynor · 12 years ago
  63. f0f4fa3 Merge "libc: add timerfd calls" by Elliott Hughes · 12 years ago
  64. 4200e62 libc: add timerfd calls by Todd Poynor · 12 years ago
  65. e1c58ab Merge "libc: remove obsolete CLOCK_REALTIME_HR and CLOCK_MONOTONIC_HR" by Elliott Hughes · 12 years ago
  66. 5c4340b libc: remove obsolete CLOCK_REALTIME_HR and CLOCK_MONOTONIC_HR by Todd Poynor · 12 years ago
  67. 7cb8279 Merge "libc: add clock ids CLOCK_REALTIME_ALARM and CLOCK_BOOTTIME_ALARM" by Elliott Hughes · 12 years ago
  68. 23b9fd2 libc: add clock ids CLOCK_REALTIME_ALARM and CLOCK_BOOTTIME_ALARM by Todd Poynor · 12 years ago
  69. d8a9ccc Merge "Fix all printf warnings in res_send.c." by Elliott Hughes · 12 years ago
  70. bb0b09c Fix all printf warnings in res_send.c. by Kito Cheng · 12 years ago
  71. 98f7659 Merge "Don't fail to run DT_INIT and DT_INIT_ARRAY constructors if a shared library has DT_PREINIT_ARRAY constructors." by Elliott Hughes · 12 years ago
  72. 8147d3c Don't fail to run DT_INIT and DT_INIT_ARRAY constructors if a shared library has DT_PREINIT_ARRAY constructors. by Elliott Hughes · 12 years ago
  73. ff220f7 Merge "Remove a spurious FIXME and unnecessary type cast." by Ben Cheng · 12 years ago
  74. 63dd03c Remove a spurious FIXME and unnecessary type cast. by Ben Cheng · 12 years ago
  75. b9256ad Merge "Adjust PC value in ARM stack trace." by Ben Cheng · 12 years ago
  76. 52171b9 Adjust PC value in ARM stack trace. by Ben Cheng · 12 years ago
  77. d541ba1 Merge "Use restrict pointers for various libc functions." by Nick Kralevich · 12 years ago
  78. 1c462b7 Use restrict pointers for various libc functions. by Nick Kralevich · 12 years ago
  79. b01f7af Merge "Use __predict_false on some fortify methods." by Nick Kralevich · 12 years ago
  80. 532d6f0 Use __predict_false on some fortify methods. by Nick Kralevich · 12 years ago
  81. e4ac8fe Merge "libc: cleanup strchr" by Nick Kralevich · 12 years ago
  82. 4f40e51 libc: cleanup strchr by Nick Kralevich · 12 years ago
  83. 5e3b502 Merge "keep test names consistent with other tests." by Nick Kralevich · 12 years ago
  84. 277226b keep test names consistent with other tests. by Nick Kralevich · 12 years ago
  85. 8c00c91 Merge "add strrchr -D_FORTIFY_SOURCE=2 test." by Nick Kralevich · 12 years ago
  86. 8054192 add strrchr -D_FORTIFY_SOURCE=2 test. by Nick Kralevich · 12 years ago
  87. bee0ab1 Merge "libc: upgrade strrchr to FORTIFY_SOURCE=2" by Nick Kralevich · 12 years ago
  88. 3b2e6bc libc: upgrade strrchr to FORTIFY_SOURCE=2 by Nick Kralevich · 12 years ago
  89. c468713 Merge "libc: upgrade some libc functions to _FORTIFY_SOURCE=2" by Nick Kralevich · 12 years ago
  90. 9020fd5 libc: upgrade some libc functions to _FORTIFY_SOURCE=2 by Nick Kralevich · 12 years ago
  91. b94b285 Merge "libc: upgrade sprintf to _FORTIFY_SOURCE=2" by Nick Kralevich · 12 years ago
  92. 78d6d98 libc: upgrade sprintf to _FORTIFY_SOURCE=2 by Nick Kralevich · 12 years ago
  93. 382a775 Merge "strncpy: implement _FORTIFY_SOURCE=2" by Nick Kralevich · 12 years ago
  94. 1aae9bd strncpy: implement _FORTIFY_SOURCE=2 by Nick Kralevich · 12 years ago
  95. c6dc62f Merge "[NETFILTER]: Fix iptables ABI breakage" by Nick Kralevich · 12 years ago
  96. e66ad78 [NETFILTER]: Fix iptables ABI breakage by Nick Kralevich · 12 years ago
  97. f7153fd Merge "Remove redundant space within square brackets" by Andrew Hsieh · 12 years ago
  98. 9ff1ffd Merge "Improve diagnostics in the face of bad tzdata." by Elliott Hughes · 12 years ago
  99. e7aaad8 Improve diagnostics in the face of bad tzdata. by Elliott Hughes · 12 years ago
  100. 5f28fde Merge "linker: only re-open std* for setuid programs." by Nick Kralevich · 12 years ago