summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2007-03-16remove message that printsTheo 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-16make this page more readable;Jason McIntyre
2007-03-16typo, okay jasper@Pedro Martelletto
2007-03-16use a full reference for RFC 2289; from Igor SobradoJason McIntyre
2007-03-16- simplify synopsis and sort options: from Igor SobradoJason McIntyre
- some small cleanup whilst here
2007-03-16Add missing "goto fail;" in an error path of fxp_attach().Claudio Jeker
2007-03-16Cleanup prototypes.Marcus Glocker
2007-03-16Recognise more vendor payloads (taken from IKE Scan)Tom Cosgrove
2007-03-16A few more s/2858/4760/ and use RFC <number> everywhere.Claudio Jeker
2007-03-16Multiprotocol Extensions for BGP-4 is now RFC 4760Claudio Jeker
2007-03-16Update multiprotocol extension code to RFC 4760. This actually removesClaudio Jeker
a few things we actually never realy cared about. OK henning@
2007-03-16Remove a lot of dead code and nonexisting registers. This stuff was mostlyMarcus Glocker
copied over from bce(4) and is obsolete or needs to be rewritten.
2007-03-16Better (constant) register naming.Marcus Glocker
2007-03-16Split the beacon returned by ieee80211_beacon_alloc() in two parts andClaudio 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-16Don't forget to set the metric in the REDIST_LABEL case. OK pyr@Claudio Jeker
2007-03-16Make 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-16Timecounters for sparc64. The cleanest and easiest timecounterArtur Grabowski
implementation this far. Uses the %tick register (as microtime was using before). kettenis@ ok
2007-03-16First 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-16now that we leave the grey, avoid annoying re-adds of white entriesBob Beck
by checking for them being in the db first. ok millert@
2007-03-16A new PCI id for Intel's PCIe quad port fiber adapter.Reyk Floeter
2007-03-15syncReyk Floeter
2007-03-15add Intel PCI-E quad port fiber device IDReyk Floeter
2007-03-15`b' before `c'; from Igor SobradoJason McIntyre
2007-03-15sort options and remove some unneccessary markup; from Igor SobradoJason McIntyre
2007-03-15+.Ex -std loggerJason McIntyre
plus a little cleanup
2007-03-15simplify synopsis/usage() and sort options;Jason McIntyre
from Igor Sobrado
2007-03-15simplify synopsis/usage() and sort options;Jason McIntyre
from Igor Sobrado
2007-03-15sort options; from Igor SobradoJason McIntyre
2007-03-15telnet.1: sort options; from Igor SobradoJason 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-15simplify synopsis/usage() and sort options;Jason McIntyre
from Igor Sobrado
2007-03-15"days" is optional; from Igor SobradoJason McIntyre
2007-03-15simplify synopsis/usage() and sort options;Jason McIntyre
from Igor Sobrado
2007-03-15.Nm does not need an argument; from Igor SobradoJason McIntyre
2007-03-15sort options; from Igor SobradoJason McIntyre
2007-03-15simplify synopsis/usage() and sort options;Jason McIntyre
from Igor Sobrado
2007-03-15simplify synopsis/usage() and sort options;Jason McIntyre
from Igor Sobrado
2007-03-15simplify synopsis/usage() and sort options. also fixes documentation/5411Jason McIntyre
from han
2007-03-15Update the re(4) man page to mention VLAN tag insertion support.Jason McIntyre
from brad; ok reyk
2007-03-15no jumbosity for bnxJason McIntyre
from brad; ok reyk
2007-03-15make the description of command line options and interactiveJason McIntyre
commands more consistent; started by a diff from Mark Lumsden
2007-03-15- add missing word: from alek; ok sturmJason McIntyre
- sort options: from Igor Sobrado
2007-03-15fix -y example;Jason McIntyre
closes user/5408 from sthen ok reyk
2007-03-15UltraSPARC-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-15Make sure we find the OpenFirmware node for UltraSPARC-IV cpus.Mark Kettenis
2007-03-15OpenBSD/aviion notes draft.Miod Vallat
2007-03-15typo; Matthew Clarke <clamat@telus.net>Jasper Lievisse Adriaanse
2007-03-15SyncMiod Vallat
2007-03-15Disable x/q functionnality on 32bit platforms, because the examination codeMiod Vallat
is not supposed to work on values larger than db_expr_t.
2007-03-15Set chip operation mode in the init path. Add first bits to enableMarcus Glocker
interrupts at some point.
2007-03-15When commiting multiple files with ci, the flags from the previousAlexander Bluhm
files affected the later ones. ok niallo@ xsa@