aboutsummaryrefslogtreecommitdiff
path: root/etc/rc.subr
Commit message (Expand)AuthorAgeFilesLines
* Support configuring arbitrary limits(1) for any daemon in rc.confDmitry Marakasov2018-01-241-2/+4
* userland: Fix several typos and minor errorsEitan Adler2017-12-271-1/+1
* rc.subr: Remove test that is always true.Jilles Tjoelker2017-10-151-3/+1
* Enhance mdmfs(8) to work with tmpfs(5).Ian Lepore2017-09-291-1/+1
* rc.subr: Optimize repeated sourcing.Jilles Tjoelker2017-06-111-5/+3
* Revert r316487. It is broken, causing boot to fail due to line 25 inCy Schubert2017-04-061-49/+31
* Revert r316516. des@ asked that r316516 be reverted so that he can spendCy Schubert2017-04-061-3/+0
* r316487 altered the defined values of rc_force from "yes" (for yes)Cy Schubert2017-04-051-0/+3
* Allow command modifiers (fast, quiet etc.) to be stacked in any order.Dag-Erling Smørgrav2017-04-041-31/+49
* Fix bug preventing limits(1) from being appliedDevin Teske2016-12-031-2/+3
* Finish incomplete comments in prior revision. I was going to fix thisWarner Losh2016-12-011-1/+2
* If the kenv variable rc_debug is set, turn on rc_debug.Warner Losh2016-12-011-0/+6
* rc.subr: $(ps -p $$ -o jid=) is always 0, so do not fork ps for it.Jilles Tjoelker2016-11-201-1/+1
* rc.subr: Swap checks so we only fork sysctl if *_oomprotect is set.Jilles Tjoelker2016-11-171-16/+11
* We can't use protect(1) inside a jail(8)!Marcelo Araujo2016-11-101-0/+5
* Remove backup_uses_rcs from rc.subrBaptiste Daroussin2016-09-181-61/+15
* Refactor the root mount hold code and add the wait to etc/rc.d/fsck.Edward Tomasz Napierala2016-05-101-0/+31
* - Add two new subcommands to rc.subr:Lars Engels2016-04-231-3/+18
* - Add a global option where we can protect processes when swap spaceMarcelo Araujo2016-02-241-1/+25
* rc.subr: Check for running daemons before a custom start_cmd is executed.Jilles Tjoelker2015-12-041-8/+8
* Correctly document the change made in r275359.Dag-Erling Smørgrav2015-10-261-2/+4
* Enforce consistent limits of daemons run from rc.subr:Adrian Chadd2015-09-271-1/+6
* Update the comment about handling old-style rc(5) scriptsEnji Cooper2015-08-051-2/+5
* rc.subr: Allow rc.conf.d with multi-directory local_startup.Jilles Tjoelker2015-08-011-1/+2
* Allow load_rc_config to be called without a service name.Dag-Erling Smørgrav2014-12-011-17/+18
* Add env and prepend to _rc_namevarlist.Hiroki Sato2014-10-121-1/+1
* Add ${name}_env and ${name}_prepend. ${name}_env is an argument list whichHiroki Sato2014-10-111-1/+11
* Resurrect set_rcvar() as a function to define a rc.conf variable.Hiroki Sato2014-10-021-5/+38
* Do not set net.inet.ip.{sourceroute,accept_sourceroute} in a vnet jail.Hiroki Sato2014-09-131-0/+16
* - Use $local_startup to load rc.conf.d/* scripts.Hiroki Sato2014-08-271-17/+16
* Allow to configure services from ${LOCALBASE}/etc/rc.conf.dBaptiste Daroussin2014-08-261-0/+4
* Add support for /etc/rc.conf.d/<service> subdirectories. This isDag-Erling Smørgrav2014-08-231-1/+9
* Loosen the processing of *_IF_aliasN vars to be less strict. Previously,Devin Teske2014-04-071-8/+267
* - Update rc.d/jail to use a jail(8) configuration file instead ofHiroki Sato2013-10-101-22/+0
* Add a setup script for unbound(8) called local-unbound-setup. ItDag-Erling Smørgrav2013-09-231-1/+8
* rc.subr: disabling globbing while processing devfs rulesAndriy Gapon2013-03-281-1/+7
* Allow perl scripts to be used in rc.d scriptsSteven Hartland2013-01-101-1/+1
* Do not put "already running" message when rc_quiet=yes.Hiroki Sato2012-11-201-1/+4
* Add check_namevarlist() to check if ${name}_var is reserved in rc.subr or not.Hiroki Sato2012-11-171-0/+17
* Add setfib(1) support for services as <name>_fib in rc.conf.Hiroki Sato2012-10-271-1/+6
* Allow spaces in _chrootChris Rees2012-10-271-3/+3
* Whitespace nitKevin Lo2012-07-131-2/+2
* Put the signal trap output to standard error instead of standard output.Xin LI2012-02-181-3/+3
* Fix various issues with the NFS and RPC related scripts:Doug Barton2012-02-141-4/+11
* If we're booting there is no need to waste time determining if the serviceDoug Barton2012-01-201-1/+1
* Now that its callers have been udpated, remove set_rcvar().Doug Barton2012-01-141-46/+5
* rc.d: document 'quiet' prefix and fix dhclient/devd interactionEygene Ryabinkin2012-01-121-1/+1
* There is no longer a need to abstract ${rcvar_manpage} as we are notDoug Barton2012-01-081-2/+1
* Spelling fixes for etc/Ulrich Spörlein2012-01-071-1/+1
* rc.d: Eliminate some unnecessary non-POSIX constructs:Jilles Tjoelker2011-11-081-1/+1