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.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
A pile of sizes to free(9). In test for a few days in snapshots.
deraadt
2017-04-08
1
-1
/
+2
*
Add sizes to various free(9) calls. Fixing the simpler ones first.
deraadt
2017-03-26
1
-1
/
+2
*
Get rid of various 'typedef struct' definitions and use plain structure
mglocker
2013-04-15
1
-5
/
+5
*
minor spacing nit.
jasper
2012-12-05
1
-3
/
+1
*
add support for 1366x768 widescreen displays; tested on the Lenovo ThinkVision LT1421.
jasper
2012-09-18
1
-1
/
+9
*
- use nitems() here; no binary change.
jasper
2012-09-18
1
-2
/
+2
*
Add support for 800x480. Tested on Lilliput UM-70, MIMO UM-710 and UM-740.
maja
2010-06-27
1
-1
/
+8
*
Enable transparent console cursor by adding a driver internal character
mglocker
2010-04-12
1
-1
/
+2
*
Minor cleanup run, no functional changes;
mglocker
2009-10-11
1
-2
/
+2
*
Let udl select the maximum resolution supported by the udl device and the
maja
2009-10-10
1
-5
/
+143
*
Document a private ioctl range for wscons drivers (from Miod). Therefore
mglocker
2009-09-21
1
-15
/
+1
*
Add WSDISPLAYIO_SMODE, WSDISPLAYIO_SVIDEO, WSDISPLAYIO_GVIDEO ioctl. To
mglocker
2009-09-20
1
-1
/
+3
*
Rename another function; udl_cmd_set_xfer -> udl_cmd_set_xfer_type is
mglocker
2009-09-19
1
-2
/
+2
*
If UDLIO_DAMAGE fails to queue the damage drawing request, undo the
mglocker
2009-09-19
1
-1
/
+4
*
Add bits for X11 support over the wsdisplay framework (fully Huffman
mglocker
2009-09-19
1
-1
/
+13
*
Fix command undo for compression. Fixes artifacts seen in some cases.
mglocker
2009-09-13
1
-1
/
+3
*
Don't panic if the command buffer runs full. Instead try to flush it,
mglocker
2009-09-11
1
-8
/
+14
*
Reduce padding overhead in compressed blocks.
mglocker
2009-08-27
1
-3
/
+2
*
Also avoid __packed struct to Huffman table in the driver side in favour
mglocker
2009-08-26
1
-3
/
+3
*
Enable pixel compression (Huffman pixel difference method). If the
mglocker
2009-08-25
1
-1
/
+49
*
We are able to address 256 pixels (16bit) per command not just 128 pixels.
mglocker
2009-05-31
1
-2
/
+2
*
Make inactivity screen blanking (burner) work.
mglocker
2009-05-10
1
-2
/
+4
*
Initial console device driver for USB displays based on the DisplayLink
mglocker
2009-05-09
1
-0
/
+641