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
*
Another try: fixed bogus change of the fifo settings for the non-speed of 0.
bde
1996-04-13
3
-9
/
+9
*
Don't use a newfangled auto initializer. Initialize everything by
jhay
1996-04-13
1
-2
/
+6
*
Changed _BSD_PID_T_ from long to int. Lite2 changed pid_t from long to
bde
1996-04-13
1
-2
/
+2
*
Changed `noreturn' to `__noreturn__' so that all headers don't break if
bde
1996-04-13
1
-4
/
+4
*
Fix a longstanding bug and a buglet of no significance.
phk
1996-04-13
1
-23
/
+18
*
Eliminated sloppy common-style declarations. Now there are no duplicated
bde
1996-04-13
3
-5
/
+12
*
Eliminated sloppy common-style declarations. Now there are no duplicated
bde
1996-04-13
7
-28
/
+48
*
Declared `unittab' as static. It was bogusly shared between the asc and
bde
1996-04-13
2
-3
/
+7
*
Document how to drop into DDB from a serial console.
jkh
1996-04-13
1
-1
/
+10
*
Use PCB_SAVEFPU_SIZE instead of a too-small size in savectx(). This
bde
1996-04-13
3
-27
/
+33
*
Generate #define of PCB_SAVEFPU_SIZE for use in savectx().
bde
1996-04-13
2
-2
/
+4
*
Improve the handling of receive errors. Fix a nasty bug in the receive
jhay
1996-04-12
3
-165
/
+486
*
Make alltraps a .globl so that DDB doesn't make people belive they have
phk
1996-04-12
3
-3
/
+6
*
Fix a bogon I introduced with my last change.
phk
1996-04-12
1
-2
/
+2
*
remove variables KMODGRP?=, KMODOWN?=, KMODMODE?=
wosch
1996-04-11
1
-43
/
+15
*
Moved AUTO_EOI_[12] and most sio and pcvt options out of the makefile.
bde
1996-04-11
11
-13
/
+53
*
Fixed a spl hog. The vmdaemon process ran entirely at splhigh. It
bde
1996-04-11
1
-1
/
+3
*
Spell cpu_switch() with an i in a comment.
bde
1996-04-11
1
-2
/
+2
*
Fixed the PF_REMOTE case of ptcwrite(). I broke it in rev.1.22. Output
bde
1996-04-11
1
-4
/
+15
*
Added a note about OPTi 82C929 based cards.
smpatel
1996-04-11
1
-5
/
+10
*
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
[next]