summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-12-08leftover from interface-local multicast change.Jun-ichiro itojun Hagino
2006-12-08Fix a crash seen on busy area border routers. The problem was a NULLClaudio Jeker
dereference in rde_summary_update(). Even though we merge in the new LSA it may be suppressed because the remove happened less than 5 seconds ago. So the second lsa_find() is still unable to locate the LSA and in this case we may not access v->cost. Additionally only remove not yet deleted LSA in lsa_remove_invalid_sums(), removing already removed entries removes also the suppressed LSAs. Problem found and fix tested by Pierre-Yves Ritschard. OK norby@
2006-12-08explain why german trains run late; help from jmcTheo de Raadt
2006-12-08state that if the log file is bad, it is first moved out of the way. ifJoel Knight
that fails, then logging is suspended.
2006-12-08Document redistribute set options. OK norby@Claudio Jeker
2006-12-08Document the interface:ip syntax and add some statements to the examplesClaudio Jeker
to make them useful. OK norby@
2006-12-08First round of evil macro removal. _acx_set_##name##_tmplt bites the dust.Claudio Jeker
OK mglocker@
2006-12-08syncTheo de Raadt
2006-12-08regenGordon Willem Klok
2006-12-08Add the Broadcom BCM5787F PCI id.Gordon Willem Klok
Add D-Link DGE-560SX and another Marvell Yukon (unknown model) PCI ids. From the Linux sky2 driver via brad@
2006-12-08From Jon Simola <simola@mecha.com>:Marcus Glocker
Style and whitespace cleanup.
2006-12-08scsibus_attach_args not scsi_attach_args for saa inThordur I. Bjornsson
mesh_attach(). ok dlg@
2006-12-08If we receive a rate of 0 from the AMRR rate adaption code, set theMarcus Glocker
TX rate to a minimum value of 1Mbit/s instead of doing a panic(). We don't know yet how the rate of 0 is produced in some conditions. ok claudio@
2006-12-07Fix some channel tweaks; e.g. solves a bug which sets the channel to 40Marcus Glocker
when switching into hostap mode. ok claudio@
2006-12-07+Compex WL54.Jason McIntyre
from www pages;
2006-12-07+Surecom EP-9321-g1.Jason McIntyre
from www pages;
2006-12-07add Novatel Wireless Merlin U740 to the list of supported adaptersFelix Kronlage
2006-12-07attach Novatel Merlin U740 to ubsaFelix Kronlage
ok dlg@
2006-12-07check exit status of the pfctl command executed. ok beck@Otto Moerbeek
2006-12-07regenMichael Knudsen
2006-12-07Add Broadcom BCM5787F.Michael Knudsen
From brad.
2006-12-07Make it possible to set the metric and LSA type for redistributed routes.Claudio Jeker
Mostly based on a diff by Pierre-Yves Ritschard (I just simplified the parser code). OK norby@
2006-12-07some cleanup for axe(4):Reyk Floeter
- remove IFF_RUNNING check from axe_init() and check for the appropriate condition before calling axe_init(). - check for MTU too small, as done everywhere else. - remove unnecessary setting of error to 0, its initialized to 0 in axe_ioctl(). - use the IFQ_IS_EMPTY macro in axe_watchdog(). ok brad@
2006-12-07use LINK_STATE_IS_UP(ifp0->if_link_state) instead ofReyk Floeter
ifp0->if_link_state == LINK_STATE_UP to handle the new half/full duplex link states. i forgot to commit these snippets before. ok jsg@
2006-12-07http://www.ralinktech.com/ domain name is for sale.Damien Bergamini
use official url instead: http://www.ralinktech.com.tw/
2006-12-07remove unused code, fix style and spacing, tidy up ioctl pathMartin Reindl
from brad@
2006-12-07check for cvs_path_cat() return value.Xavier Santolaria
2006-12-07regenerated these with Merlin U740 idFelix Kronlage
2006-12-07id for Novatel Wireless Merlin U740Felix Kronlage
2006-12-07use errno where appropriate in error messages.Xavier Santolaria
2006-12-07remove extra dot; from jared r r spiegelJason McIntyre
2006-12-07fix the .An line;Jason McIntyre
2006-12-07snprintf() -> cvs_path_cat()Xavier Santolaria
2006-12-07add config file path in debug message.Xavier Santolaria
2006-12-06- Move TX ring full sanity check further up and check the number of DMAReyk Floeter
segments from the DMA map, instead of counting the DMA segments in the for loop and breaking out later. - Unload the DMA map if encountering an error condition. Tested on amd64/i386/sparc64 ok brad@ mglocker@
2006-12-06Implement em_read_pcie_cap_reg(), where we set the max read size onReyk Floeter
PCIe to 4k. >From kmacy@FreeBSD Tested by mk@ and Johan Mson Lindman <tybollt at solace dot mh dot se> with the 82573 chipset. ok brad@ mglocker@ mk@
2006-12-06Enable mc and mesh in RAMDISK as well, as pointed out by brad@ its prettyGordon Willem Klok
useless to not do so.
2006-12-06starfire ethernet works here nowMartin Reindl
2006-12-06- de-staticMartin Reindl
- use pci_matchbyid, makes attaching way simpler ok brad@ reyk@
2006-12-06Enable mesh and mc device drivers in GENERIC, booting on old world macs isGordon Willem Klok
pointless without these two. ok martin@, deraadt@ durring h2k6
2006-12-06update for new driver; remove diagnostic section, add bugs, bump dateMartin Reindl
2006-12-06replace Adaptec AIC-6915 Starfire driver with the fully bus_dma(9)-ableMartin Reindl
driver from NetBSD ok brad@ reyk@ additional testing Nick Nauwelaerts
2006-12-06From Jon Simola <simola@mecha.com>:Marcus Glocker
Add bus-specific config space read and write functions, this fixes the attach for ian@darwinsys.com and properly enumerates multiple cores.
2006-12-06fix some multi-line comments and printfsMartin Reindl
2006-12-06styleMichael Knudsen
2006-12-06print readdirplus (rdplus) info for nfs mounts.Thordur I. Bjornsson
ok pedro@
2006-12-06nfs_readdirplusrpc():Thordur I. Bjornsson
Replace the pointer aerobics used to construct the namecache hash with a more saner approach since the former could lead to a null deref (PR5305). Also make sure that the current buf is bigenough before caching the current entry. comments&ok pedro@
2006-12-06malloc(..., M_NOWAIT) with no NULL check is bad. If allocation fails,Michael Knudsen
complain, clean up, and bail out of attach. input and ok gwk
2006-12-06When compiled with UDCF_DEBUG, only output the bits received whenMarc Balmer
udcfdebug > 1.
2006-12-06Missing newline in printf.Bernd Ahlers
ok canacar@