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
*
Add includes of sys/malloc.h so this actually compiles.
jhb
2001-02-09
2
-1
/
+2
*
Whoops... forgotten a few pieces in previous patch:
luigi
2001-02-08
1
-5
/
+9
*
Make sure that we do not accept packets shorter than a full ethernet
luigi
2001-02-08
1
-1
/
+3
*
Fix memory leaks with dev_get_children().
imp
2001-02-08
1
-0
/
+6
*
Fix a memory leak.
sos
2001-02-08
1
-5
/
+4
*
Fix memoryleaks with device_get_children().
asmodai
2001-02-08
2
-0
/
+3
*
Fix memory leaks with dev_get_children().
imp
2001-02-08
1
-0
/
+3
*
Fix typos: initalise -> initialise.
asmodai
2001-02-08
1
-5
/
+5
*
- Check if the ccb_infos in the softc is NULL before trying to free it in
jhb
2001-02-08
2
-2
/
+11
*
Oops... I knew i shouldn't use arrows in vi. Fix a typo causing errors in
semenu
2001-02-07
1
-1
/
+0
*
back out rev 1.49, looks like i committed it from the wrong tree.
cg
2001-02-07
1
-424
/
+803
*
Add support for SMC9432FTX card, possibly othe fiber optic SMC9432 family
semenu
2001-02-07
3
-43
/
+216
*
Add QS6612, AC101 and LXT970 personal drivers and register definitions.
semenu
2001-02-07
7
-6
/
+1367
*
Use correct index when counting short errors.
phk
2001-02-07
1
-1
/
+1
*
conditionalize "hwptr went backwards" messages
cg
2001-02-07
1
-801
/
+425
*
Introduce busspace instead of the good old in/out instructions.
sos
2001-02-06
9
-253
/
+312
*
Regen.
n_hibma
2001-02-06
2
-2
/
+17
*
Add a comment about the fact that adding an ID doesn't actually do anything.
n_hibma
2001-02-06
1
-0
/
+15
*
Damn! that was the wrong patch! get it right this time....
sos
2001-02-06
1
-1
/
+1
*
Fix the clone functionality in atapi-cd, it didn't work for
sos
2001-02-06
3
-6
/
+17
*
Fix typo: compatability -> compatibility.
asmodai
2001-02-06
1
-1
/
+1
*
Fix typo: seperate -> separate.
asmodai
2001-02-06
2
-2
/
+2
*
Fix typo: depricated -> deprecated.
asmodai
2001-02-06
1
-1
/
+1
*
Convert if_multiaddrs from LIST to TAILQ so that it can be traversed
phk
2001-02-06
22
-46
/
+32
*
Fix typo: wierd -> weird.
asmodai
2001-02-06
4
-4
/
+4
*
Regen.
n_hibma
2001-02-05
2
-5
/
+67
*
Add some ids from NetBSD.
n_hibma
2001-02-05
1
-2
/
+16
*
Regen.
n_hibma
2001-02-05
2
-2
/
+41
*
* Correct a broken entry
n_hibma
2001-02-05
1
-1
/
+2
*
add driver for CS4281 sound chips
cg
2001-02-04
2
-0
/
+1163
*
add driver for CMedia CMI8338/CMI8738 sound chips
cg
2001-02-04
2
-0
/
+1090
*
Remove NAHA, NAHATOT and aha_softcs and related code. It was unused
imp
2001-02-04
2
-30
/
+0
*
Another round of the <sys/queue.h> FOREACH transmogriffer.
phk
2001-02-04
13
-42
/
+21
*
Mechanical change to use <sys/queue.h> macro API instead of
phk
2001-02-04
17
-60
/
+60
*
Use LIST_FOREACH() to traverse ifp->if_multiaddrs list, instead of
phk
2001-02-03
13
-34
/
+17
*
quieten the esscontrol device
cg
2001-02-02
1
-1
/
+6
*
Allocate lock table and mutex not only for parity plexes, but also for
grog
2001-02-02
1
-3
/
+3
*
Driver for the ESS Maestro3 and Allegro sound chips. Note that due to the
scottl
2001-02-01
2
-0
/
+1504
*
Converted to new-bus.
bde
2001-02-01
1
-57
/
+85
*
Remove count for NSIO. The only places it was used it were incorrect.
peter
2001-01-31
1
-1
/
+0
*
Add some debugging.
msmith
2001-01-31
1
-8
/
+72
*
Add some debugging statements.
msmith
2001-01-31
3
-26
/
+67
*
Tidy up.
msmith
2001-01-31
1
-48
/
+47
*
Add some debugging.
msmith
2001-01-31
1
-35
/
+17
*
ACPI_NUMBER becomes ACPI_INTEGER. acpi_EvaluateNumber becomes
msmith
2001-01-31
8
-46
/
+24
*
Exterminate the use of PSEUDO_SET() with extreme prejudice.
peter
2001-01-31
1
-10
/
+22
*
Added used include of <sys/mutex.h>. The SMP case was broken by
bde
2001-01-30
2
-0
/
+2
*
Newbusify the sr device and move it to its new location.
jhay
2001-01-30
4
-3797
/
+700
*
Update include files to reflect the new location of the ar device.
jhay
2001-01-30
2
-5
/
+5
*
Add option ATA_ENABLE_WC for enabling write caching (now off by default).
sos
2001-01-29
1
-1
/
+6
[next]