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
*
Added nsccons variable for use by pstat
sos
1995-04-28
1
-1
/
+2
*
Added mark_all() call so that screen is proberly updated
sos
1995-04-25
1
-1
/
+2
*
Correct the type of the `c' arg to pccnputc().
bde
1995-04-23
2
-11
/
+10
*
Add a class field to devconf and mst drivers.
wollman
1995-04-12
1
-2
/
+3
*
Fixes to the hardware cursor emulation.
sos
1995-04-04
2
-56
/
+80
*
Fix count in mark_for_update() for insert-char(s) and delete-char(s).
bde
1995-04-01
1
-4
/
+4
*
Update to new screen update method.
sos
1995-03-30
2
-4
/
+6
*
Emulate hw cursor closely, and get start&end scanlines from BIOS.
sos
1995-03-30
2
-19
/
+27
*
Optimized the way physical screen updates are done. Now only
sos
1995-03-29
2
-51
/
+133
*
Minor update to syscons.
sos
1995-03-03
2
-14
/
+17
*
Incorporate bde's code-review comments.
pst
1995-02-28
2
-14
/
+3
*
(a) remove the pointer to each driver's tty structure array from cdevsw
pst
1995-02-25
2
-30
/
+44
*
Next syscons update (given up on numbering :)
sos
1995-02-22
7
-2872
/
+3161
*
This is the latest version of the APM stuff from HOSOKAWA, I have looked
phk
1995-02-17
1
-1
/
+32
*
Fixed cursor xor problem...
sos
1995-02-14
1
-3
/
+3
*
Fixed the bug that caused the cursor to disappear under
sos
1995-02-07
1
-13
/
+17
*
Fixed the annoing bug that caused writes to /dev/console to go to
sos
1995-02-05
1
-29
/
+34
*
Allow all characters except "real" control chars.
sos
1995-02-03
1
-52
/
+59
*
Syscons bug fix: tab now right (thanks bruce!)
sos
1995-02-01
1
-293
/
+319
*
Reviewed by:
sos
1995-01-30
1
-33
/
+47
*
Third round in syscons update.
sos
1995-01-28
1
-469
/
+367
*
Get rid of overloaded Back tab, now F(64)
ache
1995-01-26
1
-2
/
+2
*
o Restore removed hardware cursor support and make it _default_
ache
1995-01-26
1
-51
/
+120
*
Second round in syscons update:
sos
1995-01-20
1
-286
/
+499
*
Oops, forgot one change when DDB is defined.
sos
1995-01-13
1
-2
/
+2
*
Use (n - 1) in ESC [ xxx d and ESC [ xxx `
ache
1995-01-13
1
-3
/
+3
*
Back out cursor wrap (restore original thing)
ache
1995-01-12
1
-2
/
+2
*
First round in syscons update. Several new features has been added:
sos
1995-01-12
1
-354
/
+497
*
Don't allow negative console numbers for the VT_WAITACTIVE ioctl. Use the
bde
1995-01-03
1
-29
/
+26
*
Change the errors in the XT_KEYBOARD patch. red in the face. Thanks Bruce.
ats
1994-12-31
1
-5
/
+5
*
Miscellaneous changes from Bill Paul:
jkh
1994-12-31
1
-5
/
+67
*
Fixed two security holes in the pcmmap() function.
dg
1994-12-27
1
-3
/
+3
*
Add a patch that someone on the net has used to run on his IBM Thinkpad.
ats
1994-12-26
1
-1
/
+8
*
Initialize syscons also in cases where it ain't the system's console
joerg
1994-12-18
1
-1
/
+4
*
Move the code providing the equivalent of ICRNL for console input from
joerg
1994-12-18
1
-2
/
+1
*
Changed the behavior of KDMKTONE to comply with svr4, default to
sos
1994-12-06
1
-2
/
+8
*
Fix wrong size check for scroll forward/backward ('S'/'T')
ache
1994-11-21
1
-5
/
+5
*
Attempt to fix scroll forward/ scroll backward bug bringed by vi,
ache
1994-11-21
1
-4
/
+4
*
More intelligent BackTab fix using BTAB special key (unused before)
ache
1994-11-19
1
-1
/
+3
*
Added support for the MicroSoft Natural keyboard
sos
1994-11-17
1
-3
/
+24
*
The style in my patch011 is inconsistent and out of date. It should
bde
1994-11-06
1
-2
/
+2
*
Fix for 'pstat -t' works on vtys
ache
1994-11-03
1
-1
/
+2
*
The other half of patch011, read Numlck state from bios.
phk
1994-10-27
1
-6
/
+2
*
Fix initialization of video_mode_ptr. It only worked if the segments
bde
1994-10-26
1
-9
/
+32
*
Fixed cut&paste error.
wollman
1994-10-24
1
-2
/
+2
*
Finished device configuration database work for all ISA devices (except `ze')
wollman
1994-10-23
1
-1
/
+26
*
Peter Dufaults comconsole changes.
phk
1994-10-20
1
-8
/
+8
*
Remove color_display, GIO_COLOR now exists
ache
1994-10-18
1
-6
/
+3
*
Added more SCO compat ioctl's.
sos
1994-10-17
1
-27
/
+52
*
isa_device.h: Added flag for sensitive HW. ed# seems to break if anything
phk
1994-10-17
1
-2
/
+2
[next]