summaryrefslogtreecommitdiff
path: root/rcS.c
Commit message (Expand)AuthorAgeFilesLines
* rcS: cast format string to int64_tRosen Penev2020-07-201-1/+2
* procd: add timing to start/stop loggingKarl Vogel2018-01-221-1/+12
* procd: Add %m to several functions that return errno.Rosen Penev2018-01-021-1/+1
* procd: Do not leak pipe file descriptors to childrenMichal Sojka2017-07-311-0/+1
* rcS: add missing fcntl.h includeMatthias Schiffer2017-05-291-0/+1
* procd/rcS: Use /dev/null as stdinMichal Sojka2017-05-091-0/+6
* procd: Log initscript output prefixed with script nameMichal Sojka2017-03-201-2/+3
* procd: Don't use syslog before its initializationMichal Sojka2017-03-201-1/+1
* procd: add cancel_timeout on rc scripts when a runtime_timeout is specifiedJurgen Van Ham2017-02-151-1/+3
* syslog: set sane priority valuesUlrich Weber2015-11-071-1/+1
* Attempt to deal gracefully with allocation failures.Juliusz Chroboczek2015-07-061-0/+9
* Log startup/shutdown to consoleJohn Crispin2014-10-301-0/+3
* fix timeout on shutdownJohn Crispin2014-09-131-1/+1
* rcS: fix a format string bugFelix Fietkau2014-03-181-1/+1
* rcS: do not access ustream_buf data directlyFelix Fietkau2014-03-181-3/+2
* commit e0921ed71bab0ad7d2344774a33c22809eb10190 set the timeout globallyJohn Crispin2014-02-071-1/+2
* force all runqueue tasks to a timeout of 15sJohn Crispin2014-01-291-0/+1
* fix rcS memory leaks and running hookJohn Crispin2013-11-201-24/+15
* add a function to add calls to the front of the rcS queueJohn Crispin2013-11-181-3/+16
* debloat and reorganize codeJohn Crispin2013-11-151-5/+5
* syslog() is a blocking call on eglibc. as procd provides the actual syslog, w...John Crispin2013-09-281-1/+1
* add a way for procd to queue async init.d callsJohn Crispin2013-09-131-11/+33
* update rcS.c to match new runqueue api changesJohn Crispin2013-05-291-3/+3
* add a rcS helperJohn Crispin2013-05-091-0/+143