1. 68debff Actually make fs_path_config / fs_path_config_from_file private by Tom Cherry · 5 years ago
  2. 5550d4e Remove fs_config endianness functions by Tom Cherry · 5 years ago
  3. 55fe01d Remove fs_config_generate() by Tom Cherry · 5 years ago
  4. 9fc8dcf Moving /odm/build.prop to /odm/etc/buid.prop by Bowgo Tsai · 5 years ago
  5. 051d5cb Enable native_bridge_support for libcutils by dimitry · 5 years ago
  6. 766e878 Merge "Add default executable permission in odm/bin" by Tom Cherry · 5 years ago
  7. 2f74a26 Remove sbin from fs_config.cpp by Tom Cherry · 5 years ago
  8. a8eb007 Add default executable permission in odm/bin by Min Yun · 5 years ago
  9. 8879ed7 cutils: add ashmem_init by Tim Murray · 5 years ago
  10. 25d42ee Merge changes from topic "libprocessgroup_rc" by Yifan Hong · 5 years ago
  11. 53e0deb libprocessgroup: use libcgrouprc to read cgroup.rc by Yifan Hong · 5 years ago
  12. e3ec16b Merge "libcutils: android_reboot command should be unsigned." by Treehugger Robot · 5 years ago
  13. 66e5ae0 libcutils: android_reboot command should be unsigned. by Elliott Hughes · 5 years ago
  14. 8d1b43b Revert "relax /system/bin directory permissions" by Nick Kralevich · 5 years ago
  15. 43f2907 Merge "libutils/libcutils: make host more like device" by Steven Moreland · 5 years ago
  16. e6132be libutils/libcutils: make host more like device by Steven Moreland · 5 years ago
  17. dd6eefc libcutils: android_get_control_file uses realpath. by Yifan Hong · 5 years ago
  18. 7acb0d3 Clean up some mess by only building Android-specific code for the device. by Elliott Hughes · 5 years ago
  19. 3f3e2c6 Remove Valgrind entries from fs_config. by Roland Levillain · 5 years ago
  20. 4d916a1 DO NOT MERGE - Merge PPRL.190305.001 into master by The Android Open Source Project · 5 years ago
  21. 1580094 __android_log_is_debuggable() shouldn't be an apex symbol by Tom Cherry · 5 years ago
  22. 01705e4 Clean up libcutils/libutils tests. by Elliott Hughes · 5 years ago
  23. defdb18 Eliminate the APEX name in fs_config using wildcard by Jiyong Park · 5 years ago
  24. a2159c4 fs_config supports shell wildcard patterns by Jiyong Park · 5 years ago
  25. 186661d Merge "Configure /system/apex/com.android.runtime.[debug|release]/bin/*" by Jiyong Park · 5 years ago
  26. 5194404 Add support for memfd by Joel Fernandes · 6 years ago
  27. 2891ba0 libcutils: route to ashmemd by Tri Vo · 6 years ago
  28. 82b72a5 libprocessgroup: Add support for task profiles by Suren Baghdasaryan · 6 years ago
  29. 3435c88 Configure /system/apex/com.android.runtime.[debug|release]/bin/* by Jiyong Park · 5 years ago
  30. 8bc2b89 Add user/group for gsid. by David Anderson · 6 years ago
  31. 1bd127b DO NOT MERGE: Revert "Revert "libcutils: Move sched_policy functions into libprocessgroup"" by Suren Baghdasaryan · 6 years ago
  32. af3e30d Add setuid/setgid capabilities to simpleperf_app_runner. by Yabin Cui · 6 years ago
  33. cb88bc9 Update AID_ISOLATED_START to include new range. by Martijn Coenen · 6 years ago
  34. 20ac120 Export maximum number of fds/ints in a native_handle. by Martijn Coenen · 6 years ago
  35. ee95345 Add systrace tag for RRO by Mårten Kongstad · 6 years ago
  36. eb2dd20 Enable building ATRACE stubs on Windows by David Sehr · 6 years ago
  37. 354d5f2 Merge "Add UID for network stack app" by Remi NGUYEN VAN · 6 years ago
  38. 53842f8 relax /system/bin directory permissions by Nick Kralevich · 6 years ago
  39. 23319eb Start using new C++ Fstab class widely by Tom Cherry · 6 years ago
  40. 1129243 Add UID for network stack app by Remi NGUYEN VAN · 6 years ago
  41. 757658c fs_config: add product and product_services to the scanning. by Mark Salyzyn · 6 years ago
  42. 41aa2c3 Increase netlink uevent rcvbuf size to 16M by Daniel Mentz · 6 years ago
  43. 9f1cf25 switch to using android-base/file.h instead of android-base/test_utils.h by Mark Salyzyn · 6 years ago
  44. f4fc922 Set bin directories to 0751 by Nick Kralevich · 6 years ago
  45. 126c19b [GPU Service] Add independent AID for gpu service. by Peiyong Lin · 6 years ago
  46. 396bf21 libcutils: lose socket_peer_is_trusted to ART, the only user. by Elliott Hughes · 6 years ago
  47. 39ed7af fs_mgr: fix incorrect parameter type by bohu · 6 years ago
  48. 4578129 android_filesystem_config add AID for iorapd by Igor Murashkin · 6 years ago
  49. 6fd4b9b libcutils test: make set_sched_policy optional by David Pursell · 6 years ago
  50. ab5583b s/product-services/product_services/g by Dario Freni · 6 years ago
  51. 4fa866a Add support for /product-services partition. by Dario Freni · 6 years ago
  52. 70aa2a3 Merge "libcutils: ashmem: Avoid doing fd checks for ashmem calls" am: 5fd5be33e6 by Joel Fernandes · 6 years ago
  53. 5fd5be3 Merge "libcutils: ashmem: Avoid doing fd checks for ashmem calls" by Joel Fernandes · 6 years ago
  54. 56cd651 libcutils: ashmem: Avoid doing fd checks for ashmem calls by Joel Fernandes · 6 years ago
  55. f2b4259 Merge "libcutils: remove rather than fix the mutex." am: 39e7a1c981 by Yi Kong · 6 years ago
  56. 39e7a1c Merge "libcutils: remove rather than fix the mutex." by Yi Kong · 6 years ago
  57. 51a2cac libcutils: remove rather than fix the mutex. by Elliott Hughes · 6 years ago
  58. 1ecedeb Merge "cutils: move hashmap to <pthread.h>." am: dda5fe46ac by Elliott Hughes · 6 years ago
  59. 9d12725 cutils: move hashmap to <pthread.h>. by Elliott Hughes · 6 years ago
  60. 0ba4aed Merge "libcutils: remove unused open_memstream." am: df398f2b67 by Elliott Hughes · 6 years ago
  61. bf7909a Merge "libcutils: remove some unused API." am: fc567a9b95 by Elliott Hughes · 6 years ago
  62. df398f2 Merge "libcutils: remove unused open_memstream." by Elliott Hughes · 6 years ago
  63. c35d4a5 libcutils: remove unused open_memstream. by Elliott Hughes · 6 years ago
  64. 721e3eb libcutils: remove some unused API. by Elliott Hughes · 6 years ago
  65. d540d56 Merge "libcutils: Simplify android_get_control_socket()" am: 5f70ed6ee1 by Bernie Innocenti · 6 years ago
  66. 5f70ed6 Merge "libcutils: Simplify android_get_control_socket()" by Treehugger Robot · 6 years ago
  67. fdd7062 Merge "libcutils: add OWNERS." am: cd7244100b by Elliott Hughes · 6 years ago
  68. cd72441 Merge "libcutils: add OWNERS." by Treehugger Robot · 6 years ago
  69. bfe1835 Merge "bootstat: Remove the CAP_SYSLOG capability" am: cefd4e56ad by Luis Hector Chavez · 6 years ago
  70. 3276b57 Merge "logd: Move the capabilities from file based to ambient" am: 28cd2a02b1 by Luis Hector Chavez · 6 years ago
  71. 796eb71 libcutils: add OWNERS. by Elliott Hughes · 6 years ago
  72. 0becca3 bootstat: Remove the CAP_SYSLOG capability by Luis Hector Chavez · 6 years ago
  73. d32c36c logd: Move the capabilities from file based to ambient by Luis Hector Chavez · 6 years ago
  74. cf5e8f1 Merge "Support /product/bin" am: 36b61f061d am: 931e0f268a by Inseob Kim · 6 years ago
  75. 9bd3ee1 Support /product/bin by Inseob Kim · 6 years ago
  76. 25195da Support /product/bin by Inseob Kim · 6 years ago
  77. 4351bb0 libcutils: Simplify android_get_control_socket() by Bernie Innocenti · 6 years ago
  78. dfe433d Merge "Mark as recovery_available: true" am: 9f6f8bf0dc am: d7fece5d91 by Jiyong Park · 6 years ago
  79. 612210c Mark as recovery_available: true by Jiyong Park · 6 years ago
  80. b7f78ee Merge "allow config/sdcardfs directory to be seen for ARC++" into pi-dev by Gwendal Grignou · 6 years ago
  81. 232ce72 Merge "allow config/sdcardfs directory to be seen for ARC++" into pi-dev by Gwendal Grignou · 6 years ago
  82. 9422337 libctuils: Exclude qtaguid.cpp from VNDK-SP variant by Logan Chien · 6 years ago
  83. bb78399 Merge "libctuils: Exclude qtaguid.cpp from VNDK-SP variant" by Logan Chien · 6 years ago
  84. 8526413 allow config/sdcardfs directory to be seen for ARC++ by Gwendal Grignou · 6 years ago
  85. 23b98f4 Remove more bogus <stdbool.h> #includes from C++. by Elliott Hughes · 6 years ago
  86. 25b742c libctuils: Exclude qtaguid.cpp from VNDK-SP variant by Logan Chien · 6 years ago
  87. 2c2e3e8 Systrace support for NNAPI by Mika Raento · 6 years ago
  88. 9f49508 Rewrite get_sched_policy_name for safety. by Elliott Hughes · 6 years ago
  89. 419ba9e cutils: add restricted cpuset by Tim Murray · 6 years ago
  90. 658ae90 cutils: add restricted cpuset by Tim Murray · 6 years ago
  91. f089e14 llkd: add live-lock daemon by Mark Salyzyn · 6 years ago
  92. 64d97d8 lmkd: limit capability set to minimum by Mark Salyzyn · 6 years ago
  93. 07aa2a6 Remove vendor Wifi and BT entries from fs_config.cpp by Tom Cherry · 6 years ago
  94. b5e5c56 Remove vendor Wifi and BT entries from fs_config.cpp by Tom Cherry · 6 years ago
  95. 61896fc Merge "Enabled SYS_MODULE capability for wifi@1.0-service" by Treehugger Robot · 6 years ago
  96. b0fc2d7 Enabled SYS_MODULE capability for wifi@1.0-service by Ajit Kumar · 7 years ago
  97. 666464a Revert "fs_config: Move hostapd to /vendor/bin/hw" by Tom Cherry · 6 years ago
  98. 24426e9 Add new trace tag for AIDL. by Martijn Coenen · 6 years ago
  99. 07b98d9 Add new trace tag for AIDL. by Martijn Coenen · 6 years ago
  100. f29ce0ff Merge "Remove fs_config entries for webview_zygote." am: 47354e76eb am: 19fafd1ae9 by Robert Sesek · 6 years ago