1. 208898e libc: remove private declarations from <time.h> and <resolv.h> by David 'Digit' Turner · 13 years ago
  2. 11f3d5a libc: Copy private C library declarations to private/ by David 'Digit' Turner · 13 years ago
  3. 68d03fd Merge "implement pthread mutex deadlock detection" by Mathias Agopian · 13 years ago
  4. 6519c81 am e30e9093: sreadahead: adding readahead system call into bionic libc by Bruce Beare · 13 years ago
  5. e30e909 sreadahead: adding readahead system call into bionic libc by Bruce Beare · 13 years ago
  6. 334379d Merge "Add the posix_memalign(3) function to bionic" by Ken Sumrall · 13 years ago
  7. 5936e36 am a37f3729: readdir: fix interface to kernel getdents64 function by Bruce Beare · 13 years ago
  8. a37f372 readdir: fix interface to kernel getdents64 function by Bruce Beare · 13 years ago
  9. 85aad90 Add the posix_memalign(3) function to bionic by Ken Sumrall · 13 years ago
  10. a5cb76b libc: x86: Use SSE2 or SSSE3 optimized routines when possible. by David 'Digit' Turner · 13 years ago
  11. ddaa771 am 8d28b043: am 94963af2: update video/dsscomp.h by Erik Gilling · 13 years ago
  12. 8d28b04 am 94963af2: update video/dsscomp.h by Erik Gilling · 13 years ago
  13. 94963af update video/dsscomp.h by Erik Gilling · 13 years ago
  14. e2bb45a am f3087c6e: am af96d4da: x86: libc may use the gcc flags from TARGET_linux-x86.mk by Bruce Beare · 13 years ago
  15. cb4d9c0 am 68ec71eb: am 7d03c9cb: pathconf: dead loop in bionic function __2_symlinks by Bruce Beare · 13 years ago
  16. 61f90d1 am ffe65783: am bba5c314: update video/dsscomp.h by Erik Gilling · 13 years ago
  17. f3087c6 am af96d4da: x86: libc may use the gcc flags from TARGET_linux-x86.mk by Bruce Beare · 13 years ago
  18. 7c0c379 implement pthread mutex deadlock detection by Mathias Agopian · 13 years ago
  19. af96d4d x86: libc may use the gcc flags from TARGET_linux-x86.mk by Bruce Beare · 13 years ago
  20. 68ec71e am 7d03c9cb: pathconf: dead loop in bionic function __2_symlinks by Bruce Beare · 13 years ago
  21. ffe6578 am bba5c314: update video/dsscomp.h by Erik Gilling · 13 years ago
  22. bba5c31 update video/dsscomp.h by Erik Gilling · 13 years ago
  23. 022d303 libc: optimize pthread mutex lock/unlock operations (1/2) by David 'Digit' Turner · 13 years ago
  24. 6c6de44 libc: optimize pthread_once() implementation. by David 'Digit' Turner · 13 years ago
  25. 7d03c9c pathconf: dead loop in bionic function __2_symlinks by Bruce Beare · 13 years ago
  26. 6e9d517 am a73de44b: am 177ba8cb: Prevent deadlock when using fork by Rabin Vincent · 13 years ago
  27. a73de44 am 177ba8cb: Prevent deadlock when using fork by Rabin Vincent · 13 years ago
  28. 177ba8c Prevent deadlock when using fork by Rabin Vincent · 13 years ago
  29. c5819d4 Merge 35765066 from ics-mr1-plus-aosp by Jean-Baptiste Queru · 13 years ago
  30. 6d77a81 am cb835cd7: am cb1df916: string: Fix wrong comparison semantics by Bruce Beare · 13 years ago
  31. 3576506 am e4a21c89: signal: Align the sigset_t size passed to from user space to kernel. by Bruce Beare · 13 years ago
  32. cb835cd am cb1df916: string: Fix wrong comparison semantics by Bruce Beare · 13 years ago
  33. e4a21c8 signal: Align the sigset_t size passed to from user space to kernel. by Bruce Beare · 13 years ago
  34. cb1df91 string: Fix wrong comparison semantics by Bruce Beare · 13 years ago
  35. aed4a4c am 75039baf: am 89d3fdca: MALLOC_DEBUG: enable the option libc.debug.malloc = 10 by Bruce Beare · 13 years ago
  36. 75039ba am 89d3fdca: MALLOC_DEBUG: enable the option libc.debug.malloc = 10 by Bruce Beare · 13 years ago
  37. 89d3fdc MALLOC_DEBUG: enable the option libc.debug.malloc = 10 by Bruce Beare · 13 years ago
  38. bec5dec am 0c3d21e6: am e480fc83: bionic: fix pthread_{create, exit}/signal race condition by Jack Ren · 13 years ago
  39. 338a06f am 621df526: am 31e72bc3: bionic: fix __get_tls( ) crash issue by Jack Ren · 13 years ago
  40. 0c3d21e am e480fc83: bionic: fix pthread_{create, exit}/signal race condition by Jack Ren · 13 years ago
  41. 621df52 am 31e72bc3: bionic: fix __get_tls( ) crash issue by Jack Ren · 13 years ago
  42. e480fc8 bionic: fix pthread_{create, exit}/signal race condition by Jack Ren · 13 years ago
  43. 31e72bc bionic: fix __get_tls( ) crash issue by Jack Ren · 13 years ago
  44. e796d39 Merge "Request both v4 and v6 dns when on secondary net" by Robert Greenwalt · 13 years ago
  45. 495f16c update capabilities.h by Nick Kralevich · 13 years ago
  46. f1a39dc libc: Fix typo that broke NDK compatibility. by David 'Digit' Turner · 13 years ago
  47. ca6fe7b Request both v4 and v6 dns when on secondary net by Robert Greenwalt · 13 years ago
  48. de44d0b Merge "libc: provide atomic operations will full barriers for NDK apps." by David 'Digit' Turner · 13 years ago
  49. 95a1784 Merge "Add tgkill syscall." by Jeff Brown · 13 years ago
  50. 10c8ce5 Add tgkill syscall. by Jeff Brown · 13 years ago
  51. 5f64df4 ASLR: enable pthread stack location randomization by Nick Kralevich · 13 years ago
  52. 0fec6b9 libc: provide atomic operations will full barriers for NDK apps. by David 'Digit' Turner · 13 years ago
  53. b385229 Merge "libc: speed-up flockfile()/funlockfile()" by David 'Digit' Turner · 13 years ago
  54. 90c4c1e Merge "bionic: Do not use <sys/atomics.h> for platform code." by David Turner · 13 years ago
  55. e31bfae bionic: Do not use <sys/atomics.h> for platform code. by David 'Digit' Turner · 13 years ago
  56. fd7d5ac am 0d9f87a3: Add auto-exposure/auto-white balance lock support to soc2030 image sensor. by Eino-Ville Talvala · 13 years ago
  57. 9831ad3 libc: speed-up flockfile()/funlockfile() by David 'Digit' Turner · 13 years ago
  58. 4b469ea Merge "generate PIC code." by Nick Kralevich · 13 years ago
  59. 9bf330b libc: fix the pthread_sigmask implementation by David 'Digit' Turner · 13 years ago
  60. 0aa8289 generate PIC code. by Nick Kralevich · 13 years ago
  61. f3dbdbe Update to tzdata2011n. by Elliott Hughes · 13 years ago
  62. 0d9f87a Add auto-exposure/auto-white balance lock support to soc2030 image sensor. by Eino-Ville Talvala · 13 years ago
  63. bcb2eda Update to tzdata2011m. by Elliott Hughes · 13 years ago
  64. d9ad623 Add linker support for PIE by Nick Kralevich · 13 years ago
  65. b0641d4 Merge "Use ENTRY and EXIT macros for strcmp, memcpy, atexit." by Jesse Wilson · 13 years ago
  66. 487b613 Use ENTRY and EXIT macros for strcmp, memcpy, atexit. by Evgeniy Stepanov · 13 years ago
  67. faa7c1d Update to tzdata2011l. by Elliott Hughes · 13 years ago
  68. 229ab1a Merge "Send both A and AAAA queries if all probes fail." by Lorenzo Colitti · 13 years ago
  69. 4638822 Merge "Revert "Use framework hints to determine dns query type."" by Lorenzo Colitti · 13 years ago
  70. f432de2 Send both A and AAAA queries if all probes fail. by Lorenzo Colitti · 13 years ago
  71. b82532d Revert "Use framework hints to determine dns query type." by Lorenzo Colitti · 13 years ago
  72. bda5da0 fix prototype of dladdr by Mathias Agopian · 13 years ago
  73. 0096491 Update to tzdata2011k. by Elliott Hughes · 13 years ago
  74. 924c878 am 8af58f0f: Use framework hints to determine dns query type. by Robert Greenwalt · 13 years ago
  75. 8af58f0 Use framework hints to determine dns query type. by Robert Greenwalt · 13 years ago
  76. 7716004 am 3884bfe9: libc: popen: work around data corruption by JP Abgrall · 13 years ago
  77. 3884bfe libc: popen: work around data corruption by JP Abgrall · 13 years ago
  78. d53cae0 Add non-NDK internal API __pthread_gettid by Glenn Kasten · 13 years ago
  79. b8ef90d update linux/fb.h by Erik Gilling · 13 years ago
  80. 5da3ed1 Merge "Update to tzdata2011j." by Elliott Hughes · 13 years ago
  81. 6ea19d7 Update to tzdata2011j. by Elliott Hughes · 13 years ago
  82. 763230a update kernel video/dsscomp.h by Erik Gilling · 13 years ago
  83. 7f84da6 Add some logging of dns cache operations by Robert Greenwalt · 13 years ago
  84. b0bbbff Update to tzdata2011i. by Elliott Hughes · 13 years ago
  85. 4f34652 Merge "update video/dsscomp.h" by Erik Gilling · 13 years ago
  86. 9749753 update video/dsscomp.h by Erik Gilling · 13 years ago
  87. 0b33d99 Add linux/leds-an30259a.h by Mike Lockwood · 13 years ago
  88. 58246b7 libc: Add __aeabi_f2uiz to libgcc_compat.c by David 'Digit' Turner · 13 years ago
  89. 6dcf0d7 am 3dc94305: am 17a40ffb: am c57fd963: Merge "NDK: x86 header file has incorrect definition for ptrdiff_t" by David Turner · 13 years ago
  90. 3afafd4 am 951e8381: am 3906a9c1: am f5aa1382: Merge "x86 libc: Fix the range to check the error" by David Turner · 13 years ago
  91. 3dc9430 am 17a40ffb: am c57fd963: Merge "NDK: x86 header file has incorrect definition for ptrdiff_t" by David Turner · 13 years ago
  92. 17a40ff am c57fd963: Merge "NDK: x86 header file has incorrect definition for ptrdiff_t" by David Turner · 13 years ago
  93. c57fd96 Merge "NDK: x86 header file has incorrect definition for ptrdiff_t" by David Turner · 13 years ago
  94. c3c0e88 NDK: x86 header file has incorrect definition for ptrdiff_t by Mark D Horn · 13 years ago
  95. 951e838 am 3906a9c1: am f5aa1382: Merge "x86 libc: Fix the range to check the error" by David Turner · 13 years ago
  96. 3906a9c am f5aa1382: Merge "x86 libc: Fix the range to check the error" by David Turner · 13 years ago
  97. f5aa138 Merge "x86 libc: Fix the range to check the error" by David Turner · 13 years ago
  98. 5598077 bionic: update sanitized kernel header dsscomp.h by Iliyan Malchev · 13 years ago
  99. 83eb46c am a64990f3: am f03fb955: am 023c4988: Merge "libc: x86: Fixed size_t definition." by David 'Digit' Turner · 13 years ago
  100. a64990f am f03fb955: am 023c4988: Merge "libc: x86: Fixed size_t definition." by David 'Digit' Turner · 13 years ago