summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2013-11-20fix rcS memory leaks and running hookJohn Crispin
2013-11-19make ue of the md5.c inside libuboxJohn Crispin
2013-11-19fix up the order of respawn parameters for ubusJohn Crispin
2013-11-18add a event broadcast functionJohn Crispin
2013-11-18add debug level handover between preinit and main processJohn Crispin
2013-11-18make the service running trigger be queued directly after the service was sta...John Crispin
2013-11-18add a function to add calls to the front of the rcS queueJohn Crispin
2013-11-15procd: Allow process respawning foreverHelmut Schaa
2013-11-15debloat and reorganize codeJohn Crispin
2013-11-12add service_validator supportJohn Crispin
2013-11-12add data type validatorJohn Crispin
2013-11-09bind the console to /dev/null if the real console fails to come upJohn Crispin
2013-11-08the automatic service restart should not happen during sysupgradeJohn Crispin
2013-10-24add hostname option to logreadJohn Crispin
2013-10-09add a prefix option for messages streamed using logreadJohn Crispin
2013-10-01syslog: fix incorrect use of sizeof() in vsnprintf()Jo-Philipp Wich
2013-09-28syslog() is a blocking call on eglibc. as procd provides the actual syslog, w...John Crispin
2013-09-17procd: Exit askfirst on read errorHelmut Schaa
2013-09-13coldplug: remove duplicated includeGabor Juhos
2013-09-13coldplug: only start hotplug timer after udevtrigger finishedGabor Juhos
2013-09-13udevtrigger: nuke scan_{subdir,class,block} functionsGabor Juhos
2013-09-13udevtrigger: simplify scan_class functionGabor Juhos
2013-09-13udevtrigger: simplify scan_block functionGabor Juhos
2013-09-13udevtrigger: simplify scan_subsystem functionGabor Juhos
2013-09-13udevtrigger: extend scan_subdir functionGabor Juhos
2013-09-13udevtrigger: remove superfluous strlcpyGabor Juhos
2013-09-13udevtrigger: add back directory name check into scan_subdirGabor Juhos
2013-09-13fix skewed parameter order in respawn codeJohn Crispin
2013-09-13execute the "running" hook once the daemon is startedJohn Crispin
2013-09-13add a way for procd to queue async init.d callsJohn Crispin
2013-09-13fix a bug in the trigger handling codeJohn Crispin
2013-09-13remove now unused variableJohn Crispin
2013-09-13add code to configure respawn via ubusJohn Crispin
2013-09-13output the env associated with an instanceJohn Crispin
2013-09-10udevtrigger: reduce indent level in scan_* functionsGabor Juhos
2013-09-10udevtrigger: rename variables in scan_subdirGabor Juhos
2013-09-10udevtrigger: use a helper function for subdir scanningGabor Juhos
2013-09-10udevtrigger: check presence of dev attributeGabor Juhos
2013-09-10udevtrigger: add device_has_attribute helperGabor Juhos
2013-09-10udevtrigger: remove trailing whitespacesGabor Juhos
2013-09-03add a ubus handler that allows sending signals to processesJohn Crispin
2013-09-03fix use after free bug in the trigger handling codeJohn Crispin
2013-09-03add suport for measuring process resource usageJohn Crispin
2013-09-03fixup service_dump logicJohn Crispin
2013-09-03trivial code cleanupJohn Crispin
2013-09-03add respawn handlingJohn Crispin
2013-09-03logread: fix the facility name reportingJohn Crispin
2013-08-16service: terminate uloop after fork(), redirect stdin, out and err to /dev/nullJo-Philipp Wich
2013-08-15hotplug: terminate uloop after fork(), redirect stdin, out and err to /dev/nullJo-Philipp Wich
2013-07-23askfirst: remove superfluous 'close' calls on stdio file descriptors.Yousong Zhou