1. 04ed4a1 merge from open-source master by The Android Open Source Project · 15 years ago
  2. 4032c1e added missing ether_aton and ether_ntoa by Szymon Jakubczak · 15 years ago
  3. 15956f9 merge from open-source master by The Android Open Source Project · 15 years ago
  4. 16c91ef Merge "Add missing termios defns to bring on par with ARM" by David Turner · 15 years ago
  5. 84baa86 Add missing termios defns to bring on par with ARM by Bruce Beare · 15 years ago
  6. 7b6e6fa merge from open-source master by The Android Open Source Project · 15 years ago
  7. f982f03 Merge "pthread: introduce pthread_setname_np() as a mean to give names to threads" by David Turner · 15 years ago
  8. 78c1c04 pthread: introduce pthread_setname_np() as a mean to give names to threads by André Goddard Rosa · 15 years ago
  9. 8e1ee7f merge from open-source master by The Android Open Source Project · 15 years ago
  10. a910abc improve readability of stdio: fix indentation and remove trailing spaces by André Goddard Rosa · 16 years ago
  11. fdf2454 merge from open-source master by The Android Open Source Project · 15 years ago
  12. 1297428 Merge "Add declaration for sys_signame[] forgotten in change 12489" by David Turner · 15 years ago
  13. 4aef0ae merge from open-source master by The Android Open Source Project · 15 years ago
  14. e4fa46e Set SA_RESTORER in sigaction() by Matt Fischer · 16 years ago
  15. bb7928c merge from open-source master by The Android Open Source Project · 15 years ago
  16. 051ea9b stdio: simplify __fremovelock() by André Goddard Rosa · 16 years ago
  17. d791da7 Merge "string: tidy up strndup()" by David Turner · 15 years ago
  18. f450fa5 merge from open-source master by The Android Open Source Project · 15 years ago
  19. 0be7eda Merge "Fix log channel initialization at bionic/logd_write.c." by David Turner · 15 years ago
  20. 716e060 Merge "added headers for SuperH which automatically generate by update_all.py" by Jean-Baptiste Queru · 15 years ago
  21. 5751c54 bionic: add missing NULL check from memory allocation on record_backtrace() by André Goddard Rosa · 15 years ago
  22. c8a850b stdio: simplify vasprintf() by André Goddard Rosa · 16 years ago
  23. 6aed428 stdio: simplify asprintf() by André Goddard Rosa · 16 years ago
  24. e734769 improve readability of stdlib: fix indentation and remove trailing spaces by André Goddard Rosa · 15 years ago
  25. 95faece merge from open-source master by The Android Open Source Project · 15 years ago
  26. f1cd18b am 91638721: kernel_headers: Update rtnetlink/pkt_sched headers for 2.6.32 by San Mehat · 15 years ago
  27. 9163872 kernel_headers: Update rtnetlink/pkt_sched headers for 2.6.32 by San Mehat · 15 years ago
  28. 81569aa Add declaration for sys_signame[] forgotten in change 12489 by Thorsten Glaser · 16 years ago
  29. 1d16862 merge from open-source master by The Android Open Source Project · 15 years ago
  30. 5ffedb2 merge from open-source master by The Android Open Source Project · 15 years ago
  31. 350bb35 bionic: fix memory leak in get_malloc_leak_info() error path by André Goddard Rosa · 15 years ago
  32. f8916e2 Merge "bionic: clear only the part of the buffer which is not overwritten afterward" by David Turner · 15 years ago
  33. 8ab5b02 Merge changes Ibdc6e3c8,I9bcb91a2 by David Turner · 15 years ago
  34. 87ae0da Merge "Atom optimized string and memory routines" by David Turner · 15 years ago
  35. 62ac0dc merge from open-source master by The Android Open Source Project · 15 years ago
  36. 3f61212 bionic: clear only the part of the buffer which is not overwritten afterward by André Goddard Rosa · 15 years ago
  37. acdb052 stdlib: optimize bsearch() by André Goddard Rosa · 15 years ago
  38. 8ff1a27 Atom optimized string and memory routines by Bruce Beare · 15 years ago
  39. 58f0326 Android hack for size_t by Bruce Beare · 15 years ago
  40. 7e0bfb5 Fix comparison of IPv6 prefixes by Kenny Root · 15 years ago
  41. 4e383b8 libc: kernel: update msm_kgsl.h by Dima Zavin · 15 years ago
  42. 5207d78 Fix typo that broke recursive mutexes implementation. by David 'Digit' Turner · 15 years ago
  43. b5e4a41 pthread: Use private futexes by default in condition variables by David 'Digit' Turner · 15 years ago
  44. 377d4c9 merge from open-source master by The Android Open Source Project · 15 years ago
  45. 709a898 Merge "Fix strtod security bug." by David 'Digit' Turner · 15 years ago
  46. 88f06cd Use private futexes for pthread_mutex_t. by David 'Digit' Turner · 15 years ago
  47. 1825fb5 Merge "bionic: on pthread_join(), avoid extra check in case we find the thread" by David Turner · 15 years ago
  48. c0e4642 Merge "bionic: ftell() returns a long, not an int" by David Turner · 15 years ago
  49. ee7b077 Add pthread_condattr_init/destroy/setpshared/getpshared by David 'Digit' Turner · 15 years ago
  50. e2a8b1f Added support for dladdr() by Matt Fischer · 16 years ago
  51. ede2e75 Merge "x86 syscall system call implementation" by David Turner · 15 years ago
  52. b0ae864 Merge "Fix pread()/pwrite() stubs" by David Turner · 15 years ago
  53. 40e6b82 Fix indentation in pthread mutex implementation. by David 'Digit' Turner · 15 years ago
  54. a9c41a8 Merge "bionic: remove unneeded variable from chk_realloc()" by David Turner · 15 years ago
  55. 3f192f5 Merge "bionic: equalize the <unknown> program name between ssp.c and libc_init_common.c" by David Turner · 15 years ago
  56. dd8f3c8 Merge "improve readability of string: fix indentation and remove trailing spaces" by David Turner · 15 years ago
  57. 8641833 Revert "bionic: pthread: use private futexes by default for mutexes and condvars" by Fabrice Di Meglio · 15 years ago
  58. ba9c6f0 bionic: pthread: use private futexes by default for mutexes and condvars by David 'Digit' Turner · 15 years ago
  59. 1cfbda8 Merge "Only use NEON memcpy if __ARM_NEON__ is defined" by Colin Cross · 15 years ago
  60. ecede40 Only use NEON memcpy if __ARM_NEON__ is defined by Colin Cross · 15 years ago
  61. 8132626 Fix strtod security bug. by David 'Digit' Turner · 15 years ago
  62. d378c68 Fix spurious DNS lookups in the C library. by David 'Digit' Turner · 15 years ago
  63. d7ed1ae Fix timezone management in the C library by David 'Digit' Turner · 15 years ago
  64. 3c543e1 x86 syscall system call implementation by Bruce Beare · 15 years ago
  65. f199d2d QUalcomm H.264 encoder support. by Gloria Wang · 15 years ago
  66. 9f69156 bonic: libc: cpuacct support for setuid functions by Mike Chan · 15 years ago
  67. bd9a90c libc: kernel: update pmem header with cache flush ioctl by Dima Zavin · 15 years ago
  68. eb9d5ed add sigaltstack syscall by Andrei Popescu · 15 years ago
  69. 8f8b531 Fix pthread_sigmask() to return correct error values. by David 'Digit' Turner · 15 years ago
  70. 1f6f493 Merge "Implement support for RFC 3484 (address selection/sorting) in bionic. (The Java changes required not to mess up the ordering from bionic will arrive in a later commit.) In particular, this will give us more correct behavior when on a 6to4 network, in that IPv4 will usually be preferred over 6to4." by David Turner · 15 years ago
  71. 9ab75d4 Implement support for RFC 3484 (address selection/sorting) in bionic. (The by Steinar H. Gunderson · 15 years ago
  72. 75c5e25 bionic: syscalls: Add ioprio_set/ioprio_get syscall wrappers by San Mehat · 15 years ago
  73. b554623 Merge "Merge memory checking functionality from sandbox" by Vladimir Chtchetkine · 15 years ago
  74. 75fba68 Merge memory checking functionality from sandbox by Vladimir Chtchetkine · 15 years ago
  75. e31c1d0 Fix pread()/pwrite() stubs by Matt Fischer · 16 years ago
  76. f31fcea Merge "Changed __get_h_errno linkage to "C"." by Niko Catania · 15 years ago
  77. 4f920f6 Fix sem_post() behaviour to wake up multiple waiting threads. by David 'Digit' Turner · 15 years ago
  78. 294dd0b Fix sem_trywait() implementation + update changelog. by David 'Digit' Turner · 15 years ago
  79. 2e1a03c Changed __get_h_errno linkage to "C". by Nicolas Catania · 15 years ago
  80. 1dcf07a Fix android_id_from_name to accept "app_0" as a valid ID. by David 'Digit' Turner · 15 years ago
  81. 16f7d16 Merge "Fix <sys/epoll.h> and <sys/system_properties.h> to include proper C++ inclusion guards" by David Turner · 15 years ago
  82. 49f0a8f Fix <sys/epoll.h> and <sys/system_properties.h> to include proper C++ inclusion guards by David 'Digit' Turner · 15 years ago
  83. 53691d7 am 58060c50: am ee424e23: bionic: update processed kernel header a1026.h by Iliyan Malchev · 15 years ago
  84. 58060c5 am ee424e23: bionic: update processed kernel header a1026.h by Iliyan Malchev · 15 years ago
  85. ee424e2 bionic: update processed kernel header a1026.h by Iliyan Malchev · 15 years ago
  86. bdc6e3c Correct generic memset implementation by Chris Dearman · 15 years ago
  87. 9bcb91a Generic memcpy should define MEMCOPY before including bcopy.c by Chris Dearman · 15 years ago
  88. 699237b bionic: equalize the <unknown> program name between ssp.c and libc_init_common.c by André Goddard Rosa · 15 years ago
  89. 291100c bionic: remove unneeded variable from chk_realloc() by André Goddard Rosa · 15 years ago
  90. a28336c bionic: on pthread_join(), avoid extra check in case we find the thread by André Goddard Rosa · 15 years ago
  91. 3b06c12 bionic: ftell() returns a long, not an int by André Goddard Rosa · 15 years ago
  92. 2721fbd am c0472409: am d0996bb4: bionic: update processed kernel header tpa2018d1.h by Iliyan Malchev · 16 years ago
  93. 34f411e am 7ec87a19: am 276313ec: bionic: add processed kernel headers a1026.h and tpa2018d1.h by Iliyan Malchev · 16 years ago
  94. c047240 am d0996bb4: bionic: update processed kernel header tpa2018d1.h by Iliyan Malchev · 16 years ago
  95. 7ec87a1 am 276313ec: bionic: add processed kernel headers a1026.h and tpa2018d1.h by Iliyan Malchev · 16 years ago
  96. d0996bb bionic: update processed kernel header tpa2018d1.h by Iliyan Malchev · 16 years ago
  97. 276313e bionic: add processed kernel headers a1026.h and tpa2018d1.h by Iliyan Malchev · 16 years ago
  98. 1d7a894 added headers for SuperH which automatically generate by update_all.py by Tony SIM · 16 years ago
  99. cdcc264 bionic: update processed kernel header msm_camera.h by Iliyan Malchev · 16 years ago
  100. aba3ee7 string: tidy up strndup() by André Goddard Rosa · 16 years ago