index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
usb
/
udl.c
Age
Commit message (
Expand
)
Author
2022-07-15
Implement support for framebuffers that don't start on a page boundary.
Mark Kettenis
2022-01-09
spelling
Jonathan Gray
2021-11-22
Align memory allocation for USB device drivers and USB HC drivers:
Marcus Glocker
2021-10-27
fix spello in comment
Jasper Lievisse Adriaanse
2020-07-31
Nuke all occurrences of usbd_abort_pipe() if it gets called right
Marcus Glocker
2020-05-25
change wsdisplay attribute type from long to uint32_t
Jonathan Gray
2020-05-25
rename wsdisplay alloc_attr() to pack_attr()
Jonathan Gray
2020-01-09
Rename udl_mode field to not shadow global `hz' variable.
Martin Pieuchot
2020-01-05
Convert to tsleep_nsec(9).
Martin Pieuchot
2019-11-06
Make udl(4) and uts(4) compile again in debug mode by fixing IOCGROUP
Marcus Glocker
2017-09-05
Correct a bounds test. Coverity CID 1452930.
Jonathan Gray
2017-04-08
A pile of sizes to free(9). In test for a few days in snapshots.
Theo de Raadt
2017-03-26
Add sizes to various free(9) calls. Fixing the simpler ones first.
Theo de Raadt
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
[next]