Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2013-03-13 | add debug handler | John Crispin | |
2013-03-13 | add ubus system object | John Crispin | |
2013-03-13 | fix hotplug | John Crispin | |
2013-03-13 | add syslog and klog support | John Crispin | |
2013-03-13 | add inittab support | John Crispin | |
2013-03-13 | add coldplug handler | John Crispin | |
2013-03-13 | add preinit handler | John Crispin | |
2013-03-13 | add watchdog support | John Crispin | |
2013-03-13 | add early handler | John Crispin | |
2013-03-13 | add signal handler | John Crispin | |
2013-03-13 | add mknod wrapper | John Crispin | |
2013-03-13 | update .gitignore | John Crispin | |