Gitiles
Code Review
Sign In
gerrit.omnirom.org
/
android_system_core
/
cd63cae6b206a067fab1afe78f7647f1f2cb1513
/
init
/
init.cpp
080fa98
init: even better logging around subsequent sys.powerctl messages
by Tom Cherry
· 5 years ago
22d6348
init: do not handle control messages after shutdown
by Tom Cherry
· 5 years ago
4046333
init: use an eventfd instead of socketpair to wake the main loop
by Tom Cherry
· 5 years ago
975bfe1
init: add missing TEMP_FAILURE_RETRY
by Tom Cherry
· 5 years ago
1c68836
init: add more logging around reboots
by Tom Cherry
· 5 years ago
bdbf504
init: add ctl.oneshot_on/ctl.oneshot_off
by Tom Cherry
· 5 years ago
fd470e8
init: use a no-op signal handler instead of SIG_IGN for SIGPIPE
by Tom Cherry
· 5 years ago
802864c
init: handle property messages asynchronously #2
by Tom Cherry
· 5 years ago
832f9f1
Revert "init: handle property service callbacks asynchronously"
by Tom Cherry
· 5 years ago
14ce87c
Merge "Refine the exported DSU status"
by Howard Chen
· 5 years ago
50dfcb0
Fix missing Result::ok() call in init
by Bernie Innocenti
· 5 years ago
2e1c6b2
Refine the exported DSU status
by Howard Chen
· 5 years ago
7205c62
init: handle property service callbacks asynchronously
by Tom Cherry
· 6 years ago
cecebbb
Convert system/core to Result::ok()
by Bernie Innocenti
· 6 years ago
44d5ec3
init: handle process actions when waiting for exec services
by Tom Cherry
· 6 years ago
f0f7e70
init: add builtin check for perf_event LSM hooks
by Ryan Savitski
· 6 years ago
99df54b
Move linker config under /linkerconfig
by Kiyoung Kim
· 6 years ago
abd5046
Merge "Remove service defined in an APEX during userspace reboot"
by Nikita Ioffe
· 6 years ago
091c4d1
Remove service defined in an APEX during userspace reboot
by Nikita Ioffe
· 6 years ago
c88d8f9
init: Replace property_set() with android::base::SetProperty()
by Tom Cherry
· 6 years ago
18278d2
init: make triggering shutdown from vendor_init better
by Tom Cherry
· 6 years ago
47cdf6c
Merge "Move init and ueventd scripts from / to /system/etc"
by Tom Cherry
· 6 years ago
c9f5353
Move init and ueventd scripts from / to /system/etc
by Tom Cherry
· 6 years ago
c29c2ba
init: Add support for native service registration with lmkd
by Suren Baghdasaryan
· 6 years ago
0dbfea7
init: trigger shutdown directly from builtins
by Tom Cherry
· 6 years ago
ba6968e
Add a skeleton of userspace reboot
by Nikita Ioffe
· 6 years ago
14c2472
init: degeneralize subcontext init into only vendor_init
by Tom Cherry
· 6 years ago
f3a5ab8
Merge "Remove the global seccomp option."
by Elliott Hughes
· 6 years ago
60971e6
init: add reboot_on_failure service option
by Tom Cherry
· 6 years ago
4e46a33
Merge "Reland^2: "init: run property service in a thread""
by Tom Cherry
· 6 years ago
1ab3dfc
Reland^2: "init: run property service in a thread"
by Tom Cherry
· 6 years ago
4e6bf25
Remove the global seccomp option.
by Elliott Hughes
· 6 years ago
1136f15
Init: Run boringssl self test via separate binaries.
by Tobias Thierer
· 6 years ago
905a5df
init: Always reap processes before handling properties
by Tom Cherry
· 6 years ago
9800ad8
init: -1 log for control message error paths.
by Steven Moreland
· 6 years ago
4adbd29
Merge "Revert "Reland: "init: run property service in a thread"""
by Tom Cherry
· 6 years ago
3da2ba6
Revert "Reland: "init: run property service in a thread""
by Tom Cherry
· 6 years ago
88bba95
Merge "init: set SetKptrRestrict before early-init"
by Treehugger Robot
· 6 years ago
33783fc
init: set SetKptrRestrict before early-init
by Ravi Kumar Siddojigari
· 6 years ago
8efca4b
Reland: "init: run property service in a thread"
by Tom Cherry
· 6 years ago
f451426
Revert "init: run property service in a thread"
by Tom Cherry
· 6 years ago
26f5e7d
init: run property service in a thread
by Tom Cherry
· 6 years ago
d52a5b3
init: simplify keyword_map
by Tom Cherry
· 6 years ago
4280165
Merge "Remove binder dependency in init."
by Steven Moreland
· 6 years ago
4ee2703
Remove binder dependency in init.
by Steven Moreland
· 6 years ago
7eaf9b5
Rename product_services to system_ext
by Justin Yun
· 6 years ago
3df8dc5
Checks each interface in an init_rc file is a known hidl_interface.
by Daniel Norman
· 6 years ago
172c83f
init: remove last init.cpp global
by Tom Cherry
· 6 years ago
ff88e30
init: remove console_init_action
by Tom Cherry
· 6 years ago
2aeb1ad
Split out ServiceList and ServiceParser from service.cpp/.h
by Tom Cherry
· 6 years ago
39fafed
init: use a property instead of file to communicate cold boot done
by Tom Cherry
· 6 years ago
bbcbc2f
init: replace Result<Success> with Result<void>
by Tom Cherry
· 6 years ago
92c236e
init: Refactor selinux.h/cpp
by Vic Yang
· 6 years ago
59656fb
init: dump stack when aborting
by Tom Cherry
· 6 years ago
5f01d3a
init: add error handling in control message
by Wei Wang
· 6 years ago
44505ec
init: move "started at" environment var names to headers
by Mark Salyzyn
· 6 years ago
10377df
init: ro.boottime.init.first_stage
by Mark Salyzyn
· 6 years ago
72d8d2f
Merge "Copying debug ramdisk files to /debug_ramdisk/*"
by Treehugger Robot
· 6 years ago
a7c103e
Merge "init: set oom_adj early before fork vendor_init"
by Treehugger Robot
· 6 years ago
30afda7
Copying debug ramdisk files to /debug_ramdisk/*
by Bowgo Tsai
· 6 years ago
45d8174
init: set oom_adj early before fork vendor_init
by Wei Wang
· 6 years ago
9d7b89a
CgroupSetupCgroups -> CgroupSetup
by Yifan Hong
· 6 years ago
6f9ce2e
libprocessgroup: Move CgroupSetupCgroups() to libprocessgroup_setup
by Yifan Hong
· 6 years ago
5b53573
libprocessgroup: restrict SetupCgroups to one-time usage and only by init
by Suren Baghdasaryan
· 6 years ago
a73ed22
init: add MountHandler property handler
by Mark Salyzyn
· 6 years ago
1dacd42
Allow overriding ro.debuggable to 1 on USER builds
by Bowgo Tsai
· 6 years ago
372278c
init: Set a property indicating that we're booting into a GSI.
by David Anderson
· 7 years ago
54f7e57
Merge "init: print property/value for wait_for_property"
by Treehugger Robot
· 7 years ago
c9352bb
init: print property/value for wait_for_property
by Wei Wang
· 7 years ago
82b72a5
libprocessgroup: Add support for task profiles
by Suren Baghdasaryan
· 7 years ago
6866041
Proper mount namespace configuration for bionic
by Jiyong Park
· 7 years ago
dc1f247
Init: error on oneway calls.
by Steven Moreland
· 7 years ago
044e027
Merge "Run BoringSSL self test during startup"
by Treehugger Robot
· 7 years ago
d052118
Run BoringSSL self test during startup
by Branden Archer
· 7 years ago
7bfea3d
init: clean up the 1st/2nd stage init split
by Tom Cherry
· 7 years ago
c240440
init parses *.rc files from APEXes
by Jiyong Park
· 7 years ago
6bab0a9
Mount vendor overlay from the system partition
by Justin Yun
· 7 years ago
e004241
init: Add some ASAN helpers
by Tom Cherry
· 7 years ago
64990d5
Merge "init: move InitKernelLogging() to first stage init"
by Tom Cherry
· 7 years ago
48e83e6
init: move InitKernelLogging() to first stage init
by Tom Cherry
· 7 years ago
5f2a21d
Merge "init: allow customizable restart and timeout periods for services"
by Tom Cherry
· 7 years ago
73f535e
init: allow customizable restart and timeout periods for services
by Tom Cherry
· 7 years ago
5952034
Merge "Set device lock status from kernel command line."
by Treehugger Robot
· 7 years ago
5ed3278
Set device lock status from kernel command line.
by Hridya Valsaraju
· 7 years ago
d9e53da
init: move selinux and seccomp set up to 2nd stage init.
by Tom Cherry
· 7 years ago
62e985a
init: Allow restricted use of binder.
by Martijn Coenen
· 7 years ago
ab5583b
s/product-services/product_services/g
by Dario Freni
· 7 years ago
3143848
split first stage init into a separate executable
by Tom Cherry
· 7 years ago
44aceed
Split init's source files init first stage and second stage
by Tom Cherry
· 7 years ago
132615b
Merge "Move watchdogd out of init"
by Tom Cherry
· 7 years ago
40acb37
Move watchdogd out of init
by Tom Cherry
· 7 years ago
6e05552
Merge "init: run fsck for early mount partitions"
by Tom Cherry
· 7 years ago
81ae075
init: run fsck for early mount partitions
by Tom Cherry
· 7 years ago
3613710
Add support for /product-services partition.
by Dario Freni
· 7 years ago
1d2b29a
Merge "init: rename init_first_stage"
by Treehugger Robot
· 7 years ago
38a11cc
init: rename init_first_stage
by Tom Cherry
· 7 years ago
74069d1
init: clean up logging initialization
by Tom Cherry
· 7 years ago
acc31ce
Add /mnt/product rw mount point for product partitions.
by Bowgo Tsai
· 7 years ago
39d124b
init: Don't set ro.serialno when androidboot.serialno is not set
by Chris Morin
· 7 years ago
788fc82
init: Actually check the return value for calls during first stage init
by Tom Cherry
· 7 years ago
Next »