Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-12-09 | sync | Theo de Raadt | |
2006-12-09 | registers for hba control | David Gwynne | |
2006-12-09 | the start of a driver for ahci controllers. this does nothing but map the | David Gwynne | |
register space and hook an interrupt up for the controller i have, but it is going into the tree so i can work on it. commit early, commit often | |||
2006-12-09 | sync | Theo de Raadt | |
2006-12-09 | switch IPv6 advanced API from RFC2292 to RFC3542 (2292 is superseded by 3542). | Jun-ichiro itojun Hagino | |
the kernel still handles RFC2292 set/getsockopts, so that compiled binary has no trouble running. userland sees RFC3542 symbols only on header file so new code has to use RFC3542 API. bump libc shlib minor for function additions. tested on i386/amd64 by jmc, i386 by brad. checked by deraadt. | |||
2006-12-09 | IPV6_RECVDSTADDR is not standard. use more standard IPV6_PKTINFO. | Jun-ichiro itojun Hagino | |
also prepare for RFC2292->RFC3542 switch (IPV6_RECVPKTINFO). glocker ok (he tested), deraadt also looked at | |||
2006-12-09 | Like the earlier change to powernow-k7.c check for both the regular cpuid | Gordon Willem Klok | |
signature AND the AMD extended cpuid 0x800000001 (%eax). Tested by, krw@, Joerg Niendorf <joerg.bsd AT internode.net.au> and steven mestdagh <steven.mestdagh AT esat.kuleuven.be> ok dim@ | |||
2006-12-08 | A more permanent solution to setperf methods returning error values and | Gordon Willem Klok | |
the higher level sysctl code passing them to userland. Distinct diff from the one I passed around internally with less crazy semantics. Also nuke some trailing spaces in a few places. "just go ahead" deraadt@ | |||
2006-12-08 | no need for KAME_SCOPEID; just check __KAME__. | Jun-ichiro itojun Hagino | |
2006-12-08 | whitespace | Jun-ichiro itojun Hagino | |
2006-12-08 | typo in comment. from kame | Jun-ichiro itojun Hagino | |
2006-12-08 | Fix kernel link warning on i386 about boothowto being overridden, by | Dimitry Andric | |
removing the second definition from locore. To prevent locore from subsequently clobbering boothowto, remove clearing bss from it. The bootloader has already taken care of this. ok miod weingart deraadt | |||
2006-12-08 | return is not a function. (cosmetic) | Jun-ichiro itojun Hagino | |
2006-12-08 | unifdef -UCOMPAT_RFC1883 (ancient) | Jun-ichiro itojun Hagino | |
2006-12-08 | leftover from interface-local multicast change. | Jun-ichiro itojun Hagino | |
2006-12-08 | Fix a crash seen on busy area border routers. The problem was a NULL | Claudio 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-08 | explain why german trains run late; help from jmc | Theo de Raadt | |
2006-12-08 | state that if the log file is bad, it is first moved out of the way. if | Joel Knight | |
that fails, then logging is suspended. | |||
2006-12-08 | Document redistribute set options. OK norby@ | Claudio Jeker | |
2006-12-08 | Document the interface:ip syntax and add some statements to the examples | Claudio Jeker | |
to make them useful. OK norby@ | |||
2006-12-08 | First round of evil macro removal. _acx_set_##name##_tmplt bites the dust. | Claudio Jeker | |
OK mglocker@ | |||
2006-12-08 | sync | Theo de Raadt | |
2006-12-08 | regen | Gordon Willem Klok | |
2006-12-08 | Add 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-08 | From Jon Simola <simola@mecha.com>: | Marcus Glocker | |
Style and whitespace cleanup. | |||
2006-12-08 | scsibus_attach_args not scsi_attach_args for saa in | Thordur I. Bjornsson | |
mesh_attach(). ok dlg@ | |||
2006-12-08 | If we receive a rate of 0 from the AMRR rate adaption code, set the | Marcus 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-07 | Fix some channel tweaks; e.g. solves a bug which sets the channel to 40 | Marcus 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-07 | add Novatel Wireless Merlin U740 to the list of supported adapters | Felix Kronlage | |
2006-12-07 | attach Novatel Merlin U740 to ubsa | Felix Kronlage | |
ok dlg@ | |||
2006-12-07 | check exit status of the pfctl command executed. ok beck@ | Otto Moerbeek | |
2006-12-07 | regen | Michael Knudsen | |
2006-12-07 | Add Broadcom BCM5787F. | Michael Knudsen | |
From brad. | |||
2006-12-07 | Make 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-07 | some 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-07 | use LINK_STATE_IS_UP(ifp0->if_link_state) instead of | Reyk 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-07 | http://www.ralinktech.com/ domain name is for sale. | Damien Bergamini | |
use official url instead: http://www.ralinktech.com.tw/ | |||
2006-12-07 | remove unused code, fix style and spacing, tidy up ioctl path | Martin Reindl | |
from brad@ | |||
2006-12-07 | check for cvs_path_cat() return value. | Xavier Santolaria | |
2006-12-07 | regenerated these with Merlin U740 id | Felix Kronlage | |
2006-12-07 | id for Novatel Wireless Merlin U740 | Felix Kronlage | |
2006-12-07 | use errno where appropriate in error messages. | Xavier Santolaria | |
2006-12-07 | remove extra dot; from jared r r spiegel | Jason McIntyre | |
2006-12-07 | fix the .An line; | Jason McIntyre | |
2006-12-07 | snprintf() -> cvs_path_cat() | Xavier Santolaria | |
2006-12-07 | add config file path in debug message. | Xavier Santolaria | |
2006-12-06 | - Move TX ring full sanity check further up and check the number of DMA | Reyk 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-06 | Implement em_read_pcie_cap_reg(), where we set the max read size on | Reyk 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@ |