summaryrefslogtreecommitdiffstats
path: root/sys/cam/scsi/scsi_target.c
Commit message (Expand)AuthorAgeFilesLines
* Start each of the license/copyright comments with /*-imp2005-01-051-1/+1
* Add locking to the kqueue subsystem. This also makes the kqueue subsystemjmg2004-08-151-21/+5
* Second half of the dev_t cleanup.phk2004-06-171-1/+1
* Do the dreaded s/dev_t/struct cdev */phk2004-06-161-9/+9
* Device megapatch 4/6:phk2004-02-211-0/+2
* Device megapatch 1/6:phk2004-02-211-2/+0
* - Implement selwakeuppri() which allows raising the priority of atanimura2003-11-091-1/+1
* Be kind to 64bit architectures.simokawa2003-10-021-5/+5
* Calling KNOTE with locks held may result in recursion when it calls backnjl2003-09-041-2/+13
* Upon receiving a CCB for a LUN that is not enabled, be sure to unlock thenjl2003-09-041-0/+1
* Use __FBSDID().obrien2003-06-101-2/+3
* Make nokqfilter() return the correct return value.phk2003-03-031-1/+0
* Gigacommit to improve device-driver source compatibility betweenphk2003-03-031-14/+10
* msgphk2003-02-261-1/+0
* Back out M_* changes, per decision of the TRB.imp2003-02-191-3/+3
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-3/+3
* kernel:njl2003-01-161-1/+1
* Remove unnecessary includes and add sys/{lock,mutex}.hnjl2002-11-251-6/+2
* New SCSI target emulator codenjl2002-11-221-2016/+899
* Remove usage of cam_extend.c, replace with dev->si_drv1njl2002-08-151-48/+16
* KSE Milestone 2julian2001-09-121-6/+6
* (Forced commit- last one missed the comments)mjacob2001-07-301-2/+2
* scsi_targetio.hmjacob2001-07-301-56/+118
* Exploit recent improvements in the disk minilayer to simplify errorphk2001-05-081-15/+9
* Fix up unit attention and selection timeout handling in various peripheralken2001-05-011-11/+5
* Send the remains (such as I have located) of "block major numbers" tophk2001-03-261-1/+0
* Change the peripheral driver list from a linker set to module drivenpeter2001-02-071-1/+1
* select() DKI is defined in <sys/selinfo.h> now.wollman2001-01-091-1/+1
* Convert all users of fldoff() to offsetof(). fldoff() is badphk2000-10-271-1/+0
* Preserve CAM_DIS_DISCONNECT as passed up from SIM (likemjacob2000-07-171-9/+16
* Don't, when doing cam_fill_ctio, add a SIMPLE Q tag unlessmjacob2000-07-141-2/+3
* Pick up some changes from Justin (add tagged queing support, remembermjacob2000-07-141-15/+96
* Use %p to print a pointer.mjacob2000-07-081-1/+1
* Back out the previous change to the queue(3) interface.jake2000-05-261-1/+1
* Change the way that the queue(3) structures are declared; don't assume thatjake2000-05-231-1/+1
* Separate the struct bio related stuff out of <sys/buf.h> intophk2000-05-051-1/+1
* Overlooked a s/b_act/bio_queue/ substitution due to targ not being in LINT.phk2000-04-161-2/+2
* Complete the bio/buf divorce for all code below devfs::strategyphk2000-04-151-52/+52
* Move B_ERROR flag to b_ioflags and call it BIO_ERROR.phk2000-04-021-6/+6
* Remove B_READ, B_WRITE and B_FREEBUF and replace them with a newphk2000-03-201-1/+1
* o clear the ccb_flags field before sending an accept target I/O ccb togibbs2000-03-181-6/+9
* Propagate sense data through from SIM (if there) and mark the CTIOmjacob2000-01-251-51/+88
* Change error message make sense and add a missingmjacob1999-12-301-1/+4
* Restore this driver to a working state. The control device hasmjacob1999-12-291-7/+6
* Convert the xpt, pass, pt and target drivers to use the newken1999-11-171-3/+11
* Mark path for deallocation only *after* you've successfully allocated it.mjacob1999-10-271-2/+3
* Remove five now unused fields from struct cdevsw. They should neverphk1999-09-251-5/+0
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Checkpoint work on handling error conditions.gibbs1999-08-161-70/+505
* Simplify cdevsw registration.phk1999-05-311-4/+2
OpenPOWER on IntegriCloud