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
/
syscons.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
* Use sys/sys/random.h rather than a i386 specific one.
obrien
2000-04-24
1
-1
/
+1
*
Unbreak LINT.
yokota
2000-04-03
1
-1
/
+1
*
- Fix SC_ALT_MOUSE_IMAGE; don't blink the mouse cursor.
yokota
2000-03-31
1
-53
/
+43
*
- Fix text cursor logic so that multiple instances of the "normal" cursor
yokota
2000-02-11
1
-3
/
+5
*
Use config's conditional compilation rather than using #ifdefs that make
peter
2000-01-29
1
-4
/
+0
*
Unconditionally define sc_paste().
yokota
2000-01-20
1
-2
/
+0
*
Fix wrong usage of FONT_NONE. It was not meant to be set in
yokota
2000-01-20
1
-1
/
+1
*
This is the 3rd stage of syscons code reorganization.
yokota
2000-01-15
1
-917
/
+282
*
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
*
Add "panic key" function to syscons. When this key is defined in a
yokota
1999-12-10
1
-0
/
+10
*
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
*
- Remove cdevsw_add().
yokota
1999-10-06
1
-7
/
+0
*
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
1
-9
/
+3
*
- Hang the scr_stat struct from dev_t.
yokota
1999-09-19
1
-99
/
+78
*
s/si_tty_tty/si_tty/g
phk
1999-08-30
1
-10
/
+10
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Implement a new generic mechanism for attaching handler functions to
msmith
1999-08-21
1
-4
/
+6
*
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
1
-8
/
+4
*
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
1
-5
/
+7
*
The second phase of syscons reorganization.
yokota
1999-06-22
1
-2315
/
+1852
*
Unifdef VM86
jlemon
1999-06-01
1
-5
/
+4
*
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
*
Adjust console stuff now that makedev is no longer a macro.
dfr
1999-05-10
1
-2
/
+3
*
Suser() simplification:
phk
1999-04-27
1
-3
/
+3
*
Bring the 'new-bus' to the i386. This extensively changes the way the
peter
1999-04-16
1
-1
/
+9
*
Keyboard driver update in preparation for the USB keyboard driver.
yokota
1999-03-10
1
-3
/
+13
*
- Don't assume the line length in the video memory is always the same as
yokota
1999-02-05
1
-2
/
+2
*
Use suser() to check for super user rather than examining cr_uid directly.
phk
1999-01-30
1
-2
/
+2
*
Fix warnings related to -Wall -Wcast-qual
dillon
1999-01-28
1
-1
/
+3
*
Fix warnings in preparation for adding -Wall -Wcast-qual to the
dillon
1999-01-28
1
-2
/
+2
*
Pull down the splash screen when someone is about to read from the
yokota
1999-01-26
1
-7
/
+2
*
syscons
yokota
1999-01-19
1
-80
/
+184
*
- Examine the error code from the screen saver and act accordingly.
yokota
1999-01-17
1
-18
/
+28
*
Get conditional compilation right so that unnecessary reference
yokota
1999-01-13
1
-8
/
+10
*
The first stage of console driver reorganization: activate new
yokota
1999-01-11
1
-965
/
+675
[next]