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
/
syscons
/
scvgarndr.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
On some generations of the Intel GPU, disabling of the VGA Display
kib
2013-06-18
1
-1
/
+5
*
Rework r210248. Although it fixed most of problems, it did not fix one
jkim
2010-09-17
1
-7
/
+4
*
Improve style slightly.
jkim
2010-07-19
1
-47
/
+50
*
Fix two long-standing line wrapping bugs in VGA renderer for pixel mode.
jkim
2010-07-19
1
-2
/
+3
*
Align memory access of 24-bit pixel renderer to word boundary.
jkim
2010-03-24
1
-2
/
+7
*
Separate 24-bit pixel draw from 32-bit case. Although it is slower, we do
jkim
2010-03-23
1
-1
/
+4
*
Fix VESA modes and allow 8bit depth modes.
delphij
2009-08-24
1
-1
/
+19
*
Replace explicit calls to video methods with their respective variants
wkoszek
2007-12-29
1
-15
/
+10
*
Remove various bits of conditional Alpha code and fixup a few comments.
jhb
2006-05-12
1
-4
/
+4
*
Add a font width argument to vi_load_font_t, vi_save_font_t and vi_putm_t
marius
2005-09-28
1
-2
/
+2
*
Fix syscons on amd64. The SC_PIXEL_MODE commit from May 29th added a new
peter
2005-06-14
1
-2
/
+2
*
Fix LINT by defining vga_pxlmouse_planar and vga_pxlmouse_direct.
scottl
2005-05-30
1
-1
/
+2
*
Add VESA mode support for syscons, which enables the support of 15, 16,
delphij
2005-05-29
1
-51
/
+424
*
Implement the syscons mouse pointer characters for amd64. It was only
peter
2004-09-24
1
-4
/
+4
*
Add missing <sys/module.h> includes
phk
2004-05-30
1
-0
/
+1
*
Use __FBSDID().
obrien
2003-08-24
1
-1
/
+3
*
Fixed compilation warnings.
ru
2002-03-06
1
-0
/
+2
*
Refine cursor type/shape control escape sequences and
yokota
2001-08-02
1
-15
/
+13
*
Fix dependencies between kernel options:
yokota
2001-07-10
1
-2
/
+5
*
With this commit, I hereby pronounce gensetdefs past its use-by date.
peter
2001-06-13
1
-2
/
+0
*
Initiate deorbit burn sequence for <machine/console.h>.
phk
2000-10-08
1
-1
/
+2
*
* Completely rewrite the alpha busspace to hide the implementation from
dfr
2000-08-28
1
-0
/
+1
*
- Fix SC_ALT_MOUSE_IMAGE; don't blink the mouse cursor.
yokota
2000-03-31
1
-23
/
+69
*
- Fix bugs when painting border and the mouse cursor in the raster
yokota
2000-03-18
1
-24
/
+30
*
Use config's conditional compilation rather than using #ifdefs that make
peter
2000-01-29
1
-6
/
+0
*
This is the 3rd stage of syscons code reorganization.
yokota
2000-01-15
1
-10
/
+13
*
Make the mouse cursor char code configurable via the CONS_MOUSECTL
yokota
2000-01-12
1
-9
/
+7
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
The second phase of syscons reorganization.
yokota
1999-06-22
1
-0
/
+829