Age | Commit message (Expand) | Author |
2007-10-11 | probe for Winbond W83793G; tested by jon.steel@esentire.com; suggestions/ok d... | Constantine A. Murenin |
2007-10-11 | Make BGE_JUMBO_FRAMELEN big enough to include vlan tag. Fixes problems with | Mark Kettenis |
2007-10-11 | treat usb vendor/product names as a locator, and have usbd_print handle it, | Theo de Raadt |
2007-10-11 | serialize usbd_probe_and_attach(); only let one usb device be match'd and | Theo de Raadt |
2007-10-11 | sync | Theo de Raadt |
2007-10-11 | Add device ID used by Commell MP-954GPS | Stuart Henderson |
2007-10-11 | enable puc(4) for GENERIC on armish | Stuart Henderson |
2007-10-11 | When walking the tree yo find _PRT methods, check whether the device is | Mark Kettenis |
2007-10-11 | sched_lock_idle and sched_unlock_idle are obsolete now. | Artur Grabowski |
2007-10-11 | hypenate memory type for readability. | Jonathan Gray |
2007-10-10 | prepare for the future | Theo de Raadt |
2007-10-10 | correct : printing; ok jsg | Theo de Raadt |
2007-10-10 | GENERIC.MP dirs will show up here some time | Theo de Raadt |
2007-10-10 | Disable PSL_POW code for now in cpu_idle_cycle, because it does not yet | Theo de Raadt |
2007-10-10 | Make context switching much more MI: | Artur Grabowski |
2007-10-10 | Fix some obviously bogus code in vge_newbuf(). Should fix PR 5582. | Mark Kettenis |
2007-10-10 | Add support for the RTL8211B PHY based on a patch by | Jonathan Gray |
2007-10-10 | malloc+bzero -> malloc+M_ZERO. Use 'malloc(sizeof(*p) ...' idiom. | Kenneth R Westerback |
2007-10-10 | Change argsize from size_t to short, since it only stores a short | Ray Lai |
2007-10-10 | Rework the debug dmesg to perform a more complete codec dump. | Deanna Phillips |
2007-10-10 | sync | Theo de Raadt |
2007-10-10 | shortening | Theo de Raadt |
2007-10-10 | sync | Theo de Raadt |
2007-10-10 | oops | Theo de Raadt |
2007-10-10 | sync | Theo de Raadt |
2007-10-10 | apple products; from dunceor | Theo de Raadt |
2007-10-10 | regen | David Gwynne |
2007-10-10 | add the pci product id for the Mellanox ConnectX EN adapters. | David Gwynne |
2007-10-10 | regen | David Gwynne |
2007-10-10 | add the mellanox vendor id | David Gwynne |
2007-10-09 | malloc+bzero -> malloc+M_ZERO. Use 'malloc(sizeof(*p) ...' idiom. | Kenneth R Westerback |
2007-10-09 | malloc+memset(,0,) -> malloc+M_ZERO. 'Fixes' not zeroing of all | Kenneth R Westerback |
2007-10-09 | Ops, forgot debug printf. | Marcus Glocker |
2007-10-09 | Setup channels with OFDM flags. Permit user to set fix rates. | Marcus Glocker |
2007-10-09 | MALLOC -> malloc | Gilles Chehade |
2007-10-09 | we have been knocking out i2c when ipmi exists on a machine (because | Theo de Raadt |
2007-10-09 | Load the firmware files just one time per device lifecycle (attach time) | Marcus Glocker |
2007-10-09 | Use %zu for printing size_t values. | Ray Lai |
2007-10-09 | MALLOC+bzero -> malloc+M_ZERO. Don't forget FREE->free this time. | Kenneth R Westerback |
2007-10-09 | MALLOC+bzero -> malloc+M_ZERO. Don't forget FREE->free this time. | Kenneth R Westerback |
2007-10-09 | MALLOC+memset(,0,) -> malloc+M_ZERO. Don't forget FREE->free this time. | Kenneth R Westerback |
2007-10-08 | Give the device a bit time to finish the reset when stopped. Avoids | Marcus Glocker |
2007-10-08 | Make pcmcia malo(4) work with trunk(4) by: | Marcus Glocker |
2007-10-08 | Align the suspend saved data to a cache line boundary, apparently prevents | Miod Vallat |
2007-10-08 | Initialize dh_blkfree with zero's. | Kenneth R Westerback |
2007-10-08 | A few trailing bzero/memset -> M_ZERO occurrences, cast removal and | Kenneth R Westerback |
2007-10-08 | A few trailing bzero/memset -> M_ZERO occurrences, cast removal and | Kenneth R Westerback |
2007-10-08 | shrink nfsrv_v2errmap[] and check table size more carefully to avoid | Theo de Raadt |
2007-10-08 | Get trunk(4) working again with 802.11 devices. Spotted by ajacoutot@. | Marcus Glocker |
2007-10-08 | A memset(,0,) -> M_ZERO change which also fixes a possible bug with | Kenneth R Westerback |