Age | Commit message (Expand) | Author |
2009-06-02 | KNF cleanup and denoise | Jordan Hargrave |
2009-06-02 | ehci_alloc_sqtd_chain() was doing signed math on len, thus the great code | Theo de Raadt |
2009-06-02 | Added changes for docking station, must eject all children devices | Jordan Hargrave |
2009-06-02 | Avoid a buf oflow in uhidev_set_report_async() if we have to prepend the | Miod Vallat |
2009-06-02 | Abuse bio layer a little less by marking fake buffers with B_PHYS. | Marco Peereboom |
2009-06-02 | space | Marco Peereboom |
2009-06-02 | Make rebuilds restartable over reboots. | Marco Peereboom |
2009-06-02 | Some casts to please format strings a little bit later on | Theo de Raadt |
2009-06-02 | The two "firmware" arrays only contained 16 bit values, but were being | Theo de Raadt |
2009-06-02 | make rl at pci detachable; untested. | Jonathan Gray |
2009-06-02 | Make fxp at pci detachable; untested. | Jonathan Gray |
2009-06-02 | Rebuild can go to degraded | Marco Peereboom |
2009-06-02 | do not leak mbufs in the Rx path in case hardware decryption failed. | Damien Bergamini |
2009-06-02 | make sure the channel's subband is found in iwn4965_set_txpower(). | Damien Bergamini |
2009-06-02 | make dc at pci detachable; untested. | Jonathan Gray |
2009-06-02 | let atw at pci be detachable; untested. | Jonathan Gray |
2009-06-02 | replace custom macro AR5K_ELEMENTS() with nitems() | Reyk Floeter |
2009-06-02 | Drop an argument to DRM_ERROR() that was both unmatched and superfluous | Philip Guenthe |
2009-06-02 | replace custom macro sizeofa() with nitems() | Reyk Floeter |
2009-06-02 | Fix some minor format string problems found in a maze of false positives | Theo de Raadt |
2009-06-02 | Cope with logical device numbers gaps, this fixes out-of-bounds access | Alexander Yurchenko |
2009-06-02 | If a bogus channel is encountered, return an error instead of trying | Philip Guenthe |
2009-06-02 | change a sizeof() to nitems() because the array subtype is a short. | Theo de Raadt |
2009-06-02 | marco needs to learn how to do his range checks better, found by Parfait | Theo de Raadt |
2009-06-02 | When we fail to find the controller type, don't continue on using the next | Theo de Raadt |
2009-06-02 | Do not go one bar too far down the road; found by Parfait; ok oga | Theo de Raadt |
2009-06-02 | The xl_detach() function is now used by pci code, so it must be in the | Theo de Raadt |
2009-06-02 | Add an identifier that tells us if we can rebuild this discipline. | Marco Peereboom |
2009-06-02 | make xl at pci detachable. | Jonathan Gray |
2009-06-02 | Set flags on the recently added CardBus ids based on | Jonathan Gray |
2009-06-02 | Define a proper wsdisplay type for machfb(4). | Mark Kettenis |
2009-06-02 | Add more CardBus ids to PCI attachments to cope with | Jonathan Gray |
2009-06-02 | minor tidying; from Brad; ok sthen@ | Christian Weisgerber |
2009-06-02 | "Add a macro to define the newer generation of bge(4) chipsets. Simplifies | Stuart Henderson |
2009-06-02 | Add CardBus devices to the match list. | Jonathan Gray |
2009-06-02 | Make rtw at pci detachable. | Jonathan Gray |
2009-06-02 | First bits for rebuild. Disabled for now. | Marco Peereboom |
2009-06-01 | Remove dead/unused code | Jordan Hargrave |
2009-06-01 | Use the background color attribute in udl_erasecols and udl_eraserows | Marcus Glocker |
2009-06-01 | Sort argument list of udl_draw_char similar as udl_fb_* friends. | Marcus Glocker |
2009-06-01 | Allow a font width other than 8 pixels. | Marcus Glocker |
2009-06-01 | Better naming for some framebuffer functions. | Marcus Glocker |
2009-06-01 | Reduce data payload for font drawing to a fixed size per character. | Marcus Glocker |
2009-06-01 | I forgot to apply the End Of Command token for async xfers. Maybe that | Marcus Glocker |
2009-06-01 | oops, bad merge. | Damien Bergamini |
2009-06-01 | - cleanup tx path | Damien Bergamini |
2009-06-01 | fix endianness issue. | Damien Bergamini |
2009-05-31 | We are able to address 256 pixels (16bit) per command not just 128 pixels. | Marcus Glocker |
2009-05-31 | Remove BUS_DMAMEM_NOSYNC definition. Its name is not consistent with | Miod Vallat |
2009-05-31 | The wsmouse support code has been written for pcvt long ago, then lifted | Miod Vallat |