summaryrefslogtreecommitdiff
path: root/src/rc/runscript.c
Commit message (Expand)AuthorAge
* When stopping localmount, set LC_ALL=C so bash doesn't lock /usr.Roy Marples2008-03-04
* Don't check for root in prefix.Roy Marples2008-03-02
* close fd doesn't seem good enough - whereas fcntl does the job.Roy Marples2008-02-28
* Welcome to 2008.Roy Marples2008-02-22
* Fix an off-by-one error.Roy Marples2008-02-19
* keywords -> keywordRoy Marples2008-02-19
* RC_DEP_START/STOP should only be used for ordering services, and not the actu...Roy Marples2008-02-03
* Block signals to avoid fork /signal races.Roy Marples2008-02-02
* Constantise as much as possible so that it reduces COW usage.Roy Marples2008-02-01
* Use sigaction over signal.Roy Marples2008-02-01
* Fix up deps for new scripts.Roy Marples2008-01-31
* Quiet some more lint warnings.Roy Marples2008-01-22
* Prefer for (;;) over while (1)Roy Marples2008-01-21
* Don't enforce a C99 compiler.Roy Marples2008-01-18
* strip trailing newlinesMike Frysinger2008-01-14
* Remove rc_service_plugable function and make it private as it needs to read f...Roy Marples2008-01-13
* Re-indent to a standard tw of 8.Roy Marples2008-01-11
* Compile without warnings on NetBSDRoy Marples2008-01-09
* rc_getline keeps expanding it's malloced buffer until it has read a whole lin...Roy Marples2008-01-07
* Set include paths in Makefile instead of .c filesRoy Marples2008-01-06
* Add the missing changes from the recent Makefile updatesRoy Marples2008-01-05
* Add some .mk stubs to impersonate bsk .mk files to make writing our Makefiles...Roy Marples2008-01-05