summaryrefslogtreecommitdiff
path: root/usr.sbin/iscsid/vscsi.c
AgeCommit message (Expand)Author
2022-12-28spelling fixes; from paul tagliamonteJason McIntyre
2016-08-16stop including sys/param.h for nitems. define locally as needed.Ted Unangst
2015-12-02typo in log entrymmcc
2015-01-16move to <limits.h> where possible, annotate <sys/param.h> otherwiseTheo de Raadt
2014-05-10Move the task cleanup from the task fail callback to taskq_cleanup.Claudio Jeker
2014-04-21Bind to localAddr if specified and add some XXX comments about stuffClaudio Jeker
2014-04-21It is possible that we can't burst all of the data in the immediate dataClaudio Jeker
2014-04-21Now that we properly negotiate the session params we can enable sendingClaudio Jeker
2014-04-20Introduce some basic stats for the vscsi layer. Just counting the commandsClaudio Jeker
2014-04-19COnveret the bcopy() to memcpy()Claudio Jeker
2011-05-04Massive diff to handle logins more correctly. iscsid will now doClaudio Jeker
2011-04-28DATA OUT operations need to be piggibacked on the same connection asClaudio Jeker
2011-04-27Rename task_cleanup() to conn_task_cleanup() seems a better place forClaudio Jeker
2011-04-27Start implementing the FSM. Introduce a session FSM that is run via aClaudio Jeker
2011-01-06Add minimal LUN handling. Currently only single level LUN addressing isClaudio Jeker
2011-01-04Truncate the scsi sense data to 18 bytes if more data was supplied.Claudio Jeker
2010-09-25spacing, no binary changes.Igor Sobrado
2010-09-24iSCSI Initiatior daemon using vscsi(4).Claudio Jeker