Age | Commit message (Expand) | Author |
2013-11-04 | regen | Jasper Lievisse Adriaanse |
2013-11-04 | add vmware vendor id | Jasper Lievisse Adriaanse |
2013-11-04 | Better defaults for the screen burner settings: all unblank actions enabled, | Miod Vallat |
2013-11-03 | Simplify jme_miibus_readreg() / jme_miibus_writereg() a bit by using the | Brad Smith |
2013-11-03 | Enable TX checksum offload. | Brad Smith |
2013-11-02 | Replace drm_handle_create/delete with drm_gem_handle_create/delete and make | Mark Kettenis |
2013-11-02 | replace rc4 with ChaCha20 here, too; ok djm, tedu, deraadt | Markus Friedl |
2013-11-02 | Fix reference leak in i915_gem_mmap_ioctl(). | Mark Kettenis |
2013-11-02 | Remove a layer of abstraction for fetching a configuration descriptor. | Martin Pieuchot |
2013-11-02 | Begin conversion of USB stack to return int instead of usbd_status, | Jeremy Evans |
2013-11-01 | Spacing. | Martin Pieuchot |
2013-11-01 | Sprinkle (long long) casts where %lld is being used to print daddr_t | Kenneth R Westerback |
2013-11-01 | Reduce the differences with ehci(4)'s transfer decriptors. This is a | Martin Pieuchot |
2013-11-01 | Do not abuse the stack of the current process to prepend a report ID | Martin Pieuchot |
2013-11-01 | Move the abort_task storage to the generic USB xfer structure instead | Martin Pieuchot |
2013-11-01 | move fd(4) from directly using disksort to using bufqs. | David Gwynne |
2013-10-31 | Pipe don't have states. Kill an useless & commented out chunk of code. | Martin Pieuchot |
2013-10-31 | usbd_pipe2device_handle() is not used, should not be used and die. | Martin Pieuchot |
2013-10-31 | replace workqs with tasks. makes the code a bit simpler cos adding an added | David Gwynne |
2013-10-30 | Fix jagged diagonal lines (kernel part) | Alexandr Shadchin |
2013-10-30 | regen | Kenji Aoyama |
2013-10-30 | Treat another OMRON UPS, BY35S, as ugen(4). | Kenji Aoyama |
2013-10-30 | Replace workqs with tasks. | Martin Pieuchot |
2013-10-30 | Add "handling" for dock/undock events for non-ACPI docks to acpithinkpad. | Mike Larkin |
2013-10-30 | replace the workq bits to supply new tx pkt descriptors with a task. | David Gwynne |
2013-10-30 | remove #include <sys/workq.h> cos this driver doesnt use it. | David Gwynne |
2013-10-30 | replace workqs with tasks. | David Gwynne |
2013-10-30 | replace workq_add_task with the task api. | David Gwynne |
2013-10-30 | deprecate taskq_systq() and replace it with extern struct taskq | David Gwynne |
2013-10-29 | Don't add sectors to blocks. Use DL_SECTOBLK() to change DL_GETPOFFSET() | Kenneth R Westerback |
2013-10-29 | Kill sc_attached, attach and detach events for USB devices are triggered | Martin Pieuchot |
2013-10-29 | Move most of the uses of workqs in drm to the new task/taskq api. | Jonathan Gray |
2013-10-29 | implementing handling of the msg ring if its available. this lets us get | David Gwynne |
2013-10-28 | Use the correct value for the Interframe Gap Time 0 bit in the transmit | Martin Pieuchot |
2013-10-28 | tedu FDDI support and the 3 flavors the driver for DEC devices, even | Martin Pieuchot |
2013-10-26 | Use the "activate" framework rather a shutdown hook | Theo de Raadt |
2013-10-26 | Unstub i915_gem_dumb_destroy() and radeon_mode_dumb_destroy(). | Mark Kettenis |
2013-10-25 | Fix/re-enable RX checksum offload for 8168C/8168CP revisions after revision r... | Brad Smith |
2013-10-25 | fix an off by one when calculating the length of an sgl segment | Mike Belopuhov |
2013-10-25 | Add support for Microsoft XBox 360 controller as a uhid. It doesn't use | Jeremy Evans |
2013-10-25 | regen | Jeremy Evans |
2013-10-25 | Add Microsoft XBox 360 Controller | Jeremy Evans |
2013-10-24 | regen | Jasper Lievisse Adriaanse |
2013-10-24 | add another smc hub as out found on the Nitrogen6X | Jasper Lievisse Adriaanse |
2013-10-23 | Enable TX checksum offload. | Brad Smith |
2013-10-23 | Enable TX checksum offload. | Brad Smith |
2013-10-23 | Add support for displaying the cache write policy of RAID volumes to bioctl(8) | Mark Kettenis |
2013-10-23 | Checkpoint of work-in-progress DMA support for oaic(4). Not working yet, | Miod Vallat |
2013-10-23 | define some bits relating to the msg ring | David Gwynne |
2013-10-22 | Add code for SMC_CAPS_SINGLE_ONLY capability. | Sylvestre Gallon |