Age | Commit message (Expand) | Author |
2008-09-08 | remove some useless comments. | Brad Smith |
2008-09-08 | IEEE 802.3 Annex 28B.3 explicitly specifies the following relative | Brad Smith |
2008-09-08 | expand switch cases so they're not so ugly and easier to read. | Brad Smith |
2008-09-07 | Kill some unneeded defines and struct members. | Owain Ainsworth |
2008-09-06 | Something else that nothing calls. | Owain Ainsworth |
2008-09-06 | Kill some more unused struct fields and the cases for them. | Owain Ainsworth |
2008-09-06 | Kill the stats data structures and noop some other parts. Nothing in | Owain Ainsworth |
2008-09-05 | The code for cleaning up errored buffers and for cleaning up at the end | Owain Ainsworth |
2008-09-05 | The helper functions in this file are only used in one place and | Owain Ainsworth |
2008-09-05 | sync | Okan Demirmen |
2008-09-05 | - clarify Radeon HD 2600 Pro entry | Okan Demirmen |
2008-09-05 | fix vblank interrupt mask. Unbreaks sync-to-vblank and anything that | Owain Ainsworth |
2008-09-04 | mostly cosmetic. | Damien Bergamini |
2008-09-03 | Replace -s (sector size) option with more general -t (disktype) | Kenneth R Westerback |
2008-09-03 | (Re)Association requests should contain a QoS Capability element, | Damien Bergamini |
2008-09-03 | redefine ic_send_mgmt() as a no-op instead of calling IF_PURGE in | Damien Bergamini |
2008-09-03 | In dc_setcfg() suppress printing a warning when forcing the receiver | Brad Smith |
2008-09-03 | regen | Stuart Henderson |
2008-09-03 | housekeeping: | Stuart Henderson |
2008-09-03 | Use & not && when masking bits. | Jonathan Gray |
2008-09-02 | If we need a physical hardware status page, initialise it at device attach | Owain Ainsworth |
2008-09-02 | Track progress inside of batchbuffers so we know the hardware isn't | Owain Ainsworth |
2008-09-02 | missing break; | Jonathan Gray |
2008-09-02 | detypedef some more. No functional change. | Owain Ainsworth |
2008-09-01 | avoid loosing return value from copyin, and properly return it. | Charles Longeau |
2008-09-01 | fix null dereference. | Charles Longeau |
2008-09-01 | convert a tsleep back to msleep that got lost in a previous upstream merge. | Owain Ainsworth |
2008-09-01 | Add Interrupt mitigation for the i9XX user_irq, should save a bit of power; | Owain Ainsworth |
2008-09-01 | Avoid #pragma pack(1) and unify everything towards using __packed. | Theo de Raadt |
2008-09-01 | Finish the rest... ATL2 -> LII | Brad Smith |
2008-09-01 | Switch ath(4) to softcrypto to enable support for WPA/WPA2. | Reyk Floeter |
2008-08-31 | Fix redundant device name and/or target printing after calling | Miod Vallat |
2008-08-31 | remove http links to dead domain. | Jonathan Gray |
2008-08-31 | remove http links to dead/changed domains. | Jonathan Gray |
2008-08-30 | Move the link state check back up to the top of the various status | Brad Smith |
2008-08-30 | garbage collect the no longer used GEM_IS_APPLE macro. | Brad Smith |
2008-08-30 | Fix an issue initially reported by drahn@ with gem(4) where these | Brad Smith |
2008-08-30 | regen | Brad Smith |
2008-08-30 | Add PCI ids for Intel E1000 82576 based boards. | Brad Smith |
2008-08-30 | regen | Brad Smith |
2008-08-30 | Add the vendor ID for Techsan Electronics and PCI ids for their | Brad Smith |
2008-08-30 | Remove the header that exposed the old wdt ioctl interface to userland, | Jonathan Gray |
2008-08-30 | Mention Family 11h in the comment. | Brad Smith |
2008-08-29 | Disable the use of Jumbo frames on the first generation chips (82542). | Brad Smith |
2008-08-29 | Take the PHY out of power down while attaching just before probing for | Brad Smith |
2008-08-29 | Build with mtrr support on amd64. This really should have gone in in | Owain Ainsworth |
2008-08-29 | Don't memcpy too far whem drm_realloc() is called with a smaller size. | Owain Ainsworth |
2008-08-29 | move code to support Frequency-Hopping spread spectrum (FHSS) PHYs | Damien Bergamini |
2008-08-29 | add support for software crypto to allow WPA/WPA2/RSN. it is disabled | Reyk Floeter |
2008-08-29 | add a HAL function to force disabling the hardware crypto engine | Reyk Floeter |