summaryrefslogtreecommitdiff
path: root/src/librc/librc.h
Commit message (Expand)AuthorAge
* librc: make rc_proc_getent available for all operating systemsWilliam Hubbs2012-02-25
* Fix rc_proc_getent() undeclared on BSDChristian Ruppert2012-02-25
* Rename proc_getent to rc_proc_getent and make it globalChristian Ruppert2012-01-15
* Add a new function, bool rc_getfile(const char *, char **, size_t *)Mike Frysinger2011-07-13
* drop useless "All rights reserved" noticeMike Frysinger2011-06-29
* Bug #351570: Fix hidden functions visibility for rc_deptree_load_file.Robin H. Johnson2011-01-17
* Bug #351570: Hidden function fixes: rc_conf_value.Robin H. Johnson2011-01-17
* Implement explicit selection of subsystem types.Robin H. Johnson2011-01-05
* Use rc_getline instead of assuming a fixed kernel cmdline length.Roy Marples2009-06-21
* Fix compile on NetBSDRoy Marples2009-05-05
* Add runlevel stacking, #88Roy Marples2009-05-02
* Add (c) to CopyrightRoy Marples2009-05-01
* Add new functions, rc_stringlist_find and rc_stringlist_split.Roy Marples2008-09-18
* Add older_than function to complement newer_than function. Also make the user...Roy Marples2008-07-03
* Remove rc_service_start/stop from librc as they block and unmask signals. The...Roy Marples2008-03-28
* Add license blurb to a few files and append my email to my name.Roy Marples2008-03-26
* add missing rc_stringlist_new/rc_sys hidden defsMike Frysinger2008-03-24
* Make rc_getline private and save it's buffer so it's sort of like getline fro...Roy Marples2008-03-17
* Punt the rc_strcatpaths function and use snprintf instead to save on expensiv...Roy Marples2008-03-17
* Remove null terminated char ** lists in favour of RC_STRINGLIST, using TAILQ ...Roy Marples2008-03-16
* Sanitise the BSD defines a little.Roy Marples2008-03-03
* Welcome to 2008.Roy Marples2008-02-22
* Add the nojail keyword which excludes services marked as such from the depend...Roy Marples2008-02-19
* Use _PATH_DEVNULL on FreeBSD when using kvm_openfiles so we work in a jail, b...Roy Marples2008-02-13
* Add support for is_newer_than and is_older_than. is_older_than currently does...Roy Marples2008-01-14
* 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
* Allow depend creation again. This doesn't work on GNU make, but does on all o...Roy Marples2008-01-07
* rc_getline keeps expanding it's malloced buffer until it has read a whole lin...Roy Marples2008-01-07
* 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