- 1daf88d init: Fix signalfd support in WaitToBeReaped() by Bart Van Assche · 1 year, 9 months ago
- 9c6b723 init: Introduce the function ReapAndRemove() by Bart Van Assche · 1 year, 9 months ago
- a75f210 init: Make WaitToBeReaped() wait less long by Bart Van Assche · 1 year, 9 months ago
- 7ce6453 init: Fix a bug in the WaitToBeReaped() logging code by Bart Van Assche · 1 year, 9 months ago
- c7d7ed0 init: Document that ReapOneProcess() does not modify 'pid' by Bart Van Assche · 2 years, 10 months ago
- ea595ba init: Log more information if stopping times out by Bart Van Assche · 2 years, 10 months ago
- 0fa7c40 init: Add diagnostics for signalfd epoll failures. by David Anderson · 3 years, 5 months 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
- 3f4b0d6 userspace reboot: stop post-data services and wait for them to be killed by Nikita Ioffe · 6 years ago
- f7c2bfe init: add timing log for oneshot and exec_background services by Wei Wang · 6 years ago
- 2aeb1ad Split out ServiceList and ServiceParser from service.cpp/.h by Tom Cherry · 6 years ago
- fe81541 init: simplify async restorecon by Tom Cherry · 6 years ago
- c73b215 Re-land "If enablefilecrypto or init_user0 fails, reboot into recovery." by Paul Crowley · 7 years ago
- 1325ec8 init: use signalfd to catch SIGCHLD by Ryan Prichard · 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
- cb0f9bb init: run vendor commands in a separate SELinux context by Tom Cherry · 8 years ago
- 4a67945 init: cleanup exit() uses by Tom Cherry · 8 years ago
- 9f97f47 init: Allow clean system shutdown upon SIGTERM by Luis Hector Chavez · 8 years ago[Renamed (98%) from init/signal_handler.cpp]
- 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
- 81f5d3e init: create android::init:: namespace by Tom Cherry · 8 years ago
- 1c3a53f init: cleanup some string usage by Tom Cherry · 8 years ago
- 3f5eaae5 init: more header cleanup by Tom Cherry · 8 years ago
- 1ec1bd9 init: remove unused cutils includes by Tom Cherry · 8 years ago
- 331cf2f Replace the "coldboot" timeout with a property. by Elliott Hughes · 9 years ago
- f86b5a6 Move init to libbase logging. by Elliott Hughes · 9 years ago
- b7e03e8 init: Allows shutting down cleanly. by Bertrand SIMONNET · 10 years ago
- 4f71319 Track rename of base/ to android-base/. by Elliott Hughes · 10 years ago
- bac3299 Create Service and ServiceManager classes by Tom Cherry · 10 years ago
- fa0c21c init: Create classes for Action and Command by Tom Cherry · 10 years ago
- ee53006 init: expand_props for onrestart commands. by Yabin Cui · 10 years ago
- 929f407 Switch init to epoll. by Elliott Hughes · 10 years ago
- 9042cae Clean up init signal handling a little. by Elliott Hughes · 10 years ago
- da40c00 Log more timing information from init. by Elliott Hughes · 10 years ago
- 8d82ea0 Implement exec. by Elliott Hughes · 11 years ago
- 2462790 Use TEMP_FAILURE_RETRY, always build bootchart.cpp. by Elliott Hughes · 11 years ago
- f3cf438 Build init as C++. by Elliott Hughes · 11 years ago[Renamed from init/signal_handler.c]
- 45a884f Add O_CLOEXEC to lots of open() calls. by Nick Kralevich · 11 years ago
- 6c5ad5c Make init distinguish between orderly exit and being killed by signals. by Elliott Hughes · 12 years ago
- 83ada44 Merge changes Ib54f39fd,I7e36edd8 by Colin Cross · 12 years ago
- 6736eb1 Use sigemptyset to initialise signal mask as it is more portable. by Chris Dearman · 13 years ago
- b54f39f init: Retain traditional restart behavior for critical and oneshot services. by Mike Kasick · 14 years ago
- da04c52 init/cutils: move list utility code to cutils from init by Dima Zavin · 14 years ago
- e3aeeb4 Try to unmount writable filesystems when rebooting by Ken Sumrall · 14 years ago
- 752923c Changes to init to support encrypted filesystems. by Ken Sumrall · 15 years ago
- ed8a7d8 init: Move list and log handling to list.h and log.h by Colin Cross · 15 years ago
- 12541c6 init: reap exited child processes on signal_init by Colin Cross · 15 years ago
- 3899e9f init: Move prototypes for util.c into util.h by Colin Cross · 15 years ago
- 9c5366b init: Move signal handling to signal_handler.c by Colin Cross · 15 years ago