Age | Commit message (Expand) | Author |
2010-10-28 | cleanup ;; | Theo de Raadt |
2010-10-28 | improve look of ;; in a for loop | Theo de Raadt |
2010-10-27 | fix double ;; | Theo de Raadt |
2010-10-27 | don't free network related resources if they were not allocated | Jacob Meuser |
2010-10-26 | Add task queue for ACPI gpe and notify handlers | Jordan Hargrave |
2010-10-26 | log suspends and resumes. resend hostname and address info from the guest | David Gwynne |
2010-10-26 | big update to vmware tools functionality from jonathan matthew. | David Gwynne |
2010-10-25 | Iopoolification. Tested by mcbride@, dlg@, and Gabriel Kihlman on tech@. | Kenneth R Westerback |
2010-10-23 | regen | Damien Bergamini |
2010-10-23 | add a bunch of Realtek RTL8188CU/RTL8188CE/RTL8192CU usb ids. | Damien Bergamini |
2010-10-23 | Missed this in the last commit. No cookie for me. | Paul Irofti |
2010-10-23 | check that a timeout(9) has been initialized before deleting it | Jacob Meuser |
2010-10-23 | create another kthread to run xfer abort tasks. xfer abort tasks cannot | Jacob Meuser |
2010-10-23 | fix the two extremely retarded bugs that prevented the RT30XX | Damien Bergamini |
2010-10-23 | Unbreak SMALL_KERNEL. Reported by Mikolaj Kucharski, thanks! | Paul Irofti |
2010-10-22 | Attach the two run(4) usb ids that krw@ added to usbdevs. | Damien Bergamini |
2010-10-20 | Disestablish interrupts if attachment fails. | Michael Knudsen |
2010-10-19 | update initialization values for the Osprey 2.2. | Damien Bergamini |
2010-10-19 | Unify some error messages to simplify reset code. No functional | Kenneth R Westerback |
2010-10-18 | bFrameIntervalType affects frame rates, not frame sizes | Jacob Meuser |
2010-10-18 | when configuring the streaming interface with the video probe and | Jacob Meuser |
2010-10-18 | use setting with closest matching bandwidth for the current configuration | Jacob Meuser |
2010-10-18 | Stop compiling with ATHN_DEBUG defined by default. | Damien Bergamini |
2010-10-18 | Add __attribute__((aligned(4))) to __packed Tx/Rx descriptors. | Damien Bergamini |
2010-10-18 | remove v2.0 initialization values for the Osprey. | Damien Bergamini |
2010-10-17 | Ansify non-ansified function definitions. No functional change. | Kenneth R Westerback |
2010-10-16 | Sync | Kenneth R Westerback |
2010-10-16 | Two run(4)'s picked up in Akihabara after j2k10. Melco WLI-UC-GNM and | Kenneth R Westerback |
2010-10-16 | Remove some duplicated code. No need to flush/reset at attach and then | Kenneth R Westerback |
2010-10-16 | SUNWEIT DVI can be just about any chipset. Use the revision to select which. | Mats O Jansson |
2010-10-15 | Remove redundant definition | Jordan Hargrave |
2010-10-14 | Move glxpcib(4) to MI land unifying the two MD drivers. | Paul Irofti |
2010-10-12 | Add Sierra Wireless MC8790. | Marco Pfatschbacher |
2010-10-12 | regen | Marco Pfatschbacher |
2010-10-12 | Add Sierra Wireless MC8790. | Marco Pfatschbacher |
2010-10-12 | Force openings to 1 for devices that can't do tagged i/o, i.e. more | Kenneth R Westerback |
2010-10-11 | 16-byte commands just won't fit in 12-byte buffers. So make the | Kenneth R Westerback |
2010-10-10 | Add proper malloc flags so we can attach again. | Marcus Glocker |
2010-10-09 | Make trm(4) work again. Avoid use-after-free of xs fields, don't | Kenneth R Westerback |
2010-10-09 | * define structure that represents USB descriptor with variable sized | Jacob Meuser |
2010-10-09 | only print out of sync messages when compiled for debugging | Jacob Meuser |
2010-10-09 | control values can be 1 or 2 bytes, signed or unsigned. fixes hue | Jacob Meuser |
2010-10-08 | don't trust that bFrameIndex in frame descriptors is unique. fixes | Jacob Meuser |
2010-10-08 | Call bus_space_barrier() after each read and write, since this | Alexandre Ratchov |
2010-10-08 | encoding of envy is little endian, not native endian, probably fixes envy | Alexandre Ratchov |
2010-10-08 | put all calls bus_space_xxx() into functions, makes the code smaller | Alexandre Ratchov |
2010-10-08 | check current hardware position in interrupt handler. it's possible | Jacob Meuser |
2010-10-07 | Create separate functions for enabling wake and runtime gpes. | Jordan Hargrave |
2010-10-07 | If the card model is not ``HT/PT'', then check that the DMA physical | Alexandre Ratchov |
2010-10-07 | Fix some pms(4) vs wsmoused issues. From Alexandr Shadchin via | Kenneth R Westerback |