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
/
scterm-sc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove various bits of conditional Alpha code and fixup a few comments.
jhb
2006-05-12
1
-12
/
+0
*
Fix -Wundef.
ru
2005-12-04
1
-3
/
+3
*
Add missing <sys/module.h> includes
phk
2004-05-30
1
-0
/
+1
*
__powerpc__ conditional code for the syscons OpenFirmware/PPC framebuffer.
grehan
2004-01-21
1
-1
/
+1
*
Use __FBSDID().
obrien
2003-08-24
1
-2
/
+3
*
Add sparc64 ifdefs.
jake
2003-08-24
1
-0
/
+4
*
KSE Milestone 2
julian
2001-09-12
1
-1
/
+1
*
Refine cursor type/shape control escape sequences and
yokota
2001-08-02
1
-26
/
+60
*
Make the beep duration independent of HZ.
phk
2001-05-28
1
-1
/
+2
*
Indent the comment about the Alpha palette evilness correctly.
jhb
2001-03-06
1
-5
/
+5
*
The SRM console gets the red and blue attributes backwards in the VGA
jhb
2001-03-05
1
-0
/
+12
*
Make Reset (ESC c) reset attributes too, not only clear screen
ache
2000-07-21
1
-1
/
+6
*
Implement SGR 22,24,25,27 from ECMA-48
ache
2000-07-20
1
-0
/
+16
*
Accorfing to ECMA-48 SGR 39 and 49 are just another colors and must not reset
ache
2000-07-20
1
-2
/
+2
*
Shorten 49m attr resetting expression
ache
2000-07-15
1
-2
/
+1
*
Reset corresponding color attributes on 39m and 49m
ache
2000-07-15
1
-16
/
+17
*
Cosmetique: fix comments - don't use 'ansi' word for non-ansi (adapter) colors
ache
2000-06-06
1
-7
/
+7
*
Implement ANSI E[39m and E[49m to set fg and bg to initial (not to default!)
ache
2000-06-05
1
-0
/
+10
*
White-space-only change. The file originally had screwed indentation.
yokota
2000-03-20
1
-382
/
+395
*
- Don't reset text colors when changing the video mode.
yokota
2000-02-11
1
-0
/
+2
*
- Fix text cursor logic so that multiple instances of the "normal" cursor
yokota
2000-02-11
1
-2
/
+2
*
Use config's conditional compilation rather than using #ifdefs that make
peter
2000-01-29
1
-5
/
+0
*
This is the 3rd stage of syscons code reorganization.
yokota
2000-01-15
1
-0
/
+729