summaryrefslogtreecommitdiffstats
path: root/sys/dev/iscsi_initiator
Commit message (Expand)AuthorAgeFilesLines
* Use sysctl_handle_string() and the sbuf printf routines instead of largeian2015-03-141-46/+21
* To ease changes to underlying mbuf structure and the mbuf allocator, reducerwatson2015-01-051-2/+2
* Fix old iSCSI initiator to work with new CAM locking.mav2014-09-301-19/+14
* Fix style bug: rename the refcount field of m_ext to ext_cnt, to matchglebius2014-07-111-1/+1
* All mbuf external free functions never fail, so let them be void.glebius2014-07-111-2/+1
* Pull in r267961 and r267973 again. Fix for issues reported will follow.hselasky2014-06-281-7/+4
* Revert r267961, r267973:gjb2014-06-271-4/+7
* Extend the meaning of the CTLFLAG_TUN flag to automatically check ifhselasky2014-06-271-7/+4
* Update kernel inclusions of capability.h to use capsicum.h instead; somerwatson2014-03-161-1/+1
* Adjust various SCSI drivers to handle either a 32-bit or 64-bit lun_id_t,nwhitehorn2013-10-301-5/+5
* Improve error handling in the old initiator, preventing panic on attempttrasz2013-09-241-9/+14
* Prevent "lock (iscsi) sx does not match earlier (sleep mutex) lock" panictrasz2013-09-231-1/+1
* Bring in the new iSCSI target and initiator.trasz2013-09-141-3/+3
* Change the cap_rights_t type from uint64_t to a structure that we can extendpjd2013-09-051-2/+5
* Give (*ext_free) an int return value allowing for very sophisticatedandre2013-08-251-1/+2
* Add an mbuf pointer parameter to (*ext_free) to give the externalandre2013-08-241-1/+1
* Move the old iSCSI initiator source to a more appropriate placetrasz2013-08-228-0/+4726
OpenPOWER on IntegriCloud