1. c713bce Fix misc-macro-parentheses warnings in init and other core modules. by Chih-Hung Hsieh · 8 years ago
  2. 427c605 Don't expose ashmem constants on the host. by Elliott Hughes · 8 years ago
  3. 8374276 Move canned_fs_config into libcutils by Mohamad Ayyash · 8 years ago
  4. 103e8f5 <cutils/atomic.h> has been inlined for two years now. by Elliott Hughes · 8 years ago
  5. a2f37e4 More secure and compiler warning fix for sprintf into snprintf by Raja M · 8 years ago
  6. 65df16b Merge "system/core/lib[c]utils: Fix signedness comparison warnings." by James Hawkins · 9 years ago
  7. b898075 system/core/lib[c]utils: Fix signedness comparison warnings. by James Hawkins · 9 years ago
  8. 19f704b Merge "Fix incorrect handling of snprintf return value." am: 63f7a67c6e by Christopher Ferris · 9 years ago
  9. 626efb7 Fix incorrect handling of snprintf return value. by Christopher Ferris · 9 years ago
  10. 2d0899a Merge "Clean up CLOEXEC in qtaguid." am: 72d6269b6e by Elliott Hughes · 9 years ago
  11. b4de99c Clean up CLOEXEC in qtaguid. by Elliott Hughes · 9 years ago
  12. b363965 Merge "Remove two bogus libutils dependencies." am: fd9619004b by Elliott Hughes · 9 years ago
  13. ce92718 Remove two bogus libutils dependencies. by Elliott Hughes · 9 years ago
  14. 4409f14 Merge commit '4352ee87fd74b931d4b58192fb8974e91aa899d0' into HEAD by Bill Yi · 9 years ago
  15. 76f9977 Merge "libcutils: abort for invalid fd" by Mark Salyzyn · 9 years ago
  16. f7e7bd4 Suppress false positive memory leak warnings. by Chih-Hung Hsieh · 9 years ago
  17. 53c0ca6 libcutils: abort for invalid fd by Mark Salyzyn · 9 years ago
  18. e37111d libcutils: ashmem print error message for invalid fd by Mark Salyzyn · 9 years ago
  19. 1186f3a libcutils: ashmem check fd validity by Mark Salyzyn · 9 years ago
  20. f6f800e Merge "libcutils/fastboot: improve multi-buffer write." by David Pursell · 9 years ago
  21. b34e4a0 libcutils/fastboot: improve multi-buffer write. by David Pursell · 9 years ago
  22. c2d8aad libcutils: ashmem fortify and comply with Android coding standard by Mark Salyzyn · 9 years ago
  23. 8385fb2 libcutils: add multi-buffer socket send. by David Pursell · 9 years ago
  24. 756e1c8 libcutils: add socket_get_local_port(). by David Pursell · 9 years ago
  25. 572bce2 fastboot: use cutils socket functions. by David Pursell · 9 years ago
  26. 1906de1 Merge "libcutils: share Windows networking code." by David Pursell · 9 years ago
  27. 5db8d6a logging: avoid unnecessary printfs by Nick Kralevich · 9 years ago
  28. 0eb8e1b libcutils: share Windows networking code. by David Pursell · 9 years ago
  29. 2dda6ac Merge "trace-dev.c: more O_CLOEXEC" am: a8d3fdf4c6 by Nick Kralevich · 9 years ago
  30. dee1ef4 trace-dev.c: more O_CLOEXEC by Nick Kralevich · 9 years ago
  31. 6ed33e5 Merge "Make host ashmem_create_region more robust." am: ec2f506e74 by Elliott Hughes · 9 years ago
  32. 3918090 Make host ashmem_create_region more robust. by Elliott Hughes · 9 years ago
  33. 4cb2c1f Merge "Listen on dualstack sockets." am: 1f7bcf3e93 am: f6df8fce6d by Erik Kline · 9 years ago
  34. c40da92 Listen on dualstack sockets. by Erik Kline · 9 years ago
  35. aa68a57 Merge "fs_config.c: Remove obsolete reference to /system/bin/pppd-ril" am: e08e4656db by Nick Kralevich · 9 years ago
  36. cbbc661 fs_config.c: Remove obsolete reference to /system/bin/pppd-ril by Nick Kralevich · 9 years ago
  37. cb2202f Merge "fs_config: remove setuid bit from librank" am: 0380d49024 am: dee5c24927 by Nick Kralevich · 9 years ago
  38. 3e63568 fs_config: remove setuid bit from librank by Nick Kralevich · 9 years ago
  39. d9a3f0b Merge changes I36b66fc5,I0561affb am: 166e716851 am: 8e82180c83 by Josh Gao · 9 years ago
  40. 1175d0f libcutils: turn on -Werror on Win32, fix resulting build break. by Josh Gao · 9 years ago
  41. 9e86f8e libcutils: add prefix to local variables in Android.mk. by Josh Gao · 9 years ago
  42. 88b5892 resolve merge conflicts of ed60788968 to mnc-dr2-dev-plus-aosp. by Todd Kjos · 9 years ago
  43. cab716f Revert "libcutils: don't build for Windows." by Josh Gao · 9 years ago
  44. bb3f9ce libcutils: don't build for Windows. by Josh Gao · 9 years ago
  45. ed60788 Actively mangage EAS schedtune nodes by Todd Kjos · 9 years ago
  46. 1bc7888 Fix permissions for /data/nativetest{,64}/tests.txt. by Gilad Arnold · 9 years ago
  47. 47af47f Sane ownership/permissions for directories in /data/nativetest{,64}. by Gilad Arnold · 9 years ago
  48. 5510c13 libcutils: Make /data/nativetest{,64}/* executable. by Daniel Erat · 9 years ago
  49. 634df89 Make allocations use unique_ptr. by Christopher Ferris · 9 years ago
  50. e2b2996 fs_config.c: remove setuid from procrank by Nick Kralevich · 9 years ago
  51. fd7a9f7 am 66d32c74: Merge "Use CAP_MASK_LONG for file capabilities." by Jorge Lucangeli Obes · 9 years ago
  52. 66d32c7 Merge "Use CAP_MASK_LONG for file capabilities." by Jorge Lucangeli Obes · 9 years ago
  53. a4b8f9f am bfe32228: Merge "Remove USE_MINGW/CYGWIN; Whitelist windows modules" by Dan Willemsen · 9 years ago
  54. e920c46 Use CAP_MASK_LONG for file capabilities. by Jorge Lucangeli Obes · 9 years ago
  55. 87a419c Remove USE_MINGW/CYGWIN; Whitelist windows modules by Dan Willemsen · 9 years ago
  56. eb45890 am f4355868: Merge "android_memset.c: Use sanitized shifts" by Nick Kralevich · 9 years ago
  57. c348a88 android_memset.c: Use sanitized shifts by Duane Sand · 9 years ago
  58. b7699c6 am e6d3cf39: Merge "android_memset.c: Use __attribute__((no_sanitize("integer")))" by Nick Kralevich · 9 years ago
  59. d9eda62 android_memset.c: Use __attribute__((no_sanitize("integer"))) by Nick Kralevich · 9 years ago
  60. 212e4f1 am d34f4198: Merge "strdup16to8.c: fix benign integer underflow." by Nick Kralevich · 9 years ago
  61. 2b98a9e strdup16to8.c: fix benign integer underflow. by Nick Kralevich · 9 years ago
  62. 3192689 am 63141512: am 53f11b62: Merge "libcutils: enable LOCAL_SANITIZE := integer" by Nick Kralevich · 9 years ago
  63. 78d632a am 38f4a139: am 532e6cde: Merge "libcutils: cleanups for -fsanitize=integer" by Nick Kralevich · 9 years ago
  64. fc82dd9 libcutils: enable LOCAL_SANITIZE := integer by Nick Kralevich · 9 years ago
  65. 7390478 libcutils: cleanups for -fsanitize=integer by Nick Kralevich · 9 years ago
  66. 145afc2 am fb1ecbc5: am e6e71608: Merge "Use __ANDROID__ instead of HAVE_ANDROID_OS." by Elliott Hughes · 9 years ago
  67. e6e7160 Merge "Use __ANDROID__ instead of HAVE_ANDROID_OS." by Elliott Hughes · 9 years ago
  68. 9b828ad Use __ANDROID__ instead of HAVE_ANDROID_OS. by Elliott Hughes · 9 years ago
  69. c6dbc85 am 42dbc4b1: am 44443bea: Merge "Use _WIN32 rather than HAVE_WINSOCK." by Elliott Hughes · 9 years ago
  70. adbf442 Use _WIN32 rather than HAVE_WINSOCK. by Elliott Hughes · 9 years ago
  71. 5c151c4 am beb13044: am 1cae8cc1: Merge "Set mode bits for /system/etc/recovery.img." by Tao Bao · 9 years ago
  72. 1cae8cc Merge "Set mode bits for /system/etc/recovery.img." by Tao Bao · 9 years ago
  73. c6e93fe Set mode bits for /system/etc/recovery.img. by Tao Bao · 9 years ago
  74. 8a8953b Fix libcutils build. by Elliott Hughes · 9 years ago
  75. 3dced0d am 12d912bc: am ed217967: Merge "Fix socket_network_client_timeout error check." by Elliott Hughes · 9 years ago
  76. 8b262b9 resolved conflicts for merge of 038b76c2 to mnc-dev-plus-aosp by Elliott Hughes · 9 years ago
  77. ed21796 Merge "Fix socket_network_client_timeout error check." by Elliott Hughes · 9 years ago
  78. eabe8af Fix socket_network_client_timeout error check. by Elliott Hughes · 9 years ago
  79. 8fea1ed Turn on warnings for libcutils, fix a bug. by Elliott Hughes · 9 years ago
  80. 5937a86 am 1f76c1ab: am 9727a6a0: Merge "Report getaddrinfo failures correctly." by Elliott Hughes · 9 years ago
  81. 381cfa9 Report getaddrinfo failures correctly. by Elliott Hughes · 9 years ago
  82. 7c842b5 am ab64465d: am 0e3ce82b: Merge "Use fsck.f2fs -a instead of -f for faster boot" by Yusuke Sato · 9 years ago
  83. 0e3ce82 Merge "Use fsck.f2fs -a instead of -f for faster boot" by Yusuke Sato · 9 years ago
  84. 32cfa95 am 099ec31b: am ff201659: Merge "Fix the Mac libcutils build." by Elliott Hughes · 9 years ago
  85. 0f8f70b Fix the Mac libcutils build. by Elliott Hughes · 9 years ago
  86. cb599d3 am 5403d155: am e36b10a8: Merge "Switch libcutils from gethostbyname to getaddrinfo." by Elliott Hughes · 9 years ago
  87. 94ae418 Switch libcutils from gethostbyname to getaddrinfo. by Elliott Hughes · 9 years ago
  88. 0df0827 Use fsck.f2fs -a instead of -f for faster boot by Yusuke Sato · 9 years ago
  89. 6b6687b am 00392411: am e7ed68ad: Merge "libcutils: fs_config: Add folders normally created in init.rc" by Daniel Rosenberg · 9 years ago
  90. a0fbb90 am 8703bea1: Merge "fs_config: replace getenv(\'OUT\') by new fs_config parameter" into mnc-dev by Thierry Strudel · 9 years ago
  91. df33ffa fs_config: replace getenv('OUT') by new fs_config parameter by Thierry Strudel · 9 years ago
  92. bbe796d libcutils: fs_config: Add folders normally created in init.rc by Daniel Rosenberg · 9 years ago
  93. 7c3e269 am 1fb6e24f: Merge "Fix janky navbar ripples -- incorrect timerslack values" into mnc-dev by Todd Kjos · 9 years ago
  94. 1fb6e24 Merge "Fix janky navbar ripples -- incorrect timerslack values" into mnc-dev by Todd Kjos · 9 years ago
  95. 4cdce42 Fix janky navbar ripples -- incorrect timerslack values by Todd Kjos · 9 years ago
  96. f7180d1 am 98c6de69: Merge "Don\'t set cgroup policy when updating cpusets." into mnc-dev by Tim Murray · 9 years ago
  97. 9991026 Don't set cgroup policy when updating cpusets. by Tim Murray · 9 years ago
  98. 63e3831 am e5b0c837: Merge "add cpuset support to libcutils" into mnc-dev by Tim Murray · 9 years ago
  99. b769c8d add cpuset support to libcutils by Tim Murray · 9 years ago
  100. af02e24 am 9fc83437: Don\'t use TEMP_FAILURE_RETRY on close in system/core. by Elliott Hughes · 9 years ago