summaryrefslogtreecommitdiff
path: root/src/librc
Commit message (Expand)AuthorAge
...
* add missing rc_stringlist_new/rc_sys hidden defsMike Frysinger2008-03-24
* Fix returning a service descriptions.Roy Marples2008-03-23
* We should only free the buffer when done reading the dir.Roy Marples2008-03-21
* Fix last commit.Roy Marples2008-03-19
* Add rc-service and update all softlevel refs to runlevel.Roy Marples2008-03-19
* Rejig the build system a little so we have per ok defs per system. Probably e...Roy Marples2008-03-19
* Fix define nameRoy Marples2008-03-19
* Return scheduled services correctly.Roy Marples2008-03-19
* Make rc_getline private and save it's buffer so it's sort of like getline fro...Roy Marples2008-03-17
* init some vars.Roy Marples2008-03-17
* This should be a fixed buffer.Roy Marples2008-03-17
* We should check for NULL here.Roy Marples2008-03-17
* Punt the rc_strcatpaths function and use snprintf instead to save on expensiv...Roy Marples2008-03-17
* rc_find_pids now returns RC_PIDLIST instead of a NULL terminated array.Roy Marples2008-03-17
* Use correct TAILQ_CONCAT macro when not defined.Roy Marples2008-03-16
* Add new stringlist files.Roy Marples2008-03-16
* Remove null terminated char ** lists in favour of RC_STRINGLIST, using TAILQ ...Roy Marples2008-03-16
* d_type is not portable across filesystems.Roy Marples2008-03-08
* Add tunable SYSCONFDIRRoy Marples2008-03-05
* Don't store empty services.Roy Marples2008-03-04
* Sanitise the BSD defines a little.Roy Marples2008-03-03
* Split VPS into VSERVER and OPENVZRoy Marples2008-03-03
* rc single and rc sysinit don't check sysvinit env vars in prefix.Roy Marples2008-03-03
* Fix ignore files some more.Roy Marples2008-03-03
* Add a gitignore make target.Roy Marples2008-03-03
* Introduce LOCAL_PREFIX for a user maintained script location.Roy Marples2008-03-03
* Ensure that normal users can use s-s-d on NetBSD.Roy Marples2008-03-03
* Fix prefix test.Roy Marples2008-03-03
* If build in a prefix, define the system as prefix.Roy Marples2008-03-02
* Fix unused var.Roy Marples2008-03-01
* Support the use of PREFIX and PKG_PREFIX.Roy Marples2008-02-28
* Now that s-s-d accepts >1 argument for stopping a daemon on match we need to ...Roy Marples2008-02-23
* Welcome to 2008.Roy Marples2008-02-22
* Don't warn about removed services through use of the nosys keyword.Roy Marples2008-02-19
* Fix compile warning, and free removed depinfo'sRoy Marples2008-02-19
* Default to using C99 standard.Roy Marples2008-02-19
* Fix some warnings.Roy Marples2008-02-19
* Fix compile on Linux.Roy Marples2008-02-19
* keywords -> keywordRoy Marples2008-02-19
* Add the nojail keyword which excludes services marked as such from the depend...Roy Marples2008-02-19
* Fix compile on FreeBSD.Roy Marples2008-02-18
* We need to check for contents of argv too.Roy Marples2008-02-18
* Fix a signed error.Roy Marples2008-02-18
* We need to be able to locate pids by argv, instead of just argv0.Roy Marples2008-02-17
* Use _PATH_DEVNULL on FreeBSD when using kvm_openfiles so we work in a jail, b...Roy Marples2008-02-13
* Remove unsed varsRoy Marples2008-02-10
* Just restore the old set.Roy Marples2008-02-04
* RC_DEP_START/STOP should only be used for ordering services, and not the actu...Roy Marples2008-02-03
* Fix fork error message.Roy Marples2008-02-02
* OK, we have to use fork with sigprocmask as not all systems provide a working...Roy Marples2008-02-02