index
:
wireguard-openbsd
jd/histogram
jd/queueboosts
jd/simplify-queueing
master
WireGuard implementation for the OpenBSD kernel
Matt Dunwoodie
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
dev
/
usb
/
udl.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Nuke all occurrences of usbd_abort_pipe() if it gets called right
mglocker
2020-07-31
1
-4
/
+2
*
change wsdisplay attribute type from long to uint32_t
jsg
2020-05-25
1
-9
/
+9
*
rename wsdisplay alloc_attr() to pack_attr()
jsg
2020-05-25
1
-2
/
+2
*
Rename udl_mode field to not shadow global `hz' variable.
mpi
2020-01-09
1
-9
/
+9
*
Convert to tsleep_nsec(9).
mpi
2020-01-05
1
-2
/
+2
*
Make udl(4) and uts(4) compile again in debug mode by fixing IOCGROUP
mglocker
2019-11-06
1
-4
/
+4
*
Correct a bounds test. Coverity CID 1452930.
jsg
2017-09-05
1
-2
/
+2
*
A pile of sizes to free(9). In test for a few days in snapshots.
deraadt
2017-04-08
1
-3
/
+5
*
Add sizes to various free(9) calls. Fixing the simpler ones first.
deraadt
2017-03-26
1
-4
/
+5
*
Avoid calling usbd_set_config_no() in *_attach() and let the stack do
mpi
2016-11-06
1
-8
/
+2
*
Replace mountroothook_establish(9) by config_mountroot(9) a narrower API
mpi
2015-12-11
1
-8
/
+5
*
add missing splx calls
jsg
2015-05-02
1
-1
/
+2
*
Remove some includes include-what-you-use claims don't
jsg
2015-03-14
1
-3
/
+1
*
More malloc() -> mallocarray() in the kernel.
doug
2014-12-09
1
-2
/
+2
*
add a size argument to free. will be used soon, but for now default to 0.
tedu
2014-07-12
1
-5
/
+5
*
Add a DVACT_WAKEUP op to the *_activate() API. This is called after the
deraadt
2013-12-06
1
-5
/
+4
*
Add load_font and list_font accessops to all rasops-based wsdisplay drivers.
miod
2013-10-21
1
-1
/
+23
*
Use C99 named initializers for struct wsdisplay_accessops fields.
miod
2013-10-20
1
-10
/
+7
*
Enforce ca_activate tree-walks over the entire heirarchy for all events,
deraadt
2013-05-30
1
-2
/
+4
*
Don't use usbd_bulk_transfer() to submit a synchronous transfer. This
mpi
2013-04-26
1
-4
/
+4
*
uvm_extern.h not uvm.h
tedu
2013-04-17
1
-2
/
+4
*
Get rid of various 'typedef struct' definitions and use plain structure
mglocker
2013-04-15
1
-5
/
+3
*
proc.h is way too much header for usb to handle.
tedu
2013-03-28
1
-2
/
+1
*
the 'WIDE' was dropped
jasper
2012-09-18
1
-2
/
+2
*
support the Lenovo ThinkVision LT1421
jasper
2012-09-18
1
-2
/
+3
*
Add support for the udl(4) in the Polaris2 USB dock
claudio
2012-03-26
1
-2
/
+3
*
Remove config_activate() and DVACT_ACTIVATE. PCMCIA's the only thing
matthew
2011-07-03
1
-3
/
+1
*
garbage collect "usb events". without /dev/usb there is no way to access
jakemsr
2011-01-25
1
-5
/
+1
*
* add cfattach activate functions and call usbd_deactivate() in the
jakemsr
2010-12-27
1
-2
/
+4
*
Kill pmap_phys_address(), and force every driver's mmap() routine to return
miod
2010-12-26
1
-5
/
+1
*
SUNWEIT DVI can be just about any chipset. Use the revision to select which.
maja
2010-10-16
1
-25
/
+75
*
Add proper malloc flags so we can attach again.
mglocker
2010-10-10
1
-3
/
+3
*
A few M_ZEROs without any M_WAITOK/M_NOWAITs.
thib
2010-09-27
1
-2
/
+2
*
annotate that this driver needs sc_dying code
deraadt
2010-08-31
1
-1
/
+2
*
Add some more devices. -moj
maja
2010-07-29
1
-1
/
+4
*
Lilliput UM-70 uses the newer DL1x5 chipset. -moj
maja
2010-07-19
1
-2
/
+2
*
Add another one. -moj
maja
2010-06-27
1
-2
/
+3
*
Add ``StarTech CONV-USB2DVI'' udl device.
mglocker
2010-06-01
1
-2
/
+3
*
Enable transparent console cursor by adding a driver internal character
mglocker
2010-04-12
1
-12
/
+44
*
Get rid of devact enum, substitute it with an int and coresponding defines.
pirofti
2009-10-13
1
-3
/
+3
*
Minor cleanup run, no functional changes;
mglocker
2009-10-11
1
-33
/
+30
*
Let udl select the maximum resolution supported by the udl device and the
maja
2009-10-10
1
-31
/
+243
*
If no xfer buffer is free for the UDLIO_DAMAGE ioctl, sleep in the kernel
mglocker
2009-09-27
1
-5
/
+17
*
Fix artefacts in compression mode especially seen when running X.
mglocker
2009-09-26
1
-2
/
+2
*
Document a private ioctl range for wscons drivers (from Miod). Therefore
mglocker
2009-09-21
1
-1
/
+2
*
Remove XXX content about missing screen repaint when switching to EMUL
mglocker
2009-09-20
1
-2
/
+2
*
For now just clear the screen when switching to emulation mode (need to
mglocker
2009-09-20
1
-4
/
+30
*
Add WSDISPLAYIO_SMODE, WSDISPLAYIO_SVIDEO, WSDISPLAYIO_GVIDEO ioctl. To
mglocker
2009-09-20
1
-3
/
+20
*
Rename another function; udl_cmd_set_xfer -> udl_cmd_set_xfer_type is
mglocker
2009-09-19
1
-7
/
+7
*
Rename two functions; udl_cmd_get_offset -> udl_cmd_save_offset, and
mglocker
2009-09-19
1
-19
/
+19
[next]