summaryrefslogtreecommitdiffstats
path: root/share/examples/scsi_target
Commit message (Expand)AuthorAgeFilesLines
* Bring legacy CAM target implementation back into API/KPI-coherent and evenmav2013-09-011-4/+4
* Fix an issue that caused the kernel to panic inside CTL when tryingken2012-06-261-21/+8
* Add the CAM Target Layer (CTL).ken2012-01-121-1/+1
* Change targ(4) to use cdevpriv, instead of multiple character devices.ed2011-12-131-11/+5
* - Fix different variable types use in different files after r121184,mav2011-12-131-6/+6
* Add descriptor sense support to CAM, and honor sense residuals properly inken2011-10-032-13/+13
* Tell about the full name we opened, not the unit.mjacob2009-09-191-1/+1
* A few enhancements I made while working on the Firewire target (sbp_targ).sbruno2009-09-072-3/+7
* Bump MAX_INITIATORS to 1024- the LSI-Logic can go even higher thanmjacob2006-09-273-96/+150
* If we end up with a CTIO completing with CAM_REQUEUE_REQ,mjacob2006-04-111-2/+16
* Move the check for non-ATIO_CMD ahead of the cache chech so thatmjacob2006-03-251-9/+10
* Make scsi_target actually compile after a structure membermjacob2006-03-221-1/+1
* At least respond to REPORT LUNS with an ILLEGAL COMMAND response.mjacob2006-03-221-1/+4
* Sort sections.ru2005-01-211-7/+7
* Typo.pjd2004-06-261-1/+1
* Fixed static build.ru2004-02-041-2/+2
* Note that REPORT_LUNS should be implemented to work better with Linuxnjl2004-01-091-0/+1
* Enable autosense by default. This shouldn't hurt SPI and is requirednjl2004-01-091-1/+1
* Bump the max number of initiators to 256 from 16. This is appropriate fornjl2004-01-091-3/+3
* - Enable 16byte commands.simokawa2003-10-184-19/+159
* * scsi_cmds.csimokawa2003-09-252-4/+28
* kernel:njl2003-01-162-4/+9
* Add check for AIO support before starting up.njl2003-01-131-0/+27
* mdoc(7) police: markup overhaul.ru2002-12-121-40/+45
* Add a DPADD section to fix 'make checkdpadd'njl2002-11-251-0/+1
* New SCSI target emulator codenjl2002-11-225-238/+1692
* include paths.h for _PATH_DEVmjacob2001-03-031-0/+1
* Add `_PATH_DEVZERO'.obrien2000-12-091-1/+1
* Don't get stuck in a loop calling exit from an atexit routine. Cleanmjacob2000-07-181-8/+9
* Clean up after oneself on exit.mjacob2000-07-171-0/+10
* Whoops- more changes in last checkin than TARGIODEBUG-mjacob2000-07-141-1/+0
* Make use of the new TARGIODEBUG ioctl (i.e., add an option for it's use).mjacob2000-07-141-6/+23
* $Id$ -> $FreeBSD$peter1999-08-282-2/+2
* Add a cleanup handler called "atexit" to make sure we free up targetgibbs1999-08-161-2/+14
* Allocate a target mode instance to handle our target mode session, cleangibbs1999-03-051-16/+79
* Remove debugging printfs.gibbs1998-12-101-3/+1
* SCSI Target userland process example. Provides/Dumps the data related togibbs1998-09-152-0/+281
OpenPOWER on IntegriCloud