summaryrefslogtreecommitdiffstats
path: root/usr.sbin/iscsid/task.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Move the task cleanup from the task fail callback to taskq_cleanup.claudio2014-05-101-5/+3
* Try to schedule a new task for the connection in conn_task_cleanup()claudio2011-04-281-2/+1
* Rename task_cleanup() to conn_task_cleanup() seems a better place forclaudio2011-04-271-16/+2
* Start implementing the FSM. Introduce a session FSM that is run via aclaudio2011-04-271-3/+28
* Ugly hack, call session_schedule in the task pdu callback handler.claudio2011-01-061-1/+2
* Implememnt NOP-IN -> NOP-OUT handling. If the NOP-In was issued by theclaudio2011-01-041-1/+9
* Log the PDU which failed because no task was found.claudio2011-01-041-2/+3
* spacing, no binary changes.sobrado2010-09-251-2/+2
* fix typos in documentation and log_debug() function.sobrado2010-09-251-2/+2
* iSCSI Initiatior daemon using vscsi(4).claudio2010-09-241-0/+124