Age | Commit message (Expand) | Author |
2010-03-22 | Read trap registers after setting up the stack frame in the slowtrap handler. | Mark Kettenis |
2010-03-22 | There is a workaround for a 82599 specific errata that could hang the rx dma | Jonathan Gray |
2010-03-22 | Use the correct number of max scatter gather segments for 82599, | Jonathan Gray |
2010-03-22 | Add some MLDv2 definitions from FreeBSD. | Jonathan Gray |
2010-03-21 | Add some additional Intel CPUID values for recent and upcoming processors. | Jonathan Gray |
2010-03-21 | Remove some left over debugging code, shaving off two instructions from | Mark Kettenis |
2010-03-21 | let this compile without DIAGNOSTIC; from miod | Theo de Raadt |
2010-03-21 | add glass console support to the ramdisks; from miod | Theo de Raadt |
2010-03-21 | another macbook that needs reference voltage for output. | Jacob Meuser |
2010-03-21 | deal with the possibility of two internal speaker pins, like on | Jacob Meuser |
2010-03-21 | Update KL structure definitions to match IP35 use of previously unused fields. | Miod Vallat |
2010-03-21 | Fix widget probe order for BASEIO boards and P-Brick. | Miod Vallat |
2010-03-21 | remove definitions of VSCSI_DEBUG stuff. they were never used. | David Gwynne |
2010-03-20 | Allow kernels configurations with bluetooth but no USB to build. | Matthieu Herrb |
2010-03-20 | Add code to tell Origin 200 and Origin 2000 / Onyx 2 apart. | Miod Vallat |
2010-03-20 | Don't leak memory when resizing routing table array | Bret Lambert |
2010-03-20 | NEC Aterm WL300NU-G | Damien Bergamini |
2010-03-20 | the NEC Aterm WL300NU-G is an otus(4). | Damien Bergamini |
2010-03-19 | Remove support for preproduction 82598 revision A0, | Jonathan Gray |
2010-03-18 | enable POOL_DEBUG | Otto Moerbeek |
2010-03-18 | move to 4.7-current | Otto Moerbeek |
2010-03-16 | Set rx_ndescs to zero when initializing the rx ring. Otherwise we'll | Mark Kettenis |
2010-03-16 | PCXS processors (really, all PA-RISC processors with separate I and D tlb | Miod Vallat |
2010-03-16 | eek! negative array offsets are bad. don't allow them. | Jacob Meuser |
2010-03-15 | Add support for 82801HBM RAID. 'that diff can go in' kettenis@ | Dale Rahn |
2010-03-15 | Do not leak mbuf in the TX path when a TX error occurs; found the hard way | Miod Vallat |
2010-03-15 | Correct return from attach on error, add splx() and urndis_stop(). | Fabien Romano |
2010-03-15 | Add id for Intel 82801JI RAID. Lets HP GL360 G6 see internal SATA | Kenneth R Westerback |
2010-03-14 | Rewrite urndis_match() logic for the HTC Hero to match on vendor and | Michael Knudsen |
2010-03-14 | sync | Michael Knudsen |
2010-03-14 | Add product ID for HTC Hero. | Michael Knudsen |
2010-03-14 | Quieten ahc a bit, same as ahd is. Put some messages emitted during | Kenneth R Westerback |
2010-03-14 | when closing, remove commands from the right queues as we iterate over | David Gwynne |
2010-03-13 | Make sure non-console impact_screen struct gets zeroed upon allocation, | Miod Vallat |
2010-03-13 | Octane PROM picks highest graphics widget as console, not lowest; | Miod Vallat |
2010-03-11 | Correct a wrong printf and move a check than should be before the debug. | Jonathan Armani |
2010-03-11 | unbreak the build with a custom kernel config including "pseudo-device | Stuart Henderson |
2010-03-10 | fix the option that sets the image operating system. | Igor Sobrado |
2010-03-09 | - push replies back to the free queue when done processing events | Marco Peereboom |
2010-03-09 | Use correct routing domain when doing address lookups. | Joel Sing |
2010-03-08 | argh, in del too, simultaneously spotted by kettenis and me | Henning Brauer |
2010-03-08 | When sensor update fails, set SENSOR_FINVALID in sensor->flags; | Miod Vallat |
2010-03-08 | Correctly initialize all members of struct wsemuldisplaydev_attach_args | Miod Vallat |
2010-03-08 | aye, broadcast addr too. spotted by kettenis | Henning Brauer |
2010-03-08 | don't call ifa_item_add/del in ifa_add/del, so the ifa RB tree doesn't | Henning Brauer |
2010-03-08 | Use properly initialised sockaddr_in/sockaddr_in6 struct when performing | Joel Sing |
2010-03-08 | fix a miod typo (it has to be a typo; miod makes no real mistakes) | Theo de Raadt |
2010-03-08 | fix compiling without ACPI, ok marco@ deraadt@ krw@ mlarkin@ | Jolan Luff |
2010-03-07 | Minimalistic driver for the ImpactSR (Mardigras) video option found on older | Miod Vallat |
2010-03-07 | Don't stop DMA in envy_halt_intput() and/or envy_halt_output(). | Alexandre Ratchov |