summaryrefslogtreecommitdiff
path: root/state.c
Commit message (Expand)AuthorAgeFilesLines
* procd: fix compiler warningJohn Crispin2021-01-261-1/+4
* early: fall-back to run ubus as root if user can't be foundDaniel Golle2020-12-041-1/+4
* early: run ubusd non-root as user ubus, group ubusDaniel Golle2020-10-191-1/+8
* state: fix reboot causing shutdown inside LXC containerPetr Štetiar2020-01-211-22/+30
* state: fix shutdown when running in a container (FS#2425)Paul Spooren2019-08-051-11/+16
* procd: Add %m to several functions that return errno.Rosen Penev2018-01-021-3/+3
* add late variant of respawn and askconsoleJohn Crispin2016-09-281-0/+2
* service: get rid of service_init and service_validate_init, use static avl tr...Felix Fietkau2016-03-051-1/+0
* add a build-time option to disable init related codeFelix Fietkau2016-03-051-1/+4
* properly handle return codesJohn Crispin2015-03-281-8/+14
* Convert log calls to ulog() apiJo-Philipp Wich2015-02-251-0/+3
* Fix ctrl+alt+del supportMichel Stam2014-10-121-0/+2
* Show the shutdown sequence on the active virtual terminalMichel Stam2014-10-121-0/+52
* make procd wait for ubus to come upJohn Crispin2014-10-061-3/+11
* Fix 'reboot' message when the system is powering downMichel Stam2014-10-021-1/+4
* Reboot busybox style via procdMichel Stam2014-10-021-1/+14
* Kill processes on shutdownMichel Stam2014-10-021-0/+10
* Fix procd not handling rapid reboot signals very wellMichel Stam2014-10-021-0/+2
* state.c: pass ubus commandline is writable buffer to service_start_early()Jo-Philipp Wich2014-01-201-1/+2
* debloat and reorganize codeJohn Crispin2013-11-151-6/+9
* add service_validator supportJohn Crispin2013-11-121-0/+2
* Fix event type reporting when calling 'procd_shutdown'.Yousong Zhou2013-07-231-1/+1
* the cloexec logic of the watchdog was brokenJohn Crispin2013-07-141-4/+3
* fix up watchdog init codeJohn Crispin2013-07-111-0/+3
* get rid of sleep() callsJohn Crispin2013-06-271-2/+1
* add respawn supportJohn Crispin2013-06-241-0/+1
* drop good bye messageJohn Crispin2013-06-141-1/+1
* add state handlerJohn Crispin2013-03-131-0/+93