1. bfe62e8 init: set ro.boot.flash.locked from ro.boot.verifiedbootstate by Sami Tolvanen · 10 years ago
  2. e016f5c Track rename of base/ to android-base/. by Elliott Hughes · 10 years ago
  3. 96e99e2 restorecon /property_contexts by Tom Cherry · 10 years ago
  4. 3cb436c Merge "Enable hidepid=2 on /proc" by Nick Kralevich · 10 years ago
  5. e08eb02 Enable hidepid=2 on /proc by Nick Kralevich · 10 years ago
  6. 24012b2 init: skip "name" DT entry by Rom Lemarchand · 10 years ago
  7. d598cb6 property_service: log pid,uid and gid of setprop client by William Roberts · 10 years ago
  8. 1e07ace init: Use classes for parsing and clean up memory allocations by Tom Cherry · 10 years ago
  9. 26ab446 Create Service and ServiceManager classes by Tom Cherry · 10 years ago
  10. 5a578c5 init: use std::vector<std::string> for argument passing by Tom Cherry · 10 years ago
  11. 3d98067 init: Create classes for Action and Command by Tom Cherry · 10 years ago
  12. 0d379e2 init: Adding support to import directories by Lee Campbell · 10 years ago
  13. 62284c7 init: expand_props for onrestart commands. by Yabin Cui · 10 years ago
  14. bdc1fdd init: do expand_props before calling the builtins. by Yabin Cui · 10 years ago
  15. c9f3297 init: Let property_get return std::string. by Yabin Cui · 10 years ago
  16. 2e02c77 init: refuse to start process if domain transition not defined by Nick Kralevich · 10 years ago
  17. 2d6874f init support for cgroups. by Elliott Hughes · 10 years ago
  18. 5b6e16a Remove calls to is_selinux_enabled() by Nick Kralevich · 10 years ago
  19. e7475d3 init: change exec parsing to make SECLABEL optional by Mark Salyzyn · 10 years ago
  20. ddcdf46 Reduce the coldboot timeout to 1s. by Elliott Hughes · 10 years ago
  21. 508beaa Clean up init /proc/cmdline handling. by Elliott Hughes · 10 years ago
  22. 9d96064 init: remove support for disabled SELinux by Nick Kralevich · 10 years ago
  23. e7350c1 init: get rid of the remaining double mounts by Nick Kralevich · 10 years ago
  24. c082266 Merge "init: don't double mount /proc and /sys" by Nick Kralevich · 10 years ago
  25. 51d9aaf init: don't double mount /proc and /sys by Nick Kralevich · 10 years ago
  26. 0e8a6a6 init: fix write_file checkreqprot logic error by Nick Kralevich · 10 years ago
  27. 6c46b34 init: remove mkdir /dev /proc /sys by Nick Kralevich · 10 years ago
  28. 7933051 Switch init to epoll. by Elliott Hughes · 10 years ago
  29. 6d3a868 Clean up property service initialization. by Elliott Hughes · 10 years ago
  30. 930cf05 Clean up init signal handling a little. by Elliott Hughes · 10 years ago
  31. 8c40afc Merge "Setup signal handler before any exec command" by Elliott Hughes · 10 years ago
  32. 23d7cf7 Revert "Revert "Make init re-exec itself for its SELinux domain transition."" by Elliott Hughes · 10 years ago
  33. 3b7db9d Revert "Make init re-exec itself for its SELinux domain transition." by Nick Kralevich · 10 years ago
  34. da05139 Make init re-exec itself for its SELinux domain transition. by Elliott Hughes · 10 years ago
  35. c52bc24 Setup signal handler before any exec command by Johan Redestig · 10 years ago
  36. ec430a5 Log more timing information from init. by Elliott Hughes · 10 years ago
  37. 9671e3f Clean up property setting code. by Elliott Hughes · 10 years ago
  38. 169d8af Lose bootmode and console globals. by Elliott Hughes · 10 years ago
  39. 9def76c Parse boot properties from device tree by Rom Lemarchand · 10 years ago
  40. b6eae5c Merge "Remove /proc/cpuinfo parsing" by Elliott Hughes · 10 years ago
  41. 34db963 Remove useless memset from init. by Elliott Hughes · 10 years ago
  42. c84bf27 Switch init over to _PATH_DEFPATH. by Elliott Hughes · 10 years ago
  43. a2e4148 Remove /proc/cpuinfo parsing by Rom Lemarchand · 10 years ago
  44. 2ed40fa Fix a printf format string (caught by clang but not GCC). by Elliott Hughes · 10 years ago
  45. f3ebb79 Implement exec. by Elliott Hughes · 10 years ago
  46. e4c29eb Move sprintf to snprintf. by Yabin Cui · 10 years ago
  47. 9f5700c bootchart: fix bootchart can not be triggered problem by Yongqin Liu · 11 years ago
  48. f682b47 Clean up reading and writing in init. by Elliott Hughes · 10 years ago
  49. c0e919c Stop using #if for conditional compilation. by Elliott Hughes · 10 years ago
  50. f3cf438 Build init as C++. by Elliott Hughes · 10 years ago[Renamed (99%) from init/init.c]
  51. 0ab46c9 Init: Fix literal by Andreas Gampe · 10 years ago
  52. 429721c init: Implement 'exec' command. by San Mehat · 11 years ago
  53. 0b41512 init: Add support "&&" operator in property triggers by Badhri Jagan Sridharan · 11 years ago
  54. 45a884f Add O_CLOEXEC to lots of open() calls. by Nick Kralevich · 10 years ago
  55. 05345bf Move property_context label handling to libselinux. by dcashman · 11 years ago
  56. 59f64ec Revert "Move property_context label handling to libselinux." by Nick Kralevich · 11 years ago
  57. 9806902 Move property_context label handling to libselinux. by dcashman · 11 years ago
  58. a016c42 Init: Remove unused variables by Andreas Gampe · 11 years ago
  59. 3700373 Fixed the pacing logic in bootchart data collection. by Bo (Andover) Zhang · 11 years ago
  60. 9464e5a Move unlink("/dev/.booting") until after filesystems are mounted. by Riley Andrews · 11 years ago
  61. 381341f Fix environment variable assignment in init by James Morrissey · 11 years ago
  62. 24a3b78 Improve init's debug printing. by Riley Andrews · 11 years ago
  63. 439224e Redirect libselinux logging to dmesg for ueventd. by Stephen Smalley · 11 years ago
  64. e4b7b29 Add ability to boot from charger mode. by Riley Andrews · 11 years ago
  65. f3c85b2 Only allow disabling SELinux on userdebug / eng builds by Nick Kralevich · 11 years ago
  66. 252b0e2 Merge "SELinux changes to check policy versions during a reload." by Nick Kralevich · 11 years ago
  67. f94853f Clean up some unnecessary system_properties cruft. by Elliott Hughes · 11 years ago
  68. 3beec7e init: add 'enable <service>' to negate "service <service>... disabled" by JP Abgrall · 11 years ago
  69. 03daf05 SELinux changes to check policy versions during a reload. by Robert Craig · 11 years ago
  70. de15157 don't load property_contexts from /data by Nick Kralevich · 11 years ago
  71. eb3f421 Enable building init with -Wall -Werror. by Stephen Smalley · 11 years ago
  72. dbd37f2 Move restorecon and restorecon_recursive code to libselinux. by Stephen Smalley · 11 years ago
  73. ccecf14 system/core 64-bit cleanup. by Elliott Hughes · 11 years ago
  74. 268cc54 Merge "ueventd: fix a busy loop while reading uevents" by Colin Cross · 11 years ago
  75. af06c67 Log a warning on services that lack SELinux domains. by Stephen Smalley · 12 years ago
  76. 66ed50a Merge commit '536dea9d61a032e64bbe584a97463c6638ead009' into HEAD by The Android Open Source Project · 12 years ago
  77. 1d4e86c ueventd: fix a busy loop while reading uevents by Amir Goldstein · 12 years ago
  78. 50dc936 init: remove obsolete rle logo by Marcin Chojnacki · 12 years ago
  79. ae76f6d init: call restorecon on /sys by Nick Kralevich · 12 years ago
  80. 935bd3e init: allow disabling selinux via a kernel command line by Nick Kralevich · 12 years ago
  81. 56fa0ac init: move SELinux into enforcing mode. by Nick Kralevich · 12 years ago
  82. b69f863 am 0cbaed42: am a8ba1f2f: Merge "Add support for socket security context specification." by Colin Cross · 12 years ago
  83. 8348d27 Add support for socket security context specification. by Stephen Smalley · 12 years ago
  84. 0d872d8 Seed Linux RNG from Hardware RNG at boot during init. by Alex Klyubin · 12 years ago
  85. f29c533 init: call restorecon on /sys by Nick Kralevich · 12 years ago
  86. 4838aa1 init: allow disabling selinux via a kernel command line by Nick Kralevich · 12 years ago
  87. cbc76fc Merge "init: move SELinux into enforcing mode." by Nick Kralevich · 12 years ago
  88. b710ed2 init: move SELinux into enforcing mode. by Nick Kralevich · 12 years ago
  89. 39021a4 am 83ada447: Merge changes Ib54f39fd,I7e36edd8 by Colin Cross · 12 years ago
  90. 83ada44 Merge changes Ib54f39fd,I7e36edd8 by Colin Cross · 12 years ago
  91. 99c1a41 resolved conflicts for merge of 95a41f6b to stage-aosp-master by Colin Cross · 12 years ago
  92. 5e484e9 init: fix copying boot properties by Colin Cross · 12 years ago
  93. 1a6f4c3 init: switch property_get to use __system_property_get by Colin Cross · 12 years ago
  94. 67e3663 init: fix copying boot properties by Colin Cross · 12 years ago
  95. 2deedfe init: switch property_get to use __system_property_get by Colin Cross · 12 years ago
  96. 8f6adcf am 49be2407: Revert "Add logic to fixup file contexts after a policy update." by gcondra@google.com · 12 years ago
  97. f5410f2 am 3d32cd93: Revert "Remove /system from the dirs to relabel." by gcondra@google.com · 12 years ago
  98. b986664 am 52351300: Revert "Add a version check for SELinux policy on device." by gcondra@google.com · 12 years ago
  99. 49be240 Revert "Add logic to fixup file contexts after a policy update." by repo sync · 12 years ago
  100. 3d32cd9 Revert "Remove /system from the dirs to relabel." by repo sync · 12 years ago