summaryrefslogtreecommitdiffstats
path: root/init/init.cpp
Commit message (Expand)AuthorAgeFilesLines
* Copying debug ramdisk files to /debug_ramdisk/*Bowgo Tsai2019-04-201-0/+7
* init: set oom_adj early before fork vendor_initWei Wang2019-04-181-0/+5
* CgroupSetupCgroups -> CgroupSetupYifan Hong2019-04-021-1/+1
* libprocessgroup: Move CgroupSetupCgroups() to libprocessgroup_setupYifan Hong2019-04-021-0/+1
* libprocessgroup: restrict SetupCgroups to one-time usage and only by initSuren Baghdasaryan2019-03-281-1/+1
* init: add MountHandler property handlerMark Salyzyn2019-03-151-0/+2
* Allow overriding ro.debuggable to 1 on USER buildsBowgo Tsai2019-03-151-1/+11
* init: Set a property indicating that we're booting into a GSI.David Anderson2019-02-141-0/+8
* Merge "init: print property/value for wait_for_property"Treehugger Robot2019-02-061-1/+2
|\
| * init: print property/value for wait_for_propertyWei Wang2019-02-061-1/+2
* | libprocessgroup: Add support for task profilesSuren Baghdasaryan2019-02-031-0/+14
* | Proper mount namespace configuration for bionicJiyong Park2019-01-301-0/+5
|/
* Init: error on oneway calls.Steven Moreland2019-01-111-0/+2
* Merge "Run BoringSSL self test during startup"Treehugger Robot2018-11-291-0/+4
|\
| * Run BoringSSL self test during startupBranden Archer2018-11-281-0/+4
* | init: clean up the 1st/2nd stage init splitTom Cherry2018-11-121-72/+1
|/
* init parses *.rc files from APEXesJiyong Park2018-11-101-0/+8
* Mount vendor overlay from the system partitionJustin Yun2018-11-011-0/+2
* init: Add some ASAN helpersTom Cherry2018-10-191-0/+27
* Merge "init: move InitKernelLogging() to first stage init"Tom Cherry2018-10-051-18/+2
|\
| * init: move InitKernelLogging() to first stage initTom Cherry2018-10-051-18/+2
* | Merge "init: allow customizable restart and timeout periods for services"Tom Cherry2018-10-051-9/+20
|\ \
| * | init: allow customizable restart and timeout periods for servicesTom Cherry2018-10-041-9/+20
| |/
* | Merge "Set device lock status from kernel command line."Treehugger Robot2018-09-261-6/+6
|\ \ | |/ |/|
| * Set device lock status from kernel command line.Hridya Valsaraju2018-09-251-6/+6
* | init: move selinux and seccomp set up to 2nd stage init.Tom Cherry2018-09-181-0/+47
|/
* init: Allow restricted use of binder.Martijn Coenen2018-09-071-0/+23
* s/product-services/product_services/gDario Freni2018-08-201-2/+2
* split first stage init into a separate executableTom Cherry2018-08-061-7/+0
* Split init's source files init first stage and second stageTom Cherry2018-08-031-151/+7
* Merge "Move watchdogd out of init"Tom Cherry2018-08-031-5/+0
|\
| * Move watchdogd out of initTom Cherry2018-08-021-5/+0
* | Merge "init: run fsck for early mount partitions"Tom Cherry2018-08-011-0/+4
|\ \ | |/ |/|
| * init: run fsck for early mount partitionsTom Cherry2018-07-311-0/+4
* | Add support for /product-services partition.Dario Freni2018-07-261-0/+3
|/
* Merge "init: rename init_first_stage"Treehugger Robot2018-07-211-1/+1
|\
| * init: rename init_first_stageTom Cherry2018-07-201-1/+1
* | init: clean up logging initializationTom Cherry2018-07-201-2/+29
|/
* Add /mnt/product rw mount point for product partitions.Bowgo Tsai2018-06-291-0/+3
* init: Don't set ro.serialno when androidboot.serialno is not setChris Morin2018-06-211-4/+6
* init: Actually check the return value for calls during first stage initTom Cherry2018-06-121-19/+33
* init: switch out keychord id with std::vector match of chordsMark Salyzyn2018-05-291-12/+20
* init: turn keychords into a standalone classMark Salyzyn2018-05-291-3/+4
* init: refactor keychord for testingMark Salyzyn2018-05-291-1/+23
* init: separate out epoll into a classMark Salyzyn2018-05-211-55/+24
* Merge changes from topic "interface_builtins"Steven Moreland2018-05-091-28/+17
|\
| * init: ServiceList FindInterfaceSteven Moreland2018-05-081-28/+17
* | init: switch from /dev/keychord to /dev/input/Mark Salyzyn2018-05-081-3/+3
* | init: use std::function for epoll handlingTom Cherry2018-05-081-7/+27
|/
* Merge "Add /mnt/vendor rw mount point for vendor partitions."Tri Vo2018-04-181-0/+8
|\