1. c5cab34 am 028ccf5d: Merge "Avoid multiple dns lookups for the same query" by Robert Greenwalt · 13 years ago
  2. 028ccf5 Merge "Avoid multiple dns lookups for the same query" by Robert Greenwalt · 13 years ago
  3. 20afd4e am e0961445: Merge "Remove the meaningless on Linux if_dl.h header." by Elliott Hughes · 13 years ago
  4. 571da80 am c75491e2: Merge "Remove an obsolete jamfile." by Elliott Hughes · 13 years ago
  5. e096144 Merge "Remove the meaningless on Linux if_dl.h header." by Elliott Hughes · 13 years ago
  6. 4c19e4f Remove an obsolete jamfile. by Elliott Hughes · 13 years ago
  7. c3d45b8 Remove the meaningless on Linux if_dl.h header. by Elliott Hughes · 13 years ago
  8. d0c2502 am 2b89f1e3: Merge "Fix sysconf(_SC_NPROCESSORS_CONF) on ARM." by Elliott Hughes · 13 years ago
  9. a985076 Fix sysconf(_SC_NPROCESSORS_CONF) on ARM. by Elliott Hughes · 13 years ago
  10. 3069270 am c2bba24d: Merge "Give the timer_create SIGEV_THREAD helper threads sensible names." by Elliott Hughes · 13 years ago
  11. 470631e Give the timer_create SIGEV_THREAD helper threads sensible names. by Elliott Hughes · 13 years ago
  12. 252a5c8 resolved conflicts for merge of e1dd3c28 to jb-dev-plus-aosp by Iliyan Malchev · 13 years ago
  13. f0ddaa2 am 7d2e24eb: bionic: introduce libc.debug.malloc.program by Iliyan Malchev · 13 years ago
  14. e1dd3c2 bionic: import heaptracker as chk_malloc by Iliyan Malchev · 13 years ago
  15. 7d2e24e bionic: introduce libc.debug.malloc.program by Iliyan Malchev · 13 years ago
  16. 5a095ef am 03539a36: Merge "Ensure that the port number and TXID are properly randomized." into jb-dev by Geremy Condra · 13 years ago
  17. 03539a3 Merge "Ensure that the port number and TXID are properly randomized." into jb-dev by Geremy Condra · 13 years ago
  18. d7b60b2 am c84ff11d: Print the corrupted address passed to free(). by Ben Cheng · 13 years ago
  19. c84ff11 Print the corrupted address passed to free(). by Ben Cheng · 13 years ago
  20. b23f193 Ensure that the port number and TXID are properly randomized. by Geremy Condra · 13 years ago
  21. d155ba5 am c7882ab2: Merge "bionic: add clean kernel header ucontext.h" by Jean-Baptiste Queru · 13 years ago
  22. c7882ab Merge "bionic: add clean kernel header ucontext.h" by Jean-Baptiste Queru · 13 years ago
  23. dc6c2b7 am 70cf0bc0: Merge "Remove the last references to SuperH." by Elliott Hughes · 13 years ago
  24. e33af61 Remove the last references to SuperH. by Elliott Hughes · 13 years ago
  25. 6cdefd0 Add linker support for PIE by Nick Kralevich · 14 years ago
  26. c425bc0 bionic: add clean kernel header ucontext.h by Kito Cheng · 13 years ago
  27. f2f7bf7 am 4f05d1c7: Merge "bionic/x86: Optimization for memcpy" by Elliott Hughes · 13 years ago
  28. 4f05d1c Merge "bionic/x86: Optimization for memcpy" by Elliott Hughes · 13 years ago
  29. 8034415 resolved conflicts for merge of 08e72d01 to jb-dev-plus-aosp by Iliyan Malchev · 13 years ago
  30. 804147c am edb7cad9: Merge "Actually set the header guard in "linux-syscalls.h"." by Elliott Hughes · 13 years ago
  31. 1928523 Actually set the header guard in "linux-syscalls.h". by Elliott Hughes · 13 years ago
  32. dbd5eca resolved conflicts for merge of e5408907 to jb-dev-plus-aosp by Elliott Hughes · 13 years ago
  33. 08e72d0 bionic: add support for non-NEON memcpy() on NEON SoCs by Prajakta Gudadhe · 13 years ago
  34. 58a00b4 am 7eb1cc23: Merge "bionic: allow the board to customize MALLOC_ALIGNMENT" by Elliott Hughes · 13 years ago
  35. eab2889 am fd955033: Merge "pthread: Invalidate stale stack pointers on pthread_exit()" by Elliott Hughes · 13 years ago
  36. 1fa0d84 [MIPS] Add support for MIPS syscalls by Raghu Gandham · 14 years ago
  37. 2fd81ef bionic: allow the board to customize MALLOC_ALIGNMENT by Jack Ren · 14 years ago
  38. da0d853 am 08b51e2c: Implement the "abort" stub in assembly for ARM. by Ben Cheng · 13 years ago
  39. 0753dc6 pthread: Invalidate stale stack pointers on pthread_exit() by Bjorn Andersson · 13 years ago
  40. eda7be4 Implement the "abort" stub in assembly for ARM. by Ben Cheng · 13 years ago
  41. 08b51e2 Implement the "abort" stub in assembly for ARM. by Ben Cheng · 13 years ago
  42. 9c3eca7 resolved conflicts for merge of 6cf3c7c5 to jb-dev-plus-aosp by Elliott Hughes · 13 years ago
  43. c47703a bionic/x86: Optimization for memcpy by Jack Ren · 13 years ago
  44. 5982e33 Cherry-pick "generate PIC code". by Nick Kralevich · 14 years ago
  45. d0c884d Let pthread_create fail if schedparam can't be set by Pierre Peiffer · 13 years ago
  46. a59cfcf Avoid multiple dns lookups for the same query by Mattias Falk · 14 years ago
  47. ff0d1ce am e3bc7192: Merge "bionic: fix integer overflows in chk_malloc(), leak_malloc(), and leak_memalign()" by Elliott Hughes · 13 years ago
  48. 53daf47 am 73a6566d: Merge "Remove expired dns cache entries before removing oldest" by Elliott Hughes · 13 years ago
  49. e636e1f am 8657eafc: Merge "Adjust memcpy for ARM Cortex A9 cache line size" by Elliott Hughes · 13 years ago
  50. 7f5aa4f bionic: fix integer overflows in chk_malloc(), leak_malloc(), and leak_memalign() by Xi Wang · 13 years ago
  51. 73a6566 Merge "Remove expired dns cache entries before removing oldest" by Elliott Hughes · 13 years ago
  52. fe6338d Adjust memcpy for ARM Cortex A9 cache line size by Henrik Smiding · 15 years ago
  53. 6baffed Add the posix_memalign(3) function to bionic by Ken Sumrall · 14 years ago
  54. 4fab6f9 am efcf8893: Merge "Update f_accessory.h kernel header" into jb-dev by Mike Lockwood · 13 years ago
  55. efcf889 Merge "Update f_accessory.h kernel header" into jb-dev by Mike Lockwood · 13 years ago
  56. 2cc0894 am b091dd9b: libc: continue to use Android\'s custom linker script by Nick Kralevich · 13 years ago
  57. b091dd9 libc: continue to use Android's custom linker script by Nick Kralevich · 13 years ago
  58. ed87404 Update f_accessory.h kernel header by Mike Lockwood · 13 years ago
  59. 203aae7 Merge from AOSP by Jean-Baptiste Queru · 13 years ago
  60. e328ce6 [MIPS] Fix the warning originating from the kernel header signal.h. by Raghu Gandham · 13 years ago
  61. baeacba add linux/sw_sync.h by Erik Gilling · 13 years ago
  62. 6b99103 add linux/sync.h by Erik Gilling · 13 years ago
  63. 4a9d6e5 Fix segv when unwinding stack past __libc_init. by Evgeniy Stepanov · 13 years ago
  64. f848321 resolved conflicts for merge of ef987656 to master by Elliott Hughes · 13 years ago
  65. 8ecb477 resolved conflicts for merge of 6b8fd054 to master by Elliott Hughes · 13 years ago
  66. 8266cf9 am ff219e57: am 6435d27f: Merge "bionic: fix NULL parameter failure in getcwd()" by Elliott Hughes · 13 years ago
  67. 4994dea Merge "Bionic: Fix wrong prototype of system call clock_nanosleep" by Elliott Hughes · 13 years ago
  68. 7b8666e Merge "bionic: Fix wrong prototype of system call getresuid/getresgid" by Elliott Hughes · 13 years ago
  69. d515ce4 Bionic: Fix wrong prototype of system call clock_nanosleep by Jack Ren · 13 years ago
  70. 41070dd bionic: Fix wrong prototype of system call getresuid/getresgid by Jack Ren · 13 years ago
  71. e5bf068 bionic: fix NULL parameter failure in getcwd() by Jack Ren · 13 years ago
  72. a401160 Merge changes I427a1881,I959b6428 by Kenny Root · 13 years ago
  73. f0ec06b Add faccessat to syscall list by Kenny Root · 13 years ago
  74. e54cc75 Update unistd.h for new syscalls by Kenny Root · 13 years ago
  75. 8565e21 am 0613dce0: regenerate linux/fb.h by Travis Geiselbrecht · 13 years ago
  76. 0613dce regenerate linux/fb.h by Travis Geiselbrecht · 13 years ago
  77. 1a78fbb Initialize TLS before any application code is run. by Evgeniy Stepanov · 13 years ago
  78. d509901 Merge "Fix segv when unwinding stack past __libc_init." by Elliott Hughes · 13 years ago
  79. 470835b Move end of __on_dlclose up by Kenny Root · 13 years ago
  80. 03273f8 __on_dlclose should be aligned by Kenny Root · 13 years ago
  81. cd15bac Fix segv when unwinding stack past __libc_init. by Evgeniy Stepanov · 13 years ago
  82. d09f5a2 Merge "Update linux/input.h to version 3.4." by Jeff Brown · 13 years ago
  83. 0fdc190 Update linux/input.h to version 3.4. by Jeff Brown · 13 years ago
  84. 07a387e libc/kernel: update cleaned v4l2 header by Dima Zavin · 13 years ago
  85. 17ed54d libc/kernel-headers: Auto generated files for netfilter/xt_IDLETIMER by Ashish Sharma · 13 years ago
  86. 1302f69 am fdb11929: am b88f810d: Merge "Update to tzdata2012c." by Elliott Hughes · 13 years ago
  87. 8f78ddb Update to tzdata2012c. by Elliott Hughes · 13 years ago
  88. 4e362f2 am cd834618: am 63b14755: Merge "libc/x86: ensure the stack 16-byte aligned when tasks created" by Elliott Hughes · 13 years ago
  89. 63b1475 Merge "libc/x86: ensure the stack 16-byte aligned when tasks created" by Elliott Hughes · 13 years ago
  90. ddb2f13 Revert "libc/kernel: Add rules to autogenerate device specific kernel headers" by Dima Zavin · 13 years ago
  91. 8fd682f am ea76f414: am d509f9cc: am 09ce7749: Merge "[MIPS] Clean Kernel headers are generated by running libc/kernel/tools/update_all.py script. This patch ignores any changes to libc/kernel directory not related to MIPS architecture." by Elliott Hughes · 13 years ago
  92. d509f9c am 09ce7749: Merge "[MIPS] Clean Kernel headers are generated by running libc/kernel/tools/update_all.py script. This patch ignores any changes to libc/kernel directory not related to MIPS architecture." by Elliott Hughes · 13 years ago
  93. 82fa43f [MIPS] Clean Kernel headers are generated by running by Raghu Gandham · 13 years ago
  94. d7c6147 am 56731351: Merge "bionic: fix atfork hanlder_mutex deadlock" by Jean-Baptiste Queru · 13 years ago
  95. 8491327 Merge "Add auto-generated headers for USB FunctionFS" by Benoit Goby · 13 years ago
  96. faca92f Handle pthread-related changes (mutex/atfork) by Jean-Baptiste Queru · 13 years ago
  97. 2ab5bfd Add auto-generated headers for USB FunctionFS by Benoit Goby · 13 years ago
  98. 126601d Fixed to #include correct 32-bit headers; Refreshed libc/kernel headers by Andrew Hsieh · 13 years ago
  99. cb08204 libc/x86: ensure the stack 16-byte aligned when tasks created by Jack Ren · 13 years ago
  100. eaae810 Initialize mspace->least_addr properly in the mmap path. by Ben Cheng · 13 years ago