Age | Commit message (Expand) | Author |
2008-07-23 | Prevent warning about insecure hostnames where no /etc/hostname.* | Stuart Henderson |
2008-06-09 | warn once not 3 times in case of a non existent file, discussed with deraadt | Todd T. Fries |
2008-06-09 | Ensure that hostname.* files are also re-chowned to root.wheel at each | Theo de Raadt |
2008-04-17 | before using them, force hostname.* files to be unreadable by world | Theo de Raadt |
2008-01-17 | Execute rtsol after turning up trunk(4) and vlan(4) interfaces so they're | Brad Smith |
2008-01-09 | Do not bring up pfsync(4) before the working ruleset | Marco Pfatschbacher |
2007-08-02 | move the delay for IPv6 DAD to after all interfaces have started | David Krause |
2006-11-15 | reject multicast packet without scope identifier specified. | Jun-ichiro itojun Hagino |
2006-06-29 | do not add an extra space; nwid and description come out wrong | Todd T. Fries |
2005-12-28 | nuke extra whitespace | David Krause |
2005-12-06 | multicast_host=YES only works if a valid default gateway is available. | Reyk Floeter |
2005-11-02 | fix inspired by pr#4590 | Todd T. Fries |
2005-10-25 | better logic from krw@: | Todd T. Fries |
2005-10-14 | add v6 support for /etc/mygate | Todd T. Fries |
2005-10-12 | shrink stripcom(), sync with install.sub | Todd T. Fries |
2005-10-04 | trunk must be started after physical ethernet devices, but before vlan. | Todd T. Fries |
2005-09-28 | use eval consistently, fixes description quotes on rtsol and dhcp | Todd T. Fries |
2005-05-22 | Introduce 'ifmstart' to deal with starting multiple interfaces minus a list | Todd T. Fries |
2005-04-04 | unbreak; ok pval@ | Damien Miller |
2005-04-03 | if dhcp is used to get an address on any interface, ignore /etc/mygate | Theo de Raadt |
2005-01-04 | Bring up the carp(4) interface before default route. | Ryan Thomas McBride |
2004-12-30 | Add a copy of stripcom so /etc/netstart can be run standalone again. | Todd C. Miller |
2004-12-19 | Allow comments in /etc/{myname,mygate,defaultdomain}; OK deraadt@ | Todd C. Miller |
2004-12-04 | remove "route $hostname 127.0.0.1" line. deraadt ok | Jun-ichiro itojun Hagino |
2004-10-20 | make all route commands use -qn; ok mcbride henning | Theo de Raadt |
2004-05-29 | one last route command lacking -qn | Theo de Raadt |
2004-03-22 | Make sure pfsync is brought up before carp. | Ryan Thomas McBride |
2004-03-13 | Delay pfsync(4) configuration, as the syncif has to be configured in | Ryan Thomas McBride |
2004-01-14 | ok, it took quite a bit of prodding but itojun finally explained why the | Theo de Raadt |
2004-01-13 | repair v6 lo0 documentation | Theo de Raadt |
2004-01-11 | add loopback routes late | Theo de Raadt |
2004-01-09 | create all routes with -q; markus ok | Theo de Raadt |
2003-12-04 | Need to do "ifconfig create" for bridge interfaces too. | Todd C. Miller |
2003-12-03 | add support for ifconfig clone; from netbsd; ok deraadt, henning | Markus Friedl |
2003-10-20 | delay carp initialization until after physical interfaces are configured | David Krause |
2003-08-27 | only try to set hostname to what /etc/myname says if that file actually exists, | Henning Brauer |
2003-02-16 | Fix up some DNS verbiage to make it consistant. | Kenneth R Westerback |
2002-05-16 | ignore non-existent cases where '$if' evaluates to '*'. | Todd T. Fries |
2002-02-23 | re-add support for $if expansion; hamajima@nagoya.ydc.co.jp | Theo de Raadt |
2002-02-21 | Change the network components initialization order. | Miod Vallat |
2001-07-31 | a space before a redirect | Hugh Graham |
2001-07-06 | Also, source /etc/rc.conf so we can pull in the | Angelos D. Keromytis |
2001-07-06 | Use "route -n show -inet" to determine the default multicast iface. | Angelos D. Keromytis |
2001-07-03 | pull in rc.conf early so that pf(1) startup is right; tested by jasoni, comme... | Theo de Raadt |
2001-05-30 | Remove ipf. Darren Reed has interpreted his (old, new, whichever) | Theo de Raadt |
2001-03-13 | spelling; maurice@maurice.wan.nl | Theo de Raadt |
2001-02-06 | ignore blank lines in addition to comments | Todd T. Fries |
2001-01-10 | support !command in bridgename.if files, too | Jason Wright |
2000-11-27 | Use -n to test if a variable is non-zero. Otherwise, if the variable's | Todd C. Miller |
2000-11-08 | This fixes pr 1481, we now handle args > 6 in /etc/hostname.if in the | Todd T. Fries |