index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
dev
/
fb
/
fbd.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Partial merge of the SPDX changes
eadler
2018-03-14
1
-0
/
+2
*
MFC r306555:
gonzo
2016-10-19
1
-0
/
+2
*
Add support for USB display link adapters to the FB and VT drivers.
hselasky
2015-03-07
1
-3
/
+10
*
vt(4): Add support to "downgrade" from eg. vt_fb to vt_vga
dumbbell
2015-03-01
1
-0
/
+2
*
Forward the FBIO_BLANK IOCTL to framebuffer clients. Bump the FreeBSD
hselasky
2015-02-16
1
-1
/
+2
*
vt(4): Use power_{suspend,resume} event handlers to implement
avg
2015-01-27
1
-18
/
+0
*
fbd: Fix a bug where vt_fb_attach() success would be considered a failure
dumbbell
2014-08-10
1
-2
/
+3
*
Retire various intertwined bits of fbd(4) and vt_fb, in particular the
nwhitehorn
2014-08-06
1
-103
/
+8
*
Allow console drivers active from early boot to be used with xf86-video-scfb,
nwhitehorn
2014-07-16
1
-7
/
+0
*
Should check fb_read method presence instead of double check for fb_write.
ray
2014-07-09
1
-1
/
+1
*
o Add virtual terminal mmap request handler.
ray
2013-12-23
1
-1
/
+10
*
Implement minimum ioctls set for framebuffer device.
ray
2013-11-22
1
-1
/
+32
*
Handle suspend/resume. Switch to console window before suspend, switch back on
ray
2013-11-07
1
-2
/
+17
*
Allow to use fb_probe() outside of driver.
ray
2013-11-05
1
-1
/
+2
*
Fail to attach if fb_info not passed.
ray
2013-11-02
1
-0
/
+2
*
Add link to drmn device.
ray
2013-11-01
1
-0
/
+1
*
Allow fbd to be attached as newbus device.
ray
2013-10-31
1
-0
/
+74
*
Use copy method which maybe defined by framebuffer provider, but not just
ray
2013-10-23
1
-0
/
+19
*
Add generic/simple framebuffer.
ray
2013-10-22
1
-0
/
+324