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