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
*
Split init's source files init first stage and second stage
Tom Cherry
2018-08-03
1
-151
/
+7
*
Merge "Move watchdogd out of init"
Tom Cherry
2018-08-03
1
-5
/
+0
|
\
|
*
Move watchdogd out of init
Tom Cherry
2018-08-02
1
-5
/
+0
*
|
Merge "init: run fsck for early mount partitions"
Tom Cherry
2018-08-01
1
-0
/
+4
|
\
\
|
|
/
|
/
|
|
*
init: run fsck for early mount partitions
Tom Cherry
2018-07-31
1
-0
/
+4
*
|
Add support for /product-services partition.
Dario Freni
2018-07-26
1
-0
/
+3
|
/
*
Merge "init: rename init_first_stage"
Treehugger Robot
2018-07-21
1
-1
/
+1
|
\
|
*
init: rename init_first_stage
Tom Cherry
2018-07-20
1
-1
/
+1
*
|
init: clean up logging initialization
Tom Cherry
2018-07-20
1
-2
/
+29
|
/
*
Add /mnt/product rw mount point for product partitions.
Bowgo Tsai
2018-06-29
1
-0
/
+3
*
init: Don't set ro.serialno when androidboot.serialno is not set
Chris Morin
2018-06-21
1
-4
/
+6
*
init: Actually check the return value for calls during first stage init
Tom Cherry
2018-06-12
1
-19
/
+33
*
init: switch out keychord id with std::vector match of chords
Mark Salyzyn
2018-05-29
1
-12
/
+20
*
init: turn keychords into a standalone class
Mark Salyzyn
2018-05-29
1
-3
/
+4
*
init: refactor keychord for testing
Mark Salyzyn
2018-05-29
1
-1
/
+23
*
init: separate out epoll into a class
Mark Salyzyn
2018-05-21
1
-55
/
+24
*
Merge changes from topic "interface_builtins"
Steven Moreland
2018-05-09
1
-28
/
+17
|
\
|
*
init: ServiceList FindInterface
Steven Moreland
2018-05-08
1
-28
/
+17
*
|
init: switch from /dev/keychord to /dev/input/
Mark Salyzyn
2018-05-08
1
-3
/
+3
*
|
init: use std::function for epoll handling
Tom Cherry
2018-05-08
1
-7
/
+27
|
/
*
Merge "Add /mnt/vendor rw mount point for vendor partitions."
Tri Vo
2018-04-18
1
-0
/
+8
|
\
|
*
Add /mnt/vendor rw mount point for vendor partitions.
Tri Vo
2018-04-17
1
-0
/
+8
*
|
init: add sigstop option for debugging services from their start
Tom Cherry
2018-04-17
1
-0
/
+4
|
/
*
init: use signalfd to catch SIGCHLD
Ryan Prichard
2018-04-12
1
-27
/
+50
*
init: log control messages along with the process that sent them
Tom Cherry
2018-02-21
1
-1
/
+17
*
Move ActionParser to its own file
Tom Cherry
2018-02-13
1
-0
/
+1
*
Do not block SIGTERM in init's child processes
yusukes
2018-02-02
1
-0
/
+17
*
Support /product partition
Jaekyun Seok
2018-01-25
1
-2
/
+5
*
Move all of init to libinit
Tom Cherry
2018-01-19
1
-4
/
+0
*
init language extension for lazy HIDL services.
Steven Moreland
2017-10-19
1
-12
/
+78
*
Merge "init: run vendor commands in a separate SELinux context"
Tom Cherry
2017-10-02
1
-7
/
+17
|
\
|
*
init: run vendor commands in a separate SELinux context
Tom Cherry
2017-09-29
1
-7
/
+17
*
|
Merge "init: report shutdown,container for sigterm of init"
Mark Salyzyn
2017-09-27
1
-2
/
+1
|
\
\
|
|
/
|
/
|
|
*
init: report shutdown,container for sigterm of init
Mark Salyzyn
2017-09-27
1
-2
/
+1
*
|
init: cleanup exit() uses
Tom Cherry
2017-09-26
1
-2
/
+1
|
/
*
init: fix crash when reboot is triggered by a builtin
Tom Cherry
2017-09-15
1
-3
/
+19
*
init: Allow clean system shutdown upon SIGTERM
Luis Hector Chavez
2017-09-07
1
-2
/
+45
*
Merge "init: fix signal handling and LOG(FATAL) in child processes"
Tom Cherry
2017-08-28
1
-3
/
+9
|
\
|
*
init: fix signal handling and LOG(FATAL) in child processes
Tom Cherry
2017-08-25
1
-3
/
+9
*
|
init: log all failures of Service::Start()
Tom Cherry
2017-08-25
1
-2
/
+6
|
/
*
init: cleanup environment handling
Tom Cherry
2017-08-23
1
-36
/
+2
*
init: replace panic() with LOG(FATAL)
Tom Cherry
2017-08-17
1
-12
/
+11
*
init: use Result<T> for builtin functions
Tom Cherry
2017-08-14
1
-14
/
+10
*
init: split security functions out of init.cpp
Tom Cherry
2017-08-14
1
-566
/
+14
*
init: fix format issue
Tom Cherry
2017-08-11
1
-1
/
+1
*
init: more unique_fd, less goto
Tom Cherry
2017-08-04
1
-49
/
+29
*
Merge changes Ibd57c103,I81f1e8ac,Ia6e546fe
Tom Cherry
2017-08-01
1
-12
/
+12
|
\
|
*
init: rename ServiceManager to ServiceList and clean it up
Tom Cherry
2017-08-01
1
-10
/
+10
|
*
init: move exec operations out of ServiceManager
Tom Cherry
2017-08-01
1
-2
/
+2
*
|
Merge "init: fix process restarting"
Tom Cherry
2017-08-01
1
-12
/
+25
|
\
|
[next]