summaryrefslogtreecommitdiffstats
path: root/etc/rc.subr
Commit message (Expand)AuthorAgeFilesLines
* MFC r319828, r324625kevans2018-04-101-8/+4
* MFC r309350, r309352kevans2018-04-101-0/+7
* MFC r308896kevans2018-04-101-1/+1
* Revert r331880, MFC of r328331 and bump FreeBSD_versionkevans2018-04-101-4/+2
* MFC r328331: Support configuring arbitrary limits(1) for any rc.conf daemonkevans2018-04-021-2/+4
* MFC r319987, r324107-r324108ian2018-01-051-1/+1
* MFC r309504: Fix bug preventing limits(1) from being applieddteske2016-12-131-2/+3
* MFC r308443, r308459, r308462, r308478, r308786araujo2016-11-251-12/+12
* Refactor the root mount hold code and add the wait to etc/rc.d/fsck.trasz2016-05-101-0/+31
* - Add two new subcommands to rc.subr:lme2016-04-231-3/+18
* - Add a global option where we can protect processes when swap spacearaujo2016-02-241-1/+25
* rc.subr: Check for running daemons before a custom start_cmd is executed.jilles2015-12-041-8/+8
* Correctly document the change made in r275359.des2015-10-261-2/+4
* Enforce consistent limits of daemons run from rc.subr:adrian2015-09-271-1/+6
* Update the comment about handling old-style rc(5) scriptsngie2015-08-051-2/+5
* rc.subr: Allow rc.conf.d with multi-directory local_startup.jilles2015-08-011-1/+2
* Allow load_rc_config to be called without a service name.des2014-12-011-17/+18
* Add env and prepend to _rc_namevarlist.hrs2014-10-121-1/+1
* Add ${name}_env and ${name}_prepend. ${name}_env is an argument list whichhrs2014-10-111-1/+11
* Resurrect set_rcvar() as a function to define a rc.conf variable.hrs2014-10-021-5/+38
* Do not set net.inet.ip.{sourceroute,accept_sourceroute} in a vnet jail.hrs2014-09-131-0/+16
* - Use $local_startup to load rc.conf.d/* scripts.hrs2014-08-271-17/+16
* Allow to configure services from ${LOCALBASE}/etc/rc.conf.dbapt2014-08-261-0/+4
* Add support for /etc/rc.conf.d/<service> subdirectories. This isdes2014-08-231-1/+9
* Loosen the processing of *_IF_aliasN vars to be less strict. Previously,dteske2014-04-071-8/+267
* - Update rc.d/jail to use a jail(8) configuration file instead ofhrs2013-10-101-22/+0
* Add a setup script for unbound(8) called local-unbound-setup. Itdes2013-09-231-1/+8
* rc.subr: disabling globbing while processing devfs rulesavg2013-03-281-1/+7
* Allow perl scripts to be used in rc.d scriptssmh2013-01-101-1/+1
* Do not put "already running" message when rc_quiet=yes.hrs2012-11-201-1/+4
* Add check_namevarlist() to check if ${name}_var is reserved in rc.subr or not.hrs2012-11-171-0/+17
* Add setfib(1) support for services as <name>_fib in rc.conf.hrs2012-10-271-1/+6
* Allow spaces in _chrootcrees2012-10-271-3/+3
* Whitespace nitkevlo2012-07-131-2/+2
* Put the signal trap output to standard error instead of standard output.delphij2012-02-181-3/+3
* Fix various issues with the NFS and RPC related scripts:dougb2012-02-141-4/+11
* If we're booting there is no need to waste time determining if the servicedougb2012-01-201-1/+1
* Now that its callers have been udpated, remove set_rcvar().dougb2012-01-141-46/+5
* rc.d: document 'quiet' prefix and fix dhclient/devd interactionrea2012-01-121-1/+1
* There is no longer a need to abstract ${rcvar_manpage} as we are notdougb2012-01-081-2/+1
* Spelling fixes for etc/uqs2012-01-071-1/+1
* rc.d: Eliminate some unnecessary non-POSIX constructs:jilles2011-11-081-1/+1
* rc.subr: Make sure all functions are under if [ -z "${_rc_subr_loaded}" ].jilles2011-06-191-2/+2
* rc.subr: Eliminate a fork from check_kern_features, like r223227.jilles2011-06-191-1/+1
* rc.subr: Eliminate about 100 forks from the boot sequence.jilles2011-06-181-5/+5
* Add a helper function to check kern.features.* sysctls.hrs2011-06-111-0/+22
* As previously advertised, remove the error message for enable_quotasdougb2011-04-231-4/+0
* Improve the error handling for the new get_pidfile_from_conf()dougb2011-04-231-2/+6
* Introduce to rc.subr get_pidfile_from_conf(). It does just what it soundsdougb2011-04-231-0/+39
* The change in r206686 to allow the stop argument to work for a servicedougb2011-04-171-1/+2
OpenPOWER on IntegriCloud