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
/
scvidctl.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Integrate the new MPSAFE TTY layer to the FreeBSD operating system.
ed
2008-08-20
1
-12
/
+6
*
Replace explicit calls to video methods with their respective variants
wkoszek
2007-12-29
1
-7
/
+7
*
Fix our ioctl(2) implementation when the argument is "int". New
ru
2006-09-27
1
-2
/
+28
*
Add a font width argument to vi_load_font_t, vi_save_font_t and vi_putm_t
marius
2005-09-28
1
-3
/
+3
*
In sc_set_text_mode(), reset fontwidth if it is <= 0.
rodrigc
2005-09-06
1
-0
/
+2
*
Prevent division by zero errors in sc_mouse_move()
rodrigc
2005-08-30
1
-6
/
+8
*
Deny to switch into banked video mode when it is not available. Some
delphij
2005-05-30
1
-1
/
+2
*
Add VESA mode support for syscons, which enables the support of 15, 16,
delphij
2005-05-29
1
-8
/
+24
*
Remove erroneous semicolons.
stefanf
2004-07-13
1
-1
/
+1
*
Use __FBSDID().
obrien
2003-08-24
1
-2
/
+3
*
Fix endian bugs accessing ioctl arguments that are passed by value.
jake
2003-08-24
1
-2
/
+2
*
Replace various spelling with FALLTHROUGH which is lint()able
charnier
2002-08-25
1
-2
/
+2
*
Lock struct pgrp, session and sigio.
tanimura
2002-02-23
1
-3
/
+20
*
KSE Milestone 2
julian
2001-09-12
1
-1
/
+1
*
Add FBIO_BLANK ioctl support. Return ENODEV for yet-to-be-
yokota
2001-08-02
1
-0
/
+5
*
With this commit, I hereby pronounce gensetdefs past its use-by date.
peter
2001-06-13
1
-2
/
+4
*
Initiate deorbit burn sequence for <machine/console.h>.
phk
2000-10-08
1
-2
/
+2
*
Back out the previous change to the queue(3) interface.
jake
2000-05-26
1
-1
/
+1
*
Change the way that the queue(3) structures are declared; don't assume that
jake
2000-05-23
1
-1
/
+1
*
Supported EGC 640x400, PEGC 640x400 and PEGC 640x480 graphics modes.
nyan
2000-04-27
1
-0
/
+5
*
- Fix SC_ALT_MOUSE_IMAGE; don't blink the mouse cursor.
yokota
2000-03-31
1
-9
/
+9
*
Use config's conditional compilation rather than using #ifdefs that make
peter
2000-01-29
1
-5
/
+0
*
Fix wrong usage of FONT_NONE. It was not meant to be set in
yokota
2000-01-20
1
-2
/
+2
*
This is the 3rd stage of syscons code reorganization.
yokota
2000-01-15
1
-38
/
+67
*
- Removed SC_VIDEO_DEBUG. It is broken and useless now.
yokota
1999-11-08
1
-22
/
+0
*
- Hang the scr_stat struct from dev_t.
yokota
1999-09-19
1
-1
/
+2
*
- Preserve the content of the back scroll buffer when changing the
yokota
1999-09-19
1
-0
/
+8
*
Enable ioctls to manipulate color palette. They have been implemented,
yokota
1999-09-02
1
-3
/
+0
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
- Retain the previous vty and history buffers when setting up
yokota
1999-08-27
1
-8
/
+5
*
- Fixed memory leak in sc_alloc_history_buffer().
yokota
1999-07-07
1
-3
/
+14
*
The second phase of syscons reorganization.
yokota
1999-06-22
1
-130
/
+344
*
- Don't assume the line length in the video memory is always the same as
yokota
1999-02-05
1
-2
/
+2
*
syscons
yokota
1999-01-19
1
-1
/
+3
*
The first stage of console driver reorganization: activate new
yokota
1999-01-11
1
-38
/
+123
*
Yet another round of fixes for the VESA support code.
yokota
1998-10-01
1
-6
/
+3
*
Fix destructive cursor shape after text mode switch.
ache
1998-09-29
1
-1
/
+4
*
Cosmetic change: adjust copyright notice.
yokota
1998-09-25
1
-17
/
+14
*
Fix and update for VESA BIOS support in syscons.
yokota
1998-09-23
1
-14
/
+27
*
Add VESA support to syscons.
sos
1998-09-15
1
-0
/
+486