aboutsummaryrefslogtreecommitdiff
path: root/lib/libcam
Commit message (Expand)AuthorAgeFilesLines
* Do not +1 with MAXPATHLEN.David E. O'Brien2002-04-231-1/+1
* Const'ify the CDB format string passed to the CDB parsing routinesKelly Yancey2001-12-183-43/+62
* mdoc(7) police: Use the new .In macro for #include statements.Ruslan Ermilov2001-10-012-4/+4
* Add __FBSDID()s to libcamMatthew Dillon2001-09-302-3/+7
* Mark some functions as __printflike() and/or taking const char * argumentsKris Kennaway2001-08-201-3/+3
* mdoc(7) police: s/BSD/.Bx/ where appropriate.Ruslan Ermilov2001-08-141-1/+4
* mdoc(7) police: join split punctuation to macro calls.Ruslan Ermilov2001-08-101-4/+4
* mdoc(7) police: protect trailing full stops of abbreviationsRuslan Ermilov2001-08-101-1/+1
* Remove whitespace at EOL.Dima Dorfman2001-07-152-10/+10
* mdoc(7) police: removed HISTORY info from the .Os call.Ruslan Ermilov2001-07-102-2/+2
* mdoc(7) police: remove extraneous .Pp before and/or after .Sh.Dima Dorfman2001-07-091-1/+0
* Make sure you don't have a file descriptor leak for the 'real'Matt Jacob2001-07-041-1/+5
* MAN[1-9] -> MAN.Ruslan Ermilov2001-03-271-1/+1
* Rewrite of the CAM error recovery code.Kenneth D. Merry2001-03-271-34/+37
* Remove the `r' devices.David E. O'Brien2001-02-271-5/+2
* mdoc(7) police: removed history info from the .Os FreeBSD call.Ruslan Ermilov2000-12-142-2/+2
* Use Fx macro wherever possible.Ruslan Ermilov2000-11-141-3/+6
* Fixed typo: .FR -> .FaRuslan Ermilov2000-11-061-1/+1
* This is an overhaul of the mode page handling in camcontrol as well asKelly Yancey2000-08-082-3/+4
* Fix groff confusion for PS output.Alexander Langer2000-06-201-3/+1
* Implement a new camcontrol function, 'camcontrol format'.Kenneth D. Merry2000-05-211-1/+1
* Introduce .Lb macro to libcam manpages.Alexey Zelkin2000-04-222-0/+4
* Specify the system directory for which we put in our include pathMatt Jacob2000-01-211-1/+2
* get pd_type from inquiry data itselfMatt Jacob2000-01-161-1/+1
* Replace beforeinstall target with new variables used by .mk system.Rodney W. Grimes2000-01-141-4/+3
* Fix a file descriptor leak in cam_open_btl(). The xpt device was opened,Kenneth D. Merry1999-09-121-1/+5
* $Id$ -> $FreeBSD$Peter Wemm1999-08-285-5/+5
* Take out a reference to ccb(4). I never got around to writing it.Kenneth D. Merry1999-08-171-3/+2
* Various man page cleanup:Mike Pritchard1999-08-151-3/+3
* Add a MAINTAINER line to modules that I maintain.Kenneth D. Merry1999-06-181-0/+1
* cam_get_device() was returning 0 on failure, and 1 on success, whileMike Pritchard1999-06-151-10/+10
* Fixed missing header in synopsis (<camlib.h> includes half the universeBruce Evans1999-03-052-2/+4
* Use snprintf to make sure we don't overflow a buffer.Kenneth D. Merry1998-11-151-4/+5
* Fix an error message. (it was using an uninitialized variable)Kenneth D. Merry1998-11-151-2/+2
* Add man pages for many of the functions in the CAM library. This coversKenneth D. Merry1998-10-143-33/+983
* Add a "dummy light" (actually two dummy lights) to catch people who don'tKenneth D. Merry1998-10-121-4/+27
* Remove scsi_da.c from the list of things compiled into the CAM library.Kenneth D. Merry1998-09-181-1/+1
* Fix some Alpha portability problems, and add some belt-and-suspendersKenneth D. Merry1998-09-161-9/+44
* I hate late night commits. These should be nuked from the atticy byJustin T. Gibbs1998-09-154-0/+0
* CAM userland utility library, a replacement for libscsi.Justin T. Gibbs1998-09-158-0/+1774