1. 46e0379 init: write bootloader message directly. by Yabin Cui · 8 years ago
  2. 3b9c83a User 0 directories are created by vold now. by Jeff Sharkey · 8 years ago
  3. c1caf88 libinit: depend on libselinux by Colin Cross · 9 years ago
  4. bd2d961 init/adb: correct static lib dependencies for libselinux by William Roberts · 9 years ago
  5. 99e3a92 Error correction: Use libfec in fs_mgr by Sami Tolvanen · 9 years ago
  6. 0923453 Revert "Error correction: Use libfec in fs_mgr" by Sami Tolvanen · 9 years ago
  7. 3de3a0f Error correction: Use libfec in fs_mgr by Sami Tolvanen · 9 years ago
  8. cda81d0 am 54c70ca1: Merge "init: Use classes for parsing and clean up memory allocations" by Tom Cherry · 9 years ago
  9. b734990 init: Use classes for parsing and clean up memory allocations by Tom Cherry · 9 years ago
  10. d717f86 am 64c30a79: am 084c00b8: Merge "init: add LOCAL_SANITIZE := integer" by Nick Kralevich · 9 years ago
  11. f90b653 init: add LOCAL_SANITIZE := integer by Nick Kralevich · 9 years ago
  12. 1deb031 am 51ffedd2: am 1efef4c4: Merge "Revert "init: add LOCAL_SANITIZE := integer"" by Nick Kralevich · 9 years ago
  13. c307b5b Revert "init: add LOCAL_SANITIZE := integer" by Nick Kralevich · 9 years ago
  14. 864d498 am 4d74f2cb: am 0b973da5: Merge "init: add LOCAL_SANITIZE := integer" by Nick Kralevich · 9 years ago
  15. aea73db init: add LOCAL_SANITIZE := integer by Nick Kralevich · 9 years ago
  16. 841066e am 4036f5ab: am 4bf3dc93: Merge "Create Service and ServiceManager classes" by Tom Cherry · 9 years ago
  17. bac3299 Create Service and ServiceManager classes by Tom Cherry · 9 years ago
  18. 97d393b am a21d8562: am d548e30f: Merge "init: Create classes for Action and Command" by Tom Cherry · 9 years ago
  19. d548e30 Merge "init: Create classes for Action and Command" by Tom Cherry · 9 years ago
  20. 7158521 am 1691d968: am 138c540f: Merge "init: Add C++ tokenizer." by Lee Campbell · 9 years ago
  21. fa0c21c init: Create classes for Action and Command by Tom Cherry · 9 years ago
  22. 220ca84 init: Add C++ tokenizer. by Lee Campbell · 9 years ago
  23. 2f2e6cd am 4c6269ce: am 106f92f5: Merge "Revert "init: Enable LOCAL_DETECT_INTEGER_OVERFLOWS"" by Nick Kralevich · 9 years ago
  24. 21d605e Revert "init: Enable LOCAL_DETECT_INTEGER_OVERFLOWS" by Nick Kralevich · 9 years ago
  25. 1bc2b09 am 135b6b08: am 6b27b7d6: Merge "init: Enable LOCAL_DETECT_INTEGER_OVERFLOWS" by Nick Kralevich · 9 years ago
  26. 18ae44b init: Enable LOCAL_DETECT_INTEGER_OVERFLOWS by Nick Kralevich · 9 years ago
  27. 9371cf0 am 67917cf5: am 57bd480c: Merge "Make it clearer to grep that init is built with clang." by Elliott Hughes · 9 years ago
  28. 1115c25 Make it clearer to grep that init is built with clang. by Elliott Hughes · 9 years ago
  29. b7f8b91 am 86aeb11e: Merge "load ro.recovery_id property from recovery partition" into mnc-dev by Andres Morales · 9 years ago
  30. cb3fce8 load ro.recovery_id property from recovery partition by Andres Morales · 9 years ago
  31. db5f5d4 load ro.recovery_id property from recovery partition by Andres Morales · 9 years ago
  32. 61c086e am 3ef42dd2: am f0d24737: Merge "init: remove support for disabled SELinux" by Nick Kralevich · 9 years ago
  33. d34e407 init: remove support for disabled SELinux by Nick Kralevich · 9 years ago
  34. 438443e resolved conflicts for merge of 79f33846 to lmp-mr1-dev-plus-aosp by Ed Tam · 9 years ago
  35. 79f3384 fs_mgr: introduce fs_mgr_format to format wiped partitions by Chris Fries · 11 years ago
  36. 030ef359 Revert "Revert "fs_mgr_verity: Add support for squashfs"" by Mohamad Ayyash · 9 years ago
  37. 7b97c7a Revert "fs_mgr_verity: Add support for squashfs" by Mohamad Ayyash · 9 years ago
  38. 807f470 fs_mgr_verity: Add support for squashfs by Mohamad Ayyash · 9 years ago
  39. 27cda9a Merge "Revert "Revert "Adding e4crypt support""" by Paul Lawrence · 9 years ago
  40. b8c9d27 Revert "Revert "Adding e4crypt support"" by Paul Lawrence · 9 years ago
  41. 9efd95b Build init with clang. by Elliott Hughes · 9 years ago
  42. da40c00 Log more timing information from init. by Elliott Hughes · 9 years ago
  43. c007bc3 Revert "Revert "Create libbase."" by Dan Albert · 9 years ago
  44. a7870d8 Revert "Create libbase." by Nicolas Geoffray · 9 years ago
  45. 98ff772 Create libbase. by Dan Albert · 9 years ago
  46. 8d82ea0 Implement exec. by Elliott Hughes · 9 years ago
  47. a197ff1 bootchart: fix bootchart can not be triggered problem by Yongqin Liu · 10 years ago
  48. f682b47 Clean up reading and writing in init. by Elliott Hughes · 9 years ago
  49. c0e919c Stop using #if for conditional compilation. by Elliott Hughes · 9 years ago
  50. 2462790 Use TEMP_FAILURE_RETRY, always build bootchart.cpp. by Elliott Hughes · 9 years ago
  51. f3cf438 Build init as C++. by Elliott Hughes · 9 years ago
  52. d3e37d1 Trivial cleanup of recent changes. by Elliott Hughes · 9 years ago
  53. d3d4741 Enable clang for init, after fix of global .mk files. by Chih-Hung Hsieh · 10 years ago
  54. dbb78d6 Use LOCAL_POST_INSTALL_CMD to simplify symlink creation. by Ying Wang · 10 years ago
  55. 84e07fb Don't build init with clang for now by Bernhard Rosenkraenzer · 10 years ago
  56. f3c85b2 Only allow disabling SELinux on userdebug / eng builds by Nick Kralevich · 10 years ago
  57. 322445c init: unused paramter warning messages by Mark Salyzyn · 10 years ago
  58. 18ccc1b ueventd: easier debug logging by Alex Ray · 10 years ago
  59. 66ed50a Merge commit '536dea9d61a032e64bbe584a97463c6638ead009' into HEAD by The Android Open Source Project · 11 years ago
  60. 50dc936 init: remove obsolete rle logo by Marcin Chojnacki · 11 years ago
  61. 3ad3d1c Add basic verity support to fs_mgr. by Geremy Condra · 11 years ago
  62. bf021b4 fs_mgr: Capture the output of e2fsck and add to the kernel log by Ken Sumrall · 11 years ago
  63. 2a36ae5 am 7b88a90d: Merge "Remove HAVE_SELINUX guards" by Kenny Root · 12 years ago
  64. b5982bf Remove HAVE_SELINUX guards by Kenny Root · 12 years ago
  65. d97d907 Add watchdogd by Arve Hjønnevåg · 12 years ago
  66. 0e9dd90 Change init to use libfs_mgr to mount filesystems. by Ken Sumrall · 12 years ago
  67. 08ec39e Change init to use libfs_mgr to mount filesystems. by Ken Sumrall · 12 years ago
  68. 6439693 am 3b04bde9: am ee79b455: am 93553073: Merge "Extend init and ueventd for SE Android." by Jean-Baptiste Queru · 12 years ago
  69. e46f9d5 Extend init and ueventd for SE Android. by Stephen Smalley · 13 years ago
  70. 0dbda7e Don't read /data/local.prop on user builds by Nick Kralevich · 13 years ago
  71. 33680b1 init: Use a relative symlink for ueventd to init by Colin Cross · 14 years ago
  72. 44b65d0 init: Add ueventd.rc parsing to ueventd by Colin Cross · 14 years ago
  73. f83d0b9 init: Move uevent handling to an external ueventd process by Colin Cross · 14 years ago
  74. 6310a82 init: Split parser into generic parser and init parser by Colin Cross · 14 years ago
  75. 9c5366b init: Move signal handling to signal_handler.c by Colin Cross · 14 years ago
  76. a866695 init: Move keychords to keychords.c by Colin Cross · 14 years ago
  77. dd7bc33 auto import from //depot/cupcake/@135843 by The Android Open Source Project · 15 years ago
  78. e54eebb auto import from //depot/cupcake/@135843 by The Android Open Source Project · 15 years ago
  79. 4f6e8d7 Initial Contribution by The Android Open Source Project · 16 years ago