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
/
dev
Commit message (
Expand
)
Author
Age
Files
Lines
*
all:
dg
1995-12-05
8
-209
/
+144
*
aargh! I tested JREMOD, only to discover that the "good oil" part of
peter
1995-12-04
1
-3
/
+3
*
Completed function declarations and/or added prototypes.
bde
1995-12-02
1
-0
/
+2
*
Fix minor bug that would cause the packet statistics updates to stop
dg
1995-12-01
1
-24
/
+75
*
Fix my color/attr separation patch.
ache
1995-11-30
1
-3
/
+3
*
Delete obnoxious uprintf()s in load/unload procedures.
wollman
1995-11-29
5
-15
/
+5
*
Don't staticize again (twice).
bde
1995-11-29
1
-4
/
+5
*
Removed builtin list of port addresses. The address for sio3
bde
1995-11-29
1
-10
/
+5
*
If you're going to mechanically replicate something in 50 files
julian
1995-11-29
13
-22
/
+22
*
'see" -> "see" (in the comment).
asami
1995-11-29
1
-2
/
+2
*
OK, that's it..
julian
1995-11-29
13
-155
/
+379
*
Staticize again.
phk
1995-11-29
1
-2
/
+2
*
A batch of Jim Lowe's patches:
jkh
1995-11-29
1
-1
/
+2
*
Device driver for Intel Pro/100 PCI Fast Ethernet controller.
dg
1995-11-28
2
-0
/
+1313
*
the second set of changes in a move towards getting devices to be
julian
1995-11-28
11
-11
/
+385
*
Removed all #includes of the unused file <sys/device.h>.
bde
1995-11-28
1
-2
/
+1
*
Mainly cosmetic cleanups... It now uses more consistant message reporting
peter
1995-11-28
3
-27
/
+29
*
Separate colors & attributes as Terry points
ache
1995-11-28
2
-74
/
+148
*
Fixed setting of speed B0 - don't output a bogus divisor of 0 and a
bde
1995-11-26
2
-10
/
+18
*
Fixed a comment.
bde
1995-11-24
1
-2
/
+2
*
Made pci.c compile again. It unfortunately depends on the isa interrupt
bde
1995-11-21
1
-1
/
+3
*
Completed function declarations and/or added prototypes.
bde
1995-11-21
2
-4
/
+8
*
Restored static variable `nsio_tty' which is used only by pstat(8). Made
bde
1995-11-21
1
-1
/
+3
*
This driver supports the Arnet SYNC/570i ISA cards that is based on the
peter
1995-11-21
4
-0
/
+3417
*
Mega commit for sysctl.
phk
1995-11-20
4
-44
/
+21
*
Fix compiler warnings.
phk
1995-11-20
2
-29
/
+28
*
Fix a printf.
phk
1995-11-20
1
-1
/
+1
*
Kill setting of b_pfcent - it's unused.
dg
1995-11-19
1
-1
/
+0
*
Fixed the type of a timeout function.
bde
1995-11-18
1
-2
/
+8
*
Fixed staticization - use `static' in function headers, not just in
bde
1995-11-18
1
-19
/
+19
*
Staticized an inline function. All inlines in kernel headers should be
bde
1995-11-18
1
-2
/
+2
*
Fixed (nonexistent) initialization of bp->b_pblkno. disksort() for
bde
1995-11-18
1
-14
/
+2
*
Set flag to stop backoff counter from counting when carrier activity is
dg
1995-11-17
1
-8
/
+14
*
Included <sys/conf.h>. It used to be included as a side effect of
bde
1995-11-16
1
-1
/
+2
*
Correct the bogus probe for 8216/8416 cards...it was broken.
dg
1995-11-15
1
-19
/
+17
*
statizice some internal magic.
phk
1995-11-14
1
-2
/
+2
*
Changed the first (name) arg of MOD_DEV(), MOD_EXEC() and MOD_MISC()
bde
1995-11-14
5
-21
/
+36
*
Replaced nosys() by lkm_nullcmd(). Always call lkm load/unload/stat
bde
1995-11-13
5
-10
/
+15
*
Modify the kdc_description for eisa0 to include the system board ID.
gibbs
1995-11-10
1
-9
/
+25
*
Convert Adaptec 1742 driver to new eisaconf interface.
gibbs
1995-11-09
1
-3
/
+3
*
Sync the public source with what I'm currently running.
peter
1995-11-09
2
-148
/
+208
*
Second pass on this. Sentinal device node was an uneeded complication.
gibbs
1995-11-09
1
-303
/
+286
*
Fix the long dreaded Wide bug and enable WIDEODD for reads.
gibbs
1995-11-07
1
-3
/
+4
*
Probe all slots even if an EISA main board isn't found. This catches
gibbs
1995-11-06
2
-83
/
+115
*
This is a totally new implementation of eisaconf. It will hopefully
gibbs
1995-11-05
2
-199
/
+509
*
Move aic7xxx register definitions from i386/scsi/aic7xxx.c to this file.
gibbs
1995-11-05
1
-0
/
+514
*
Added `#include "ioconf.h"' to <machine/conf.h> and cleaned up the
bde
1995-11-04
11
-25
/
+13
*
Remove the #ifdev DEVRANDOM's, as promised.
markm
1995-11-04
1
-3
/
+1
*
Moved prototypes for devswitch functions from conf.c and driver sources
bde
1995-11-04
10
-76
/
+14
*
Cleanup, make things static.
phk
1995-10-31
4
-67
/
+71
[next]