| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=88037
|
| |
|
|
|
|
|
| |
Approved by: re
Notes:
svn path=/stable/4/; revision=81834
|
| |
|
|
|
|
|
|
|
|
| |
Make sure you don't have a file descriptor leak for the 'real'
underlying CAM device. This needs to be checked not only in
the open routine, but the device->fd has to be initialized
as well.
Notes:
svn path=/stable/4/; revision=80303
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=80145
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=80140
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=75949
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=73335
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=70483
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=70016
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=69764
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=64632
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Merged files/revisions:
camcontrol.c: rev 1.23
camcontrol.8: rev 1.21
libcam/Makefile: rev 1.7
scsi_da.c: rev 1.49
scsi_da.h: rev 1.5
Tested for RELENG_4 by: markm, nectar, will
Notes:
svn path=/stable/4/; revision=62368
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=61860
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=59519
|
| |
|
|
|
|
|
|
| |
as a separate line so we can override it on the command line if
we need to.
Notes:
svn path=/head/; revision=56377
|
| |
|
|
| |
Notes:
svn path=/head/; revision=56122
|
| |
|
|
|
|
|
| |
Reviewed by: marcel, and make world
Notes:
svn path=/head/; revision=55955
|
| |
|
|
|
|
|
|
|
| |
but never closed.
Submitted by: amobbs@allstor-sw.co.uk
Notes:
svn path=/head/; revision=51213
|
| |
|
|
| |
Notes:
svn path=/head/; revision=50476
|
| |
|
|
|
|
|
| |
Reported by: "Alexey M. Zelkin" <phantom@cris.net>
Notes:
svn path=/head/; revision=49984
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
- Sort xrefs
- FreeBSD.ORG -> FreeBSD.org
- Be consistent with section names as outlines in mdoc(7)
- Other misc mdoc cleanup.
PR: doc/13144
Submitted by: Alexy M. Zelkin <phantom@cris.net>
Notes:
svn path=/head/; revision=49828
|
| |
|
|
|
|
|
| |
Suggested by: brian, markm
Notes:
svn path=/head/; revision=47993
|
| |
|
|
|
|
|
|
|
|
|
| |
camcontrol(8) and the documentation in camlib.c and cam(3) all expect
-1 on failure and 0 on success. Updated camlib.c to return the values
specified by the documentation.
PR: 12023
Notes:
svn path=/head/; revision=47933
|
| |
|
|
|
|
|
| |
but not <stdio.h>).
Notes:
svn path=/head/; revision=44489
|
| |
|
|
| |
Notes:
svn path=/head/; revision=41190
|
| |
|
|
|
|
|
| |
Reported by: dan@math.berkeley.edu (Dan Strick)
Notes:
svn path=/head/; revision=41189
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
most of the open/close routines, and the buffer/cdb parsing routines
derived from the old scsi(3) library.
The cam_cdbparse(3) man page borrows from the old scsi(3) man page, so the
copyright and history section reflect that.
The many scsi_* functions and other functions that are pulled in from the
kernel aren't documented yet, but will be eventually.
Notes:
svn path=/head/; revision=40337
|
| |
|
|
|
|
|
|
|
|
|
|
| |
have the passthrough device configured in their kernel.
This will hopefully reduce the number of people complaining that they can't
get {camcontrol, xmcd, tosha, cdrecord, etc.} to work.
Reviewed by: gibbs
Notes:
svn path=/head/; revision=40271
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The functions that were being compiled into the library have been moved to
scsi_all.c.
One warning: Any programs using scsi_start_stop() or scsi_read_write()
that included scsi_da.h but not scsi_all.h will need to be
changed to include scsi_all.h. This doesn't affect
camcontrol, and I don't think it affects any ports, but you
never know.
PR: kern/7969
Reviewed by: gibbs
Notes:
svn path=/head/; revision=39465
|
| |
|
|
|
|
|
|
|
|
| |
checking in some functions.
Submitted by: dfr
Modified by: ken
Notes:
svn path=/head/; revision=39381
|
| |
|
|
|
|
|
| |
the CVS meister.
Notes:
svn path=/head/; revision=39210
|
|
|
Submitted by: "Kenneth D. Merry" <ken@FreeBSD.org>
Notes:
svn path=/head/; revision=39209
|