1. 8bafa74 libc: enable FORTIFY_SOURCE clang strlcpy by Nick Kralevich · 12 years ago
  2. 4eed650 Merge "stdint.h header is not fully compatible with C99(ISO9899:1999)" by Elliott Hughes · 12 years ago
  3. 02ca0e3 Merge "Fix FORTIFY_SOURCE unittests." by Nick Kralevich · 12 years ago
  4. 3225f49 Merge "bionic: add __system_property_foreach" by Colin Cross · 12 years ago
  5. 3cd4cac Fix FORTIFY_SOURCE unittests. by Nick Kralevich · 12 years ago
  6. dc5d342 stdint.h header is not fully compatible with C99(ISO9899:1999) by Sergey Melnikov · 13 years ago
  7. c6ff844 bionic: add __system_property_foreach by Greg Hackmann · 12 years ago
  8. c656d73 Merge "Always use v1 for MIPS TLS access." by Elliott Hughes · 12 years ago
  9. a33dc57 Always use v1 for MIPS TLS access. by Elliott Hughes · 12 years ago
  10. 0846109 Merge "libc: Rename fortify error functions." by Nick Kralevich · 12 years ago
  11. dd0880f Merge "libc: add limited FORTIFY_SOURCE support for clang" by Nick Kralevich · 12 years ago
  12. 6807af7 Merge "Make LD_PRELOAD failures just warnings." by Elliott Hughes · 12 years ago
  13. 0200244 Merge "bionic: fix deleting property arrays in property benchmark" by Colin Cross · 12 years ago
  14. e2fb05b Merge "libc: Introduce __errordecl()" by Nick Kralevich · 12 years ago
  15. 7e5a8cc Make LD_PRELOAD failures just warnings. by Elliott Hughes · 12 years ago
  16. 7d06813 bionic: fix deleting property arrays in property benchmark by Colin Cross · 12 years ago
  17. a641c18 libc: Rename fortify error functions. by Nick Kralevich · 12 years ago
  18. 0005b35 Merge "bionic: change properties benchmarks to read a single property" by Colin Cross · 12 years ago
  19. 7d90cfa bionic: change properties benchmarks to read a single property by Colin Cross · 12 years ago
  20. 16d1af1 libc: add limited FORTIFY_SOURCE support for clang by Nick Kralevich · 12 years ago
  21. b24c063 libc: Introduce __errordecl() by Nick Kralevich · 12 years ago
  22. 977a331 Merge changes Iac00ce10,I192d3825 by Colin Cross · 12 years ago
  23. b27e200 bionic: add tests for properties by Colin Cross · 13 years ago
  24. 5cf32de bionic: move system property writing from init to bionic by Colin Cross · 13 years ago
  25. 5995bf8 Merge "don't hardcode register r0/v1 when reading the TLS" by Elliott Hughes · 12 years ago
  26. b6e3400 don't hardcode register r0/v1 when reading the TLS by Mathias Agopian · 12 years ago
  27. 657d0da Merge "Slight script cleanup; make gensyscalls work from any directory." by Elliott Hughes · 12 years ago
  28. 18bc975 Slight script cleanup; make gensyscalls work from any directory. by Elliott Hughes · 12 years ago
  29. 560e9f7 Merge "Ensure that <stdint.h> defines SIZE_MAX and friends." by Elliott Hughes · 12 years ago
  30. 7c89506 Ensure that <stdint.h> defines SIZE_MAX and friends. by Elliott Hughes · 12 years ago
  31. c843a3e Merge "Fix the qsort copyright notice (fixed upstream this afternoon)." by Elliott Hughes · 12 years ago
  32. 4eeec44 Fix the qsort copyright notice (fixed upstream this afternoon). by Elliott Hughes · 12 years ago
  33. c843d76 Merge "Handles spurious wake-ups in pthread_join()" by Elliott Hughes · 12 years ago
  34. 0f020d1 Handles spurious wake-ups in pthread_join() by msg555 · 12 years ago
  35. 92e841d Merge "Take upstream libm changes." by Elliott Hughes · 12 years ago
  36. 7841946 Take upstream libm changes. by Elliott Hughes · 12 years ago
  37. 6a44d22 Merge "Take some fixed upstream copyright headers and regenerate NOTICE." by Elliott Hughes · 12 years ago
  38. 2815b1d Take some fixed upstream copyright headers and regenerate NOTICE. by Elliott Hughes · 12 years ago
  39. 55189a0 Merge "Switch to current upstream stdio makebuf.c and setvbuf.c." by Elliott Hughes · 12 years ago
  40. 677ee56 Switch to current upstream stdio makebuf.c and setvbuf.c. by Elliott Hughes · 12 years ago
  41. f1867d4 Merge "Revert "Add SIZE_MAX to <stdint.h> in a way that might actually work."" by Elliott Hughes · 12 years ago
  42. 9248d3a Revert "Add SIZE_MAX to <stdint.h> in a way that might actually work." by Elliott Hughes · 12 years ago
  43. 55c5ec6 Merge "Add SIZE_MAX to <stdint.h> in a way that might actually work." by Elliott Hughes · 12 years ago
  44. d8627af Add SIZE_MAX to <stdint.h> in a way that might actually work. by Elliott Hughes · 12 years ago
  45. 944ea1a Merge "Clean up abort." by Elliott Hughes · 12 years ago
  46. 61e699a Clean up abort. by Elliott Hughes · 12 years ago
  47. 5cde15e Merge "<stdint.h> should expose SIZE_MAX." by Elliott Hughes · 12 years ago
  48. 2c157ae <stdint.h> should expose SIZE_MAX. by Elliott Hughes · 12 years ago
  49. b6e8802 Merge "fix unittests." by Nick Kralevich · 12 years ago
  50. fd0325b fix unittests. by Nick Kralevich · 12 years ago
  51. fc104f8 Merge "Fix abort(3) to raise SIGABRT rather than causing SIGSEGV." by Ben Cheng · 12 years ago
  52. 7e6ce1a Fix abort(3) to raise SIGABRT rather than causing SIGSEGV. by Ben Cheng · 12 years ago
  53. 8252b8e Merge "Honor p_vaddr if set" by Brian Carlstrom · 12 years ago
  54. 2fbc9dd Merge "bionic/x86: Optimization for string routines" by Elliott Hughes · 12 years ago
  55. 157c429 Merge "Revert "libc x86: Remove strcat.S"" by Elliott Hughes · 12 years ago
  56. 06708df Revert "libc x86: Remove strcat.S" by Elliott Hughes · 12 years ago
  57. 9647f79 Merge "Implement malloc_usable_size for debug impls." by Christopher Ferris · 12 years ago
  58. 885f3b9 Implement malloc_usable_size for debug impls. by Christopher Ferris · 12 years ago
  59. e7dffe1 Honor p_vaddr if set by Brian Carlstrom · 13 years ago
  60. b7b4f5b Merge "update signal.h to be C90 compatable" by Elliott Hughes · 12 years ago
  61. 156ccf4 update signal.h to be C90 compatable by Erik Gilling · 12 years ago
  62. 18af450 Merge "Ensure header files using __BEGIN_DECLS include sys/cdefs.h." by Elliott Hughes · 12 years ago
  63. 36fa67b Ensure header files using __BEGIN_DECLS include sys/cdefs.h. by Elliott Hughes · 12 years ago
  64. c5bfb62 Merge "sys/personality.h: include <sys/cdefs.h>" by Elliott Hughes · 12 years ago
  65. 8d36050 Merge "Clean up useless declaration in thread_private.h" by Elliott Hughes · 12 years ago
  66. 3282232 sys/personality.h: include <sys/cdefs.h> by Kito Cheng · 12 years ago
  67. 94d0daa Clean up useless declaration in thread_private.h by Kito Cheng · 12 years ago
  68. 4c00185 Merge "Fix declaration of malloc_usable_size()" by Elliott Hughes · 12 years ago
  69. a24e81e Merge "Add tests for __strcpy_chk()" by Nick Kralevich · 12 years ago
  70. 13476de Add tests for __strcpy_chk() by Nick Kralevich · 12 years ago
  71. 0671393 Merge "Small cleanup of soinfo_elf_lookup." by Brian Carlstrom · 12 years ago
  72. 6bec5b7 Small cleanup of soinfo_elf_lookup. by Christopher Ferris · 12 years ago
  73. 404d491 Merge "Use bl instead of blx to support interworking properly." by Ben Cheng · 12 years ago
  74. a123b5d Use bl instead of blx to support interworking properly. by Ben Cheng · 12 years ago
  75. 8539961 Merge "FORTIFY_SOURCE: strcat / strncat optimize" by Nick Kralevich · 12 years ago
  76. cf87019 FORTIFY_SOURCE: strcat / strncat optimize by Nick Kralevich · 12 years ago
  77. 0a49066 bionic/x86: Optimization for string routines by Liubov Dmitrieva · 14 years ago
  78. 72f59c8 Merge "Add strncpy FORTIFY_SOURCE tests." by Nick Kralevich · 12 years ago
  79. 8cc145e Add strncpy FORTIFY_SOURCE tests. by Nick Kralevich · 12 years ago
  80. d515f46 Merge "libc x86: Remove strcat.S" by Nick Kralevich · 12 years ago
  81. 4fe461b libc x86: Remove strcat.S by Nick Kralevich · 12 years ago
  82. 8d79fd1 Merge "libc x86: Remove index.S, strcpy.S, strchr.S" by Nick Kralevich · 12 years ago
  83. e4c4ada libc x86: Remove index.S, strcpy.S, strchr.S by Nick Kralevich · 12 years ago
  84. 2317275 Merge "libc: delete x86 memchr.S" by Nick Kralevich · 12 years ago
  85. 615684c libc: delete x86 memchr.S by Nick Kralevich · 12 years ago
  86. 25a87f7 Fix declaration of malloc_usable_size() by David 'Digit' Turner · 12 years ago
  87. f5f29de Merge "Fix bionic linker to support segments with zero p_filesz" by Brian Carlstrom · 12 years ago
  88. 82dcc79 Fix bionic linker to support segments with zero p_filesz by Brian Carlstrom · 12 years ago
  89. 2e31707 Merge "libc/arm: add cortex-a8 cpu variant" by Erik Gilling · 12 years ago
  90. 22bda4b libc/arm: add cortex-a8 cpu variant by Rom Lemarchand · 12 years ago
  91. 5217fb5 Merge "Fix sysconf(3) for _SC_GETGR_R_SIZE_MAX and _SC_GETPW_R_SIZE_MAX." by Elliott Hughes · 12 years ago
  92. d35106f Fix sysconf(3) for _SC_GETGR_R_SIZE_MAX and _SC_GETPW_R_SIZE_MAX. by Elliott Hughes · 12 years ago
  93. 6f502bc Merge "Add more __restricts, clean up __format__ attributes." by Elliott Hughes · 12 years ago
  94. d04c183 Add more __restricts, clean up __format__ attributes. by Elliott Hughes · 12 years ago
  95. 349ef89 Merge "Pull upstream FreeBSD revision 249810." by Elliott Hughes · 12 years ago
  96. b2e1abd Pull upstream FreeBSD revision 249810. by Elliott Hughes · 12 years ago
  97. 5b7b280 Merge "epoll: add EPOLLRDHUP, EPOLLWAKEUP, and EPOLLONESHOT events" by Elliott Hughes · 12 years ago
  98. b0a2fc3 epoll: add EPOLLRDHUP, EPOLLWAKEUP, and EPOLLONESHOT events by Todd Poynor · 12 years ago
  99. f0f4fa3 Merge "libc: add timerfd calls" by Elliott Hughes · 12 years ago
  100. 4200e62 libc: add timerfd calls by Todd Poynor · 12 years ago