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
...
*
When cslip gets an uncompressed packet, it attempts to save off the TCP/IP
dg
1996-04-11
1
-4
/
+11
*
Added documentation for "options PAS_JOYSTICK_ENABLE"
scrappy
1996-04-11
1
-1
/
+4
*
mentioned support for enabling gameport on ProAudio Spectrum with
scrappy
1996-04-11
3
-3
/
+12
*
Disable sio3 in GENERIC - it messes with ATI cards.
jkh
1996-04-10
2
-4
/
+4
*
removed RS_IBUFSIZE #ifndef - have been informed it was a bad idea
scrappy
1996-04-10
3
-9
/
+3
*
hp300 -> i386
nate
1996-04-10
2
-4
/
+4
*
Placed an #ifndef around RS_IBUFSIZE so that it can be changed in the
scrappy
1996-04-10
3
-3
/
+9
*
Gag! Somebody removed the bus mouse from GENERIC for reasons unknown.
jkh
1996-04-09
2
-2
/
+4
*
Logging UDP and TCP connection attempts should not be enabled by default.
pst
1996-04-09
3
-6
/
+6
*
Reinstitute the map lock for processes being swapped out. This
dyson
1996-04-09
1
-1
/
+18
*
Added isa_dmadone() to fix the errors the sound driver has been complaining
smpatel
1996-04-08
2
-10
/
+13
*
Update drivers to use isa_dma_acquire() and isa_dma_release()
smpatel
1996-04-08
6
-5
/
+24
*
Add a lock for DMA Channels to prevent two devices from using the same DMA
smpatel
1996-04-08
3
-94
/
+230
*
Added a $Id$ keyword. Bruce still needs to put a copyright notice
wollman
1996-04-08
2
-0
/
+10
*
Replace usage of buf->b_actf with queue.3 and buf->b_act.
phk
1996-04-08
1
-7
/
+5
*
Replace usage of buf->b_actf by queue.3 and buf->b_act
phk
1996-04-08
3
-19
/
+21
*
Add five macros to TAILQ family to improve readability.
phk
1996-04-08
1
-1
/
+9
*
Map lock checks not needed anymore for swapping out. We don't use
dyson
1996-04-08
1
-12
/
+2
*
Removed sections 3 and 4 from my copyright.
dg
1996-04-08
4
-24
/
+4
*
Killed sections 3 and 4 of my copyright as I think it is unnecessarily
dg
1996-04-08
2
-12
/
+2
*
Killed sections 3 and 4 of my copyright as I don't agree with it (I believe
dg
1996-04-08
5
-32
/
+53
*
remove b_actb, it's not used anywhere.
phk
1996-04-07
2
-4
/
+4
*
Use breakpoint() function instead of inline assembler.
bde
1996-04-07
2
-12
/
+4
*
Changed bdb() to breakpoint() and always enable it.
bde
1996-04-07
2
-68
/
+60
*
Use rdtsc() function instead of inline essembler.
bde
1996-04-07
2
-12
/
+4
*
Changed #includes of <i386/include/foo.h> to #includes of <machine/foo.h>.
bde
1996-04-07
3
-11
/
+13
*
Changed #includes of <i386/include/foo.h> to #includes of <machine/foo.h>.
bde
1996-04-07
4
-13
/
+12
*
Removed never-used #includes of <machine/cpu.h>. Many were apparently
bde
1996-04-07
21
-47
/
+17
*
Removed now-unused #includes of <machine/cpu.h>. They were for bootverbose
bde
1996-04-07
24
-60
/
+27
*
Removed unused declaration of bootverbose.
bde
1996-04-07
2
-4
/
+2
*
systm.h:
bde
1996-04-07
2
-2
/
+4
*
Moved declaration of bootverbose to a better place. Externs should
bde
1996-04-07
1
-2
/
+1
*
Moved declaration of bootverbose to a better place. It isn't
bde
1996-04-07
2
-8
/
+2
*
Declared pgrpdump() properly.
bde
1996-04-07
1
-1
/
+3
*
Fixed the ownership and permissions of /dev/io. Rev.1.32 broke rev.1.29.
bde
1996-04-07
2
-4
/
+4
*
Fixed devfs device names and numbers.
bde
1996-04-07
3
-105
/
+213
*
Cleaned up naming and formatting in recent changes.
bde
1996-04-07
1
-18
/
+15
*
Allow specifying the BIOS drive number. Removed the hd drive type.
bde
1996-04-07
6
-51
/
+83
*
Don't generate code for the unused function sleep().
bde
1996-04-07
1
-1
/
+3
*
Removed the 2 remaining calls to sleep().
bde
1996-04-07
1
-4
/
+4
*
Move the "mib" variables out to their own file.
phk
1996-04-07
3
-136
/
+177
*
Added proper splnet protection while modifying the interface address list.
dg
1996-04-07
1
-2
/
+17
*
Major cleanups for the pmap code.
dyson
1996-04-07
2
-364
/
+152
*
Fix the reproto.sh script that was broken after my KNFification.
joerg
1996-04-07
5
-43
/
+100
*
KNFify the function definitions. It's harder to grep around when the
joerg
1996-04-06
3
-32
/
+50
*
pccard.c:
gpalmer
1996-04-06
2
-0
/
+3
*
Switch 586/686 back to generic_bzero and #if 0'd the "optimized" code. It
dg
1996-04-06
5
-9
/
+11
*
Fixed a bug in DEVFS code that was producing "name slot allocation failed"
scrappy
1996-04-05
1
-15
/
+12
*
Fix adjkerntz expression priority.
ache
1996-04-05
2
-6
/
+6
*
Fix adjkerntz expression priority
ache
1996-04-05
5
-15
/
+15
[prev]
[next]