Age | Commit message (Expand) | Author |
2008-11-25 | use shiny new m_defrag() and nitems() instead of rolling our own. | Damien Bergamini |
2008-11-25 | m_defrag() a mbuf chain defragmenter. It will collaps a mbuf chain into a | Claudio Jeker |
2008-11-25 | we are heading quickly to a world where isp(4) will not fit, so let us | Theo de Raadt |
2008-11-25 | move some generic PCIe register flags used in wpi(4) and iwn(4) | Damien Bergamini |
2008-11-25 | fixes to build; thanks ratchov@ | Todd T. Fries |
2008-11-25 | dontqueue is set but never used. garbage collect it. | Kenneth R Westerback |
2008-11-25 | Punctuate comment for clarity, and keep tense consistent throughout | Bret Lambert |
2008-11-25 | Back out the large page pools for now. The compare function is | Artur Grabowski |
2008-11-25 | Another bunch of TRY_AGAIN_LATER -> NO_CCB when no I/O could be started. | Kenneth R Westerback |
2008-11-25 | Unbreak the tree | Owain Ainsworth |
2008-11-25 | fix: add output mixer class | Alexandre Ratchov |
2008-11-25 | set parameters to native ones; don't setup emulation for now | Alexandre Ratchov |
2008-11-25 | add a shitload of bus_dmamap_sync() calls, even though they are no-ops | Damien Bergamini |
2008-11-25 | Don't try and enable the vblank handler if irqs are disabled. | Owain Ainsworth |
2008-11-25 | backout large cluster allocators. | David Gwynne |
2008-11-25 | expect if_flags to have IFF_RUNNING rather than IFF_UP before modifying | David Gwynne |
2008-11-25 | Fix dmesg ugliness caused by not printing iotdb stuff. | Mark Kettenis |
2008-11-25 | put 9k frames on the jumbo ring | David Gwynne |
2008-11-25 | art says he doesnt suck anymore, so enable the really big cluster | David Gwynne |
2008-11-25 | rename zaurus_reg.h to machine_reg and rename some of the internal fields | Dale Rahn |
2008-11-25 | unbreak build on sgi (thanks jasper) | Uwe Stuehler |
2008-11-25 | Make sure that equal elements always compare equal. Logic error spotted | Artur Grabowski |
2008-11-25 | Factor increases are not needed, +1 appears to work as well. | Theo de Raadt |
2008-11-25 | spacing | Theo de Raadt |
2008-11-25 | delay /etc/netstart until IPv6-DAD (dup-address-detection) is completed. | Markus Friedl |
2008-11-25 | m_cluncount() needs to walk the mbuf chain to correctly uncount all clusters | Claudio Jeker |
2008-11-25 | Switch wb(4) from the insane ext buffer usage to a very simple m_devget() | Claudio Jeker |
2008-11-25 | - add a quirk for the terratec uaudio device to stop uhidev(4) | Jasper Lievisse Adriaanse |
2008-11-25 | regen | Jasper Lievisse Adriaanse |
2008-11-25 | - add vender id for terratec | Jasper Lievisse Adriaanse |
2008-11-25 | upgt(4) doesn't use amrr, remove useless header net80211/ieee80211_amrr.h | Kevin Lo |
2008-11-24 | add BTDEV_NONE | Uwe Stuehler |
2008-11-24 | The Exsys EX-1372 uses a 8x clock. | Mark Kettenis |
2008-11-24 | More sanitizing for wrong bDefaultFrameIndex values. Fixes a panic | Marcus Glocker |
2008-11-24 | Work around the stupidity of radeondrm by double checking that things are | Owain Ainsworth |
2008-11-24 | Import btsco(4) from NetBSD to work on it | Uwe Stuehler |
2008-11-24 | Protect kmem_map allocations with splvm. | Artur Grabowski |
2008-11-24 | Make sure we do not DRM_UNLOCK() twice. | David Hill |
2008-11-24 | hopefully that unbreaks macppc; reported by todd and mk | Uwe Stuehler |
2008-11-24 | use the shiny new nitems macro | Thordur I. Bjornsson |
2008-11-24 | garbage collect uvm_errno2vmerror(); | Thordur I. Bjornsson |
2008-11-24 | init uvm_km_page memory a bit earlier to reduce pressure on pmap bootstrap | Kurt Miller |
2008-11-24 | no 9k cluster allocator yet, switch back to 4k. | David Gwynne |
2008-11-24 | art isnt handling spls properly in the pool allocator backends for big | David Gwynne |
2008-11-24 | extra decl not needed; spotted by djm | Theo de Raadt |
2008-11-24 | switch from 4k to 9k frames on the jumbo ring now the cluster allocator is | David Gwynne |
2008-11-24 | enable the 8k, 9k, 12k, 16k, and 64k backend pools for the cluster | David Gwynne |
2008-11-24 | destatic radeondrm almost completely. I'm sick of ddb lying to me. | Owain Ainsworth |
2008-11-24 | Allow allocations larger than PAGE_SIZE from pools. | Artur Grabowski |
2008-11-24 | some whitespace fixes in em_rxeof | David Gwynne |