summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2013-06-24add respawn supportJohn Crispin
2013-06-19make add facility and level to logread outputJohn Crispin
2013-06-14drop good bye messageJohn Crispin
2013-06-13register the system namespace on ubus regardless of the pidJohn Crispin
2013-06-10we dont want to continue booting if sysupgrade is in progressJohn Crispin
2013-06-04merge ubus system namespace from rpcd codebaseJohn Crispin
2013-06-04load modules from /etc/modules-boot.d/ before preinitJohn Crispin
2013-05-31restart stopped instances on updateFelix Fietkau
2013-05-31turn instance exit message into a debug messageFelix Fietkau
2013-05-30make sure path exists before mknod is calledJohn Crispin
2013-05-29update rcS.c to match new runqueue api changesJohn Crispin
2013-05-11logreadJohn Crispin
2013-05-09add a rcS helperJohn Crispin
2013-04-25fix 32 wrap around bug when handling 64 bit time valuesJohn Crispin
2013-04-23ignore sigpipeJohn Crispin
2013-04-23fix behaviour during sysupgradeJohn Crispin
2013-04-23make reboot work without -f in failsafeJohn Crispin
2013-04-07watchdog: add support for starting/stopping watchdog refreshFelix Fietkau
2013-03-16make a few variables staticFelix Fietkau
2013-03-16remove an unused functionFelix Fietkau
2013-03-16whitespace cleanupFelix Fietkau
2013-03-16get rid of perror() calls, use ERROR() insteadFelix Fietkau
2013-03-14fix up the mount options to match what openwrt had before using procd as pid 1John Crispin
2013-03-13add license headersJohn Crispin
2013-03-13add new main.c and fix Makefile/headersJohn Crispin
2013-03-13DPRINTF no longer existsJohn Crispin
2013-03-13add state handlerJohn Crispin
2013-03-13add debug handlerJohn Crispin
2013-03-13add ubus system objectJohn Crispin
2013-03-13fix hotplugJohn Crispin
2013-03-13add syslog and klog supportJohn Crispin
2013-03-13add inittab supportJohn Crispin
2013-03-13add coldplug handlerJohn Crispin
2013-03-13add preinit handlerJohn Crispin
2013-03-13add watchdog supportJohn Crispin
2013-03-13add early handlerJohn Crispin
2013-03-13add signal handlerJohn Crispin
2013-03-13add mknod wrapperJohn Crispin
2013-03-13update .gitignoreJohn Crispin
2013-03-13add logread toolJohn Crispin
2013-03-13add udevtrigger toolJohn Crispin
2013-03-13add askfirst toolJohn Crispin
2013-02-23initialize dest in cmd_add_string() to not segfault on empty stringsFelix Fietkau
2013-02-23fix json_object_from_file return value handlingJohn Crispin
2013-02-20hotplug-rule: fix off-by-one error in blobmsg string buffer reallocFelix Fietkau
2013-02-13hotplug: add extra validation for commandsFelix Fietkau
2013-02-13hotplug: validate expression name elementFelix Fietkau
2013-02-12add validation for hotplug commandsFelix Fietkau
2013-02-10hotplug: add parser for new hotplug event rulesets (work in progress, not int...Felix Fietkau
2012-12-31use calloc_aFelix Fietkau