1. c76550b Merge "Update x86 machine/endian.h from upstream" by Elliott Hughes · 11 years ago
  2. 64a4f6a Update x86 machine/endian.h from upstream by Pavel Chupin · 11 years ago
  3. 7d624e9 Merge "Kernel dso support for 'dl_iterate_phdr' function" by Elliott Hughes · 11 years ago
  4. c45087b Kernel dso support for 'dl_iterate_phdr' function by Sergey Melnikov · 12 years ago
  5. bfacb60 Merge "libc: enable FORTIFY_SOURCE snprintf under clang" by Nick Kralevich · 11 years ago
  6. 621b19d libc: enable FORTIFY_SOURCE snprintf under clang by Nick Kralevich · 11 years ago
  7. 1642edb Merge changes Ib074192d,I6df3afed,I69070455,Icbe31908,Id3fa4526,I038d451f by Colin Cross · 11 years ago
  8. 836dbf6 bionic: store property names as variable-length strings by Greg Hackmann · 11 years ago
  9. 1d36ee1 bionic: prevent root processes from calling __system_property_add by Colin Cross · 11 years ago
  10. 1540f60 bionic: revert to a single (larger) property area by Greg Hackmann · 11 years ago
  11. 996cdc4 bionic: reimplement property area as hybrid trie/binary tree by Greg Hackmann · 11 years ago
  12. f7511e3 bionic: add missing memory barriers to system properties by Greg Hackmann · 11 years ago
  13. cb215a7 bionic: make property area expandable by Greg Hackmann · 12 years ago
  14. 0ea1d5c Merge "libc: enable sprintf FORTIFY_SOURCE under clang" by Nick Kralevich · 11 years ago
  15. c6eb985 libc: enable sprintf FORTIFY_SOURCE under clang by Nick Kralevich · 11 years ago
  16. 53ddcc9 Merge "linker: Emit a warning on text relocations" by Nick Kralevich · 11 years ago
  17. c908442 linker: Emit a warning on text relocations by Nick Kralevich · 11 years ago
  18. 6819773 Merge "libc_logging: don't keep file descriptors open forever" by Nick Kralevich · 11 years ago
  19. 17fc25d libc_logging: don't keep file descriptors open forever by Nick Kralevich · 11 years ago
  20. 0ce28d2 Merge "libc: enable FORTIFY_SOURCE clang strlcpy" by Nick Kralevich · 11 years ago
  21. 8bafa74 libc: enable FORTIFY_SOURCE clang strlcpy by Nick Kralevich · 11 years ago
  22. 4eed650 Merge "stdint.h header is not fully compatible with C99(ISO9899:1999)" by Elliott Hughes · 11 years ago
  23. 02ca0e3 Merge "Fix FORTIFY_SOURCE unittests." by Nick Kralevich · 11 years ago
  24. 3225f49 Merge "bionic: add __system_property_foreach" by Colin Cross · 11 years ago
  25. 3cd4cac Fix FORTIFY_SOURCE unittests. by Nick Kralevich · 11 years ago
  26. dc5d342 stdint.h header is not fully compatible with C99(ISO9899:1999) by Sergey Melnikov · 12 years ago
  27. c6ff844 bionic: add __system_property_foreach by Greg Hackmann · 12 years ago
  28. c656d73 Merge "Always use v1 for MIPS TLS access." by Elliott Hughes · 11 years ago
  29. a33dc57 Always use v1 for MIPS TLS access. by Elliott Hughes · 11 years ago
  30. 0846109 Merge "libc: Rename fortify error functions." by Nick Kralevich · 11 years ago
  31. dd0880f Merge "libc: add limited FORTIFY_SOURCE support for clang" by Nick Kralevich · 11 years ago
  32. 6807af7 Merge "Make LD_PRELOAD failures just warnings." by Elliott Hughes · 11 years ago
  33. 0200244 Merge "bionic: fix deleting property arrays in property benchmark" by Colin Cross · 11 years ago
  34. e2fb05b Merge "libc: Introduce __errordecl()" by Nick Kralevich · 11 years ago
  35. 7e5a8cc Make LD_PRELOAD failures just warnings. by Elliott Hughes · 11 years ago
  36. 7d06813 bionic: fix deleting property arrays in property benchmark by Colin Cross · 11 years ago
  37. a641c18 libc: Rename fortify error functions. by Nick Kralevich · 11 years ago
  38. 0005b35 Merge "bionic: change properties benchmarks to read a single property" by Colin Cross · 11 years ago
  39. 7d90cfa bionic: change properties benchmarks to read a single property by Colin Cross · 11 years ago
  40. 16d1af1 libc: add limited FORTIFY_SOURCE support for clang by Nick Kralevich · 11 years ago
  41. b24c063 libc: Introduce __errordecl() by Nick Kralevich · 11 years ago
  42. 977a331 Merge changes Iac00ce10,I192d3825 by Colin Cross · 11 years ago
  43. b27e200 bionic: add tests for properties by Colin Cross · 12 years ago
  44. 5cf32de bionic: move system property writing from init to bionic by Colin Cross · 12 years ago
  45. 5995bf8 Merge "don't hardcode register r0/v1 when reading the TLS" by Elliott Hughes · 11 years ago
  46. b6e3400 don't hardcode register r0/v1 when reading the TLS by Mathias Agopian · 11 years ago
  47. 657d0da Merge "Slight script cleanup; make gensyscalls work from any directory." by Elliott Hughes · 11 years ago
  48. 18bc975 Slight script cleanup; make gensyscalls work from any directory. by Elliott Hughes · 11 years ago
  49. 560e9f7 Merge "Ensure that <stdint.h> defines SIZE_MAX and friends." by Elliott Hughes · 11 years ago
  50. 7c89506 Ensure that <stdint.h> defines SIZE_MAX and friends. by Elliott Hughes · 11 years ago
  51. c843a3e Merge "Fix the qsort copyright notice (fixed upstream this afternoon)." by Elliott Hughes · 11 years ago
  52. 4eeec44 Fix the qsort copyright notice (fixed upstream this afternoon). by Elliott Hughes · 11 years ago
  53. c843d76 Merge "Handles spurious wake-ups in pthread_join()" by Elliott Hughes · 11 years ago
  54. 0f020d1 Handles spurious wake-ups in pthread_join() by msg555 · 11 years ago
  55. 92e841d Merge "Take upstream libm changes." by Elliott Hughes · 11 years ago
  56. 7841946 Take upstream libm changes. by Elliott Hughes · 11 years ago
  57. 6a44d22 Merge "Take some fixed upstream copyright headers and regenerate NOTICE." by Elliott Hughes · 11 years ago
  58. 2815b1d Take some fixed upstream copyright headers and regenerate NOTICE. by Elliott Hughes · 11 years ago
  59. 55189a0 Merge "Switch to current upstream stdio makebuf.c and setvbuf.c." by Elliott Hughes · 11 years ago
  60. 677ee56 Switch to current upstream stdio makebuf.c and setvbuf.c. by Elliott Hughes · 11 years ago
  61. f1867d4 Merge "Revert "Add SIZE_MAX to <stdint.h> in a way that might actually work."" by Elliott Hughes · 11 years ago
  62. 9248d3a Revert "Add SIZE_MAX to <stdint.h> in a way that might actually work." by Elliott Hughes · 11 years ago
  63. 55c5ec6 Merge "Add SIZE_MAX to <stdint.h> in a way that might actually work." by Elliott Hughes · 11 years ago
  64. d8627af Add SIZE_MAX to <stdint.h> in a way that might actually work. by Elliott Hughes · 11 years ago
  65. 944ea1a Merge "Clean up abort." by Elliott Hughes · 11 years ago
  66. 61e699a Clean up abort. by Elliott Hughes · 11 years ago
  67. 5cde15e Merge "<stdint.h> should expose SIZE_MAX." by Elliott Hughes · 11 years ago
  68. 2c157ae <stdint.h> should expose SIZE_MAX. by Elliott Hughes · 11 years ago
  69. b6e8802 Merge "fix unittests." by Nick Kralevich · 11 years ago
  70. fd0325b fix unittests. by Nick Kralevich · 11 years ago
  71. fc104f8 Merge "Fix abort(3) to raise SIGABRT rather than causing SIGSEGV." by Ben Cheng · 11 years ago
  72. 7e6ce1a Fix abort(3) to raise SIGABRT rather than causing SIGSEGV. by Ben Cheng · 11 years ago
  73. 8252b8e Merge "Honor p_vaddr if set" by Brian Carlstrom · 11 years ago
  74. 2fbc9dd Merge "bionic/x86: Optimization for string routines" by Elliott Hughes · 11 years ago
  75. 157c429 Merge "Revert "libc x86: Remove strcat.S"" by Elliott Hughes · 11 years ago
  76. 06708df Revert "libc x86: Remove strcat.S" by Elliott Hughes · 11 years ago
  77. 9647f79 Merge "Implement malloc_usable_size for debug impls." by Christopher Ferris · 11 years ago
  78. 885f3b9 Implement malloc_usable_size for debug impls. by Christopher Ferris · 11 years ago
  79. e7dffe1 Honor p_vaddr if set by Brian Carlstrom · 12 years ago
  80. b7b4f5b Merge "update signal.h to be C90 compatable" by Elliott Hughes · 11 years ago
  81. 156ccf4 update signal.h to be C90 compatable by Erik Gilling · 11 years ago
  82. 18af450 Merge "Ensure header files using __BEGIN_DECLS include sys/cdefs.h." by Elliott Hughes · 11 years ago
  83. 36fa67b Ensure header files using __BEGIN_DECLS include sys/cdefs.h. by Elliott Hughes · 11 years ago
  84. c5bfb62 Merge "sys/personality.h: include <sys/cdefs.h>" by Elliott Hughes · 11 years ago
  85. 8d36050 Merge "Clean up useless declaration in thread_private.h" by Elliott Hughes · 11 years ago
  86. 3282232 sys/personality.h: include <sys/cdefs.h> by Kito Cheng · 11 years ago
  87. 94d0daa Clean up useless declaration in thread_private.h by Kito Cheng · 11 years ago
  88. 4c00185 Merge "Fix declaration of malloc_usable_size()" by Elliott Hughes · 11 years ago
  89. a24e81e Merge "Add tests for __strcpy_chk()" by Nick Kralevich · 11 years ago
  90. 13476de Add tests for __strcpy_chk() by Nick Kralevich · 11 years ago
  91. 0671393 Merge "Small cleanup of soinfo_elf_lookup." by Brian Carlstrom · 11 years ago
  92. 6bec5b7 Small cleanup of soinfo_elf_lookup. by Christopher Ferris · 11 years ago
  93. 404d491 Merge "Use bl instead of blx to support interworking properly." by Ben Cheng · 11 years ago
  94. a123b5d Use bl instead of blx to support interworking properly. by Ben Cheng · 11 years ago
  95. 8539961 Merge "FORTIFY_SOURCE: strcat / strncat optimize" by Nick Kralevich · 11 years ago
  96. cf87019 FORTIFY_SOURCE: strcat / strncat optimize by Nick Kralevich · 11 years ago
  97. 0a49066 bionic/x86: Optimization for string routines by Liubov Dmitrieva · 13 years ago
  98. 72f59c8 Merge "Add strncpy FORTIFY_SOURCE tests." by Nick Kralevich · 11 years ago
  99. 8cc145e Add strncpy FORTIFY_SOURCE tests. by Nick Kralevich · 11 years ago
  100. d515f46 Merge "libc x86: Remove strcat.S" by Nick Kralevich · 11 years ago