Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
android_system_core
/
9c568d0fc0e290529180e3fc0452f0ac489e5053
/
init
/
init.cpp
4a67945
init: cleanup exit() uses
by Tom Cherry
· 7 years ago
3633a40
init: fix crash when reboot is triggered by a builtin
by Tom Cherry
· 7 years ago
9f97f47
init: Allow clean system shutdown upon SIGTERM
by Luis Hector Chavez
· 7 years ago
30bf4b7
Merge "init: fix signal handling and LOG(FATAL) in child processes"
by Tom Cherry
· 7 years ago
1ca8324
init: fix signal handling and LOG(FATAL) in child processes
by Tom Cherry
· 7 years ago
702ca9a
init: log all failures of Service::Start()
by Tom Cherry
· 7 years ago
6de21f1
init: cleanup environment handling
by Tom Cherry
· 7 years ago
d8db7ab
init: replace panic() with LOG(FATAL)
by Tom Cherry
· 7 years ago
557946e
init: use Result<T> for builtin functions
by Tom Cherry
· 7 years ago
0c8d6d2
init: split security functions out of init.cpp
by Tom Cherry
· 7 years ago
1f87cd1
init: fix format issue
by Tom Cherry
· 7 years ago
7c4609c
init: more unique_fd, less goto
by Tom Cherry
· 7 years ago
2a2a8d9
Merge changes Ibd57c103,I81f1e8ac,Ia6e546fe
by Tom Cherry
· 7 years ago
911b9b1
init: rename ServiceManager to ServiceList and clean it up
by Tom Cherry
· 7 years ago
3b81f2d
init: move exec operations out of ServiceManager
by Tom Cherry
· 7 years ago
eb3fa92
Merge "init: fix process restarting"
by Tom Cherry
· 7 years ago
d269e3a
init: fix process restarting
by Tom Cherry
· 7 years ago
6fa0884
Merge "Allow the use of a custom Android DT directory"
by Bo Hu
· 7 years ago
c01022a
Allow the use of a custom Android DT directory
by Yu Ning
· 7 years ago
67dee62
init: remove Parser singleton and related cleanup
by Tom Cherry
· 7 years ago
9f1980e
Merge "init: add support for global seccomp boot option"
by Treehugger Robot
· 7 years ago
af1a9bf
init: add support for global seccomp boot option
by Steve Muckle
· 7 years ago
278b15c
init: rename mke2fs tools with _static suffix
by Jin Qian
· 8 years ago
a022ea4
Merge "uml: init: add USER_MODE_LINUX cflag, USER_MODE_LINUX case in init.cpp"
by Treehugger Robot
· 7 years ago
dd6a85c
uml: init: add USER_MODE_LINUX cflag, USER_MODE_LINUX case in init.cpp
by Quang Luong
· 7 years ago
ede0d53
Move Timer from init to libbase
by Tom Cherry
· 8 years ago
eeab491
init: Support custom shutdown actions
by Wei Wang
· 8 years ago
81f5d3e
init: create android::init:: namespace
by Tom Cherry
· 8 years ago
1c3a53f
init: cleanup some string usage
by Tom Cherry
· 8 years ago
d2fd54e
Move restorecon() of /sys from init to ueventd.
by Tom Cherry
· 8 years ago
ed506f7
ueventd: Break devices.cpp into discrete classes
by Tom Cherry
· 8 years ago
81824eb
Merge "Add libkeyutils."
by Elliott Hughes
· 8 years ago
f8627ce
Add libkeyutils.
by Elliott Hughes
· 8 years ago
482f36c
init: remove restorecon() from util.cpp
by Tom Cherry
· 8 years ago
2cbbe9f
init: do not log directly from read_file() and write_file()
by Tom Cherry
· 8 years ago
e2629c5
Merge "init: manually restorecon mke2fs tools on ramdisk"
by Treehugger Robot
· 8 years ago
2d019f8
init: manually restorecon mke2fs tools on ramdisk
by Jin Qian
· 8 years ago
4599627
init: setup keyring before ueventd starts
by Mark Salyzyn
· 8 years ago
26ed9cb
init: rename 'Trigger' to 'Event' and convert to std::variant
by Tom Cherry
· 8 years ago
f1bd536
Merge "init: set ro.boot.avb_version in recovery mode"
by Treehugger Robot
· 8 years ago
bcd36a2
Merge "init: moving early mount logic into init_first_stage.cpp"
by Treehugger Robot
· 8 years ago
fd18a45
init: set ro.boot.avb_version in recovery mode
by Bowgo Tsai
· 8 years ago
d262017
init: moving early mount logic into init_first_stage.cpp
by Bowgo Tsai
· 8 years ago
30a6f27
init: clean up the SectionParser interface and Parser class
by Tom Cherry
· 8 years ago
98ad32a
init: handle sys.powerctl immediately
by Tom Cherry
· 8 years ago
1a898c2
Set libavb version into system property for Treble OTA
by Bowgo Tsai
· 8 years ago
e3e4821
ueventd: replace char* with std::string in struct uevent
by Tom Cherry
· 8 years ago
8bba52f
init: support early_mount with vboot 2.0 (external/avb/libavb)
by Bowgo Tsai
· 8 years ago
72ca48e
Merge "crash_dump: during early boot, output to kmsg on userdebug."
by Josh Gao
· 8 years ago
a74635d
Merge "Reflect move of mapping file to /system."
by Treehugger Robot
· 8 years ago
3f5eaae5
init: more header cleanup
by Tom Cherry
· 8 years ago
bf2dd48
crash_dump: during early boot, output to kmsg on userdebug.
by Josh Gao
· 8 years ago
2992311
Reflect move of mapping file to /system.
by Dan Cashman
· 8 years ago
e78ea77
bootstat: Refactor init/utils/boot_clock into base/chrono_utils.
by James Hawkins
· 8 years ago
7ef60b4
init: consolidate restorecon after selinux initialization in single function
by Sandeep Patil
· 8 years ago
8772b36
Merge changes from topic 'exec-start-update-verifier'
by Treehugger Robot
· 8 years ago
ccf2353
init: replace property_get with its android::base equivalent
by Tom Cherry
· 8 years ago
1ec1bd9
init: remove unused cutils includes
by Tom Cherry
· 8 years ago
b27004a
init: add exec_start command
by Tom Cherry
· 8 years ago
77ddcd5
init: Prevent spin loop while waiting for exec or property
by Tom Cherry
· 8 years ago
663fdfc
init: reboot to bootloader on crash for development builds
by Tom Cherry
· 8 years ago
34e7041
init: cleanup is_first_stage conditionals
by Tom Cherry
· 8 years ago
d8a7257
init: fix DumpState() logging
by Tom Cherry
· 8 years ago
a71dfec
Remove hard-coded policy version from secilc step
by Alex Klyubin
· 8 years ago
2d19aeb
Use precompiled sepolicy when available
by Alex Klyubin
· 8 years ago
1185050
Log stderr of secilc
by Alex Klyubin
· 8 years ago
c2a4c9a
Track the move of split SELinux policy CIL files
by Alex Klyubin
· 8 years ago
056eca2
Merge "Use split SELinux policy at boot, if available"
by Treehugger Robot
· 8 years ago
16696e2
Use split SELinux policy at boot, if available
by Alex Klyubin
· 8 years ago
3223272
init: skip early mount in recovery mode
by Bowgo Tsai
· 8 years ago
f719c25
Merge "init: early_mount: removing hard-coded paths"
by Treehugger Robot
· 8 years ago
d4beed2
init: early_mount: removing hard-coded paths
by Bowgo Tsai
· 8 years ago
4ec72cc
Treblize init.rc location
by Jaekyun Seok
· 8 years ago
c20c0c2
early_mount: fs_mgr: move all fstab logic into fs_mgr
by Sandeep Patil
· 8 years ago
e9da79b
init: early_mount: create device node for verity metadata partition
by Sandeep Patil
· 8 years ago
05ff38b
init: early_mount: disallow partitions to be verified at boot
by Sandeep Patil
· 8 years ago
0a3e36f
init: early_mount: add support to mount verity enabled partitions early
by Sandeep Patil
· 8 years ago
7635127
Set libavb version into system property for Treble OTA
by bowgotsai
· 8 years ago
1549257
Merge changes from topic 'pre-early-mount'
by Treehugger Robot
· 8 years ago
c8ac067
Revert "bootstat: Refactor init/utils/boot_clock into base/chrono_utils."
by James Hawkins
· 8 years ago
7c92e48
bootstat: Refactor init/utils/boot_clock into base/chrono_utils.
by James Hawkins
· 8 years ago
fc86f24
init: fstab: add support to read fstab entries from device tree
by Sandeep Patil
· 8 years ago
35403eb
init: early_mount: add support to mount non-verity partitions early
by Sandeep Patil
· 8 years ago
44a3ee2
init: remove the existing early_mount code
by Sandeep Patil
· 8 years ago
0e3167e
Revert "bootstat: Remove custom uptime parser in favor of elapsedRealtime."
by James Hawkins
· 8 years ago
26f40c0
bootstat: Remove custom uptime parser in favor of elapsedRealtime.
by James Hawkins
· 8 years ago
2d0fdaa
init: clean up exec command
by Wei Wang
· 8 years ago
c4af05f
Revert "Enable seccomp in init with generated policy"
by Paul Lawrence
· 8 years ago
132ac31
init: add wait_for_prop builtin command
by Wei Wang
· 8 years ago
d04b1ac
Merge "init: split property context into platform & non-platform components"
by Sandeep Patil
· 8 years ago
27c0522
boottime/init: Report ro.boottime.init* properties in milliseconds.
by James Hawkins
· 8 years ago
7a5db4e
init: split property context into platform & non-platform components
by Sandeep Patil
· 8 years ago
571cd23
Merge "init: add ro.boot.init_rc"
by Treehugger Robot
· 8 years ago
44f7e4f
Move the kptr_restrict setting from init.rc to init.cpp.
by Dave Weinstein
· 8 years ago
959aeb1
init: add ro.boot.init_rc
by Hung-ying Tyan
· 8 years ago
01519a2
Revert "init: add ro.boot.init_rc"
by Tao Bao
· 8 years ago
7e6d30e
init: add ro.boot.init_rc
by Hung-ying Tyan
· 8 years ago
db929bf
Enable seccomp in init with generated policy
by Paul Lawrence
· 8 years ago
77f0e9f
init: Make 'write_file' return bool to match 'read_file'.
by Jorge Lucangeli Obes
· 8 years ago
c249794
Move init bootcharting onto its own thread.
by Elliott Hughes
· 8 years ago
Next »