1. feec97a Merge "Fix inttypes.h PRI?PTR and SCN?PTR macros." by Elliott Hughes · 12 years ago
  2. 74f0833 Fix inttypes.h PRI?PTR and SCN?PTR macros. by Elliott Hughes · 12 years ago
  3. 1ba3a2c Merge "Update icmp6.h to current NetBSD." by Elliott Hughes · 12 years ago
  4. ce7c404 Update icmp6.h to current NetBSD. by Lorenzo Colitti · 12 years ago
  5. 7c14d67 Merge "libc/arch-arm/bionic/memcpy.a9.S: memcpy from cortex-strings." by Christopher Ferris · 12 years ago
  6. 413eef7 Merge "More FORTIFY_SOURCE functions under clang" by Nick Kralevich · 12 years ago
  7. b61103d libc/arch-arm/bionic/memcpy.a9.S: memcpy from cortex-strings. by Will Newton · 12 years ago
  8. a6cde39 More FORTIFY_SOURCE functions under clang by Nick Kralevich · 12 years ago
  9. 227b47a Merge "resolv_private.h: remove #define b64_ntop and b64_pton" by Nick Kralevich · 12 years ago
  10. ca43d73 resolv_private.h: remove #define b64_ntop and b64_pton by Nick Kralevich · 12 years ago
  11. 394df35 Merge "Reorganize FORTIFY_SOURCE tests." by Nick Kralevich · 12 years ago
  12. 5bcf398 Reorganize FORTIFY_SOURCE tests. by Nick Kralevich · 12 years ago
  13. 78a7bf9 Merge "stdio.h: enable vs?printf clang FORTIFY_SOURCE" by Nick Kralevich · 12 years ago
  14. c8ae8bd stdio.h: enable vs?printf clang FORTIFY_SOURCE by Nick Kralevich · 12 years ago
  15. fbec57d Merge changes Ib496e818,I074204e9 by Colin Cross · 12 years ago
  16. 5e9a086 bionic: add compatibility mode for properties by Colin Cross · 12 years ago
  17. 1ec20a0 bionic: use the size of the file to determine property area size by Colin Cross · 12 years ago
  18. b116bf7 Merge "Switch to current upstream getopt_long." by Elliott Hughes · 12 years ago
  19. 995f17e Merge "libc: add swapon and swapoff syscalls" by Rom Lemarchand · 12 years ago
  20. d278b82 Switch to current upstream getopt_long. by Elliott Hughes · 12 years ago
  21. c76550b Merge "Update x86 machine/endian.h from upstream" by Elliott Hughes · 12 years ago
  22. 64a4f6a Update x86 machine/endian.h from upstream by Pavel Chupin · 12 years ago
  23. d206b56 libc: add swapon and swapoff syscalls by Rom Lemarchand · 12 years ago
  24. 7d624e9 Merge "Kernel dso support for 'dl_iterate_phdr' function" by Elliott Hughes · 12 years ago
  25. c45087b Kernel dso support for 'dl_iterate_phdr' function by Sergey Melnikov · 13 years ago
  26. bfacb60 Merge "libc: enable FORTIFY_SOURCE snprintf under clang" by Nick Kralevich · 12 years ago
  27. 621b19d libc: enable FORTIFY_SOURCE snprintf under clang by Nick Kralevich · 12 years ago
  28. 1642edb Merge changes Ib074192d,I6df3afed,I69070455,Icbe31908,Id3fa4526,I038d451f by Colin Cross · 12 years ago
  29. 836dbf6 bionic: store property names as variable-length strings by Greg Hackmann · 12 years ago
  30. 1d36ee1 bionic: prevent root processes from calling __system_property_add by Colin Cross · 12 years ago
  31. 1540f60 bionic: revert to a single (larger) property area by Greg Hackmann · 12 years ago
  32. 996cdc4 bionic: reimplement property area as hybrid trie/binary tree by Greg Hackmann · 12 years ago
  33. f7511e3 bionic: add missing memory barriers to system properties by Greg Hackmann · 12 years ago
  34. cb215a7 bionic: make property area expandable by Greg Hackmann · 12 years ago
  35. 0ea1d5c Merge "libc: enable sprintf FORTIFY_SOURCE under clang" by Nick Kralevich · 12 years ago
  36. c6eb985 libc: enable sprintf FORTIFY_SOURCE under clang by Nick Kralevich · 12 years ago
  37. 53ddcc9 Merge "linker: Emit a warning on text relocations" by Nick Kralevich · 12 years ago
  38. c908442 linker: Emit a warning on text relocations by Nick Kralevich · 12 years ago
  39. 6819773 Merge "libc_logging: don't keep file descriptors open forever" by Nick Kralevich · 12 years ago
  40. 17fc25d libc_logging: don't keep file descriptors open forever by Nick Kralevich · 12 years ago
  41. 0ce28d2 Merge "libc: enable FORTIFY_SOURCE clang strlcpy" by Nick Kralevich · 12 years ago
  42. 8bafa74 libc: enable FORTIFY_SOURCE clang strlcpy by Nick Kralevich · 12 years ago
  43. 4eed650 Merge "stdint.h header is not fully compatible with C99(ISO9899:1999)" by Elliott Hughes · 12 years ago
  44. 02ca0e3 Merge "Fix FORTIFY_SOURCE unittests." by Nick Kralevich · 12 years ago
  45. 3225f49 Merge "bionic: add __system_property_foreach" by Colin Cross · 12 years ago
  46. 3cd4cac Fix FORTIFY_SOURCE unittests. by Nick Kralevich · 12 years ago
  47. dc5d342 stdint.h header is not fully compatible with C99(ISO9899:1999) by Sergey Melnikov · 13 years ago
  48. c6ff844 bionic: add __system_property_foreach by Greg Hackmann · 12 years ago
  49. c656d73 Merge "Always use v1 for MIPS TLS access." by Elliott Hughes · 12 years ago
  50. a33dc57 Always use v1 for MIPS TLS access. by Elliott Hughes · 12 years ago
  51. 0846109 Merge "libc: Rename fortify error functions." by Nick Kralevich · 12 years ago
  52. dd0880f Merge "libc: add limited FORTIFY_SOURCE support for clang" by Nick Kralevich · 12 years ago
  53. 6807af7 Merge "Make LD_PRELOAD failures just warnings." by Elliott Hughes · 12 years ago
  54. 0200244 Merge "bionic: fix deleting property arrays in property benchmark" by Colin Cross · 12 years ago
  55. e2fb05b Merge "libc: Introduce __errordecl()" by Nick Kralevich · 12 years ago
  56. 7e5a8cc Make LD_PRELOAD failures just warnings. by Elliott Hughes · 12 years ago
  57. 7d06813 bionic: fix deleting property arrays in property benchmark by Colin Cross · 12 years ago
  58. a641c18 libc: Rename fortify error functions. by Nick Kralevich · 12 years ago
  59. 0005b35 Merge "bionic: change properties benchmarks to read a single property" by Colin Cross · 12 years ago
  60. 7d90cfa bionic: change properties benchmarks to read a single property by Colin Cross · 12 years ago
  61. 16d1af1 libc: add limited FORTIFY_SOURCE support for clang by Nick Kralevich · 12 years ago
  62. b24c063 libc: Introduce __errordecl() by Nick Kralevich · 12 years ago
  63. 977a331 Merge changes Iac00ce10,I192d3825 by Colin Cross · 12 years ago
  64. b27e200 bionic: add tests for properties by Colin Cross · 13 years ago
  65. 5cf32de bionic: move system property writing from init to bionic by Colin Cross · 13 years ago
  66. 5995bf8 Merge "don't hardcode register r0/v1 when reading the TLS" by Elliott Hughes · 12 years ago
  67. b6e3400 don't hardcode register r0/v1 when reading the TLS by Mathias Agopian · 12 years ago
  68. 657d0da Merge "Slight script cleanup; make gensyscalls work from any directory." by Elliott Hughes · 12 years ago
  69. 18bc975 Slight script cleanup; make gensyscalls work from any directory. by Elliott Hughes · 12 years ago
  70. 560e9f7 Merge "Ensure that <stdint.h> defines SIZE_MAX and friends." by Elliott Hughes · 12 years ago
  71. 7c89506 Ensure that <stdint.h> defines SIZE_MAX and friends. by Elliott Hughes · 12 years ago
  72. c843a3e Merge "Fix the qsort copyright notice (fixed upstream this afternoon)." by Elliott Hughes · 12 years ago
  73. 4eeec44 Fix the qsort copyright notice (fixed upstream this afternoon). by Elliott Hughes · 12 years ago
  74. c843d76 Merge "Handles spurious wake-ups in pthread_join()" by Elliott Hughes · 12 years ago
  75. 0f020d1 Handles spurious wake-ups in pthread_join() by msg555 · 12 years ago
  76. 92e841d Merge "Take upstream libm changes." by Elliott Hughes · 12 years ago
  77. 7841946 Take upstream libm changes. by Elliott Hughes · 12 years ago
  78. 6a44d22 Merge "Take some fixed upstream copyright headers and regenerate NOTICE." by Elliott Hughes · 12 years ago
  79. 2815b1d Take some fixed upstream copyright headers and regenerate NOTICE. by Elliott Hughes · 12 years ago
  80. 55189a0 Merge "Switch to current upstream stdio makebuf.c and setvbuf.c." by Elliott Hughes · 12 years ago
  81. 677ee56 Switch to current upstream stdio makebuf.c and setvbuf.c. by Elliott Hughes · 12 years ago
  82. f1867d4 Merge "Revert "Add SIZE_MAX to <stdint.h> in a way that might actually work."" by Elliott Hughes · 12 years ago
  83. 9248d3a Revert "Add SIZE_MAX to <stdint.h> in a way that might actually work." by Elliott Hughes · 12 years ago
  84. 55c5ec6 Merge "Add SIZE_MAX to <stdint.h> in a way that might actually work." by Elliott Hughes · 12 years ago
  85. d8627af Add SIZE_MAX to <stdint.h> in a way that might actually work. by Elliott Hughes · 12 years ago
  86. 944ea1a Merge "Clean up abort." by Elliott Hughes · 12 years ago
  87. 61e699a Clean up abort. by Elliott Hughes · 12 years ago
  88. 5cde15e Merge "<stdint.h> should expose SIZE_MAX." by Elliott Hughes · 12 years ago
  89. 2c157ae <stdint.h> should expose SIZE_MAX. by Elliott Hughes · 12 years ago
  90. b6e8802 Merge "fix unittests." by Nick Kralevich · 12 years ago
  91. fd0325b fix unittests. by Nick Kralevich · 12 years ago
  92. fc104f8 Merge "Fix abort(3) to raise SIGABRT rather than causing SIGSEGV." by Ben Cheng · 12 years ago
  93. 7e6ce1a Fix abort(3) to raise SIGABRT rather than causing SIGSEGV. by Ben Cheng · 12 years ago
  94. 8252b8e Merge "Honor p_vaddr if set" by Brian Carlstrom · 12 years ago
  95. 2fbc9dd Merge "bionic/x86: Optimization for string routines" by Elliott Hughes · 12 years ago
  96. 157c429 Merge "Revert "libc x86: Remove strcat.S"" by Elliott Hughes · 12 years ago
  97. 06708df Revert "libc x86: Remove strcat.S" by Elliott Hughes · 12 years ago
  98. 9647f79 Merge "Implement malloc_usable_size for debug impls." by Christopher Ferris · 12 years ago
  99. 885f3b9 Implement malloc_usable_size for debug impls. by Christopher Ferris · 12 years ago
  100. e7dffe1 Honor p_vaddr if set by Brian Carlstrom · 13 years ago