History log of /freebsd-10-stable/lib/libcam/camlib.h
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 316316 31-Mar-2017 ngie

MFC r316080,r316081,r316115:

r316080:

Fix some localized style(9) issues and reword CAM_ERRBUF_SIZE description

The CAM_ERRBUF_SIZE description rewording fixes a typo by proxy.

r316081:

Use `sizeof(cam_errbuf)` instead of `CAM_ERRBUF_SIZE` in snprintf calls

Reindent snprintf calls' arguments to match style(9) guidelines with
respect to indentation.

r316115:

libcam: use __func__ instead of hardcoding the function name as `func_name`

Tested with: `cam_device_copy(NULL, NULL)` // ;)..


# 299111 05-May-2016 ngie

MFC r297999:

Clean up trailing whitespace in lib/libcam; no functional change


# 256281 10-Oct-2013 gjb

Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

# 95331 23-Apr-2002 obrien

Do not +1 with MAXPATHLEN.

Reviewed by: imp


# 88090 17-Dec-2001 kbyanc

Const'ify the CDB format string passed to the CDB parsing routines
(csio_decode_visit() and family).

Reviewed by: ken


# 81975 20-Aug-2001 kris

Mark some functions as __printflike() and/or taking const char * arguments
instead of char *.

MFC after: 2 weeks


# 50476 27-Aug-1999 peter

$Id$ -> $FreeBSD$


# 39209 15-Sep-1998 gibbs

CAM userland utility library, a replacement for libscsi.

Submitted by: "Kenneth D. Merry" <ken@FreeBSD.org>