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
...
*
- 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
*
Remove a hard-coded table of kernel console I/O functions exported
yokota
1999-01-07
1
-6
/
+14
*
The "easy" fixes for compiling the kernel -Wunused: remove unreferenced static
archie
1998-12-07
1
-2
/
+3
*
* Fix a couple of places in the device pager where an address was
dfr
1998-11-08
1
-2
/
+2
*
Don't update the screen while the cursor shape is being changed
yokota
1998-11-03
1
-1
/
+5
*
Initialize isa_devtab entries for interrupt handlers in individual
bde
1998-10-22
1
-2
/
+4
*
Restore static of sc_flags.
ache
1998-10-01
1
-2
/
+3
*
Yet another round of fixes for the VESA support code.
yokota
1998-10-01
1
-3
/
+4
*
Fix destructive cursor shape after text mode switch.
ache
1998-09-29
1
-32
/
+31
*
Cosmetic changes:
yokota
1998-09-26
1
-22
/
+19
*
- Use `u_long cmd' ioctl arg.
yokota
1998-09-26
1
-4
/
+2
*
Fix and update for VESA BIOS support in syscons.
yokota
1998-09-23
1
-40
/
+157
*
Add VESA support to syscons.
sos
1998-09-15
1
-1328
/
+491
*
Make /dev/vga a softlink to /dev/ttyv0 under DEVFS using /etc/rc.devfs
sos
1998-09-14
1
-3
/
+1
*
Added D_TTY to the cdevswitch flags for all tty drivers. This is required
bde
1998-08-23
1
-9
/
+11
*
Fix one forgotten instance of \n to \r
sos
1998-08-18
1
-2
/
+2
*
Changed \n to \r in the mouse cutbuffer, this makes pine & Emacs
sos
1998-08-14
1
-4
/
+4
*
A workaround for screen flicker; eliminate some I/O access to the VGA
yokota
1998-08-10
1
-1
/
+17
*
1. Reorganized screen saver related code so that both the LKM screen
yokota
1998-08-03
1
-143
/
+288
*
- When the system is shut down, switch to the vty0 if possible.
yokota
1998-08-03
1
-3
/
+17
*
Fix the bug which always reallocated the cut buffer whenever
yokota
1998-08-03
1
-7
/
+18
*
Don't accept the blank time value, if it is too big.
yokota
1998-08-03
1
-2
/
+4
*
- Add new bell types: "quiet.normal" and "quiet.visual".
yokota
1998-08-03
1
-3
/
+10
*
Changed %n to %r in devfs name format strings. %n has almost gone away.
bde
1998-07-15
1
-2
/
+2
*
Don't pretend to support ix86's with 16-bit ints by using longs
bde
1998-07-14
1
-8
/
+8
*
Add the ability to suspend as well as hibernate to the system. This
imp
1998-07-06
1
-2
/
+21
*
Don't refer to mouse_info.u.datea.[xyz] while processing MOUSE_BUTTON_EVENT
yokota
1998-06-24
1
-5
/
+2
[prev]
[next]