Age | Commit message (Expand) | Author |
2008-07-11 | If there is a 100baseT4 connection then fall through so as to | Brad Smith |
2008-07-11 | Check the correct BMSR bit in the capabilities field when checking | Brad Smith |
2008-07-11 | Qlogic -> QLogic | Igor Sobrado |
2008-07-11 | Fujitsu SPARC64-VI CPU's have two cores that have two threads each. Provide | Mark Kettenis |
2008-07-11 | Add timeout_add_{tv,ts,bt,sec,usec,nsec} so that we can add timeouts | Bret Lambert |
2008-07-11 | de-__inline a trio of functions to shave some space. | Bret Lambert |
2008-07-11 | Don't try to read the "regs" propety; it's pointless. | Mark Kettenis |
2008-07-11 | remove an unused function. ok jsg@ | Kevin Lo |
2008-07-11 | Handle CPUs with a clock speed >= 2 GHz correctly. | Mark Kettenis |
2008-07-11 | initialise the state kept between calls to dmamap_load_buffer to 0. there | David Gwynne |
2008-07-10 | Handle breaks. | Mark Kettenis |
2008-07-10 | nuke two bogus ARGSUSED | Thordur I. Bjornsson |
2008-07-10 | move a common statement out of if/else; | Thordur I. Bjornsson |
2008-07-10 | Don't terminate the array of matching product/vendor IDs with { 0, 0 } | Marc Balmer |
2008-07-10 | Detect whether com(4) is the console on the m4k. | Mark Kettenis |
2008-07-10 | Add support for Fujitsu SPARC64-VI CPUs. | Mark Kettenis |
2008-07-10 | Add support for getting the time of day on the m4k. | Mark Kettenis |
2008-07-10 | Add a function to get the time of day from the prom on the m4k. | Mark Kettenis |
2008-07-10 | check pf NAT source port allocation against net.inet.(tcp|udp).baddynamic | Damien Miller |
2008-07-10 | In pf_state_insert(), if the first pf_state_key_attach() fails, the | David Krause |
2008-07-10 | Make cams with Sonix chipset work by avoiding excessive alternate | Marcus Glocker |
2008-07-10 | add X11 ports to default TCP baddynamic list | Damien Miller |
2008-07-10 | the DRM_{READ,WRITE}$NUMBER() macros currently use | Owain Ainsworth |
2008-07-09 | Fixup AGP_MODE{GET,SET}_RATE() macros. the agp 2.0 spec defines that the lowest | Owain Ainsworth |
2008-07-09 | expand the net.inet.(tcp|udp).baddynamic dynamic source port | Damien Miller |
2008-07-09 | Remove an XXX comment about using the same pool for mfs and ffs, since | Thordur I. Bjornsson |
2008-07-09 | Simplify the match function a bit by just returning the result from | Brad Smith |
2008-07-08 | this makes the code in sdattach less dense by collapsing the flags we pass | David Gwynne |
2008-07-08 | Remove the IDE_PCI_CLASS_OVERRIDE quirk flag for the Intel AHCI controllers | Brad Smith |
2008-07-08 | vmt(4) is a kernel level implementation of the vmware tools. | David Gwynne |
2008-07-08 | Update 2300 firmware from 3.01.20 (Dec 19, 2002) to 3.03.19 (Nov | Kenneth R Westerback |
2008-07-07 | Comment correction, actually -> actual | Brad Smith |
2008-07-07 | Match on XMITS (which is a PCI-X Schizo variant found on Sun Fire | Mark Kettenis |
2008-07-07 | - Improve negotation and fix some more DPRINTFs. | Marcus Glocker |
2008-07-07 | The current drm_locked_task*() code sometimes tries to sleep in an | Owain Ainsworth |
2008-07-07 | Extend sbbc(4) to provide a console driver for the v1280. | Mark Kettenis |
2008-07-07 | Fix typo in comment. | Mark Kettenis |
2008-07-07 | Add an entry to report the bus clock on bernd's atom laptop. | Jonathan Gray |
2008-07-07 | Use bus_dmamap_load_mbuf() instead of bus_dmamap_load() when | Thordur I. Bjornsson |
2008-07-07 | Shorten the sensor description and reserve room for optional characters | Marc Balmer |
2008-07-07 | Add AGP and hostbridge support for the Intel 82945GME chipset. | Bernd Ahlers |
2008-07-07 | sync | Bernd Ahlers |
2008-07-07 | Add Intel 82945GME Hostbridge and Video. | Bernd Ahlers |
2008-07-07 | tweak the alignment of the rx buffers so the headers in the frame are | David Gwynne |
2008-07-06 | Add the position to the sensor description. | Marc Balmer |
2008-07-06 | remove #ifndef nolint goo | Thordur I. Bjornsson |
2008-07-06 | When the device gets close switch back from alternate interface to | Marcus Glocker |
2008-07-06 | Zap redundant prototype for nfsrv_zapsock(); | Thordur I. Bjornsson |
2008-07-06 | pciide_match() is a bit convoluted, we match anything claiming | Jonathan Gray |
2008-07-06 | Use UT_{READ|WRITE}_VENDOR_DEVICE instead of self defined values. | Marc Balmer |