1. d17d5c5 ueventd: add support for driver section in ueventd.rc by Eric Caruso · 9 months ago
  2. dd8edea init: Add NVME support to the `boot_part_uuid` method of managing boot devices by Douglas Anderson · 9 months ago
  3. 46afe22 init: Avoid extra string copies when finding devices by using const refs by Douglas Anderson · 9 months ago
  4. eb3d280 init: Look for partition only on a boot device if using boot_part_uuid by Douglas Anderson · 9 months ago
  5. e9de310 init: Add the ability to find the boot device by partition UUID by Douglas Anderson · 10 months ago
  6. 3de05fc init: Move the stripping of "/devices" and "/devices/platform/" to a helper by Douglas Anderson · 10 months ago
  7. 6519e6d init: Break FindPlatformDevice() into a helper function by Douglas Anderson · 10 months ago
  8. 9481f97 init: Factor GetBlockDeviceInfo() out of GetBlockDeviceSymlinks() by Douglas Anderson · 9 months ago
  9. 743e8f1 init: Use ConsumePrefix() instead of open coding in GetBlockDeviceSymlinks() by Douglas Anderson · 9 months ago
  10. 9f760f8 init: Reorder GetBlockDeviceSymlinks() so FindDmDevice() is first by Douglas Anderson · 10 months ago
  11. 5cc1ca1 Revert^3 "init: Look for super partition only on a boot device" by Konrad Adamczyk · 9 months ago
  12. 5bfb936 Revert^2 "init: Look for super partition only on a boot device" by Konrad Adamczyk · 10 months ago
  13. 8d71220 Revert "init: Look for super partition only on a boot device" by Jusik Chung · 10 months ago
  14. 6f0ebcb init: Look for super partition only on a boot device by Jan Dabros · 1 year, 10 months ago
  15. 41db281 Merge "ueventd: fix other assorted style nits" into main by Treehugger Robot · 11 months ago
  16. bb4a409 ueventd: fix other assorted style nits by Eric Caruso · 11 months ago
  17. 23276f6 ueventd: fix confusing indentation by Eric Caruso · 11 months ago
  18. 262f1e8 Create the /dev/sys/block/by-name/zoned_device symbolic link by Bart Van Assche · 1 year, 3 months ago
  19. 564d970 init: Use std::string_view instead of std::string where appropriate by Bart Van Assche · 1 year, 3 months ago
  20. da5323e init: Use libfs_mgr kernel cmdline parser by Yi-Yo Chiang · 2 years ago
  21. 79ad1e2 init: Unify kernel bootconfig parser with libfs_mgr by Yi-Yo Chiang · 2 years ago
  22. e377432 ueventd: Fix creation of VFIO dev nodes by Jakob Vukalovic · 2 years, 1 month ago
  23. 59abbfe ueventd: Fix a race condition in handling device-mapper events. by David Anderson · 2 years, 3 months ago
  24. b92e5b5 Find a zoned partition automatically by Jaegeuk Kim · 2 years, 7 months ago
  25. d6bf86b Support sysfs changes in the Linux 5.15 kernel. by David Anderson · 2 years, 8 months ago
  26. 76cba8a Chmod for existing nodes which mode not the same as ueventd.rc by zexin.hou · 3 years, 4 months ago
  27. 18a9324 Merge "Allow mapping of raw block devices to partition names" by Tom Cherry · 4 years ago
  28. 96e5f9b Allow mapping of raw block devices to partition names by Tom Cherry · 4 years ago
  29. f8825fa Fix gid not being set in ueventd when device nodes already exist. by David Anderson · 4 years, 1 month ago
  30. 6cf3695 Merge "ueventd: add no_fnm_pathname option" by Tom Cherry · 4 years, 8 months ago
  31. 47031c8 ueventd: add no_fnm_pathname option by Tom Cherry · 4 years, 8 months ago
  32. e609478 ueventd: Add support for updating permissions on bind by Sriharsha Allenki · 4 years, 9 months ago
  33. 1ff7581 init: Always create and restorecon /dev/dm-user. by David Anderson · 4 years, 9 months ago
  34. 515a5bd ueventd: Put dm-user devices in a folder by David Anderson · 4 years, 10 months ago
  35. d86300c Add AMBA bus support to platform devices by Usama Arif · 5 years ago
  36. ff89b8d ueventd: duplicate /dev/ashmem by Tri Vo · 6 years ago
  37. 924858c libdm: Improve the reliability of dm device paths. by David Anderson · 6 years ago
  38. 172c83f init: remove last init.cpp global by Tom Cherry · 6 years ago
  39. 92c236e init: Refactor selinux.h/cpp by Vic Yang · 6 years ago
  40. e419a79 ueventd: populate /dev/block/mapper link by Mark Salyzyn · 6 years ago
  41. 2c56d7c ueventd: create a /dev/block/by-name/ symlink without a partition name by Tom Cherry · 7 years ago
  42. dd5802a ueventd: don't skip restorecon after the cold boot by Oleksiy Avramchenko · 7 years ago
  43. 132615b Merge "Move watchdogd out of init" by Tom Cherry · 7 years ago
  44. 40acb37 Move watchdogd out of init by Tom Cherry · 7 years ago
  45. 457e28f ueventd: require opt-in for modalias handling by Tom Cherry · 7 years ago
  46. f025069 init: removed unused includes by Tom Cherry · 7 years ago
  47. 8eec38f Adds /dev/block/by-name/<partition> symlinks by Bowgo Tsai · 7 years ago
  48. 95591bd Removing block device by-num symlinks by Bowgo Tsai · 7 years ago
  49. 579e682 Add std::string StartsWith*/EndsWith* overloads. by Elliott Hughes · 8 years ago
  50. 9c8d6dd ueventd: fix subsystem list logic issues by Tom Cherry · 8 years ago
  51. 0c8d6d2 init: split security functions out of init.cpp by Tom Cherry · 8 years ago
  52. b4dd881 ueventd: remove character device symlinks (/dev/usb/*) by Tom Cherry · 8 years ago
  53. 81f5d3e init: create android::init:: namespace by Tom Cherry · 8 years ago
  54. cd2ba0d Revert "Revert "ueventd: remove PlatformDeviceList"" by Sandeep Patil · 8 years ago
  55. 516ff99 Revert "ueventd: remove PlatformDeviceList" by Tom Cherry · 8 years ago
  56. c94ce7b ueventd: remove PlatformDeviceList by Tom Cherry · 8 years ago
  57. c583305 ueventd: parallelize uevent handling by Tom Cherry · 8 years ago
  58. ed506f7 ueventd: Break devices.cpp into discrete classes by Tom Cherry · 8 years ago
  59. 51056c4 init should #include <sys/sysmacros.h> by Elliott Hughes · 8 years ago
  60. 482f36c init: remove restorecon() from util.cpp by Tom Cherry · 8 years ago
  61. e7656b7 ueventd: do not reference init's sehandle by Tom Cherry · 8 years ago
  62. 6daf514 ueventd: remove leftovers of the SELinux policy update mechanism by Tom Cherry · 8 years ago
  63. fe06205 ueventd: replace ueventd_parser.cpp with init_parser.cpp by Tom Cherry · 8 years ago
  64. cc054c9 ueventd: create classes for dev and sys permissions by Tom Cherry · 8 years ago
  65. 1ab8f55 ueventd: convert platform_names from C list to std::vector by Tom Cherry · 8 years ago
  66. e3e4821 ueventd: replace char* with std::string in struct uevent by Tom Cherry · 8 years ago
  67. 3fa4673 ueventd: Fix up string handling in handle_*_device_event() by Tom Cherry · 8 years ago
  68. 780a71e ueventd: move subsystem logic from code to ueventd.rc by Tom Cherry · 8 years ago
  69. 120add0 Merge "ueventd: remove /dev/log" by Treehugger Robot · 8 years ago
  70. d4ff8d8 ueventd: remove /dev/log by Tom Cherry · 8 years ago
  71. 2e344f9 ueventd: replace char** links with std::vector<std::string> by Tom Cherry · 8 years ago
  72. ab5ab1e Merge "init: more header cleanup" by Treehugger Robot · 8 years ago
  73. 3f5eaae5 init: more header cleanup by Tom Cherry · 8 years ago
  74. c44f6a4 ueventd: Write tests for the get_*_symlinks() functions by Tom Cherry · 8 years ago
  75. 937309d ueventd: support by-name symlinks for virtual block devices by Jeremy Compostella · 8 years ago
  76. 0506b18 Check setegid() return values by Tom Cherry · 8 years ago
  77. 971a460 init: refactor to allow successive device_init calls by Sandeep Patil · 8 years ago
  78. 35403eb init: early_mount: add support to mount non-verity partitions early by Sandeep Patil · 8 years ago
  79. 44a3ee2 init: remove the existing early_mount code by Sandeep Patil · 8 years ago
  80. 957e4ab init: refactor: add support for doing early coldboot by Sandeep Patil · 9 years ago
  81. ea23983 ueventd: make selinux labeling optional for device creation by Sandeep Patil · 9 years ago
  82. 331cf2f Replace the "coldboot" timeout with a property. by Elliott Hughes · 9 years ago
  83. a8d8434 Add flags to restorecon_recursive to traverse filesystems by Paul Lawrence · 9 years ago
  84. a73ba87 Merge "init: fix memory leaks" by Treehugger Robot · 9 years ago
  85. 09bd41d init: fix memory leaks by Ting-Yuan Huang · 9 years ago
  86. 290a228 Switch fastboot/init/libprocessgroup to std::this_thread::sleep_for. by Elliott Hughes · 9 years ago
  87. 632e99a Switch ueventd to sendfile(2). by Elliott Hughes · 9 years ago
  88. a285dac Modify log level for service and ueventd by Wei Wang · 9 years ago
  89. f39f7f1 Use android::base::Readlink in init. by Elliott Hughes · 9 years ago
  90. 99c4a8a Mount /vendor and /odm early by Hung-ying Tyan · 10 years ago
  91. 7eed474 ueventd: Remove verbose restorecon_recursive: message by Dmitry Shmidt · 9 years ago
  92. f86b5a6 Move init to libbase logging. by Elliott Hughes · 9 years ago
  93. 397de14 ueventd: only relabel devices if there's a delta by William Roberts · 9 years ago
  94. 6de783a init: support matching sysfs class paths in ueventd.rc by Rob Herring · 9 years ago
  95. e5636a3 init: rework fixup_sys_perms to use perm_path_matches by Rob Herring · 9 years ago
  96. 24a3cbf ueventd: relabel block devices nodes when processing subsequent add events by Mihai Serban · 9 years ago
  97. 60b976d Address const issues in preparation for libcxx rebase. by Dan Austin · 9 years ago
  98. 588a2ca system/core: Cleanup direct calls to opendir by containing in a std::unique_ptr. by James Hawkins · 9 years ago
  99. dc84856 init: Fix load_firmware error by Biao Lu · 10 years ago
  100. 746d5cd am a27dca0f: am 60c5a460: Merge "Remove calls to is_selinux_enabled()" by Nick Kralevich · 10 years ago