Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-11-18 | add a event broadcast function | John Crispin | |
Signed-off-by: John Crispin <blogic@openwrt.org> | |||
2013-11-15 | debloat and reorganize code | John Crispin | |
split app into procd and init binaries remove log support, this is an external service now Signed-off-by: John Crispin <blogic@openwrt.org> | |||
2013-11-08 | the automatic service restart should not happen during sysupgrade | John Crispin | |
Signed-off-by: John Crispin <blogic@openwrt.org> | |||
2013-09-28 | syslog() is a blocking call on eglibc. as procd provides the actual syslog, ↵ | John Crispin | |
weneed to make sure that we do not run into a deadlock. Signed-off-by: John Crispin <blogic@openwrt.org> Signed-off-by: Markus Stenberg <markus.stenberg@iki.fi> | |||
2013-09-03 | add suport for measuring process resource usage | John Crispin | |
Signed-off-by: John Crispin <blogic@openwrt.org> | |||
2013-07-04 | add trigger support | John Crispin | |
Signed-off-by: John Crispin <blogic@openwrt.org> | |||
2013-05-09 | add a rcS helper | John Crispin | |
Signed-off-by: John Crispin <blogic@openwrt.org> | |||
2013-04-23 | fix behaviour during sysupgrade | John Crispin | |
Signed-off-by: John Crispin <blogic@openwrt.org> | |||
2013-04-23 | make reboot work without -f in failsafe | John Crispin | |
Singed-off-by: John Crispin <blogic@openwrt.org> | |||
2013-03-13 | add new main.c and fix Makefile/headers | John Crispin | |
2012-12-31 | use calloc_a | Felix Fietkau | |
Signed-off-by: Felix Fietkau <nbd@openwrt.org> | |||
2012-06-25 | add new debug macro | Felix Fietkau | |
2012-06-01 | implement more parts of the service core api | Felix Fietkau | |
2012-06-01 | add the service object | Felix Fietkau | |
2012-06-01 | initial import: starts and connects to ubus | Felix Fietkau | |