index
:
system_core
history/14-07-2019
replicant-10
replicant-9
Fork of system/core
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
init
/
init.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move Timer from init to libbase
Tom Cherry
2017-07-10
1
-2
/
+3
*
init: Support custom shutdown actions
Wei Wang
2017-07-05
1
-5
/
+16
*
init: create android::init:: namespace
Tom Cherry
2017-06-23
1
-1
/
+10
*
init: cleanup some string usage
Tom Cherry
2017-06-22
1
-9
/
+8
*
Move restorecon() of /sys from init to ueventd.
Tom Cherry
2017-06-20
1
-1
/
+0
*
ueventd: Break devices.cpp into discrete classes
Tom Cherry
2017-05-25
1
-1
/
+0
*
Merge "Add libkeyutils."
Elliott Hughes
2017-05-13
1
-6
/
+5
|
\
|
*
Add libkeyutils.
Elliott Hughes
2017-05-10
1
-6
/
+5
*
|
init: remove restorecon() from util.cpp
Tom Cherry
2017-05-09
1
-16
/
+16
|
/
*
init: do not log directly from read_file() and write_file()
Tom Cherry
2017-05-05
1
-1
/
+3
*
Merge "init: manually restorecon mke2fs tools on ramdisk"
Treehugger Robot
2017-05-04
1
-3
/
+6
|
\
|
*
init: manually restorecon mke2fs tools on ramdisk
Jin Qian
2017-05-03
1
-3
/
+6
*
|
init: setup keyring before ueventd starts
Mark Salyzyn
2017-05-03
1
-0
/
+6
|
/
*
init: rename 'Trigger' to 'Event' and convert to std::variant
Tom Cherry
2017-04-25
1
-3
/
+3
*
Merge "init: set ro.boot.avb_version in recovery mode"
Treehugger Robot
2017-04-25
1
-0
/
+2
|
\
|
*
init: set ro.boot.avb_version in recovery mode
Bowgo Tsai
2017-04-24
1
-0
/
+2
*
|
Merge "init: moving early mount logic into init_first_stage.cpp"
Treehugger Robot
2017-04-25
1
-347
/
+5
|
\
|
|
*
init: moving early mount logic into init_first_stage.cpp
Bowgo Tsai
2017-04-24
1
-347
/
+5
*
|
init: clean up the SectionParser interface and Parser class
Tom Cherry
2017-04-21
1
-8
/
+14
|
/
*
init: handle sys.powerctl immediately
Tom Cherry
2017-04-17
1
-2
/
+8
*
Set libavb version into system property for Treble OTA
Bowgo Tsai
2017-04-15
1
-2
/
+5
*
ueventd: replace char* with std::string in struct uevent
Tom Cherry
2017-04-14
1
-8
/
+4
*
init: support early_mount with vboot 2.0 (external/avb/libavb)
Bowgo Tsai
2017-04-14
1
-50
/
+177
*
Merge "crash_dump: during early boot, output to kmsg on userdebug."
Josh Gao
2017-04-10
1
-0
/
+9
|
\
|
*
crash_dump: during early boot, output to kmsg on userdebug.
Josh Gao
2017-04-06
1
-0
/
+9
*
|
Merge "Reflect move of mapping file to /system."
Treehugger Robot
2017-04-07
1
-5
/
+9
|
\
\
|
*
|
Reflect move of mapping file to /system.
Dan Cashman
2017-04-06
1
-5
/
+9
|
|
/
*
/
init: more header cleanup
Tom Cherry
2017-04-06
1
-1
/
+3
|
/
*
bootstat: Refactor init/utils/boot_clock into base/chrono_utils.
James Hawkins
2017-03-30
1
-0
/
+2
*
init: consolidate restorecon after selinux initialization in single function
Sandeep Patil
2017-03-29
1
-16
/
+19
*
Merge changes from topic 'exec-start-update-verifier'
Treehugger Robot
2017-03-29
1
-21
/
+2
|
\
|
*
init: add exec_start command
Tom Cherry
2017-03-27
1
-21
/
+2
*
|
init: replace property_get with its android::base equivalent
Tom Cherry
2017-03-29
1
-7
/
+9
*
|
init: remove unused cutils includes
Tom Cherry
2017-03-28
1
-4
/
+0
|
/
*
init: Prevent spin loop while waiting for exec or property
Tom Cherry
2017-03-23
1
-10
/
+12
*
init: reboot to bootloader on crash for development builds
Tom Cherry
2017-03-21
1
-0
/
+29
*
init: cleanup is_first_stage conditionals
Tom Cherry
2017-03-17
1
-43
/
+46
*
init: fix DumpState() logging
Tom Cherry
2017-03-13
1
-0
/
+4
*
Remove hard-coded policy version from secilc step
Alex Klyubin
2017-03-09
1
-8
/
+22
*
Use precompiled sepolicy when available
Alex Klyubin
2017-03-08
1
-0
/
+54
*
Log stderr of secilc
Alex Klyubin
2017-03-05
1
-0
/
+46
*
Track the move of split SELinux policy CIL files
Alex Klyubin
2017-03-03
1
-2
/
+3
*
Merge "Use split SELinux policy at boot, if available"
Treehugger Robot
2017-03-02
1
-4
/
+131
|
\
|
*
Use split SELinux policy at boot, if available
Alex Klyubin
2017-03-01
1
-4
/
+131
*
|
init: skip early mount in recovery mode
Bowgo Tsai
2017-03-02
1
-0
/
+6
*
|
Merge "init: early_mount: removing hard-coded paths"
Treehugger Robot
2017-02-28
1
-112
/
+114
|
\
\
|
|
/
|
/
|
|
*
init: early_mount: removing hard-coded paths
Bowgo Tsai
2017-02-27
1
-112
/
+114
*
|
Treblize init.rc location
Jaekyun Seok
2017-02-25
1
-0
/
+8
|
/
*
early_mount: fs_mgr: move all fstab logic into fs_mgr
Sandeep Patil
2017-02-23
1
-95
/
+20
*
init: early_mount: create device node for verity metadata partition
Sandeep Patil
2017-02-22
1
-5
/
+27
[next]