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
*
Fix a panic when booting with kernels that have FREEBBSD_COMPAT
gnn
2013-12-11
1
-0
/
+3
*
The opt_*.h headers must be included before any system header, except
kib
2013-12-10
1
-2
/
+1
*
Break build with error in case when both syscons and newcons are enabled.
ray
2013-12-10
1
-0
/
+5
*
o Compat options have to be defined before sys/ioccom.h included, so move
ray
2013-12-09
2
-1
/
+3
*
Respect SC_NO_CUTPASTE option. It disable mouse cursor and cut/paste support
ray
2013-12-09
5
-4
/
+32
*
o Build syscons(9)'s splash support if both sc and splash are enabled.
ray
2013-12-08
2
-0
/
+8
*
Fix td_frame flags for i386.
ray
2013-12-06
1
-2
/
+6
*
o Implement more standard ioctls.
ray
2013-12-05
1
-54
/
+160
*
Fix build.
nwhitehorn
2013-11-30
1
-2
/
+3
*
Work around false positive errors from GCC.
nwhitehorn
2013-11-30
2
-0
/
+2
*
Swap HOME/END for ScrollLocked mode. This fix confusion when End key move
ray
2013-11-24
1
-2
/
+2
*
Remove atomic_(set|clear)_int from mouse control too. Same as in r258408.
ray
2013-11-20
1
-2
/
+2
*
Revert r258324. There mutexes should be used instead of atomics.
ray
2013-11-20
1
-15
/
+15
*
Notify terminal about process on current terminal start to use mouse on a
ray
2013-11-18
3
-2
/
+40
*
Switch to use atomic ops for VT window flags, because some modifications can
ray
2013-11-18
1
-15
/
+15
*
Remove accidental line break.
ray
2013-11-15
1
-2
/
+1
*
Add VT_ALT_TO_ESC_HACK enabled by default. This will prepend ESC sequence before
ray
2013-11-15
2
-2
/
+36
*
Done cut/paste "word" selection mode support.
ray
2013-11-14
1
-2
/
+17
*
wrap long lines.
ray
2013-11-14
1
-4
/
+8
*
Save last mouse event and check if the button1-up event happen w/o movement,
ray
2013-11-14
3
-3
/
+12
*
Correct copy/paste mistake.
ray
2013-11-14
1
-2
/
+2
*
Simplify a bit vtbuf_set_mark.
ray
2013-11-14
1
-7
/
+4
*
Panic/DDB check should only affect mouse, screen redraw allowed. :)
ray
2013-11-13
1
-4
/
+4
*
Do not add <CR><LF> for last (single) line of paste buffer.
ray
2013-11-13
1
-2
/
+5
*
Move vt_mouse_event out of sysmouse lock.
ray
2013-11-13
1
-5
/
+9
*
o Simplify POS_INDEX macro calculation.
ray
2013-11-13
3
-51
/
+225
*
Add kern.vt.suspendswitch tunable. This will allow to disable default behavior
ray
2013-11-11
1
-0
/
+5
*
Update vd_bitbltchr_t type to handle operation mask (to not touch pixels which
ray
2013-11-11
6
-24
/
+76
*
Add forgotten definition of vt_default_mouse_pointer.
ray
2013-11-11
1
-0
/
+1
*
Define vt_mouse_event method.
ray
2013-11-11
1
-0
/
+1
*
Wrap long lines.
ray
2013-11-11
1
-2
/
+4
*
Enable/disable mouse cursor on MOUSE_SHOW/MOUSE_HIDE.
ray
2013-11-11
1
-0
/
+5
*
o Update vt_flush to care about mouse pointer.
ray
2013-11-11
1
-2
/
+30
*
Eliminate call to vd_blank method, it is too expensive.
ray
2013-11-11
1
-10
/
+0
*
Use saved offset to font aligned area.
ray
2013-11-11
1
-4
/
+2
*
Save offset to font aligned area.
ray
2013-11-11
1
-0
/
+3
*
Add vt_mouse_event mouth event handling method.
ray
2013-11-11
1
-0
/
+103
*
o Remove include of sys/mouse.h, it is included from vt.h now.
ray
2013-11-11
1
-2
/
+5
*
Use vtbuf_iscursor method instead of macro to get chars to display inverted.
ray
2013-11-11
1
-2
/
+1
*
Add mouse related bits.
ray
2013-11-11
1
-0
/
+8
*
Define marker support functions and type of markers.
ray
2013-11-11
1
-0
/
+9
*
Add cut/paste region markers.
ray
2013-11-11
1
-0
/
+10
*
Add mouse related vtbuf operations.
ray
2013-11-11
1
-0
/
+89
*
Add default cursor pixmap.
ray
2013-11-11
1
-0
/
+68
*
Rename font_default.c to vt_font_default.c. Prefix will make less possibility
ray
2013-11-11
1
-0
/
+0
*
Add mouse cursor format structure.
ray
2013-11-11
1
-0
/
+7
*
Use opt_syscons.h to get defines.
ray
2013-11-11
1
-0
/
+17
*
Handle suspend/resume. Switch to console window before suspend, switch back on
ray
2013-11-07
4
-0
/
+43
*
Early console with FDT/OFW support.
ray
2013-11-05
1
-0
/
+278
*
Export vt_fb VT driver methods to allow reuse.
ray
2013-11-05
2
-9
/
+14
[next]