Age | Commit message (Expand) | Author |
2016-11-06 | Avoid calling usbd_set_config_no() in *_attach() and let the stack do | Martin Pieuchot |
2015-12-11 | Replace mountroothook_establish(9) by config_mountroot(9) a narrower API | Martin Pieuchot |
2015-05-02 | add missing splx calls | Jonathan Gray |
2015-03-14 | Remove some includes include-what-you-use claims don't | Jonathan Gray |
2014-12-09 | More malloc() -> mallocarray() in the kernel. | Doug Hogan |
2014-07-12 | add a size argument to free. will be used soon, but for now default to 0. | Ted Unangst |
2013-12-06 | Add a DVACT_WAKEUP op to the *_activate() API. This is called after the | Theo de Raadt |
2013-10-21 | Add load_font and list_font accessops to all rasops-based wsdisplay drivers. | Miod Vallat |
2013-10-20 | Use C99 named initializers for struct wsdisplay_accessops fields. | Miod Vallat |
2013-05-30 | Enforce ca_activate tree-walks over the entire heirarchy for all events, | Theo de Raadt |
2013-04-26 | Don't use usbd_bulk_transfer() to submit a synchronous transfer. This | Martin Pieuchot |
2013-04-17 | uvm_extern.h not uvm.h | Ted Unangst |
2013-04-15 | Get rid of various 'typedef struct' definitions and use plain structure | Marcus Glocker |
2013-03-28 | proc.h is way too much header for usb to handle. | Ted Unangst |
2012-09-18 | the 'WIDE' was dropped | Jasper Lievisse Adriaanse |
2012-09-18 | support the Lenovo ThinkVision LT1421 | Jasper Lievisse Adriaanse |
2012-03-26 | Add support for the udl(4) in the Polaris2 USB dock | Claudio Jeker |
2011-07-03 | Remove config_activate() and DVACT_ACTIVATE. PCMCIA's the only thing | Matthew Dempsky |
2011-01-25 | garbage collect "usb events". without /dev/usb there is no way to access | Jacob Meuser |
2010-12-27 | * add cfattach activate functions and call usbd_deactivate() in the | Jacob Meuser |
2010-12-26 | Kill pmap_phys_address(), and force every driver's mmap() routine to return | Miod Vallat |
2010-10-16 | SUNWEIT DVI can be just about any chipset. Use the revision to select which. | Mats O Jansson |
2010-10-10 | Add proper malloc flags so we can attach again. | Marcus Glocker |
2010-09-27 | A few M_ZEROs without any M_WAITOK/M_NOWAITs. | Thordur I. Bjornsson |
2010-08-31 | annotate that this driver needs sc_dying code | Theo de Raadt |
2010-07-29 | Add some more devices. -moj | Mats O Jansson |
2010-07-19 | Lilliput UM-70 uses the newer DL1x5 chipset. -moj | Mats O Jansson |
2010-06-27 | Add another one. -moj | Mats O Jansson |
2010-06-01 | Add ``StarTech CONV-USB2DVI'' udl device. | Marcus Glocker |
2010-04-12 | Enable transparent console cursor by adding a driver internal character | Marcus Glocker |
2009-10-13 | Get rid of devact enum, substitute it with an int and coresponding defines. | Paul Irofti |
2009-10-11 | Minor cleanup run, no functional changes; | Marcus Glocker |
2009-10-10 | Let udl select the maximum resolution supported by the udl device and the | Mats O Jansson |
2009-09-27 | If no xfer buffer is free for the UDLIO_DAMAGE ioctl, sleep in the kernel | Marcus Glocker |
2009-09-26 | Fix artefacts in compression mode especially seen when running X. | Marcus Glocker |
2009-09-21 | Document a private ioctl range for wscons drivers (from Miod). Therefore | Marcus Glocker |
2009-09-20 | Remove XXX content about missing screen repaint when switching to EMUL | Marcus Glocker |
2009-09-20 | For now just clear the screen when switching to emulation mode (need to | Marcus Glocker |
2009-09-20 | Add WSDISPLAYIO_SMODE, WSDISPLAYIO_SVIDEO, WSDISPLAYIO_GVIDEO ioctl. To | Marcus Glocker |
2009-09-19 | Rename another function; udl_cmd_set_xfer -> udl_cmd_set_xfer_type is | Marcus Glocker |
2009-09-19 | Rename two functions; udl_cmd_get_offset -> udl_cmd_save_offset, and | Marcus Glocker |
2009-09-19 | Re-sort function pointer assignments. No functional changes. | Marcus Glocker |
2009-09-19 | If UDLIO_DAMAGE fails to queue the damage drawing request, undo the | Marcus Glocker |
2009-09-19 | Add bits for X11 support over the wsdisplay framework (fully Huffman | Marcus Glocker |
2009-09-13 | Remove (last) obsolete panic() case. | Marcus Glocker |
2009-09-13 | Fix command undo for compression. Fixes artifacts seen in some cases. | Marcus Glocker |
2009-09-13 | Move some real noisy operations to a higher debug level. | Marcus Glocker |
2009-09-13 | Use function pointers in erasecols and eraserows for framebuffer | Marcus Glocker |
2009-09-12 | Don't use function pointers at places where we always call the same | Marcus Glocker |
2009-09-12 | Re-sort some functions. Fix comment. No functional changes. | Marcus Glocker |