| Commit message (Expand) | Author | Age | Files | Lines |
* | This change does the following for the scripts that run up through | dougb | 2010-05-19 | 11 | -13/+9 |
* | Remove trailing white space. No functional changes. | dougb | 2010-05-14 | 14 | -23/+23 |
* | In the case where named_chroot_autoupdate is NOT set, but | dougb | 2010-04-28 | 1 | -4/+10 |
* | Better handling of ipv6_default_interface using | ume | 2010-04-26 | 1 | -21/+11 |
* | Add ubthidhci. | rpaulo | 2010-04-16 | 1 | -0/+4 |
* | Add rc.d/ubthidhci. This small script calls usbconfig(1) to change a USB | rpaulo | 2010-04-09 | 1 | -0/+40 |
* | Improve the handling of IPv6 configuration in rc.d. The ipv6_enable | dougb | 2010-04-09 | 3 | -3/+15 |
* | Use an unique directory name instead of hardcoded /tmp/.diskless. | jh | 2010-03-13 | 1 | -2/+2 |
* | Implement the idea of parallel-only-at-start-time in a cleaner, more | dougb | 2010-03-07 | 1 | -15/+10 |
* | Redirect stdin from /dev/null when starting a jail: | netchild | 2010-03-05 | 1 | -2/+18 |
* | Add the shutdown KEYWORD. | ume | 2010-02-27 | 1 | -1/+1 |
* | Add missing KEYWORD line. | pjd | 2010-02-19 | 1 | -0/+1 |
* | Remove some lines left over by accident. | pjd | 2010-02-18 | 1 | -4/+0 |
* | Please welcome HAST - Highly Avalable Storage. | pjd | 2010-02-18 | 2 | -1/+32 |
* | Introduce new rc.conf variable firewall_coscripts. It can be used to | emax | 2010-02-08 | 1 | -6/+26 |
* | Add rc.d script for the rtsold(8) daemon. | ume | 2010-02-03 | 2 | -1/+27 |
* | Allow use of -6 option to "server" and "peer" in ntp.conf. | ume | 2010-01-30 | 1 | -1/+3 |
* | Do not check for existence of symlink source for the link action. This | kib | 2010-01-23 | 1 | -1/+1 |
* | Let rc and periodic infrastructure and newsyslog use the utmpx files. | ed | 2010-01-13 | 2 | -9/+9 |
* | Set svn:executable to *. | delphij | 2010-01-11 | 1 | -0/+0 |
* | Forced commit, to provide correct commit message for r201440: | gavin | 2010-01-03 | 1 | -1/+1 |
* | The default hash table size is 257 not 255. Reword the rest of the line | gavin | 2010-01-03 | 1 | -2/+2 |
* | s/named_confidr/named_confdir/ in the rndc.key check. The line in | dougb | 2010-01-01 | 1 | -2/+2 |
* | The script hard-coded the assumption that the "configuration directory" | dougb | 2010-01-01 | 1 | -20/+21 |
* | Since the change to rc.subr in r198162 it's not necessary to specify | dougb | 2009-12-12 | 1 | -7/+16 |
* | Unify rc.firewall and rc.firewall6, and obsolete rc.firewall6 | ume | 2009-12-02 | 3 | -50/+13 |
* | Execute the start/stop process of a jail in the background. | remko | 2009-11-02 | 1 | -1/+1 |
* | Use double-quotation marks to fix the unexpanded variable issue. | hrs | 2009-10-23 | 1 | -3/+3 |
* | Remove a circular dependency on routing | dougb | 2009-10-17 | 2 | -2/+2 |
* | In regards to the "Starting foo:" type messages at boot time, create and | dougb | 2009-10-10 | 16 | -29/+30 |
* | - Enable an afexists() check only when no AF argument is specified. | hrs | 2009-10-02 | 1 | -55/+76 |
* | The net.inet.tcp.log_in_vain accepts 0, 1 or 2, not Y/N. | hrs | 2009-10-02 | 1 | -5/+8 |
* | Revert the previous afexists() change. Knobs configured explicitly by | hrs | 2009-10-02 | 3 | -12/+0 |
* | - Split routing_*() and option_*() to *_AF() and add afexists() check | hrs | 2009-10-02 | 1 | -55/+85 |
* | - Fix logic inversion bug of net.inet.tcp.rfc1323[*]. | hrs | 2009-10-02 | 1 | -15/+34 |
* | - Add AF_IPX and AF_NATM to afexists(). | hrs | 2009-10-02 | 5 | -16/+33 |
* | Don't do an IPv6 operation when the kernel doesn't have | ume | 2009-09-30 | 2 | -7/+14 |
* | Use ipv6if() when $rtadvd_interfaces="AUTO". | hrs | 2009-09-26 | 1 | -1/+4 |
* | Move rc.d/{stf,faith} to just before rc.d/routing. | hrs | 2009-09-26 | 2 | -2/+2 |
* | Fix several logic bugs in the previous IPv6 variable change and | hrs | 2009-09-26 | 2 | -1/+3 |
* | Protect cross-script invocation by checking that the target script exists. | emaste | 2009-09-14 | 1 | -2/+6 |
* | Correct a copy and paste error using the variable name from the | bz | 2009-09-13 | 1 | -1/+1 |
* | Use is_wired_interface() instead of hard-coded interface device | hrs | 2009-09-12 | 1 | -22/+3 |
* | Add an extension of set_rcvar(), a new function set_rcvar_obsolete(), | hrs | 2009-09-12 | 2 | -18/+12 |
* | Use RCng coding convention. | hrs | 2009-09-12 | 1 | -64/+52 |
* | - Add "AUTO" keyword support in $rtadvd_interfaces. | hrs | 2009-09-12 | 1 | -2/+17 |
* | Integrate rc.d/network_ipv6 into rc.d/netif: | hrs | 2009-09-12 | 14 | -219/+382 |
* | Localize 'e'. | delphij | 2009-08-25 | 1 | -2/+4 |
* | Add a new rc.d script, static_arp, which enables the administrator to | delphij | 2009-08-25 | 2 | -1/+72 |
* | Fix the typo mentioned in the PR, and one additional. | dougb | 2009-08-23 | 1 | -3/+3 |