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 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
*
Fix GIO_ATTR ioctl return to match SYSV
ache
1996-07-30
1
-2
/
+2
*
Make a "DWIM" function for adding [bc]devsw entries for bdev drivers.
phk
1996-07-23
1
-13
/
+3
*
Post-commit review by Bruce. Mostly stylistic changes.
joerg
1996-07-21
1
-51
/
+56
*
Major cleanup of the timerX_{acquire,release} stuff. In particular,
joerg
1996-07-20
1
-48
/
+96
*
some internal modems need LOTS of time to generate an interrupt
julian
1996-07-17
1
-2
/
+2
*
Fixed adjustment of `time' when timer0 is released. 27465 was 27645 in
bde
1996-07-17
1
-2
/
+2
*
Staticized a few variables.
bde
1996-07-12
1
-4
/
+7
*
Added or restored #include of <machine/md_var.h>. Some declarations
bde
1996-07-01
1
-1
/
+2
*
Use the standard timer (interrupt) frequency while calibrating the clocks.
bde
1996-07-01
1
-7
/
+4
*
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
[next]