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
/
mly
Commit message (
Expand
)
Author
Age
Files
Lines
*
Centralize the devstat handling for all GEOM disk device drivers
phk
2003-03-08
1
-1
/
+0
*
Gigacommit to improve device-driver source compatibility between
phk
2003-03-03
1
-13
/
+5
*
Use canonical name for cdevsw initialization.
phk
2003-03-02
1
-13
/
+13
*
Introduce a new taskqueue that runs completely free of Giant, and in
scottl
2003-02-26
1
-1
/
+1
*
Back out M_* changes, per decision of the TRB.
imp
2003-02-19
1
-1
/
+1
*
Fixup printf format.
alfred
2003-02-11
1
-1
/
+1
*
Terminate 'e' event messages with a newline.
scottl
2003-02-11
1
-0
/
+1
*
Fix the mly driver! If card resources became unavailable, the driver would
scottl
2003-02-06
2
-0
/
+48
*
Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.
alfred
2003-01-21
1
-1
/
+1
*
Destroy the management device when detaching the driver.
scottl
2003-01-08
1
-0
/
+3
*
Pass correct parameters to bus_space_barrier() instead of 0
mux
2002-11-14
1
-2
/
+4
*
Be consistent about functions being static.
phk
2002-10-16
1
-8
/
+8
*
use __packed.
alfred
2002-09-23
1
-43
/
+43
*
Replace (ab)uses of "NULL" where "0" is really meant.
archie
2002-08-22
1
-2
/
+2
*
Rework the kernel environment subsystem. We now convert the static
mux
2002-04-17
1
-1
/
+1
*
Fix warnings (comment out unused tables that are taking space in the
peter
2002-02-27
1
-0
/
+4
*
Update to C99, s/__FUNCTION__/__func__/,
obrien
2001-12-10
1
-2
/
+2
*
- Change the taskqueue locking to protect the necessary parts of a task
jhb
2001-10-26
1
-4
/
+0
*
Add locking to taskqueues. There is one mutex per task, one mutex per
jhb
2001-10-26
1
-0
/
+4
*
Fix reversed virtual/physical bus check, whoops!
msmith
2001-10-22
1
-1
/
+1
*
KSE Milestone 2
julian
2001-09-12
1
-3
/
+4
*
Fix typo (* -> &)
msmith
2001-07-26
1
-1
/
+1
*
Merge with latest version of the Mylex 6+ driver.
msmith
2001-07-14
6
-1420
/
+1318
*
Fix warning: 110: initialization makes pointer from integer without a cast
peter
2001-06-15
1
-2
/
+1
*
Avoid divide-by-zero for devices that the adapter has not negotiated a
msmith
2001-04-21
1
-1
/
+5
*
Turn on interrupt-entropy harvesting for all/any mass storage devices
markm
2001-03-01
1
-1
/
+1
*
Major update and bugfix for the 'mly' driver.
msmith
2001-02-25
5
-354
/
+599
*
Further use of M_ZERO.
dwmalone
2000-11-18
1
-4
/
+2
*
Convert all users of fldoff() to offsetof(). fldoff() is bad
phk
2000-10-27
1
-6
/
+3
*
Don't rely on <sys/queue.h> to bogusly include <struct.h>.
phk
2000-10-22
1
-0
/
+3
*
Remove unneeded #include <machine/clock.h>
phk
2000-10-15
1
-1
/
+0
*
This is the initial import of a new driver for the current family of
msmith
2000-08-23
6
-0
/
+4842