Age | Commit message (Expand) | Author |
2007-05-31 | convert to new .Dd format; | Jason McIntyre |
2007-01-01 | some minor improvements; | Jason McIntyre |
2007-01-01 | find a better place for EXAMPLES; | Jason McIntyre |
2007-01-01 | - use "interface", not "interface-name", consistently | Jason McIntyre |
2007-01-01 | sort the list of parameters brconfig(8) accepts; | Jason McIntyre |
2007-01-01 | - merge first two synopses | Jason McIntyre |
2006-12-31 | -A before -a; | Jason McIntyre |
2006-12-30 | add -A to usage(). | Reyk Floeter |
2006-12-24 | it is not permitted to change the "hellotime" is in RSTP, but in STP mode. | Reyk Floeter |
2006-12-11 | refer to the RSTP point to point option as "PTP" instead of "P2P". | Reyk Floeter |
2006-12-07 | remove extra dot; from jared r r spiegel | Jason McIntyre |
2006-12-03 | Add Rapid Spanning Tree Protocol support (802.1d-2004) based on work | Reyk Floeter |
2006-10-23 | no need to use "keep state" and "flags S/SA" in pf rules, | Jason McIntyre |
2006-07-25 | tweak; | Jason McIntyre |
2006-07-25 | -a flag is now optional; prompted by steven@ | Damien Miller |
2006-07-25 | better yet, make this use getopt for argument processing; | Damien Miller |
2006-07-24 | make "brconfig" with no arguments equivalent to "brconfig -a", | Damien Miller |
2006-05-28 | apropriate -> appropriate | Jason McIntyre |
2006-05-27 | replace ipsecadm with ipsecctl. ok and requested by deraadt@ | Hans-Joerg Hoexer |
2006-05-26 | let us not talk about ipsecadm and vpn anymore; ok reyk | Theo de Raadt |
2006-03-20 | NetBSD Coverity CID 774: Don't increment a pointer *before* testing it for NULL! | David Hill |
2005-12-21 | Userland programs should include <errno.h> not <sys/errno.h> | Todd C. Miller |
2005-09-27 | add examples of explicitly bringing ethernet ifs up; | Jason McIntyre |
2004-12-14 | link0 drops IP multicast, and link1 non-IP multicast. Not the other way | Camiel Dobbelaar |
2004-09-29 | Note that the spanning tree protocol is disabled by default on interfaces | Ryan Thomas McBride |
2004-09-14 | remove unused variable | Theo de Raadt |
2004-05-27 | Rule parser improvements: line numbers, no nl at eof, handling of lines | Otto Moerbeek |
2004-05-23 | do not free before going to exit path; andrushock@korovino.net | Theo de Raadt |
2004-05-04 | from jared yanovich: | Jason McIntyre |
2004-03-08 | Prevent user from specifying an interface name longer than IFNAMSIZ. | Ryan Thomas McBride |
2004-03-02 | 64-bits datatype fixes for strto(u)l conversions. | Thierry Deval |
2004-02-27 | mention ifconfig create; update gif(4) examples; ok henning, deraadt, fries | Markus Friedl |
2004-01-21 | fix wording; from Ross L Richardson (PR 3641); | Jason McIntyre |
2004-01-01 | use warnx for ENXIO devices, so that it says "Device not configured". For | Theo de Raadt |
2003-12-07 | typo; lists-openbsd@2ls4agd.net | Theo de Raadt |
2003-09-26 | realloc properly; ok jason | Theo de Raadt |
2003-06-27 | add an example for tagging | Henning Brauer |
2003-06-25 | allow bridge filter rules to specify a tag. | Henning Brauer |
2003-06-03 | - section reorder | Jason McIntyre |
2003-06-02 | nuke clause 3 & 4 | Jason Wright |
2003-05-30 | o timeout is int, not u_int32_t | Henning Brauer |
2003-05-10 | - setup -> set up | Jason McIntyre |
2003-03-07 | spelling errors/typos | David Krause |
2002-12-18 | remove dup include | Markus Friedl |
2002-12-09 | KNF | Theo de Raadt |
2002-12-09 | KNF | Markus Friedl |
2002-12-09 | allow setting of ifcost with brconfig. enables selection of preferred | Markus Friedl |
2002-12-06 | fix linebreak in example; ok ho@, jason@ | Markus Friedl |
2002-09-06 | remove Xr to photuris | Theo de Raadt |
2002-07-12 | Mention that an interface can be a part of at most one bridge. | Jason Wright |