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