summaryrefslogtreecommitdiffstats
path: root/sys/cam/scsi/scsi_target.c
Commit message (Expand)AuthorAgeFilesLines
* Fix two (very common) occurrences of s/sytem/system in comments.bcr2010-08-021-1/+1
* Replace most of priority numbers with defines. No logical changes.mav2009-10-231-5/+5
* Remember to unlock the peripheral prior to notifying the user. Make somemjacob2009-09-191-15/+70
* Use C99 initialization for struct filterops.rwatson2009-09-121-2/+5
* Change the type of uio_resid member of struct uio from int to ssize_t.kib2009-06-251-1/+1
* Adapt vfs kqfilter to the shared vnode lock used by zfs write vop. Usekib2009-06-101-1/+1
* Retire the MALLOC and FREE macros. They are an abomination unto style(9).des2008-10-231-9/+9
* Replace all calls to minor() with dev2unit().ed2008-09-271-1/+1
* Remove unit2minor() use from kernel code.ed2008-09-261-1/+1
* Remove Giant from CAM. Drivers (SIMs) now register a mutex that CAM willscottl2007-04-151-16/+64
* Use tsleep() rather than msleep() with a NULL mtx.jhb2007-02-271-3/+3
* Add an xpt_print function to reduce most of the xpt_print_path/printfmjacob2006-12-051-11/+9
* Forced commit - last checkin got away from me.mjacob2006-05-241-0/+1
* Make physical buffers in cam_periph_mapmem owned by the kernel in case wemjacob2006-05-241-57/+9
* Merge the dev_clone and dev_clone_cred event handlers into a singlerwatson2005-08-081-3/+4
* Fix the recent panics/LORs/hangs created by my kqueue commit by:ssouhlal2005-07-011-1/+1
* Explicitly hold a reference to the cdev we have just cloned. Thisphk2005-03-311-0/+1
* Remove a shadow declaration of 'error' that caused certain tests to bescottl2005-02-121-1/+0
* 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
OpenPOWER on IntegriCloud