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
/
ida
Commit message (
Expand
)
Author
Age
Files
Lines
*
I deserve a big pointy hat for having missed all those references
mux
2003-04-10
1
-3
/
+3
*
Use bioq_flush() to drain a bio queue with a specific error code.
phk
2003-04-01
4
-4
/
+8
*
Including <sys/stdint.h> is (almost?) universally only to be able to use
phk
2003-03-18
1
-1
/
+0
*
Centralize the devstat handling for all GEOM disk device drivers
phk
2003-03-08
5
-13
/
+1
*
More low-hanging fruit: kill caddr_t in calls to wakeup(9) / [mt]sleep(9).
des
2003-03-02
1
-1
/
+1
*
NO_GEOM cleanup:
phk
2003-02-23
4
-66
/
+18
*
Fix the detach code to actually detach the disk instance created
phk
2003-02-23
1
-5
/
+1
*
Remove a goto the very next statement.
phk
2003-02-23
1
-3
/
+0
*
NO_GEOM cleanup:
phk
2003-02-21
1
-3
/
+5
*
Update to new crashdump API
ps
2003-02-07
1
-38
/
+9
*
Use [u]intmax_t and %j instead of long long and %ll to better fix warnings
jhb
2002-11-07
1
-1
/
+2
*
Cast a bus_addr_t to a long long to make printf happy.
jhb
2002-11-06
1
-1
/
+1
*
use __packed.
alfred
2002-09-23
1
-3
/
+3
*
(This commit touches about 15 disk device drivers in a very consistent
phk
2002-09-20
1
-10
/
+4
*
Here follows the new kernel dumping infrastructure.
phk
2002-03-31
1
-1
/
+6
*
No need to conditionalize on pci being in the kernel for this
imp
2002-03-20
2
-6
/
+0
*
Fix a signed bug in the crashdump code for systems with > 2GB of ram.
ps
2001-11-13
1
-1
/
+1
*
KSE Milestone 2
julian
2001-09-12
1
-2
/
+2
*
Fix warning: 186: warning: label `done' defined but not used
peter
2001-06-15
1
-1
/
+0
*
Make the disk mini-layer check for and handle zero-length transfers
phk
2001-05-06
1
-6
/
+0
*
Actually biofinish(struct bio *, struct devstat *, int error) is more general
phk
2001-05-06
1
-2
/
+1
*
Last commit was broken.. It always prints '[CTRL-C to abort]'.
ps
2001-03-28
1
-12
/
+2
*
Change the dump routines to only abort if control-c is pressed.
ps
2001-03-27
1
-1
/
+3
*
Send the remains (such as I have located) of "block major numbers" to
phk
2001-03-26
1
-2
/
+0
*
Turn on interrupt-entropy harvesting for all/any mass storage devices
markm
2001-03-01
2
-2
/
+2
*
Add crashdump support.
jlemon
2001-02-26
5
-25
/
+106
*
Add a flag value to the board identifiers, and use this to enable the
jlemon
2001-01-09
3
-22
/
+38
*
Convert more malloc+bzero to malloc+M_ZERO.
dwmalone
2000-12-08
1
-2
/
+2
*
Add PCI id for the RAID LC2 controller.
jlemon
2000-12-01
1
-1
/
+3
*
Remove unneeded #include <machine/clock.h>
phk
2000-10-15
2
-2
/
+0
*
Look at both the vendor and subvendor information when determining
jlemon
2000-10-13
1
-32
/
+25
*
The DEC version of the Smart controller has its configuration information
jlemon
2000-07-27
6
-36
/
+79
*
Back out the previous change to the queue(3) interface.
jake
2000-05-26
1
-4
/
+4
*
Change the way that the queue(3) structures are declared; don't assume that
jake
2000-05-23
1
-4
/
+4
*
Add code which actually checks for the NCR PCI id so it can be used.
jlemon
2000-05-23
1
-1
/
+2
*
Add PCI ID for NEC/Compaq controller.
jlemon
2000-05-22
1
-2
/
+5
*
Add PCI id for Compaq Smart Array 431 card.
jlemon
2000-05-22
1
-0
/
+1
*
Separate the struct bio related stuff out of <sys/buf.h> into
phk
2000-05-05
4
-4
/
+4
*
Add PCI identification for another SmartArray 4200, which identifies
jlemon
2000-05-04
1
-6
/
+14
*
Remove unneeded #include <sys/kernel.h>
phk
2000-04-29
1
-1
/
+0
*
- Fix a problem with the cdevsw struct that prevented the kernel from
mdodd
2000-04-22
3
-55
/
+52
*
Remove ~25 unneeded #include <sys/conf.h>
phk
2000-04-19
2
-2
/
+0
*
- Define registers as offsets from register base rather than offsets from
mdodd
2000-04-16
2
-14
/
+10
*
Complete the bio/buf divorce for all code below devfs::strategy
phk
2000-04-15
3
-31
/
+31
*
Change the maximum I/O transfer size to DFLTPHYS. This should fix
jlemon
2000-04-13
1
-1
/
+1
*
- Add an additional call to eisa_add_iospace() so we get the right IOPORT
mdodd
2000-04-13
1
-1
/
+2
*
Move B_ERROR flag to b_ioflags and call it BIO_ERROR.
phk
2000-04-02
2
-3
/
+3
*
Remove B_READ, B_WRITE and B_FREEBUF and replace them with a new
phk
2000-03-20
2
-2
/
+2
*
Cosmetic fix: "id" -> "idad" for devstat.
jlemon
2000-03-08
1
-1
/
+1
*
Add support for older EISA compaq cards and newer Smart 4200 cards.
jlemon
2000-03-08
6
-161
/
+623
[next]