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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Change from Bruce:
ache
1994-04-02
2
-4
/
+4
*
New interrupt code from Bruce Evans. In additional to Bruce's attached
dg
1994-04-02
45
-1175
/
+1143
*
Replace CAPS led with ALTGR led for ALTGR mode (soft) keyboards,
ache
1994-04-01
3
-21
/
+45
*
Change got_status/modem_status assignment per Bruce suggestion,
ache
1994-04-01
3
-12
/
+12
*
Localize previous changes (removing dma_reset)
ache
1994-04-01
2
-6
/
+15
*
Tracker "swapping" problem finally solved,
ache
1994-03-31
2
-6
/
+5
*
Fix error with reducing speed on SB reset.
ache
1994-03-30
1
-0
/
+1
*
Eliminated the "physstrat" wart and merged it into kern_physio.c. This
dg
1994-03-30
2
-42
/
+20
*
Eliminated the "physstrat" wart and merged it into kern_physio.c. This
dg
1994-03-30
2
-42
/
+2
*
New routine "pmap_kenter", designed to take advantage of the special
dg
1994-03-30
4
-28
/
+206
*
1) Better fix for false carrier detect on bidir port
ache
1994-03-26
3
-24
/
+48
*
ifdef KERNEL the pmap_kextract inline function; ps is unhappy otherwise.
dg
1994-03-25
2
-2
/
+6
*
Fix false carrier detection on incoming bidir port.
ache
1994-03-25
3
-3
/
+9
*
From John Dyson: performance improvements to the new bounce buffer
dg
1994-03-24
7
-41
/
+123
*
1) After discussion with Hannu, returning speed changed back.
ache
1994-03-24
2
-11
/
+9
*
Enabled bounce buffers by default. This should be done via a probe for
dg
1994-03-24
2
-2
/
+4
*
For SB 2.x speed was reduced to 22050;
ache
1994-03-23
1
-3
/
+2
*
SPEED-related ioctls returns wrong speed cause Tracker's damage.
ache
1994-03-23
1
-5
/
+8
*
1) GET_TIME function completely broken
ache
1994-03-23
5
-7
/
+15
*
1) Change dtrwait 300 to 3 * hz (to be more kosher)
ache
1994-03-23
3
-6
/
+12
*
Bounce buffers. From John Dyson with help from me.
dg
1994-03-23
9
-10
/
+750
*
Add missing EXCLUDE_SBPRO
ache
1994-03-23
1
-1
/
+1
*
Add siostop to sioclose, because ttyflush called from
ache
1994-03-21
3
-3
/
+6
*
Changed the raw partition number from 3 to 0. This change lets us use
ats
1994-03-21
2
-4
/
+4
*
Makefile.i386:
ats
1994-03-21
6
-9
/
+12
*
Increase default DTR wait time up to 3 secs.
ache
1994-03-21
3
-6
/
+6
*
Now printf("changing root... indicates raw partition for floppy
ache
1994-03-21
2
-4
/
+4
*
Fix printf for root system mounted on second floppy
ache
1994-03-21
2
-12
/
+22
*
Fix for root system mounted on second floppy
ache
1994-03-21
2
-4
/
+12
*
Changed dynamic stack grow code to grow by "SGROWSIZ" amount. Initially
dg
1994-03-21
4
-20
/
+24
*
previous optimization from John wasn't quite ready for primetime.
dg
1994-03-21
3
-27
/
+3
*
Two fixes from John Dyson to fix hangs and panics when using ctrl-T:
dg
1994-03-20
3
-39
/
+138
*
Get rid of a nagging call to sleep() which crept back in.
wollman
1994-03-20
1
-1
/
+1
*
Delete some references to sleep() that somehow crept in.
wollman
1994-03-20
4
-17
/
+24
*
Added cpu_model and machine variables.
wollman
1994-03-19
2
-2
/
+8
*
More symtab space.
wollman
1994-03-19
3
-6
/
+6
*
Remove ttyfree from sioclose
ache
1994-03-18
3
-18
/
+3
*
Increased maximum protection for data segment to VM_PROT_ALL because
dg
1994-03-17
1
-4
/
+2
*
Catch the divide by zero bug earlier. If the drive give back
ats
1994-03-15
1
-3
/
+12
*
Added David Mills' kernel NTP PLL code. The current version of NTP does
wollman
1994-03-15
5
-13
/
+13
*
Put a safety check in for the secsiz divide for the MB printf. Else
ats
1994-03-14
1
-2
/
+2
*
Performance improvements from John Dyson.
dg
1994-03-14
5
-45
/
+45
*
Checking l_close in unneeded (one of my previous fixes),
ache
1994-03-14
3
-9
/
+6
*
Removed EXCLUDE_<driver> for sound drivers so that all sound drivers
swallace
1994-03-11
3
-27
/
+12
*
Added appropriate entries into files.i386 for snd drivers in /sys/i386/isa/sound
swallace
1994-03-11
5
-52
/
+72
*
Updated include files for sound drivers.
swallace
1994-03-11
3
-20
/
+29
*
Integrated Hannu Savolainen's new VoxWare sound drivers, version 2.4.
swallace
1994-03-11
37
-2343
/
+5034
*
Don't call ttyclose twice into sioclose and move ttyclose
ache
1994-03-10
3
-6
/
+9
*
First open:
ache
1994-03-08
3
-12
/
+33
*
From: Jim Babb <babb@sedhps01.mdc.com>
nate
1994-03-08
3
-3
/
+6
[next]