- 97047b5 init: Combine two global sigchld_fd variables into one by Bart Van Assche · 1 year, 9 months ago
- 7d1f582 Merge changes I5e259fdd,I5b9ab456 into main by Treehugger Robot · 1 year, 9 months ago
- a75f210 init: Make WaitToBeReaped() wait less long by Bart Van Assche · 1 year, 9 months ago
- 599d979 libprocessgroup: Remove max_processes from KillProcessGroup API by T.J. Mercier · 1 year, 10 months ago
- 3343ca2 Increase the number of service supplementary group by Yinchu Chen · 2 years ago
- 0d277d7 init: non-crashing service can restart immediately by Jiyong Park · 2 years, 2 months ago
- f5d22ef init: log when 'user' is unspecified by Steven Moreland · 2 years, 4 months ago
- de76688 init: Add gentle_kill service property by Daniel Rosenberg · 2 years, 8 months ago
- 24d1c23 Revert "host_init_verifier: add check for root services and linux capabilities" by Nikita Ioffe · 2 years, 7 months ago
- f1e3bff host_init_verifier: add check for root services and linux capabilities by Nikita Ioffe · 2 years, 8 months ago
- 0bb4757 init: Prevent copying of Service objects by Bart Van Assche · 2 years, 8 months ago
- 29d8a42 Revert "init: Add more diagnostics for signalfd hangs." by Bart Van Assche · 2 years, 8 months ago
- 01e6669 init: Fix a race condition in KillProcessGroup() by Bart Van Assche · 2 years, 9 months ago
- bfcf437 init: Document which class Service members are not modified by Bart Van Assche · 2 years, 9 months ago
- f26e59e Revert "init: Fix a race condition in KillProcessGroup()" by Bart Van Assche · 2 years, 9 months ago
- 15e5ecd init: Fix a race condition in KillProcessGroup() by Bart Van Assche · 2 years, 10 months ago
- dcc378e Revert "init: Fix a race condition in KillProcessGroup()" by Bart Van Assche · 2 years, 9 months ago
- d8ef6f8 init: Fix a race condition in KillProcessGroup() by Bart Van Assche · 2 years, 10 months ago
- 1693f42 init: Introduce class InterprocessFifo by Bart Van Assche · 2 years, 10 months ago
- c113dc3 Merge "Upgrade MTE to SYNC after ASYNC crash." by Treehugger Robot · 3 years ago
- 2ef47f8 Upgrade MTE to SYNC after ASYNC crash. by Florian Mayer · 3 years, 3 months ago
- e37c15e Merge changes from topic "vapex_stop_service" by Deyao Ren · 3 years ago
- 07595e1 Stop services when unload an apex by Deyao Ren · 3 years, 1 month ago
- aebf881 Merge "Add apex name to service" am: ec73481e58 by Deyao Ren · 3 years, 1 month ago
- df40ed1 Add apex name to service by Deyao Ren · 3 years, 1 month ago
- 000b854 Merge "init starts servicemanagers in "default" mount ns" am: e89c457157 by Jooyung Han · 3 years, 1 month ago
- c5fa15e init starts servicemanagers in "default" mount ns by Jooyung Han · 3 years, 1 month ago
- d7f2bfb init: Add more diagnostics for b/223076262. by David Anderson · 3 years, 4 months ago
- fe62ca7 Merge "init: Add more diagnostics for signalfd hangs." by David Anderson · 3 years, 5 months ago
- 14f9c15 init: Add more diagnostics for signalfd hangs. by David Anderson · 3 years, 5 months ago
- bd73665 Introduce the RunService() method by Bart Van Assche · 3 years, 5 months ago
- f2222aa Introduce the ConfigureMemcg() method by Bart Van Assche · 3 years, 5 months ago
- 847b80a Introduce the Service::CheckConsole() method by Bart Van Assche · 3 years, 5 months ago
- dd41635 init: remove the class_{start,reset}_post_data commands by Eric Biggers · 3 years, 9 months ago
- 0e5ad5a snapuserd: Allow connecting to the first-stage daemon. by David Anderson · 4 years, 1 month ago
- d14a178 Revert "init: make reboot_on_failure not apply to manually stopped services" by Eric Biggers · 4 years, 1 month ago
- 1c51525 init: make reboot_on_failure not apply to manually stopped services by Eric Biggers · 4 years, 3 months ago
- 0cbee0d Check if service is executed before APEX is ready by Kiyoung Kim · 4 years, 5 months ago
- f597fa5 Returns a service parse error on overrides across the treble boundary. by Daniel Norman · 4 years, 9 months ago
- 45215ae init/service_parser: Add arguments `window' and `target' for `critical' by Woody Lin · 6 years ago
- c9c0bba init: Add task_profiles init command by Suren Baghdasaryan · 5 years ago
- bdbf504 init: add ctl.oneshot_on/ctl.oneshot_off by Tom Cherry · 5 years ago
- 832f9f1 Revert "init: handle property service callbacks asynchronously" by Tom Cherry · 5 years ago
- 7205c62 init: handle property service callbacks asynchronously by Tom Cherry · 6 years ago
- 091c4d1 Remove service defined in an APEX during userspace reboot by Nikita Ioffe · 6 years ago
- d89ed13 init: always kill oneshot services' process groups. by Tom Cherry · 6 years ago
- 3f4b0d6 userspace reboot: stop post-data services and wait for them to be killed by Nikita Ioffe · 6 years ago
- 60971e6 init: add reboot_on_failure service option by Tom Cherry · 6 years ago
- 6737a6b init: Check onrestart commands by Tom Cherry · 6 years ago
- 4772f1d init: check the arguments of builtins during the build by Tom Cherry · 6 years ago
- 2e4c85f init: clean up file / socket descriptor creation by Tom Cherry · 6 years ago
- 247ffbf Fix a few clang-tidy issues and add NOLINT for others by Tom Cherry · 6 years ago
- b1ffb1d Move actual parsing from Service to ServiceParser by Tom Cherry · 6 years ago
- 2aeb1ad Split out ServiceList and ServiceParser from service.cpp/.h by Tom Cherry · 6 years ago
- bbcbc2f init: replace Result<Success> with Result<void> by Tom Cherry · 6 years ago
- e01ca4d init: Refactor service.h/cpp by Vic Yang · 6 years ago
- acc45aa class_start_post_data also starts disabled services. by Martijn Coenen · 6 years ago
- 70788f9 Support for stopping/starting post-data-mount class subsets. by Martijn Coenen · 6 years ago
- 1cd082d init: allow services to have no capabilities set by Tom Cherry · 7 years ago
- 6866041 Proper mount namespace configuration for bionic by Jiyong Park · 7 years ago
- 8b73dfc Revert "Bionic libs and the dynamic linker are bind mounted" by Jiyong Park · 7 years ago
- 2599088 Bionic libs and the dynamic linker are bind mounted by Jiyong Park · 7 years ago
- 80aa447 Add support for updatable services by Jiyong Park · 7 years ago
- d7157c2 Introduce additional service options for controlling memory cgroups. by Peter Collingbourne · 7 years ago
- 018a438 init: use rvalues references for callees of ParseLineSection() by Tom Cherry · 7 years ago
- ad9e7ea init: clarify some text/README about 'critical' services by Tom Cherry · 7 years ago
- 73f535e init: allow customizable restart and timeout periods for services by Tom Cherry · 7 years ago
- 1385725 init: switch out keychord id with std::vector match of chords by Mark Salyzyn · 7 years ago
- aead51b init: allow entering of network namespaces by Tom Cherry · 7 years ago
- 6227e34 init: ServiceList FindInterface by Steven Moreland · 7 years ago
- b418791 Merge "init: add sigstop option for debugging services from their start" by Tom Cherry · 7 years ago
- 8f38048 init: add sigstop option for debugging services from their start by Tom Cherry · 7 years ago
- c73b215 Re-land "If enablefilecrypto or init_user0 fails, reboot into recovery." by Paul Crowley · 7 years ago
- e242a97 Revert "If enablefilecrypto or init_user0 fails, reboot into recovery." by Paul Crowley · 7 years ago
- 959b055 If enablefilecrypto or init_user0 fails, reboot into recovery. by Paul Crowley · 7 years ago
- 6f5333a Allow a service to override another. by Steven Moreland · 8 years ago
- 7d0a5c3 EndSection returns Result<Success> by Steven Moreland · 8 years ago
- e055d73 init language extension for lazy HIDL services. by Steven Moreland · 8 years ago
- cb0f9bb init: run vendor commands in a separate SELinux context by Tom Cherry · 8 years ago
- 7ac013d init: support setting rlimits per service by Tom Cherry · 8 years ago
- 76af7e6 init: log Service failures via Result<T> by Tom Cherry · 8 years ago
- 6de21f1 init: cleanup environment handling by Tom Cherry · 8 years ago
- 89bcc85 init: use Result<T> for the parsing functions by Tom Cherry · 8 years ago
- 911b9b1 init: rename ServiceManager to ServiceList and clean it up by Tom Cherry · 8 years ago
- eeee831 init: move reaping from ServiceManager to signal_handler.cpp by Tom Cherry · 8 years ago
- 3b81f2d init: move exec operations out of ServiceManager by Tom Cherry · 8 years ago
- d269e3a init: fix process restarting by Tom Cherry · 8 years ago
- 379123f Merge "init: remove Parser singleton and related cleanup" by Tom Cherry · 8 years ago
- 67dee62 init: remove Parser singleton and related cleanup by Tom Cherry · 8 years ago
- 5938379 init: shutdown services in the opposite order that they started by Tom Cherry · 8 years ago
- d485226 Add memcg related configs to init. by Robert Benea · 8 years ago
- ede0d53 Move Timer from init to libbase by Tom Cherry · 8 years ago
- b3915d1 Merge "add "shutdown critical" to service" by Treehugger Robot · 8 years ago
- cccb34f add "shutdown critical" to service by Keun-young Park · 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
- 33838b1 init: change kill order and fix error reporting in KillProcessGroup() by Tom Cherry · 8 years ago
- 7da5485 init: add an initializer for keychord_id_ by Tom Cherry · 8 years ago
- 30a6f27 init: clean up the SectionParser interface and Parser class by Tom Cherry · 8 years ago
- 012c573 init: Stop combining actions by Tom Cherry · 8 years ago