1. c8a850b stdio: simplify vasprintf() by André Goddard Rosa · 16 years ago
  2. 6aed428 stdio: simplify asprintf() by André Goddard Rosa · 16 years ago
  3. e734769 improve readability of stdlib: fix indentation and remove trailing spaces by André Goddard Rosa · 16 years ago
  4. 350bb35 bionic: fix memory leak in get_malloc_leak_info() error path by André Goddard Rosa · 16 years ago
  5. f8916e2 Merge "bionic: clear only the part of the buffer which is not overwritten afterward" by David Turner · 15 years ago
  6. 3f61212 bionic: clear only the part of the buffer which is not overwritten afterward by André Goddard Rosa · 15 years ago
  7. 8ab5b02 Merge changes Ibdc6e3c8,I9bcb91a2 by David Turner · 15 years ago
  8. 87ae0da Merge "Atom optimized string and memory routines" by David Turner · 15 years ago
  9. acdb052 stdlib: optimize bsearch() by André Goddard Rosa · 15 years ago
  10. 8ff1a27 Atom optimized string and memory routines by Bruce Beare · 15 years ago
  11. 58f0326 Android hack for size_t by Bruce Beare · 15 years ago
  12. 1825fb5 Merge "bionic: on pthread_join(), avoid extra check in case we find the thread" by David Turner · 15 years ago
  13. c0e4642 Merge "bionic: ftell() returns a long, not an int" by David Turner · 15 years ago
  14. e2a8b1f Added support for dladdr() by Matt Fischer · 16 years ago
  15. ede2e75 Merge "x86 syscall system call implementation" by David Turner · 15 years ago
  16. b0ae864 Merge "Fix pread()/pwrite() stubs" by David Turner · 15 years ago
  17. a9c41a8 Merge "bionic: remove unneeded variable from chk_realloc()" by David Turner · 15 years ago
  18. 3f192f5 Merge "bionic: equalize the <unknown> program name between ssp.c and libc_init_common.c" by David Turner · 15 years ago
  19. dd8f3c8 Merge "improve readability of string: fix indentation and remove trailing spaces" by David Turner · 15 years ago
  20. 3c543e1 x86 syscall system call implementation by Bruce Beare · 15 years ago
  21. e31c1d0 Fix pread()/pwrite() stubs by Matt Fischer · 16 years ago
  22. 58060c5 am ee424e23: bionic: update processed kernel header a1026.h by Iliyan Malchev · 15 years ago
  23. ee424e2 bionic: update processed kernel header a1026.h by Iliyan Malchev · 15 years ago
  24. bdc6e3c Correct generic memset implementation by Chris Dearman · 16 years ago
  25. 9bcb91a Generic memcpy should define MEMCOPY before including bcopy.c by Chris Dearman · 16 years ago
  26. 699237b bionic: equalize the <unknown> program name between ssp.c and libc_init_common.c by André Goddard Rosa · 16 years ago
  27. 291100c bionic: remove unneeded variable from chk_realloc() by André Goddard Rosa · 16 years ago
  28. a28336c bionic: on pthread_join(), avoid extra check in case we find the thread by André Goddard Rosa · 16 years ago
  29. 3b06c12 bionic: ftell() returns a long, not an int by André Goddard Rosa · 16 years ago
  30. c047240 am d0996bb4: bionic: update processed kernel header tpa2018d1.h by Iliyan Malchev · 16 years ago
  31. 7ec87a1 am 276313ec: bionic: add processed kernel headers a1026.h and tpa2018d1.h by Iliyan Malchev · 16 years ago
  32. d0996bb bionic: update processed kernel header tpa2018d1.h by Iliyan Malchev · 16 years ago
  33. 276313e bionic: add processed kernel headers a1026.h and tpa2018d1.h by Iliyan Malchev · 16 years ago
  34. 30a419a improve readability of string: fix indentation and remove trailing spaces by André Goddard Rosa · 16 years ago
  35. caa17a9 am 5f53a182: Revert "Add qsort_r() implementation to the C library." by Mathias Agopian · 16 years ago
  36. 5f53a18 Revert "Add qsort_r() implementation to the C library." by Mathias Agopian · 16 years ago
  37. f7ee573 am 754c178a: Add qsort_r() implementation to the C library. by David 'Digit' Turner · 16 years ago
  38. 754c178 Add qsort_r() implementation to the C library. by David 'Digit' Turner · 16 years ago
  39. ece132d am e1e68492: Merge change Ifa58a406 into eclair by Dima Zavin · 16 years ago
  40. 7b12b4a libc: kernel: Update msm_kgsl.h header by Dima Zavin · 16 years ago
  41. 157cdf4 am cd5df2d9: Rebuild the time zone data files in 32-bit format instead of 64-bit. by Eric Fischer · 16 years ago
  42. cd5df2d Rebuild the time zone data files in 32-bit format instead of 64-bit. by Eric Fischer · 16 years ago
  43. 21195bb am 7e617899: Correct the raw offsets in the time zone index for a few zones. by Eric Fischer · 16 years ago
  44. 7e61789 Correct the raw offsets in the time zone index for a few zones. by Eric Fischer · 16 years ago
  45. 8a2658a am a6083b77: Update zoneinfo time zone data to version 2009s by Eric Fischer · 16 years ago
  46. a6083b7 Update zoneinfo time zone data to version 2009s by Eric Fischer · 16 years ago
  47. 9560452 merge from eclair by Jean-Baptiste Queru · 16 years ago
  48. a7b5e20 am 110044b1: libc: kernel: Update msm_kgsl.h header by Dima Zavin · 16 years ago
  49. 110044b libc: kernel: Update msm_kgsl.h header by Dima Zavin · 16 years ago
  50. 194d3fa eclair snapshot by Jean-Baptiste Queru · 16 years ago
  51. 9d52bdf merge from open-source master by Jean-Baptiste Queru · 16 years ago
  52. 71c0aeb Merge change I37d0317d by Android Code Review · 16 years ago
  53. 10be95c merge from open-source master by Jean-Baptiste Queru · 16 years ago
  54. 92b10af Add the BSD sys_signame array. by Thorsten Glaser · 16 years ago
  55. 47c5e30 am 199f9d92: Improve memcpy performance from 290 MiB/s to 340 MiB/s (17% improvment) by Mathias Agopian · 16 years ago
  56. 199f9d9 Improve memcpy performance from 290 MiB/s to 340 MiB/s (17% improvment) by Mathias Agopian · 16 years ago
  57. 0703efe am 96bbbe21: Wrap ARM abort() to improve stack trace. by Andy McFadden · 16 years ago
  58. 96bbbe2 Wrap ARM abort() to improve stack trace. by Andy McFadden · 16 years ago
  59. 214dec2 am 7e7d6c48: use local symbols in memset so it doesn\'t screw up profiling by Mathias Agopian · 16 years ago
  60. 7e7d6c4 use local symbols in memset so it doesn't screw up profiling by Mathias Agopian · 16 years ago
  61. 7398147 merge from open-source master by Jean-Baptiste Queru · 16 years ago
  62. 60c221c am 5c328268: libc: kernel: add linux/msm_q6venc.h kernel include for qsd8k h/w video encode by Dima Zavin · 16 years ago
  63. 0619f2e am 0e24d2c9: update msm_camera.h by Iliyan Malchev · 16 years ago
  64. 5c32826 libc: kernel: add linux/msm_q6venc.h kernel include for qsd8k h/w video encode by Dima Zavin · 16 years ago
  65. 0e24d2c update msm_camera.h by Iliyan Malchev · 16 years ago
  66. d704c4d am 9a96aaa8: libc: kernel: Update linux/msm_kgsl.h to latest by Dima Zavin · 16 years ago
  67. 9a96aaa libc: kernel: Update linux/msm_kgsl.h to latest by Dima Zavin · 16 years ago
  68. ab9a002 am e3650267: fix [2170898] abort() doesn\'t print a stack tarce by Mathias Agopian · 16 years ago
  69. 1f2a381 am fdc5c1f5: Re-enable ARMv7 memcpy implementation. by David 'Digit' Turner · 16 years ago
  70. 5be45ce am 1e40783d: Fix armv7-user builds by disabling the ARMv7-optimized memcpy. by David 'Digit' Turner · 16 years ago
  71. e365026 fix [2170898] abort() doesn't print a stack tarce by Mathias Agopian · 16 years ago
  72. fdc5c1f Re-enable ARMv7 memcpy implementation. by David 'Digit' Turner · 16 years ago
  73. 1e40783 Fix armv7-user builds by disabling the ARMv7-optimized memcpy. by David 'Digit' Turner · 16 years ago
  74. 0893d49 am 7a9e06fa: Merge change I2a7ad975 into eclair by David 'Digit' Turner · 16 years ago
  75. 7a9e06f Merge change I2a7ad975 into eclair by Android (Google) Code Review · 16 years ago
  76. 2a7ad97 Fix ABI breakage in libc.so and libm.so between 1.6 and Eclair. by David 'Digit' Turner · 16 years ago
  77. 2d77d4d am ee223d02: NEON optimized memcpy. by Mathias Agopian · 16 years ago
  78. ee223d0 NEON optimized memcpy. by Mathias Agopian · 16 years ago
  79. 1009327 added and modified bionic code to support SuperH architecture by Shin-ichiro KAWASAKI · 16 years ago
  80. dfa87a2 am f355096a: Remove NEON optimizations for memcpy by David 'Digit' Turner · 16 years ago
  81. f355096 Remove NEON optimizations for memcpy by David 'Digit' Turner · 16 years ago
  82. 7e5e9f4 am bc10cd29: Fix a typo that resulted in a crash in the boot sequence by David 'Digit' Turner · 16 years ago
  83. bc10cd2 Fix a typo that resulted in a crash in the boot sequence by David 'Digit' Turner · 16 years ago
  84. 9641805 am d154954f: Merge change 26419 into eclair by David 'Digit' Turner · 16 years ago
  85. d154954 Merge change 26419 into eclair by Android (Google) Code Review · 16 years ago
  86. 7910e39 resolved conflicts for merge of 4a05d12c to eclair-plus-aosp by David 'Digit' Turner · 16 years ago
  87. 3f56b7f Add pthread_mutex_lock_timeout_np by David 'Digit' Turner · 16 years ago
  88. 4a05d12 Fix TLS access for ARMv6 and beyond. by David 'Digit' Turner · 16 years ago
  89. 4e30c09 Merge change 10538 by Android Code Review · 16 years ago
  90. 7ed086e am 916edf2a: libc: kernel-headers: update msm_mdp.h to include premultiplied alpha by Dima Zavin · 16 years ago
  91. 916edf2 libc: kernel-headers: update msm_mdp.h to include premultiplied alpha by Dima Zavin · 16 years ago
  92. 5632aeb Merge change 10539 by Android Code Review · 16 years ago
  93. 895244b merge from open-source master by Jean-Baptiste Queru · 16 years ago
  94. a246a71 Linux kernel helpers support is provided to android for its TLS implementation. This fix addresses this by modifying by vinay harugop · 16 years ago
  95. 252c576 Merge change 11671 by Android Code Review · 16 years ago
  96. b8a18d0 am bd192b47: Add stack unwinding directives to assembly leaf functions. by Ben Cheng · 16 years ago
  97. bd192b4 Add stack unwinding directives to assembly leaf functions. by Ben Cheng · 16 years ago
  98. cdeb4c8 merge from open-source master by Jean-Baptiste Queru · 16 years ago
  99. a4e67f4 Remove code duplication for pthread_cond_timeout_np : use __pthread_cond_timedwait_relative helper by Matthieu CASTET · 17 years ago
  100. c88110e Define 64 bit types if compiling with -std=c99 by Martin Storsjo · 16 years ago