1. 70c53f5 Auto enable usb adb if booting with debug ramdisk by Yi-Yo Chiang · 3 years, 2 months ago
  2. 946c972 Suppress most load_property_from_file logs by Inseob Kim · 3 years, 3 months ago
  3. d1e4f7d Update ro.vendor.api_level for non-GRF devices by Justin Yun · 3 years, 6 months ago
  4. eb710bf Merge "Revert "Revert "Use Apex sepolicy if it's available""" by Treehugger Robot · 3 years, 6 months ago
  5. baeece6 Revert "Revert "Use Apex sepolicy if it's available"" by Jeffrey Vander Stoep · 3 years, 6 months ago
  6. c75044d Merge changes from topic "system_dlkm_dynamic" by Treehugger Robot · 3 years, 6 months ago
  7. 8431328 system_dlkm: load property for dynamic partition by Ramji Jiyani · 3 years, 6 months ago
  8. 5638fcc Revert "Use Apex sepolicy if it's available" by Jeffrey Vander Stoep · 3 years, 6 months ago
  9. 2e4b3ff Use Apex sepolicy if it's available by Jeff Vander Stoep · 3 years, 8 months ago
  10. 5effda4 Remove references to nonplat sepolicy by Jeff Vander Stoep · 3 years, 9 months ago
  11. 4446a85 Fix the vendor api level by Justin Yun · 3 years, 10 months ago
  12. dfbdd93 Define ro.vendor.api_level by Justin Yun · 3 years, 10 months ago
  13. 86ec18b Revert "Handle "hardware" bootconfig parameter as "androidboot.hardware"" by Devin Moore · 4 years, 2 months ago
  14. 57b9a53 Merge "Support appending vbmeta digest to id/fingerprint" by Tianjie Xu · 4 years, 3 months ago
  15. becfa77 Support appending vbmeta digest to id/fingerprint by Tianjie · 4 years, 3 months ago
  16. 2d1a401 Remove the tech debt from the property_service by Roman Kiryanov · 4 years, 3 months ago
  17. 6e20ff8 Allow a kernel bootconfig to set the `qemu` key by Roman Kiryanov · 4 years, 3 months ago
  18. f4adb89 Do not populate `ro.kernel.` properties in init by Roman Kiryanov · 4 years, 4 months ago
  19. 0312c20 Populate `ro.boot.dalvik.vm.checkjni` from `android.checkjni` by Roman Kiryanov · 4 years, 4 months ago
  20. c755e5e Populate `ro.boot.debug.sf.nobootanimation` from `android.bootanim` by Roman Kiryanov · 4 years, 4 months ago
  21. bcc7946 Populate all other emulator properties as `ro.boot.qemu.*` by Roman Kiryanov · 4 years, 4 months ago
  22. 4ddfd02 Populate more emulator properties to `ro.boot.` by Roman Kiryanov · 4 years, 5 months ago
  23. 94ce40a Do not populate `ro.kernel.qemu` in `ProcessKernelCmdline` by Roman Kiryanov · 4 years, 5 months ago
  24. 4a47c74 Populate `ro.boot.qemu` for the emulator device by Roman Kiryanov · 4 years, 5 months ago
  25. 1a705d4 Populate only emulator specific properties into `ro.kernel.` by Roman Kiryanov · 4 years, 5 months ago
  26. ccc15c5 Move the `androidboot.` literal into its own variable by Roman Kiryanov · 4 years, 5 months ago
  27. 0a799bd Handle "hardware" bootconfig parameter as "androidboot.hardware" by Devin Moore · 4 years, 5 months ago
  28. a4ef15b Support bootconfig in first stage init and fs_mgr by Devin Moore · 4 years, 8 months ago
  29. 8e3826b Merge "Make ro.product.cpu.abilist* to be fetched dynamically" by Treehugger Robot · 4 years, 7 months ago
  30. 4788688 Deprecate /factory by SzuWei Lin · 4 years, 7 months ago
  31. 0061d4d Make ro.product.cpu.abilist* to be fetched dynamically by SzuWei Lin · 4 years, 7 months ago
  32. ac46ab3 Merge "Load boot image props." by Treehugger Robot · 4 years, 10 months ago
  33. a68ee76 Load boot image props. by Yifan Hong · 4 years, 10 months ago
  34. b519c71 Use ro.build.version.release_or_codename to reconstruct fingerprint by Colin Cross · 4 years, 10 months ago
  35. 2d45166 Cleanup for #inclusivefixit. by Tom Cherry · 5 years ago
  36. 9258f2e Load sysprops from odm_dlkm. by Yifan Hong · 5 years ago
  37. 2ed3cda load sysprops from vendor_dlkm. by Yifan Hong · 5 years ago
  38. 8178c5f Move build.prop to ./etc subdir for some partitions by Jiyong Park · 5 years ago
  39. e714cde Fix a misleading warning message about sysprop overriding by Jiyong Park · 5 years ago
  40. c688e8f Remove /default.prop by Jiyong Park · 5 years ago
  41. c068d0e Remove /system/etc/prop.default by Jiyong Park · 5 years ago
  42. 8569552 /vendor/default.prop is removed. by Jiyong Park · 5 years ago
  43. 92116e4 Properly fail userspace reboot if it's not supported by Nikita Ioffe · 5 years ago
  44. 9174a9b init: only print backtraces on subsequent reboots with a value by Tom Cherry · 5 years ago
  45. 080fa98 init: even better logging around subsequent sys.powerctl messages by Tom Cherry · 5 years ago
  46. 6885527 init: fix StopSendingMessages() by Tom Cherry · 5 years ago
  47. 802864c init: handle property messages asynchronously #2 by Tom Cherry · 5 years ago
  48. 832f9f1 Revert "init: handle property service callbacks asynchronously" by Tom Cherry · 5 years ago
  49. bb57820 init: prevent persist.sys.usb.config initalized as none,adb by Howard Yen · 5 years ago
  50. 7205c62 init: handle property service callbacks asynchronously by Tom Cherry · 6 years ago
  51. cecebbb Convert system/core to Result::ok() by Bernie Innocenti · 6 years ago
  52. 4b077c5 Require 'exact', 'prefix', or '' for match operation in property_contexts by Tom Cherry · 6 years ago
  53. c88d8f9 init: Replace property_set() with android::base::SetProperty() by Tom Cherry · 6 years ago
  54. b5f2ec0 init: check property type in host_init_verifier by Tom Cherry · 6 years ago
  55. 5310db8 init: only provide control message results for devices launching > Q by Tom Cherry · 6 years ago
  56. ba6968e Add a skeleton of userspace reboot by Nikita Ioffe · 6 years ago
  57. 1a191bf Support loading system_ext_property_contexts by Bowgo Tsai · 6 years ago
  58. 14c2472 init: degeneralize subcontext init into only vendor_init by Tom Cherry · 6 years ago
  59. 1ab3dfc Reland^2: "init: run property service in a thread" by Tom Cherry · 6 years ago
  60. 3da2ba6 Revert "Reland: "init: run property service in a thread"" by Tom Cherry · 6 years ago
  61. 8efca4b Reland: "init: run property service in a thread" by Tom Cherry · 6 years ago
  62. f451426 Revert "init: run property service in a thread" by Tom Cherry · 6 years ago
  63. 26f5e7d init: run property service in a thread by Tom Cherry · 6 years ago
  64. 3707d32 Revert "init: Handle properties in the background of calling fs_mgr" by Tom Cherry · 6 years ago
  65. 4772f1d init: check the arguments of builtins during the build by Tom Cherry · 6 years ago
  66. c5cf85d init: don't log in expand_props directly by Tom Cherry · 6 years ago
  67. 2e4c85f init: clean up file / socket descriptor creation by Tom Cherry · 6 years ago
  68. 7eaf9b5 Rename product_services to system_ext by Justin Yun · 6 years ago
  69. 247ffbf Fix a few clang-tidy issues and add NOLINT for others by Tom Cherry · 6 years ago
  70. 71bdf28 init: Handle properties in the background of calling fs_mgr by Tom Cherry · 6 years ago
  71. a87c0f9 Support importing property file with expanded name by Dongcheol Shin · 6 years ago
  72. 5f01d3a init: add error handling in control message by Wei Wang · 6 years ago
  73. 9fc8dcf Moving /odm/build.prop to /odm/etc/buid.prop by Bowgo Tsai · 6 years ago
  74. 7a03b5d Merge "init: simplify async restorecon" by Tom Cherry · 6 years ago
  75. fe81541 init: simplify async restorecon by Tom Cherry · 6 years ago
  76. 87882c0 Merge "init: handle getpeercon() errors" by Tom Cherry · 6 years ago
  77. 7f160af init: handle getpeercon() errors by Tom Cherry · 6 years ago
  78. 2f113ad init: set up SelinuxAuditCallback() earlier by Tom Cherry · 6 years ago
  79. 30afda7 Copying debug ramdisk files to /debug_ramdisk/* by Bowgo Tsai · 6 years ago
  80. 9ca898f Avoid leaking property values into logs on error by Nick Kralevich · 6 years ago
  81. 1dacd42 Allow overriding ro.debuggable to 1 on USER builds by Bowgo Tsai · 6 years ago
  82. 86f38d5 Merge "init: Ignore "ro." restrictions when reading prop files" by Tom Cherry · 6 years ago
  83. be04892 init: Ignore "ro." restrictions when reading prop files by Tom Cherry · 6 years ago
  84. f42e08d load selinux property_contexts in /odm and /product by Jinguang Dong · 6 years ago
  85. 57a740e Allow properties to be derived from partition-specific properties during init by Steven Laver · 7 years ago
  86. d6c2feb init: delete code that sets ro.recovery_id by Tom Cherry · 7 years ago
  87. 3b316ee Load build sysprops early by Jiyong Park · 7 years ago
  88. b35f827 init: if vendor_init can read a property, let it be a trigger too by Tom Cherry · 7 years ago
  89. 2991949 Add O_CLOEXEC by Nick Kralevich · 7 years ago
  90. ab5583b s/product-services/product_services/g by Dario Freni · 7 years ago
  91. 40acb37 Move watchdogd out of init by Tom Cherry · 7 years ago
  92. 3613710 Add support for /product-services partition. by Dario Freni · 7 years ago
  93. 5ab2e1c init: finer grained permissions for ctl. properties by Tom Cherry · 7 years ago
  94. 59976b9 Merge "Property: Log errno for socket connect" by Treehugger Robot · 7 years ago
  95. 4053359 Property: Log errno for socket connect by DuXiao · 7 years ago
  96. 6c6ec72 init: separate out epoll into a class by Mark Salyzyn · 10 years ago
  97. 2fa178a Remove unused using statement / host stub by Tom Cherry · 7 years ago
  98. 837b2a4 init: Use sepolicy version instead by Logan Chien · 7 years ago
  99. a1dbeb8 init: do not impose vendor_init restrictions on old vendor images by Tom Cherry · 7 years ago
  100. dc37586 Restrict setting platform properties from vendor .prop files by Tom Cherry · 7 years ago