aboutsummaryrefslogtreecommitdiff
path: root/src/librc/rc.map
AgeCommit message (Expand)Author
2011-07-13Add a new function, bool rc_getfile(const char *, char **, size_t *)Mike Frysinger
2011-01-17Bug #351570: Hidden function fixes: rc_conf_value.Robin H. Johnson
2011-01-17Factor out new function rc_deptree_load_file to aid in debugging deptree file...Robin H. Johnson
2011-01-05Implement explicit selection of subsystem types.Robin H. Johnson
2009-06-21Use rc_getline instead of assuming a fixed kernel cmdline length.Roy Marples
2009-05-02Add runlevel stacking, #88Roy Marples
2008-09-18Add new functions, rc_stringlist_find and rc_stringlist_split.Roy Marples
2008-07-03Add older_than function to complement newer_than function. Also make the user...Roy Marples
2008-03-28Remove rc_service_start/stop from librc as they block and unmask signals. The...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-16Remove null terminated char ** lists in favour of RC_STRINGLIST, using TAILQ ...Roy Marples
2008-02-19Add the nojail keyword which excludes services marked as such from the depend...Roy Marples
2008-01-14Add support for is_newer_than and is_older_than. is_older_than currently does...Roy Marples
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-06Add our version maps backRoy Marples