summaryrefslogtreecommitdiffstats
path: root/usr.sbin/iscsid (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* DATA OUT operations need to be piggibacked on the same connection asclaudio2011-04-281-6/+7
* Implement CTRL_LOG_VERBOSE to toggle log verbosity.claudio2011-04-271-2/+13
* Rename task_cleanup() to conn_task_cleanup() seems a better place forclaudio2011-04-275-31/+34
* Add log_verbose() like all the other log.c users.claudio2011-04-272-3/+12
* Start implementing the FSM. Introduce a session FSM that is run via aclaudio2011-04-278-105/+447
* Move session related code into session.c.claudio2011-04-054-112/+147
* Log the SessionName so that it is possible to understand which sessionclaudio2011-04-051-6/+7
* Remove 2 empty lines.claudio2011-01-101-3/+1
* Ugly hack, call session_schedule in the task pdu callback handler.claudio2011-01-061-1/+2
* Pass the magic LUN -1 to VSCSI_REQPROBE so that all LU are probedclaudio2011-01-061-2/+2
* Add minimal LUN handling. Currently only single level LUN addressing isclaudio2011-01-061-2/+8
* Implememnt NOP-IN -> NOP-OUT handling. If the NOP-In was issued by theclaudio2011-01-043-6/+40
* Cleanup tasks with a NULL callback after queuing the PDU to be sent out.claudio2011-01-041-1/+13
* Reset the resid before issuing the task callback so that the pdu canclaudio2011-01-041-1/+2
* Print itt, cmdsn and expstatsn as unsigned when printing a PDU.claudio2011-01-041-3/+3
* Truncate the scsi sense data to 18 bytes if more data was supplied.claudio2011-01-041-3/+2
* When translating a PDU to text strip all trailing \0 but one.claudio2011-01-041-2/+7
* Log the PDU which failed because no task was found.claudio2011-01-041-2/+3
* Add missing session parameter.claudio2011-01-041-1/+3
* spacing, no binary changes.sobrado2010-09-259-23/+23
* fix typos in documentation and log_debug() function.sobrado2010-09-252-4/+4
* zap trailing whitespace;jmc2010-09-251-2/+2
* use a consistent argument name in both synopsis and usage; argumentsobrado2010-09-252-6/+6
* basic manpagedlg2010-09-242-2/+86
* another useless and noisy debug messageclaudio2010-09-241-2/+1
* Set TCP_NODELAY since we want the request to be sent ASAP.claudio2010-09-241-1/+10
* Remvoe some debug messages that are not needed.claudio2010-09-241-3/+1
* iSCSI Initiatior daemon using vscsi(4).claudio2010-09-2412-0/+2840