| Commit message (Expand) | Author | Age | Files | Lines |
* | Update only static routes when an interface is specified. This fixed | hrs | 2015-09-10 | 1 | -1/+1 |
* | Replay r286410. Change KPI of how device drivers that provide wireless | glebius | 2015-08-27 | 1 | -0/+12 |
* | Finish reverting r286410 - sorry, I somehow missed this with svn commit. | adrian | 2015-08-10 | 1 | -12/+0 |
* | Change KPI of how device drivers that provide wireless connectivity interact | glebius | 2015-08-07 | 1 | -0/+12 |
* | Add an rc.d script to invoke iovctl(8) during boot | rstone | 2015-03-01 | 1 | -1/+1 |
* | rc.d: load the network config file for netif | royger | 2015-02-10 | 1 | -0/+3 |
* | Rename s/network/netif/ and set netif_enable for namespace consistency. | hrs | 2014-10-11 | 1 | -15/+16 |
* | Remove more remnants of ng_fec(4). | glebius | 2013-10-28 | 1 | -3/+0 |
* | Add support for "vnet jname" argument in ifconfig_IF. The vnet keyword | hrs | 2013-10-10 | 1 | -4/+33 |
* | Add epair(4) support in $cloned_interfaces. One should be specified | hrs | 2013-10-04 | 1 | -6/+25 |
* | - Reimplement $gif_interfaces as a variant of $cloned_interfaces. | hrs | 2013-08-04 | 1 | -9/+34 |
* | Add :ifname modifier to specify interface-specific routes into | hrs | 2013-06-09 | 1 | -0/+15 |
* | Refine the "nojail" rc keyword, adding "nojailvnet" for files that don't | jamie | 2013-05-19 | 1 | -1/+1 |
* | Simply things so that "#REQUIRE: FILESYSTEMS" means the file | obrien | 2012-09-11 | 1 | -1/+1 |
* | Perform IPv6 DAD only in ifn_start. | hrs | 2012-01-29 | 1 | -2/+4 |
* | Fix several glitches in IPv6-related knobs: | hrs | 2012-01-22 | 1 | -0/+10 |
* | Split $ipv6_prefer into $ip6addrctl_policy and $ipv6_activate_all_interfaces. | hrs | 2010-09-13 | 1 | -1/+2 |
* | Revert changes in r206408. | hrs | 2010-09-13 | 1 | -8/+1 |
* | Improve the handling of IPv6 configuration in rc.d. The ipv6_enable | dougb | 2010-04-09 | 1 | -1/+8 |
* | In regards to the "Starting foo:" type messages at boot time, create and | dougb | 2009-10-10 | 1 | -1/+1 |
* | Fix several logic bugs in the previous IPv6 variable change and | hrs | 2009-09-26 | 1 | -1/+1 |
* | Integrate rc.d/network_ipv6 into rc.d/netif: | hrs | 2009-09-12 | 1 | -0/+2 |
* | Reverse the effect of r193198 for pf and ipfw which will once again | dougb | 2009-06-26 | 1 | -1/+1 |
* | Make the pf and ipfw firewalls start before netif, just like ipfilter | dougb | 2009-06-01 | 1 | -1/+2 |
* | ifconfig(8) can take only one interface at a time. | pjd | 2008-10-30 | 1 | -1/+3 |
* | As previously discussed, add the svn:executable property to all scripts | dougb | 2008-07-16 | 1 | -0/+0 |
* | Implement a "quiet" mode for rc.d/netif, which only outputs | mtm | 2008-06-23 | 1 | -5/+21 |
* | Move the wait for a default route to rc.d/routing. Once we test for | brooks | 2008-05-18 | 1 | -23/+0 |
* | Change the default value of synchronous_dhclient to NO. | brooks | 2008-05-15 | 1 | -0/+23 |
* | rc support for vaps | sam | 2008-04-20 | 1 | -58/+9 |
* | Re-implement: do not silently fail when a command is not carried | mtm | 2008-01-26 | 1 | -1/+1 |
* | Require 'cleanvar' so that files and sockets created in /var/run by | jhb | 2007-07-25 | 1 | -1/+1 |
* | Add a dummy script, FILESYSTEMS, which depends on root and mountcritlocal | des | 2007-04-02 | 1 | -1/+1 |
* | Add support for EtherChannel configuration to rc startup scripts. | flz | 2007-02-09 | 1 | -0/+3 |
* | Eliminate global symbols starting with an underscore from rc.d | yar | 2006-12-30 | 1 | -8/+11 |
* | Add rc.d/bridge which is invoked when a new interface arrives and can | thompsa | 2006-06-01 | 1 | -0/+3 |
* | Since OLDCARD is gone from the kernel, catchup here and remove support | imp | 2006-02-13 | 1 | -1/+1 |
* | Add a new configuration variable, ipv4_addrs_<ifn>, which adds one or | brooks | 2005-11-14 | 1 | -2/+2 |
* | Remove duplicate "at" from comment. | keramida | 2005-09-04 | 1 | -1/+1 |
* | Actually block Ctrl-C (SIGINT=2). | brooks | 2005-09-02 | 1 | -2/+2 |
* | Block SIGQUIT (Ctrl-C) while running in startup mode. This should allow | brooks | 2005-09-02 | 1 | -4/+4 |
* | When interfaces are given on the command line, don't attempt to filter | brooks | 2005-06-30 | 1 | -7/+4 |
* | Support code for the OpenBSD dhclient. This significantly changes the | brooks | 2005-06-07 | 1 | -2/+2 |
* | Allow to change interfaces name on boot time. | pjd | 2004-10-30 | 1 | -0/+3 |
* | Remove the requirement for the FreeBSD keyword as it no longer | mtm | 2004-10-07 | 1 | -1/+1 |
* | Finish cleanup of rc.d/netif. It's now possible to start/stop more | mtm | 2004-07-30 | 1 | -10/+19 |
* | Really remove the return statement this time. Thanks to | mtm | 2004-05-20 | 1 | -1/+0 |
* | The err routine requires two arguments: an exit value and a string. | mtm | 2004-05-20 | 1 | -2/+2 |
* | Protect som cross-script invocations by checks to see that the target | phk | 2004-04-28 | 1 | -2/+4 |
* | Mark scripts as not usable inside a jail by adding keyword 'nojail'. | pjd | 2004-03-08 | 1 | -1/+1 |