| Commit message (Expand) | Author | Age | Files | Lines |
* | MFC r272974,272976: | hrs | 2014-11-02 | 1 | -2/+12 |
* | MFC r272393: | hrs | 2014-10-09 | 1 | -5/+38 |
* | MFC r271545, 271610: | hrs | 2014-10-09 | 1 | -0/+16 |
* | MFH (r270392, r270676, r270679, r270698): add support for subdirectories in r... | des | 2014-09-08 | 1 | -5/+16 |
* | MFC r264243: | dteske | 2014-04-14 | 1 | -8/+267 |
* | - Update rc.d/jail to use a jail(8) configuration file instead of | hrs | 2013-10-10 | 1 | -22/+0 |
* | Add a setup script for unbound(8) called local-unbound-setup. It | des | 2013-09-23 | 1 | -1/+8 |
* | rc.subr: disabling globbing while processing devfs rules | avg | 2013-03-28 | 1 | -1/+7 |
* | Allow perl scripts to be used in rc.d scripts | smh | 2013-01-10 | 1 | -1/+1 |
* | Do not put "already running" message when rc_quiet=yes. | hrs | 2012-11-20 | 1 | -1/+4 |
* | Add check_namevarlist() to check if ${name}_var is reserved in rc.subr or not. | hrs | 2012-11-17 | 1 | -0/+17 |
* | Add setfib(1) support for services as <name>_fib in rc.conf. | hrs | 2012-10-27 | 1 | -1/+6 |
* | Allow spaces in _chroot | crees | 2012-10-27 | 1 | -3/+3 |
* | Whitespace nit | kevlo | 2012-07-13 | 1 | -2/+2 |
* | Put the signal trap output to standard error instead of standard output. | delphij | 2012-02-18 | 1 | -3/+3 |
* | Fix various issues with the NFS and RPC related scripts: | dougb | 2012-02-14 | 1 | -4/+11 |
* | If we're booting there is no need to waste time determining if the service | dougb | 2012-01-20 | 1 | -1/+1 |
* | Now that its callers have been udpated, remove set_rcvar(). | dougb | 2012-01-14 | 1 | -46/+5 |
* | rc.d: document 'quiet' prefix and fix dhclient/devd interaction | rea | 2012-01-12 | 1 | -1/+1 |
* | There is no longer a need to abstract ${rcvar_manpage} as we are not | dougb | 2012-01-08 | 1 | -2/+1 |
* | Spelling fixes for etc/ | uqs | 2012-01-07 | 1 | -1/+1 |
* | rc.d: Eliminate some unnecessary non-POSIX constructs: | jilles | 2011-11-08 | 1 | -1/+1 |
* | rc.subr: Make sure all functions are under if [ -z "${_rc_subr_loaded}" ]. | jilles | 2011-06-19 | 1 | -2/+2 |
* | rc.subr: Eliminate a fork from check_kern_features, like r223227. | jilles | 2011-06-19 | 1 | -1/+1 |
* | rc.subr: Eliminate about 100 forks from the boot sequence. | jilles | 2011-06-18 | 1 | -5/+5 |
* | Add a helper function to check kern.features.* sysctls. | hrs | 2011-06-11 | 1 | -0/+22 |
* | As previously advertised, remove the error message for enable_quotas | dougb | 2011-04-23 | 1 | -4/+0 |
* | Improve the error handling for the new get_pidfile_from_conf() | dougb | 2011-04-23 | 1 | -2/+6 |
* | Introduce to rc.subr get_pidfile_from_conf(). It does just what it sounds | dougb | 2011-04-23 | 1 | -0/+39 |
* | The change in r206686 to allow the stop argument to work for a service | dougb | 2011-04-17 | 1 | -1/+2 |
* | Revert r219578 | dougb | 2011-03-13 | 1 | -3/+3 |
* | Use the allexport option in load_rc_config() in order to avoid having | dougb | 2011-03-12 | 1 | -3/+3 |
* | Warn if rules could not be read from a ruleset file. Now at least | jh | 2011-01-07 | 1 | -1/+4 |
* | Fix silly typo on my part (s/quotas_enable/quota_enable/) | dougb | 2010-08-14 | 1 | -1/+1 |
* | Give people some warning before removing enable_quotas | dougb | 2010-08-14 | 1 | -2/+2 |
* | If a service is running, make 'stop' work even if ${name}_enable | dougb | 2010-04-15 | 1 | -3/+3 |
* | In wait_for_pids(), pwait(1) can return when the process exits, but | dougb | 2010-04-06 | 1 | -1/+4 |
* | Convert to 2-clause license, from NetBSD rc.subr r1.70. | emaste | 2010-01-26 | 1 | -7/+0 |
* | Remove vestigial NetBSD compatibility shim. | emaste | 2010-01-25 | 1 | -11/+1 |
* | Update the comments about files ending in .sh | dougb | 2009-12-27 | 1 | -4/+5 |
* | Delete some trailing whitespace | dougb | 2009-12-27 | 1 | -2/+2 |
* | rc.subr: Use pwait in wait_for_pids. | jilles | 2009-12-21 | 1 | -1/+1 |
* | Fix qouting in a comment, to make it look more consistent | ed | 2009-10-18 | 1 | -1/+1 |
* | Allow $name_program to override $command in a more robust way that | dougb | 2009-10-15 | 1 | -1/+1 |
* | In regards to the "Starting foo:" type messages at boot time, create and | dougb | 2009-10-10 | 1 | -7/+15 |
* | Fix a case when both ${name}_program and ${command} are defined. | hrs | 2009-10-05 | 1 | -1/+1 |
* | Add a knob to show 'Starting foo:' messages when faststart is used, | dougb | 2009-09-17 | 1 | -1/+7 |
* | Add an extension of set_rcvar(), a new function set_rcvar_obsolete(), | hrs | 2009-09-12 | 1 | -29/+143 |
* | Now that the last of the *.sh scripts are gone from the base, | dougb | 2009-05-30 | 1 | -2/+2 |
* | Show which rc script is running since the default ^T just shows 'sh' as the | thompsa | 2008-10-27 | 1 | -0/+1 |