Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-02-22 | regen | Jonathan Gray | |
2010-02-22 | Add some more 82599 ids from the FreeBSD driver. | Jonathan Gray | |
2010-02-22 | dedup some code a bit. rather than have the same code in fetchifs and | David Gwynne | |
dispatch_rtmsg, factor the message handling out. both fetchifs and dispatch_rtmsg get a buffer full of messages and then run it through a parser. now they get their buffers and pass it to rtmsg_process. ok claudio@ | |||
2010-02-22 | remove the original fetchtable code and replace it with the new | David Gwynne | |
refetchtable. tested by me and sthen@ ok claudio@ | |||
2010-02-22 | Fix a typo spotted by Vivien Moreau | giovanni | |
2010-02-22 | Correctly encode FEC prefixes. This makes my test setup much happyer. | Claudio Jeker | |
OK michele | |||
2010-02-22 | Treat multiple Router-LSAs originated by the same router as an | Stefan Sperling | |
aggregate, as mandated by RFC5340. OK claudio@ | |||
2010-02-22 | - fix a few debug messages: disabled vs enabled mixup, missing \n | Jacob Meuser | |
- remove some '//' commented code ok ratchov, kettenis, edd | |||
2010-02-21 | Kill double declaration of control_imsg_relay(). | Michele Marchetto | |
From Christiano F. Haesbaert. ok claudio@ | |||
2010-02-21 | Check bufferevent_new() return value. If it is NULL print an error message | Michele Marchetto | |
and return. From Martin Hedenfalk. ok claudio@ | |||
2010-02-21 | Backport a small fragment of a gcc 3.4 fix preventing too much recursion in | Miod Vallat | |
simplify_shift_const(), and only do this on mips64 platforms, because we are too late in the release cycle. This change has the nice side effect of preventing a wrong overoptimistic optimization on mips64, when masking bit 31 of a long; which in turns causes python to misbehave. Help and ok otto@ | |||
2010-02-21 | Make sure athn_intr() returns 1 if it claims an interrupt and 0 if not, | Mark Kettenis | |
instead of the other way around. Fixes interrupt accounting. ok damien@ | |||
2010-02-21 | sync | Theo de Raadt | |
2010-02-21 | the 82597EX is LR or SR, not only LR | Theo de Raadt | |
2010-02-21 | Actually use the gints addrinfo setup for gateway lookup, instead of using | Theo de Raadt | |
the global one (which has a useless AI_CANONNAME and thus is slower) found by martin.pelikan | |||
2010-02-21 | Read revision from the correct MSR; no functional change. | Miod Vallat | |
2010-02-21 | `-q' is an output option, hence it is mutually exclusive. | Igor Sobrado | |
ok jmc@ | |||
2010-02-21 | Make sure we only request our peer to start processing descriptors if it | Mark Kettenis | |
isn't currently doing so. Fixes hangs on large data transfers. | |||
2010-02-21 | Start and stop watchdog timer in the appropriate places, and print a message | Mark Kettenis | |
if it fires. | |||
2010-02-21 | fix display formatting; ok schwarze sobrado | Jason McIntyre | |
2010-02-21 | sync | Theo de Raadt | |
2010-02-21 | new plx goo, all the time | Theo de Raadt | |
2010-02-21 | dlclose() call should also be #ifdef HAVE_DLOPEN | Theo de Raadt | |
2010-02-21 | sync | Theo de Raadt | |
2010-02-20 | Instead of defining le16_to_cpu to nothing use letoh16 so this | Jonathan Gray | |
is slightly less likely to explode on big endian systems. Stupidity present in the original FreeBSD code as well. | |||
2010-02-20 | Make send_* functions return void (and not int) as they can just succeed | Michele Marchetto | |
or fatal(). ok claudio@ | |||
2010-02-20 | The .Ud macro must not have arguments, or it kills the build with mandoc(1). | Ingo Schwarze | |
Since this is the only page in our tree using the .Ud macro at all, just put the text verbatim as suggested by jmc@. Note that i have a vague suspicion that the whole sentence ("dlctl(3) is currently under development") might be a lie, but as i didn't receive feedback on that, i'm just fixing the formatting issue for now. | |||
2010-02-20 | Remove unneeded abstraction in neighbor fsm. | Michele Marchetto | |
ok claudio@ | |||
2010-02-20 | Multiple issues were killing the build with mandoc(1), thus: | Ingo Schwarze | |
* do not use low-level roff macros like .if and .ds * add the missing .Os to the preamble * move unqualified text out of .Bl ok jmc@ | |||
2010-02-20 | unbreak build for NOPIC systems; noticed, help and ok deraadt@ | Markus Friedl | |
2010-02-20 | alphabetically sort the list of supported controllers; while here, | Igor Sobrado | |
rewrite the list of LSI SAS controllers in a way it is shorter. ok marco@ | |||
2010-02-20 | Add line breaks to the source to render an .RS display that got skipped; | Ingo Schwarze | |
found by and unbreaking the build with mandoc(1). I will also send this patch upstream. ok jmc@ | |||
2010-02-20 | drop nested display, fixing the build with mandoc(1); | Ingo Schwarze | |
feedback and ok jmc@ | |||
2010-02-20 | Warn people when not to use mpii | Marco Peereboom | |
2010-02-20 | Add authors and dell board | Marco Peereboom | |
2010-02-20 | Make use of PHY port numbers as targets for the drives instead | Marco Peereboom | |
of the internal PhysDriveNum. Also change ENXIO to EINVAL in one case. From: Mike Belopuhov <mkb@crypt.org.ru> Discussed with Jim Giannoules | |||
2010-02-20 | - implements bioctl support; | Marco Peereboom | |
- fixes hot-un-plugging w/ softeps; - improves performance; - fixes IPL levels; - fixes lots of small things; - does a little bit of cleanup; - fixes NOWAIT/WAITOK; - disables useless/unused Driver Persistent Mapping code From Mike Belopuhov <mkb@crypt.org.ru> Discussed with Jim Giannoules | |||
2010-02-20 | Add necessary bits to support AC97 codecs in envy and add support | Alexandre Ratchov | |
for the VIA Tremor 5.1 card. From Alexandr Shadchin <alexandr.shadchin at gmail.com>, thanks! help from oga@ | |||
2010-02-20 | minor tweak to improve consistency with other drivers; startup | Igor Sobrado | |
messages are usually lower case (exceptions are manufacturer codenames as "Pentium" or "Horse"). | |||
2010-02-20 | regen | Jonathan Gray | |
2010-02-20 | Match on new CH341A in uchcom and correctly name the CH340 device, | Jonathan Gray | |
from looking at the windows driver. | |||
2010-02-20 | sync | Theo de Raadt | |
2010-02-19 | sync | Theo de Raadt | |
2010-02-19 | Work with pre-standard revision A ProCurve Direct Attach Cables. | Jonathan Gray | |
Also let the 82598EB SFP+ card work with optical SFP+ modules by ignoring the EEPROM even though the card officially supports only copper (DA) cables. From and ok claudio@ | |||
2010-02-19 | Partial sync to the latest version of ixgbe in FreeBSD leaving things | Jonathan Gray | |
like if_ix.c mostly untouched for now. This brings in support for newer 82598 parts and adds several things that will be needed for 82599. Initially from claudio with some additions by me. Tested by claudio, dlg (earlier version) and myself on different cards and media types. ok claudio@ | |||
2010-02-19 | gcc2 requires decls before code | Theo de Raadt | |
2010-02-19 | have_arg matches buf so it is no longer necessary, spotted by Tim van der | Nicholas Marriott | |
Molen. | |||
2010-02-19 | fix run_set_region_4 to set the whole region specified, | Damien Bergamini | |
not a quarter of it! | |||
2010-02-19 | move man page for auglx(4) to MI as well | Peter Hessler | |
OK miod@ | |||
2010-02-19 | Add built-in audio support on Lemote systems. | Miod Vallat | |