summaryrefslogtreecommitdiffstats
path: root/share/examples/scsi_target/scsi_target.c
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
* Change targ(4) to use cdevpriv, instead of multiple character devices.ed2011-12-131-11/+5
* Add descriptor sense support to CAM, and honor sense residuals properly inken2011-10-031-3/+3
* 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-071-2/+6
* Bump MAX_INITIATORS to 1024- the LSI-Logic can go even higher thanmjacob2006-09-271-57/+64
* Make scsi_target actually compile after a structure membermjacob2006-03-221-1/+1
* - Enable 16byte commands.simokawa2003-10-181-2/+40
* * scsi_cmds.csimokawa2003-09-251-1/+23
* kernel:njl2003-01-161-2/+5
* Add check for AIO support before starting up.njl2003-01-131-0/+27
* New SCSI target emulator codenjl2002-11-221-236/+766
* 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-281-1/+1
* 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-151-0/+273
OpenPOWER on IntegriCloud