summaryrefslogtreecommitdiffstats
path: root/usr.sbin/iscsid/vscsi.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* stop including sys/param.h for nitems. define locally as needed.tedu2016-08-161-2/+1
* typo in log entrymmcc2015-12-021-2/+2
* move to <limits.h> where possible, annotate <sys/param.h> otherwisederaadt2015-01-161-2/+1
* Move the task cleanup from the task fail callback to taskq_cleanup.claudio2014-05-101-6/+3
* Bind to localAddr if specified and add some XXX comments about stuffclaudio2014-04-211-1/+3
* It is possible that we can't burst all of the data in the immediate dataclaudio2014-04-211-12/+19
* Now that we properly negotiate the session params we can enable sendingclaudio2014-04-211-12/+14
* Introduce some basic stats for the vscsi layer. Just counting the commandsclaudio2014-04-201-3/+32
* COnveret the bcopy() to memcpy()claudio2014-04-191-5/+5
* Massive diff to handle logins more correctly. iscsid will now doclaudio2011-05-041-3/+3
* DATA OUT operations need to be piggibacked on the same connection asclaudio2011-04-281-6/+7
* Rename task_cleanup() to conn_task_cleanup() seems a better place forclaudio2011-04-271-5/+5
* Start implementing the FSM. Introduce a session FSM that is run via aclaudio2011-04-271-3/+16
* Add minimal LUN handling. Currently only single level LUN addressing isclaudio2011-01-061-2/+8
* Truncate the scsi sense data to 18 bytes if more data was supplied.claudio2011-01-041-3/+2
* spacing, no binary changes.sobrado2010-09-251-2/+2
* iSCSI Initiatior daemon using vscsi(4).claudio2010-09-241-0/+286