Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-07-11 | fix wdt cloexec bug | John Crispin | |
Signed-off-by: John Crispin <blogic@openwrt.org> | |||
2013-07-11 | fix up watchdog init code | John Crispin | |
Signed-off-by: John Crispin <blogic@openwrt.org> | |||
2013-07-10 | print services with no instances when verbose is set | John Crispin | |
Signed-off-by: John Crispin <blogic@openwrt.org> | |||
2013-07-10 | fix service level triggers | John Crispin | |
Signed-off-by: John Crispin <blogic@openwrt.org> | |||
2013-07-10 | make the verbose argument a bool | John Crispin | |
Signed-off-by: John Crispin <blogic@openwrt.org> | |||
2013-07-10 | invalid pointer was passed to free() | John Crispin | |
Signed-off-by: John Crispin <blogic@openwrt.org> | |||
2013-07-10 | remove bogus subscriber | John Crispin | |
Signed-off-by: John Crispin <blogic@openwrt.org> | |||
2013-07-10 | remove support fro trigegrs not linked to a service | John Crispin | |
Signed-off-by: John Crispin <blogic@openwrt.org> | |||
2013-07-09 | the delete handle should return an error if no service is named instead of ↵ | John Crispin | |
killing all services Signed-off-by: John Crispin <blogic@openwrt.org> | |||
2013-07-09 | Fix logread file logging | John Crispin | |
This patch fixes logread and now appends to files instead of writting to the beginning the specified logfile. It also sets the access rights to 0600. Signed-off-by: Peter Wagner <tripolar@gmx.at> | |||
2013-07-09 | fix up the loging over network | John Crispin | |
Signed-off-by: John Crispin <blogic@openwrt.org> | |||
2013-07-08 | dont list services that have no instances | John Crispin | |
Signed-off-by: John Crispin <blogic@openwrt.org> | |||
2013-07-08 | close stdin/out/err before forking an instance | John Crispin | |
Signed-off-by: John Crispin <blogic@openwrt.org> | |||
2013-07-08 | remove superflous define | John Crispin | |
Signed-off-by: John Crispin <blogic@openwrt.org> | |||
2013-07-08 | extend logread | John Crispin | |
* log to file * add pidfile support * reconnect when logging over network | |||
2013-07-08 | bugfix of error handling while open() | Thomas Huehn | |
The normal return value from open() is a non-negative integer. In the case of an error, a value of -1 is returned instead. Signed-off-by: Thomas Huehn <thomas@net.t-labs.tu-berlin.de> | |||
2013-07-04 | add trigger support | John Crispin | |
Signed-off-by: John Crispin <blogic@openwrt.org> | |||
2013-07-03 | properly fix umask handling | John Crispin | |
https://dev.openwrt.org/ticket/13752 https://dev.openwrt.org/ticket/13794 Signed-off-by: John Crispin <blogic@openwrt.org> | |||
2013-07-03 | add 2 second sleep before rebooting | John Crispin | |
stderr is lost without this whena crash happens Signed-off-by: John Crispin <blogic@openwrt.org> | |||
2013-06-29 | add support for the system.event node | John Crispin | |
Signed-off-by: John Crispin <blogic@openwrt.org> | |||
2013-06-27 | get rid of sleep() calls | John Crispin | |
Signed-off-by: John Crispin <blogic@openwrt.org> | |||
2013-06-27 | make ubus handling use uloop timers | John Crispin | |
Signed-off-by: John Crispin <blogic@openwrt.org> | |||
2013-06-24 | set global umask to 0 | John Crispin | |
Signed-off-by: John Crispin <blogic@openwrt.org> | |||
2013-06-24 | add respawn support | John Crispin | |
https://dev.openwrt.org/ticket/13751 Signed-off-by: John Crispin <blogic@openwrt.org> | |||
2013-06-19 | make add facility and level to logread output | John Crispin | |
Signed-off-by: John Crispin <blogic@openwrt.org> | |||
2013-06-14 | drop good bye message | John Crispin | |
Signed-off-by: John Crispin <blogic@openwrt.org> | |||
2013-06-13 | register the system namespace on ubus regardless of the pid | John Crispin | |
Signed-off-by: John Crispin <blogic@openwrt.org> | |||
2013-06-10 | we dont want to continue booting if sysupgrade is in progress | John Crispin | |
Signed-off-by: John Crispin <blogic@openwrt.org> | |||
2013-06-04 | merge ubus system namespace from rpcd codebase | John Crispin | |
Signed-off-by: John Crispin <blogic@openwrt.org> | |||
2013-06-04 | load modules from /etc/modules-boot.d/ before preinit | John Crispin | |
Signed-off-by: John Crispin <blogic@openwrt.org> | |||
2013-05-31 | restart stopped instances on update | Felix Fietkau | |
Signed-off-by: Felix Fietkau <nbd@openwrt.org> | |||
2013-05-31 | turn instance exit message into a debug message | Felix Fietkau | |
Signed-off-by: Felix Fietkau <nbd@openwrt.org> | |||
2013-05-30 | make sure path exists before mknod is called | John Crispin | |
Signed-off-by: John Crispin <blogic@openwrt.org> | |||
2013-05-29 | update rcS.c to match new runqueue api changes | John Crispin | |
Signed-off-by: John Crispin <blogic@openwrt.org> | |||
2013-05-11 | logread | John Crispin | |
2013-05-09 | add a rcS helper | John Crispin | |
Signed-off-by: John Crispin <blogic@openwrt.org> | |||
2013-04-25 | fix 32 wrap around bug when handling 64 bit time values | John Crispin | |
Signed-off-by: John Crispin <blogic@openwrt.org> | |||
2013-04-23 | ignore sigpipe | 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-04-07 | watchdog: add support for starting/stopping watchdog refresh | Felix Fietkau | |
Signed-off-by: Felix Fietkau <nbd@openwrt.org> | |||
2013-03-16 | make a few variables static | Felix Fietkau | |
Signed-off-by: Felix Fietkau <nbd@openwrt.org> | |||
2013-03-16 | remove an unused function | Felix Fietkau | |
Signed-off-by: Felix Fietkau <nbd@openwrt.org> | |||
2013-03-16 | whitespace cleanup | Felix Fietkau | |
Signed-off-by: Felix Fietkau <nbd@openwrt.org> | |||
2013-03-16 | get rid of perror() calls, use ERROR() instead | Felix Fietkau | |
Signed-off-by: Felix Fietkau <nbd@openwrt.org> | |||
2013-03-14 | fix up the mount options to match what openwrt had before using procd as pid 1 | John Crispin | |
Signed-off-by: John Crispin <blogic@openwrt.org> | |||
2013-03-13 | add license headers | John Crispin | |
2013-03-13 | add new main.c and fix Makefile/headers | John Crispin | |
2013-03-13 | DPRINTF no longer exists | John Crispin | |
2013-03-13 | add state handler | John Crispin | |