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
/
lib
/
libcam
/
camlib.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
camlib.c: update one overlooked comment
avg
2010-10-11
1
-3
/
+3
*
cam_get_device, cam_open_device: make behavior simpler and more deterministic
avg
2010-10-11
1
-85
/
+19
*
Supply a valid Connect ID when issuing XPT_DEV_MATCH, which
marius
2008-10-27
1
-0
/
+3
*
2nd and final commit that moves us to CAM_NEW_TRAN_CODE
mjacob
2006-11-02
1
-4
/
+12
*
Go with a different version of the previous patch so to preserve errno.
marcus
2006-04-30
1
-5
/
+5
*
Fix a file descriptor leak in cam_lookup_pass() when the ioctl to find
marcus
2006-04-30
1
-4
/
+5
*
Better memory handling:
delphij
2005-07-13
1
-4
/
+7
*
Change a couple of comments so that GCC doesn't think that they contain
scottl
2004-07-29
1
-3
/
+3
*
string cleanup:
ken
2002-05-14
1
-14
/
+12
*
Add __FBSDID()s to libcam
dillon
2001-09-30
1
-2
/
+3
*
Make sure you don't have a file descriptor leak for the 'real'
mjacob
2001-07-04
1
-1
/
+5
*
get pd_type from inquiry data itself
mjacob
2000-01-16
1
-1
/
+1
*
Fix a file descriptor leak in cam_open_btl(). The xpt device was opened,
ken
1999-09-12
1
-1
/
+5
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
cam_get_device() was returning 0 on failure, and 1 on success, while
mpp
1999-06-15
1
-10
/
+10
*
Use snprintf to make sure we don't overflow a buffer.
ken
1998-11-15
1
-4
/
+5
*
Fix an error message. (it was using an uninitialized variable)
ken
1998-11-15
1
-2
/
+2
*
Add a "dummy light" (actually two dummy lights) to catch people who don't
ken
1998-10-12
1
-4
/
+27
*
CAM userland utility library, a replacement for libscsi.
gibbs
1998-09-15
1
-0
/
+757