aboutsummaryrefslogtreecommitdiff
path: root/src/librc/rc.h
AgeCommit message (Expand)Author
2008-03-28Remove rc_service_start/stop from librc as they block and unmask signals. The...Roy Marples
2008-03-26Add license blurb to a few files and append my email to my name.Roy Marples
2008-03-17Make rc_getline private and save it's buffer so it's sort of like getline fro...Roy Marples
2008-03-17Punt the rc_strcatpaths function and use snprintf instead to save on expensiv...Roy Marples
2008-03-17rc_find_pids now returns RC_PIDLIST instead of a NULL terminated array.Roy Marples
2008-03-16Remove null terminated char ** lists in favour of RC_STRINGLIST, using TAILQ ...Roy Marples
2008-03-03Split VPS into VSERVER and OPENVZRoy Marples
2008-03-02If build in a prefix, define the system as prefix.Roy Marples
2008-02-23Now that s-s-d accepts >1 argument for stopping a daemon on match we need to ...Roy Marples
2008-02-22Welcome to 2008.Roy Marples
2008-02-19Add the nojail keyword which excludes services marked as such from the depend...Roy Marples
2008-02-17We need to be able to locate pids by argv, instead of just argv0.Roy Marples
2008-01-18We should never change the list passed to rc_config_value.Roy Marples
2008-01-14Add support for is_newer_than and is_older_than. is_older_than currently does...Roy Marples
2008-01-14strip trailing newlinesMike Frysinger
2008-01-13Remove rc_service_plugable function and make it private as it needs to read f...Roy Marples
2008-01-07rc_getline keeps expanding it's malloced buffer until it has read a whole lin...Roy Marples
2008-01-05Add some .mk stubs to impersonate bsk .mk files to make writing our Makefiles...Roy Marples