summaryrefslogtreecommitdiff
path: root/src/librc
Commit message (Expand)AuthorAge
* 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
* Fix compile on systems that do not expose SYS_sigaction.Roy Marples2008-02-02
* Using syscall in a vfork is safe for sigaction and sigprogmask.Roy Marples2008-02-02
* 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 the variable instead of type for sizeof.Roy Marples2008-01-30
* Add xzalloc function to reduce size.Roy Marples2008-01-30
* Allow !net to remove the net provision from dependencies.Roy Marples2008-01-30
* Fix adding net scripts to the boot runlevel.Roy Marples2008-01-30
* Fix service_started_daemon, bug #11Roy Marples2008-01-28
* Quiet some lint warnings.Roy Marples2008-01-22
* Checking first char for null is more efficient than strlen.Roy Marples2008-01-21
* We should never change the list passed to rc_config_value.Roy Marples2008-01-18
* If adding to the boot runlevel, ensure that the realpath of the resolved serv...Roy Marples2008-01-15
* rc_newer_than no longer tests if souce has data, making it a more logical fun...Roy Marples2008-01-15
* 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
* Re-indent to a standard tw of 8.Roy Marples2008-01-11