1. a4c7933 MIPS support to the libc Makefile by Raghu Gandham · 13 years ago
  2. 316ee62 Merge "MIPS support to sigsuspend and sigwait routines" by Elliott Hughes · 13 years ago
  3. 38a02b4 Merge "crtend*: Add GNU_STACK note" by Nick Kralevich · 13 years ago
  4. 6eee1fc crtend*: Add GNU_STACK note by Nick Kralevich · 13 years ago
  5. 3ede900 Merge "Revert "Revert "Switch to NetBSD's strxfrm(3).""" by Elliott Hughes · 13 years ago
  6. a1822dc Merge "Add unshare() syscall." by Elliott Hughes · 13 years ago
  7. e36c826 Add unshare() syscall. by Jeff Sharkey · 13 years ago
  8. 01030e6 Fix typo in SIGTTOU description. by Elliott Hughes · 13 years ago
  9. f8b3a92 Revert "Revert "Switch to NetBSD's strxfrm(3)."" by Elliott Hughes · 13 years ago
  10. 8793e7c Revert "Switch to NetBSD's strxfrm(3)." by Elliott Hughes · 13 years ago
  11. be1d78b Switch to NetBSD's strxfrm(3). by Elliott Hughes · 13 years ago
  12. abd1001 MIPS support to sigsuspend and sigwait routines by Raghu Gandham · 13 years ago
  13. 387d4b7 Auto-generate a complete NOTICE file. by Elliott Hughes · 13 years ago
  14. a554212 Remove the last .jam file. by Elliott Hughes · 13 years ago
  15. d504eee Merge "MIPS support to sys/ headers" by Elliott Hughes · 13 years ago
  16. 7812920 Merge "Clean up the linker a bit, remove prelinking support." by Elliott Hughes · 13 years ago
  17. 76be660 Clean up libc/Android.mk a bit after the crtbrand changes. by Elliott Hughes · 13 years ago
  18. 7e248be Merge "Add a .note.android.ident section to Android ELF binaries." by Jean-Baptiste Queru · 13 years ago
  19. 4688279 Clean up the linker a bit, remove prelinking support. by Elliott Hughes · 13 years ago
  20. e2731d9 Merge "When compiling with clang, don't "fortify_source" the strlcpy and strlcat." by Shih-wei Liao · 13 years ago
  21. d600617 When compiling with clang, don't "fortify_source" the strlcpy and strlcat. by Shih-wei Liao · 13 years ago
  22. 8173d76 Merge "Revert "Fix the clang build: this compiler doesn't support the gnu_inline function attribute"" by Shih-wei Liao · 13 years ago
  23. 601a49d Merge "When compiling with clang, don't "fortify_source" the strlen." by Shih-wei Liao · 13 years ago
  24. 9a3d53f When compiling with clang, don't "fortify_source" the strlen. by Shih-wei Liao · 13 years ago
  25. 7c92b6c Merge "Remove an awkward #include that is no longer upstream." by Elliott Hughes · 13 years ago
  26. 2b7f68c Revert "Fix the clang build: this compiler doesn't support the gnu_inline function attribute" by Shih-wei Liao · 13 years ago
  27. bbf094f Remove yet more SH4 cruft. by Elliott Hughes · 13 years ago
  28. c164f2a bionic: modify syscall to use 6 registers to pass parameter. by Jin Wei · 13 years ago
  29. 0946513 Upgrade to tzdata2012e. by Elliott Hughes · 13 years ago
  30. 4f1f149 Fix the clang build: this compiler doesn't support the gnu_inline function attribute by Shih-wei Liao · 13 years ago
  31. bdcc14d Remove an awkward #include that is no longer upstream. by Elliott Hughes · 13 years ago
  32. 6437eac MIPS support to sys/ headers by Raghu Gandham · 13 years ago
  33. 1c30398 [MIPS] Support for TLS register by Raghu Gandham · 13 years ago
  34. 405b802 MIPS support for libc. by Raghu Gandham · 13 years ago
  35. ecb53ea Fix a ENOTUP/ENOTSUP typo. by Elliott Hughes · 13 years ago
  36. 994935f Merge "Error numbers are target specific." by Elliott Hughes · 13 years ago
  37. da26110 Error numbers are target specific. by Chris Dearman · 14 years ago
  38. c29f295 Updated the cleaned header file mman.h for MIPS. by Raghu Gandham · 13 years ago
  39. a513f70 Merge "bionic: Stack pointer/signal race condition." by Elliott Hughes · 13 years ago
  40. 2137289 Merge "fix __cxa_finalize() implementation to be thread safe." by Elliott Hughes · 13 years ago
  41. 2270dfa fix __cxa_finalize() implementation to be thread safe. by Srinavasa Nagaraju · 14 years ago
  42. ea8fad1 Add a .note.android.ident section to Android ELF binaries. by Michael Hope · 13 years ago
  43. fc0725e Install crt(begin|end)_so.o to target library path. by Shih-wei Liao · 13 years ago
  44. 52d6233 Report errors to the log, not just stderr. by Elliott Hughes · 13 years ago
  45. 6171d11 Replace ALL_PREBUILTS with BUILD_PREBUILT by Ying Wang · 13 years ago
  46. 12f411d Merge "Correction to use of TEMP_FAILURE_RETRY in send_prop_msg" by Elliott Hughes · 13 years ago
  47. c20d0f3 Correction to use of TEMP_FAILURE_RETRY in send_prop_msg by Jens Gulin · 13 years ago
  48. 3460db9 bionic: Stack pointer/signal race condition. by Peter Enderborg · 13 years ago
  49. 7d6c3f7 Merge "Remove the 'Factory' time zone by not processing the 'factory' file." by Elliott Hughes · 13 years ago
  50. 541c225 Remove the 'Factory' time zone by not processing the 'factory' file. by Elliott Hughes · 13 years ago
  51. 9145ad3 vfprintf: fix spelling. by Nick Kralevich · 13 years ago
  52. 00a66a6 [MIPS] Use an aligned address to provoke SIGSEGV in abort() by Chris Dearman · 13 years ago
  53. 958dad7 Fix implementation of generic atomic operations by Chris Dearman · 13 years ago
  54. f7fb9e1 [MIPS] Add atomic routines by Raghu Gandham · 13 years ago
  55. 5d967e4 Upgrade to tzdata2012d. by Elliott Hughes · 13 years ago
  56. 0351955 Update time.h for CLOCK_BOOTTIME. by Nick Pelly · 13 years ago
  57. fabddfe Merge "limits.h: Include page.h when relying on PAGE_SIZE" by Elliott Hughes · 13 years ago
  58. c37fc1a FORTIFY_SOURCE: revert memcpy changes. by Nick Kralevich · 13 years ago
  59. 9b6cc22 FORTIFY_SOURCE: introduce __BIONIC_FORTIFY_UNKNOWN_SIZE macro by Nick Kralevich · 13 years ago
  60. 260bf8c FORTIFY_SOURCE: strlen check. by Nick Kralevich · 13 years ago
  61. b2060b0 FORTIFY_SOURCE: restore __memcpy_chk() by Nick Kralevich · 13 years ago
  62. f3913b5 FORTIFY_SOURCE: enhanced memcpy protections. by Nick Kralevich · 13 years ago
  63. e64259e memmove: Don't call memcpy if regions overlap by Nick Kralevich · 13 years ago
  64. 6334c66 Don't use -fstack-protector on ssp.c by Nick Kralevich · 13 years ago
  65. 6331db3 limits.h: Include page.h when relying on PAGE_SIZE by Arun Raghavan · 14 years ago
  66. 8f08e1c Merge "FORTIFY_SOURCE: Add openat, fix bug" by Nick Kralevich · 13 years ago
  67. a3e230d FORTIFY_SOURCE: Add openat, fix bug by Nick Kralevich · 13 years ago
  68. 965dbc6 FORTIFY_SOURCE: add fgets support. by Nick Kralevich · 13 years ago
  69. 2ddf77b Merge "Modify ion header" by Rebecca Schultz Zavin · 13 years ago
  70. bd73eed Merge "FORTIFY_SOURCE: add open() checks" by Nick Kralevich · 13 years ago
  71. cb228fb libc: cleanups by Nick Kralevich · 13 years ago
  72. 8118f62 FORTIFY_SOURCE: add open() checks by Nick Kralevich · 13 years ago
  73. f2ba5c9 am 63c4179f: am 4d0128f1: Merge "Minor tweak to get memory around corrupted heap chunks dumped." into jb-dev by Andy McFadden · 13 years ago
  74. 63c4179 am 4d0128f1: Merge "Minor tweak to get memory around corrupted heap chunks dumped." into jb-dev by Andy McFadden · 13 years ago
  75. ec2ab73 Minor tweak to get memory around corrupted heap chunks dumped. by Ben Cheng · 13 years ago
  76. ece8f50 Merge "Add watchdog.h" by Arve Hjønnevåg · 13 years ago
  77. 70f6901 libc: make atoi, atol, and atoll pure functions by Nick Kralevich · 13 years ago
  78. 8df49ad FORTIFY_SOURCE: add strlcpy / strlcat support by Nick Kralevich · 13 years ago
  79. 420f493 Add watchdog.h by Arve Hjønnevåg · 13 years ago
  80. a5eaa02 Merge "Don't mark realloc with __attribute__((malloc))" by Nick Kralevich · 13 years ago
  81. b27631b Don't mark realloc with __attribute__((malloc)) by Nick Kralevich · 13 years ago
  82. 8c54c56 Merge "FORTIFY_SOURCE: add sprintf / vsprintf support" by Nick Kralevich · 13 years ago
  83. 9b549c3 FORTIFY_SOURCE: add sprintf / vsprintf support by Nick Kralevich · 13 years ago
  84. ca622f5 Merge "update filter.h / prctl.h / seccomp.h" by Nick Kralevich · 13 years ago
  85. 8f88aa7 am c5cab345: am 028ccf5d: Merge "Avoid multiple dns lookups for the same query" by Robert Greenwalt · 13 years ago
  86. c5cab34 am 028ccf5d: Merge "Avoid multiple dns lookups for the same query" by Robert Greenwalt · 13 years ago
  87. d1a6918 update filter.h / prctl.h / seccomp.h by Nick Kralevich · 13 years ago
  88. 028ccf5 Merge "Avoid multiple dns lookups for the same query" by Robert Greenwalt · 13 years ago
  89. c2f1d21 Merge "FORTIFY_SOURCE: add snprintf, vsnprintf" by Nick Kralevich · 13 years ago
  90. c9142d4 am 571da80c: am c75491e2: Merge "Remove an obsolete jamfile." by Elliott Hughes · 13 years ago
  91. 20afd4e am e0961445: Merge "Remove the meaningless on Linux if_dl.h header." by Elliott Hughes · 13 years ago
  92. 571da80 am c75491e2: Merge "Remove an obsolete jamfile." by Elliott Hughes · 13 years ago
  93. e096144 Merge "Remove the meaningless on Linux if_dl.h header." by Elliott Hughes · 13 years ago
  94. cffdf66 FORTIFY_SOURCE: add snprintf, vsnprintf by Nick Kralevich · 13 years ago
  95. 4c19e4f Remove an obsolete jamfile. by Elliott Hughes · 13 years ago
  96. 0f5b48c Merge "inet_ntop: pass the size of tmp to snprintf()" by Nick Kralevich · 13 years ago
  97. 85b06f9 inet_ntop: pass the size of tmp to snprintf() by Nick Kralevich · 13 years ago
  98. 6d3f548 Modify ion header by Rebecca Schultz Zavin · 13 years ago
  99. c3d45b8 Remove the meaningless on Linux if_dl.h header. by Elliott Hughes · 13 years ago
  100. 7c5c68f Merge "Remove the meaningless on Linux if_dl.h header." by Elliott Hughes · 13 years ago