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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Unconditionally define sc_paste().
yokota
2000-01-20
2
-4
/
+0
*
Fix wrong usage of FONT_NONE. It was not meant to be set in
yokota
2000-01-20
4
-5
/
+4
*
This is the 3rd stage of syscons code reorganization.
yokota
2000-01-15
16
-1247
/
+2352
*
Make the mouse cursor char code configurable via the CONS_MOUSECTL
yokota
2000-01-12
4
-18
/
+38
*
Add a new mechanism, cndbctl(), to tell the console driver that
yokota
2000-01-11
1
-27
/
+28
*
- Remember the keyboard repeat delay and rate.
yokota
1999-12-13
1
-0
/
+1
*
Fix memory leak.
yokota
1999-12-10
1
-0
/
+1
*
Add "panic key" function to syscons. When this key is defined in a
yokota
1999-12-10
1
-0
/
+10
*
Fix mouse cursor logic which I broke in 1.1 ;-<
yokota
1999-12-06
1
-26
/
+30
*
Fix cursor position calculation.
yokota
1999-12-05
1
-1
/
+2
*
- Fail VT switching when the controlling program, such as the
yokota
1999-11-28
1
-4
/
+4
*
Correctly record the mouse position in the current VTY.
yokota
1999-11-09
1
-23
/
+22
*
- Added a new kernel configuration option: SC_TWOBUTTON_MOUSE.
yokota
1999-11-08
1
-2
/
+10
*
- Removed SC_VIDEO_DEBUG. It is broken and useless now.
yokota
1999-11-08
1
-22
/
+0
*
Change isspace() macro name to avoid conflict.
archie
1999-11-02
1
-10
/
+10
*
- Remove cdevsw_add().
yokota
1999-10-06
1
-7
/
+0
*
Add the apm_saver syscons screen saver module.
nsayer
1999-10-02
1
-0
/
+91
*
Introduce ttyread() and ttywrite() which do the canonical thing.
phk
1999-09-28
1
-12
/
+2
*
Remove five now unused fields from struct cdevsw. They should never
phk
1999-09-25
1
-6
/
+1
*
This patch clears the way for removing a number of tty related
phk
1999-09-25
3
-11
/
+4
*
- Hang the scr_stat struct from dev_t.
yokota
1999-09-19
6
-139
/
+97
*
- Preserve the content of the back scroll buffer when changing the
yokota
1999-09-19
3
-10
/
+52
*
Enable ioctls to manipulate color palette. They have been implemented,
yokota
1999-09-02
1
-3
/
+0
*
s/si_tty_tty/si_tty/g
phk
1999-08-30
1
-10
/
+10
*
$Id$ -> $FreeBSD$
peter
1999-08-28
19
-19
/
+19
*
- Retain the previous vty and history buffers when setting up
yokota
1999-08-27
1
-8
/
+5
*
Convert DEVFS hooks in (most) drivers to make_dev().
phk
1999-08-23
1
-6
/
+1
*
Implement a new generic mechanism for attaching handler functions to
msmith
1999-08-21
1
-4
/
+6
*
First small steps at merging DEVFS and PHK's Dev_t stuff.
julian
1999-08-20
1
-2
/
+5
*
Wrap two declarations that are only used in an #ifdef in their own #ifdef.
billf
1999-08-17
1
-1
/
+5
*
Fix a warning on the alpha.
dt
1999-08-13
1
-3
/
+1
*
Merge the cons.c and cons.h to the best of my ability. alpha may or
phk
1999-08-09
1
-2
/
+2
*
register tty devices so they will look right in pstat.
phk
1999-08-08
1
-61
/
+26
*
- Clear relevant variables when the keyboard is not available.
yokota
1999-07-18
1
-8
/
+18
*
- Fixed memory leak in sc_alloc_history_buffer().
yokota
1999-07-07
4
-29
/
+88
*
Tidy up a few warnings when used without splash. (things defined but not
peter
1999-07-01
1
-1
/
+7
*
Fix warnings on the Alpha.
peter
1999-07-01
1
-2
/
+7
*
Fill in tp->t_windowsize AFTER the call to (*linesw[tp->t_line].l_open)(),
yokota
1999-06-29
1
-2
/
+6
*
Fix a dev_t/udev_t issue
peter
1999-06-26
1
-3
/
+3
*
Fix ESC[P (delete N chars) and ESC[@ (insert N chars). These deletion
yokota
1999-06-24
2
-2
/
+21
*
Fix ESC[P (delete N chars) and ESC[@ (insert N chars). These deletion
yokota
1999-06-24
1
-5
/
+7
*
The second phase of syscons reorganization.
yokota
1999-06-22
19
-2768
/
+6005
*
Unifdef VM86
jlemon
1999-06-01
2
-9
/
+7
*
Simplify cdevsw registration.
phk
1999-05-31
1
-3
/
+2
*
This commit should be a extensive NO-OP:
phk
1999-05-30
1
-7
/
+21
*
Removed global variable `Crtat'. This was once (bogusly) shared with
bde
1999-05-12
1
-6
/
+3
*
MFS: indent-assisted style cleanup.
des
1999-05-10
1
-30
/
+27
*
Adjust console stuff now that makedev is no longer a macro.
dfr
1999-05-10
1
-2
/
+3
*
A little closer to style(9).
des
1999-05-08
1
-58
/
+64
*
Add missing copyright.
jkh
1999-05-04
1
-0
/
+27
[next]