| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Move is_wired_interface() from rc.d/wpa_supplicant into network.subr, | dougb | 2009-08-23 | 1 | -12/+0 |
* | Currently there is a problem with fscking UFS file systems created on | pjd | 2009-07-29 | 5 | -27/+88 |
* | Reverse the effect of r193198 for pf and ipfw which will once again | dougb | 2009-06-26 | 6 | -6/+6 |
* | rc.d/fsck: allow additional options for fsck_y_enable via fsck_y_flags | avg | 2009-06-10 | 1 | -2/+2 |
* | Small cleanups to the jail script: | ed | 2009-06-10 | 1 | -4/+3 |
* | Add support for the experimental nfs subsystem to the scripts in | rmacklem | 2009-06-02 | 5 | -11/+70 |
* | Make the pf and ipfw firewalls start before netif, just like ipfilter | dougb | 2009-06-01 | 10 | -11/+7 |
* | Substitute ypset for ypbind in REQUIRE lines. If you use ypset it has to | dougb | 2009-06-01 | 5 | -5/+5 |
* | Small cleanup, add (spurious) quotation marks around the value | dougb | 2009-05-30 | 4 | -4/+4 |
* | As previously advertised, remove this script prior to the 8.0 branch. | dougb | 2009-05-30 | 2 | -19/+1 |
* | Further idmapd garbage collection -- remove rc.d Makefile reference and | rwatson | 2009-05-22 | 1 | -1/+1 |
* | Remove the unmaintained University of Michigan NFSv4 client from 8.x | rwatson | 2009-05-22 | 1 | -18/+0 |
* | - do not create and mount new file systems on top of the old ones on every | danger | 2009-05-17 | 1 | -2/+4 |
* | 1. New feature; option to have the script loop until a specified hostname | dougb | 2009-05-16 | 1 | -1/+97 |
* | Trim trailing whitespace from the end of a line | dougb | 2009-05-16 | 1 | -1/+1 |
* | Added (pre|post)(start|stop) jail hooks. These can be used to run | ru | 2009-04-28 | 1 | -2/+108 |
* | - Add ipfw_nat to the list of required modules if "firewall_nat_enable" | emax | 2009-03-30 | 1 | -2/+12 |