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
/
vt
Commit message (
Expand
)
Author
Age
Files
Lines
*
Increase vt font limits to allow use of GNU Unifont
emaste
2015-04-14
1
-2
/
+2
*
Let unchangeable 8-bit frame buffers have vaguely correct colors.
nwhitehorn
2015-03-10
1
-2
/
+20
*
Add support for USB display link adapters to the FB and VT drivers.
hselasky
2015-03-07
1
-5
/
+12
*
vt(4): Add support to "downgrade" from eg. vt_fb to vt_vga
dumbbell
2015-03-01
5
-26
/
+120
*
vt: move suspend/resume event handlers registration outside of mutex scope
avg
2015-02-16
1
-5
/
+10
*
Improve vt(4) default mouse pointer image. Previous one looked rather ugly,
danfe
2015-02-13
1
-28
/
+34
*
vtvga: improve the device description.
rpaulo
2015-02-05
1
-1
/
+2
*
Use unsigned int for index value.
delphij
2015-01-27
1
-5
/
+8
*
hook userland threads suspend + resume into acpi suspend code
avg
2015-01-27
1
-2
/
+2
*
vt(4): Use power_{suspend,resume} event handlers to implement
avg
2015-01-27
4
-15
/
+60
*
Make PS3 work with the userspace kboot loader. loader.ps3 will disappear
nwhitehorn
2015-01-05
1
-0
/
+9
*
The "vt_suspend_flush_timer()" function is sometimes called locked
hselasky
2015-01-02
1
-1
/
+10
*
vt_vga: fix an off-by-one error
royger
2014-12-30
1
-1
/
+1
*
Partially revert "vt: register the memory regions used by the vt drivers"
royger
2014-12-30
1
-53
/
+0
*
Support ALT_BREAK_TO_DEBUGGER in vt(4)
emaste
2014-12-27
2
-1
/
+4
*
vt: register the memory regions used by the vt drivers
royger
2014-12-22
2
-0
/
+108
*
vt(4): Support syscons' SC_HISTORY_SIZE to configure history size
dumbbell
2014-11-04
1
-1
/
+6
*
vt(4): Fix keyboard allocation when kbdmux(4) isn't used
dumbbell
2014-11-02
1
-1
/
+1
*
vt(4): Adjust the cursor position after changing the window size
dumbbell
2014-11-01
2
-0
/
+13
*
vt(4): Add PIO_VFONT_DEFAULT ioctl to restore the default builtin font
dumbbell
2014-10-23
1
-0
/
+5
*
vt(4): Refuse to load a font if hw.vga.textmode is selected
dumbbell
2014-10-20
1
-0
/
+3
*
Do nothing in vt_upgrade if there is no vt driver
emaste
2014-10-17
1
-0
/
+2
*
Allow vt(4) to disable terminal bell with `sysctl kern.vt.bell_enable=0`,
ray
2014-10-07
1
-0
/
+7
*
vt(4): Don't recalculate buffer size if we don't know screen size
dumbbell
2014-10-04
1
-1
/
+2
*
vt(4): Save/restore keyboard mode & LED states when switching window
dumbbell
2014-10-02
2
-36
/
+216
*
Make gcc happy by initialising the variable only set in a couple of
bz
2014-09-20
1
-0
/
+1
*
vt(4): Remove superfluous word in comment
dumbbell
2014-09-19
1
-1
/
+1
*
vt(4): Rewrite history scrolling
dumbbell
2014-09-19
2
-87
/
+172
*
vt(4): Remove vt_buf->vb_dirtymask
dumbbell
2014-09-19
3
-50
/
+3
*
vt(4): Use strncpy() to copy into a fixed-size buffer
dumbbell
2014-09-18
1
-1
/
+2
*
vt(4): Fix out-of-bounds array access in VT_ACTIVATE ioctl handling
dumbbell
2014-09-18
1
-1
/
+1
*
vt(4): Use vt_fb_drawrect() and vt_fb_setpixel() in all vt_fb-derivative
dumbbell
2014-09-16
4
-5
/
+8
*
vt(4): Fix a LOR which occurs during a call to vt_upgrade()
dumbbell
2014-09-16
1
-1
/
+1
*
vt(4): Enclose vt_mouse_paste() prototype inside #ifndef SC_NO_CUTPASTE/#endif
dumbbell
2014-09-13
1
-0
/
+2
*
Fix 'function declaration isn't a prototype' warning.
ray
2014-09-12
1
-1
/
+1
*
Fix stray char on paste.
ray
2014-09-12
1
-1
/
+1
*
Switch vt(4) to traditional behaviour with copy-paste same as syscons(4) do.
ray
2014-09-12
1
-1
/
+11
*
Switch vt(4) to traditional behaviour with copy-paste same as syscons(4) do.
ray
2014-09-12
1
-38
/
+62
*
Remove stray whitespaces.
ray
2014-09-12
3
-3
/
+3
*
Fix one more spelling mistake.
ray
2014-09-10
1
-1
/
+1
*
spelling fixes
ray
2014-09-10
2
-3
/
+3
*
o Add sysctls to enable/disable potentially dengerous key combinations, like
ray
2014-09-10
1
-9
/
+65
*
Revert r269474. Special keyboard combinations should be handled by separate
ray
2014-09-09
2
-18
/
+5
*
vt(4): Change the terminal and buffer sizes, even without a font
dumbbell
2014-09-08
1
-24
/
+35
*
vt_vga: vd_setpixel_t and vd_drawrect_t are noop in text mode
dumbbell
2014-09-05
1
-0
/
+6
*
vt(4): Indicate that KDSETRAD case falls through the next case
dumbbell
2014-08-29
1
-0
/
+1
*
vt(4): Change vb_history_size from "int" to "unsigned int"
dumbbell
2014-08-29
2
-3
/
+3
*
vt(4): If the terminal shrinks, make sure the mouse is inside the new area
dumbbell
2014-08-27
1
-2
/
+13
*
vt(4): Fix mouse cursor handling in vt_fb/creator_vt/ofwfb
dumbbell
2014-08-27
2
-33
/
+30
*
vt(4): Recompute the drawable area when the resolution changes
dumbbell
2014-08-27
1
-3
/
+2
[next]