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
/
ips
/
ips_disk.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Check pointer for NULL before dereferencing it, not after.
brueffer
2009-10-21
1
-1
/
+1
*
Separate the hardware definitions into ipsreg.h so they can be used by
scottl
2005-11-29
1
-0
/
+1
*
Overhaul error handling in the IPS driver. Don't use a magic value for
scottl
2005-09-25
1
-3
/
+3
*
Add crashdump support to the ips driver. It only works for the more modern
scottl
2005-01-30
1
-1
/
+133
*
Lock the IPS driver and bring it out from under Giant. Also do some
scottl
2005-01-28
1
-3
/
+3
*
Switch from using mutexes to using semaphores to protect against early
scottl
2004-02-28
1
-2
/
+8
*
Change the disk(9) API in order to make device removal more robust.
phk
2004-02-18
1
-14
/
+17
*
Add an off_t cast to prevent overflow on media size. This should
njl
2003-09-22
1
-1
/
+1
*
Use __FBSDID().
obrien
2003-08-24
1
-4
/
+3
*
Fix pointer/int warnings so this compiles on amd64. The driver wants
peter
2003-06-27
1
-2
/
+2
*
Add the 'ips' driver for the IBM (now Adaptec) ServeRAID controller
scottl
2003-05-11
1
-0
/
+162