summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2014-05-24inittab: strip trailing whitespace (especially newline)Felix Fietkau
2014-03-20inittab: avoid character collating to work around character class escaping is...Felix Fietkau
2014-03-18rcS: fix a format string bugFelix Fietkau
2014-03-18rcS: do not access ustream_buf data directlyFelix Fietkau
2014-02-24instance: improve portability of setting resource limitsFelix Fietkau
2014-02-07commit e0921ed71bab0ad7d2344774a33c22809eb10190 set the timeout globallyJohn Crispin
2014-01-29fix the dump logic to show validators and triggers even if no instances existJohn Crispin
2014-01-29force all runqueue tasks to a timeout of 15sJohn Crispin
2014-01-20state.c: pass ubus commandline is writable buffer to service_start_early()Jo-Philipp Wich
2013-12-18procd: fix service file trackingJo-Philipp Wich
2013-12-09fix copy paste errorJohn Crispin
2013-12-09procd: set resource limits for service instancesUlrich Weber
2013-11-22cleanup debug level handoverJohn Crispin
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