summaryrefslogtreecommitdiffstats
path: root/lib/libcam/camlib.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r257345,257382,257388:nwhitehorn2013-12-101-6/+7
* Fix a typo: XPORT_SPI should be tested against transport, nor protocol.delphij2013-06-031-1/+1
* Use snprintf(3) constantly when generating CAM error messages.jh2012-03-031-44/+58
* Replace index() and rindex() calls with strchr() and strrchr().ed2012-01-031-1/+1
* camlib.c: update one overlooked commentavg2010-10-111-3/+3
* cam_get_device, cam_open_device: make behavior simpler and more deterministicavg2010-10-111-85/+19
* Supply a valid Connect ID when issuing XPT_DEV_MATCH, whichmarius2008-10-271-0/+3
* 2nd and final commit that moves us to CAM_NEW_TRAN_CODEmjacob2006-11-021-4/+12
* Go with a different version of the previous patch so to preserve errno.marcus2006-04-301-5/+5
* Fix a file descriptor leak in cam_lookup_pass() when the ioctl to findmarcus2006-04-301-4/+5
* Better memory handling:delphij2005-07-131-4/+7
* Change a couple of comments so that GCC doesn't think that they containscottl2004-07-291-3/+3
* string cleanup:ken2002-05-141-14/+12
* Add __FBSDID()s to libcamdillon2001-09-301-2/+3
* Make sure you don't have a file descriptor leak for the 'real'mjacob2001-07-041-1/+5
* get pd_type from inquiry data itselfmjacob2000-01-161-1/+1
* Fix a file descriptor leak in cam_open_btl(). The xpt device was opened,ken1999-09-121-1/+5
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* cam_get_device() was returning 0 on failure, and 1 on success, whilempp1999-06-151-10/+10
* Use snprintf to make sure we don't overflow a buffer.ken1998-11-151-4/+5
* Fix an error message. (it was using an uninitialized variable)ken1998-11-151-2/+2
* Add a "dummy light" (actually two dummy lights) to catch people who don'tken1998-10-121-4/+27
* CAM userland utility library, a replacement for libscsi.gibbs1998-09-151-0/+757
OpenPOWER on IntegriCloud