aboutsummaryrefslogtreecommitdiff
path: root/lib/libcam
Commit message (Expand)AuthorAgeFilesLines
* Add Serial Management Protocol (SMP) passthrough support to CAM.Kenneth D. Merry2010-11-301-1/+1
* camlib.c: update one overlooked commentAndriy Gapon2010-10-111-3/+3
* cam_get_device, cam_open_device: make behavior simpler and more deterministicAndriy Gapon2010-10-112-97/+21
* mdoc: drop redundant .Pp and .LP callsUlrich Spörlein2010-10-081-1/+0
* Fix typos and spelling mistakes.Joel Dahl2010-08-061-1/+1
* mdoc: order prologue macros consistently by Dd/Dt/OsUlrich Spörlein2010-04-142-2/+2
* Build lib/ with WARNS=6 by default.Ed Schouten2010-01-021-0/+1
* Separate the parallel scsi knowledge out of the core of the XPT, andScott Long2009-07-101-2/+4
* Supply a valid Connect ID when issuing XPT_DEV_MATCH, whichMarius Strobl2008-10-271-0/+3
* 2nd and final commit that moves us to CAM_NEW_TRAN_CODEMatt Jacob2006-11-021-4/+12
* Go with a different version of the previous patch so to preserve errno.Joe Marcus Clarke2006-04-301-5/+5
* Fix a file descriptor leak in cam_lookup_pass() when the ioctl to findJoe Marcus Clarke2006-04-301-4/+5
* Better memory handling:Xin LI2005-07-131-4/+7
* Expand *n't contractions.Ruslan Ermilov2005-02-132-9/+9
* Change a couple of comments so that GCC doesn't think that they containScott Long2004-07-291-3/+3
* Eliminate double whitespace.Ruslan Ermilov2004-07-031-1/+1
* Mechanically kill hard sentence breaks.Ruslan Ermilov2004-07-022-39/+79
* Fixed style of DPADD and LDADD assignments as per style.Makefile(5).Ruslan Ermilov2004-02-051-2/+2
* mdoc(7): Use the new feature of the .In macro.Ruslan Ermilov2003-09-081-1/+1
* Stage 3 of dynamic root support. Make all the libraries needed to runGordon Tetlow2003-08-171-0/+1
* Remove MAINTAINER= lines in the makefiles for camcontrol, iostat, libcamKenneth D. Merry2003-06-141-2/+0
* english(4) police.Jens Schweikhardt2002-12-271-9/+9
* Don't depend on <sys/types.h> pollution in <fcntl.h>.Mike Barcroft2002-09-161-0/+2
* string cleanup:Kenneth D. Merry2002-05-141-14/+12
* 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