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