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
/
isa
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix the broken support for monochrome VGA's.
sos
1996-12-07
1
-3
/
+22
*
Synchronize with the RELENG_2_2 branch.
asami
1996-12-04
2
-13
/
+51
*
Alot of fixes from kazu:
sos
1996-12-01
3
-133
/
+217
*
Fixed input of BREAKs when IGNPAR is set and IGNBRK is not set. BREAKs
bde
1996-11-30
1
-27
/
+32
*
Reset h/w fifos (if any) in siostop(). Now ttyflush() works fairly well
bde
1996-11-30
1
-3
/
+9
*
Fixed sloppy clearing of TS_BUSY. Don't clear it until the transmitter
bde
1996-11-30
1
-3
/
+33
*
Throw away input if CREAD is not set. POSIX requires no characters to be
bde
1996-11-30
1
-2
/
+3
*
Cleaned up CONSPEED changes. `comdefaultrate' gives the default
bde
1996-11-30
1
-8
/
+6
*
Fix UserConfig w/syscons.
nate
1996-11-19
1
-2
/
+2
*
Only poll the keyboard if the data left in the buffer is from the
sos
1996-11-15
1
-5
/
+5
*
Finally a start at sharing the kdb controller routines between
sos
1996-11-14
3
-106
/
+749
*
Don't fiddle with RTS if RTS flow control is off. This gives applications
bde
1996-11-13
1
-17
/
+23
*
1. Avoid a race in scclose(). tty.c has kludges so that the race is
sos
1996-11-11
1
-5
/
+15
*
Removed 'XT_KEYBOARD' option from syscons. Document new-style way of
nate
1996-11-11
1
-4
/
+1
*
Allow us to enable the 'XT_KEYBOARD' code using a configuration flag.
nate
1996-11-10
2
-8
/
+20
*
Fix the hanging keyboard problem under Xaccel. Apprently we are loosing
sos
1996-11-04
1
-29
/
+44
*
Fix the broken EOF handling in the floppy driver. The most obvious
joerg
1996-11-02
1
-28
/
+36
*
add in CONSPEED option which controls console serial port speed
pst
1996-11-02
2
-6
/
+13
*
More merge and update.
asami
1996-10-30
2
-3
/
+159
*
Use the calibrated/adjustable i8254 frequency `timer_freq' instead of
sos
1996-10-26
1
-23
/
+30
*
Removed initialization of a variable that went away. Oops.
bde
1996-10-26
1
-5
/
+3
*
Print the clock calibration messages all on one (long) line again so
bde
1996-10-25
1
-21
/
+18
*
Remove SC_KBD_PROBE_WORKS option and replace it with a simple run-time flag
pst
1996-10-23
2
-8
/
+10
*
Changed mouse functionality a bit, now the pointer disappears if
sos
1996-10-18
2
-17
/
+39
*
Corrected the setting of winsize on open().
sos
1996-10-15
1
-5
/
+10
*
Put I*86_CPU defines in opt_cpu.h.
bde
1996-10-09
1
-1
/
+2
*
Don't claim the console when the driver is disabled. The getc/putc
bde
1996-10-09
1
-2
/
+2
*
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
*
Work around UMC8669F and Startech UART bugs by not writing to the
bde
1996-09-30
1
-11
/
+36
*
Attached simple external ddb commands `show rtc', `show pgrpdump'
bde
1996-09-14
1
-5
/
+7
*
Changed cncheckc() interface so that it is 8-bit clean - return -1
bde
1996-09-14
3
-6
/
+11
*
Another round of merge/update.
asami
1996-09-12
1
-2
/
+15
*
Hack workaround XFree86 switching failure when used with /dev/sysmouse
peter
1996-09-10
1
-2
/
+23
*
Updated #includes to 4.4Lite style.
bde
1996-09-10
1
-2
/
+1
*
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
3
-200
/
+3
*
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
*
Eliminated i586_ctr_rate. Use i586_ctr_freq instead.
bde
1996-08-02
1
-12
/
+6
*
Fixed the machdep.i8254_freq and machdep.i586_freq sysctls. Writes were
bde
1996-07-30
1
-18
/
+41
[next]