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
*
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
*
vt(4): Pause the vt_flush() timer when the screen is up-to-date
dumbbell
2014-08-27
1
-8
/
+29
*
vt(4): Add cngrab() and cnungrab() callbacks
dumbbell
2014-08-27
2
-0
/
+67
*
vt(4): Implement basic support for KDSETMODE ioctl
dumbbell
2014-08-27
2
-4
/
+23
*
vt(4): When creating a window buffer, fill it entirely
dumbbell
2014-08-26
1
-3
/
+3
*
vt_vga: Use Write Mode 0 to draw group of 8 pixels using 3 or more colors
dumbbell
2014-08-25
1
-47
/
+119
*
vt(4): Intialize drawable area rectangle each time a font is loaded
dumbbell
2014-08-25
1
-14
/
+35
*
vt(4): Store a rectangle for the drawable area, not just the top-left corner
dumbbell
2014-08-25
5
-45
/
+60
*
vt(4): The cursor coordinates are relative to the drawn area
dumbbell
2014-08-25
1
-8
/
+4
*
vt(4): Take font offset into account in vt_is_cursor_in_area()
dumbbell
2014-08-25
1
-2
/
+2
*
vt_vga: Fix the display of the splash screen
dumbbell
2014-08-24
1
-6
/
+7
[next]