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
*
scresume erroneously used before declared. Move the function
jkh
1996-10-03
1
-10
/
+10
*
Fixed the userconfig problem (and one with ddb as well).
sos
1996-10-02
1
-154
/
+158
*
Fixed the "missing updates" reported by ache.
sos
1996-10-01
1
-29
/
+37
*
#ifdef another instance of toggle_splash_screen() which Soren missed.
jkh
1996-10-01
1
-1
/
+5
*
Dont make splash screen the default :)
sos
1996-09-30
1
-2
/
+1
*
Fix a couble of nasties regarding mouse pointer and different
sos
1996-09-30
2
-103
/
+180
*
Changed cncheckc() interface so that it is 8-bit clean - return -1
bde
1996-09-14
1
-2
/
+7
*
Hack workaround XFree86 switching failure when used with /dev/sysmouse
peter
1996-09-10
1
-2
/
+23
*
The poor nsccons variable was gone agian this time hidden by
sos
1996-09-09
1
-2
/
+2
*
Make syscons replicate a mousesystems mouse on minor 128..
sos
1996-09-08
1
-18
/
+36
*
Fixed another easy case of const poisoning in the kernel. Cosmetic.
bde
1996-09-07
1
-2
/
+2
*
Add option SC_KBD_PROBE_WORKS to syscons driver.
pst
1996-09-06
1
-4
/
+12
*
Remove devconf, it never grew up to be of any use.
phk
1996-09-06
1
-24
/
+1
*
Fixed a panic when switching to 40x25 mode, and cursor was beyond the
sos
1996-09-04
1
-1
/
+2
*
Fixed a couple of bugs in the mousepointer code.
sos
1996-09-01
2
-233
/
+298
*
Fixed restoral of nsscons variable. The tty for /dev/console was lost.
bde
1996-08-28
1
-2
/
+2
*
restore nsccons variable from rev 1.115 that was deleted in rev 1.136
peter
1996-08-16
1
-1
/
+2
*
Fix GIO_ATTR ioctl return to match SYSV
ache
1996-07-30
1
-2
/
+2
*
Added or restored #include of <machine/md_var.h>. Some declarations
bde
1996-07-01
3
-5
/
+12
*
Bump various timeouts in scprobe(). This finally fixes the broken
joerg
1996-06-27
1
-6
/
+6
*
Fixed bug in pasting 8bit char (ache).
sos
1996-06-26
2
-81
/
+57
*
Added #include of <machine/md_var.h>. This will be needed when
bde
1996-06-25
1
-1
/
+2
*
Change the way moused talk to syscons, now its only delivering mouseevents
sos
1996-06-25
2
-116
/
+216
*
Moved declarations of static functions to the correct file. This fixes
bde
1996-06-23
2
-37
/
+37
*
Oops, fix a bug that caused updates to the screen to happen, without
sos
1996-06-21
1
-2
/
+6
*
Some news for syscons (long overdue):
sos
1996-06-21
2
-101
/
+182
*
Stomp another compiler warning: sc_devfs_token[] should only be declared
wpaul
1996-06-17
1
-1
/
+3
*
Fix the warnings about "cant inline call to xxx" by reordering two
peter
1996-05-27
1
-46
/
+49
*
Fix the "well-known retries bug" (a logic-o).
joerg
1996-05-12
1
-2
/
+2
*
Give up waiting for a successful keyboard reset after some
joerg
1996-05-11
1
-5
/
+7
*
Fix ^[[1K (clear from beginning of line to cursor) and
ache
1996-05-02
1
-4
/
+4
*
Fixed a race that caused panics in kernel printfs when the screen timeout
bde
1996-05-01
1
-2
/
+5
*
Removed options MAXCONS & HARDFONT, they are no longer in use
sos
1996-04-26
1
-2
/
+1
*
Moved the initialization of the devfs devices to after the initialization
bde
1996-03-27
1
-7
/
+9
*
Add more options into the conf/options and i386/conf/options.i386 files
peter
1996-03-02
1
-1
/
+2
*
use devfs_add_devswf and avoid local variable.
phk
1996-02-13
1
-5
/
+3
*
Close kern/627 - panic if syscons not attached
pst
1996-02-08
1
-1
/
+3
*
Deliver all bells to current console, use different pitch
ache
1996-02-05
1
-11
/
+13
*
Fix a bunch of spelling errors in the comment fields of
mpp
1996-01-30
1
-2
/
+2
*
Convert DDB to new-style option.
wollman
1996-01-04
1
-1
/
+3
*
Removed my devsw access functions [un]register_cdev() and
bde
1995-12-14
1
-6
/
+9
*
Removed new alias d_size_t for d_psize_t.
bde
1995-12-10
1
-4
/
+4
*
Staticize and cleanup.
phk
1995-12-10
2
-15
/
+14
*
Pass 3 of the great devsw changes
julian
1995-12-08
1
-4
/
+17
*
Untangled the vm.h include file spaghetti.
dg
1995-12-07
1
-1
/
+3
*
Replaced #includes of <sys/user.h> by less gross headers, usually
bde
1995-12-06
1
-2
/
+4
*
Fix my color/attr separation patch.
ache
1995-11-30
1
-3
/
+3
*
Delete obnoxious uprintf()s in load/unload procedures.
wollman
1995-11-29
5
-15
/
+5
*
Separate colors & attributes as Terry points
ache
1995-11-28
2
-74
/
+148
*
Fixed a comment.
bde
1995-11-24
1
-2
/
+2
[next]