Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-03-16 | remove message that prints | Theo de Raadt | |
arplookup: unable to enter address for xxx.xxx.xxx.xxx because it is absolutely useless in a modern world with cable modems which leak arp packets over IP netblock zones; Anyone who used this as a diagnostic for real problems has other tools to use; from discussion with kitella, ok claudio | |||
2007-03-16 | make this page more readable; | Jason McIntyre | |
2007-03-16 | typo, okay jasper@ | Pedro Martelletto | |
2007-03-16 | use a full reference for RFC 2289; from Igor Sobrado | Jason McIntyre | |
2007-03-16 | - simplify synopsis and sort options: from Igor Sobrado | Jason McIntyre | |
- some small cleanup whilst here | |||
2007-03-16 | Add missing "goto fail;" in an error path of fxp_attach(). | Claudio Jeker | |
2007-03-16 | Cleanup prototypes. | Marcus Glocker | |
2007-03-16 | Recognise more vendor payloads (taken from IKE Scan) | Tom Cosgrove | |
2007-03-16 | A few more s/2858/4760/ and use RFC <number> everywhere. | Claudio Jeker | |
2007-03-16 | Multiprotocol Extensions for BGP-4 is now RFC 4760 | Claudio Jeker | |
2007-03-16 | Update multiprotocol extension code to RFC 4760. This actually removes | Claudio Jeker | |
a few things we actually never realy cared about. OK henning@ | |||
2007-03-16 | Remove a lot of dead code and nonexisting registers. This stuff was mostly | Marcus Glocker | |
copied over from bce(4) and is obsolete or needs to be rewritten. | |||
2007-03-16 | Better (constant) register naming. | Marcus Glocker | |
2007-03-16 | Split the beacon returned by ieee80211_beacon_alloc() in two parts and | Claudio Jeker | |
fill everything up to IEEE80211_ELEMID_TIM into the beacon template and everything after and including IEEE80211_ELEMID_TIM into the tim template. This fixes the beacons on 11g where two TIM fields where announced. acx_beacon_locate() is used to calculate the offset to a defined TLV field. If other dirvers need it as well we may move it up into net80211. OK mglocker@ | |||
2007-03-16 | Don't forget to set the metric in the REDIST_LABEL case. OK pyr@ | Claudio Jeker | |
2007-03-16 | Make sure that the metric on redistributed prefixes is always != 0. | Claudio Jeker | |
If no metric was specified for it to DEFAULT_REDIST_METRIC. While this was checked for the simple case it was not done if only a metric type was specified. OK pyr@ | |||
2007-03-16 | Timecounters for sparc64. The cleanest and easiest timecounter | Artur Grabowski | |
implementation this far. Uses the %tick register (as microtime was using before). kettenis@ ok | |||
2007-03-16 | First super massive register cleanup run; group/sort registers, | Marcus Glocker | |
remove lots of obsolete registers, mark unused registers for deletion, mark suspect registers for closer verification, comments ... | |||
2007-03-16 | now that we leave the grey, avoid annoying re-adds of white entries | Bob Beck | |
by checking for them being in the db first. ok millert@ | |||
2007-03-16 | A new PCI id for Intel's PCIe quad port fiber adapter. | Reyk Floeter | |
2007-03-15 | sync | Reyk Floeter | |
2007-03-15 | add Intel PCI-E quad port fiber device ID | Reyk Floeter | |
2007-03-15 | `b' before `c'; from Igor Sobrado | Jason McIntyre | |
2007-03-15 | sort options and remove some unneccessary markup; from Igor Sobrado | Jason McIntyre | |
2007-03-15 | +.Ex -std logger | Jason McIntyre | |
plus a little cleanup | |||
2007-03-15 | simplify synopsis/usage() and sort options; | Jason McIntyre | |
from Igor Sobrado | |||
2007-03-15 | simplify synopsis/usage() and sort options; | Jason McIntyre | |
from Igor Sobrado | |||
2007-03-15 | sort options; from Igor Sobrado | Jason McIntyre | |
2007-03-15 | telnet.1: sort options; from Igor Sobrado | Jason McIntyre | |
main.c: whack most of usage(), and have different usage() depending whether this is invoked as telnet or tn3270; help otto; ok millert | |||
2007-03-15 | simplify synopsis/usage() and sort options; | Jason McIntyre | |
from Igor Sobrado | |||
2007-03-15 | "days" is optional; from Igor Sobrado | Jason McIntyre | |
2007-03-15 | simplify synopsis/usage() and sort options; | Jason McIntyre | |
from Igor Sobrado | |||
2007-03-15 | .Nm does not need an argument; from Igor Sobrado | Jason McIntyre | |
2007-03-15 | sort options; from Igor Sobrado | Jason McIntyre | |
2007-03-15 | simplify synopsis/usage() and sort options; | Jason McIntyre | |
from Igor Sobrado | |||
2007-03-15 | simplify synopsis/usage() and sort options; | Jason McIntyre | |
from Igor Sobrado | |||
2007-03-15 | simplify synopsis/usage() and sort options. also fixes documentation/5411 | Jason McIntyre | |
from han | |||
2007-03-15 | Update the re(4) man page to mention VLAN tag insertion support. | Jason McIntyre | |
from brad; ok reyk | |||
2007-03-15 | no jumbosity for bnx | Jason McIntyre | |
from brad; ok reyk | |||
2007-03-15 | make the description of command line options and interactive | Jason McIntyre | |
commands more consistent; started by a diff from Mark Lumsden | |||
2007-03-15 | - add missing word: from alek; ok sturm | Jason McIntyre | |
- sort options: from Igor Sobrado | |||
2007-03-15 | fix -y example; | Jason McIntyre | |
closes user/5408 from sthen ok reyk | |||
2007-03-15 | UltraSPARC-IV cpus appear a bit different in OpenFirmware than older cpus. | Mark Kettenis | |
Make sure we fetch the right properties such that we don't crash later in the pci bus walking code when we divide by a zero cache line size. | |||
2007-03-15 | Make sure we find the OpenFirmware node for UltraSPARC-IV cpus. | Mark Kettenis | |
2007-03-15 | OpenBSD/aviion notes draft. | Miod Vallat | |
2007-03-15 | typo; Matthew Clarke <clamat@telus.net> | Jasper Lievisse Adriaanse | |
2007-03-15 | Sync | Miod Vallat | |
2007-03-15 | Disable x/q functionnality on 32bit platforms, because the examination code | Miod Vallat | |
is not supposed to work on values larger than db_expr_t. | |||
2007-03-15 | Set chip operation mode in the init path. Add first bits to enable | Marcus Glocker | |
interrupts at some point. | |||
2007-03-15 | When commiting multiple files with ci, the flags from the previous | Alexander Bluhm | |
files affected the later ones. ok niallo@ xsa@ |