summaryrefslogtreecommitdiffstats
path: root/usr.sbin/iscsid/control.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* fix an fd leak in an error pathjsg2016-09-101-1/+2
* Remove the iterator for control connections unfinished and unused.yasuoka2016-04-051-11/+1
* Redo most of the control message handling. Switch it back to useclaudio2014-04-211-39/+8
* Use only one style for "return foo;"claudio2014-04-201-9/+13
* COnveret the bcopy() to memcpy()claudio2014-04-191-4/+4
* To win the startup race on the control socket we need to listen to it asclaudio2014-04-071-10/+10
* handle ECONNABORTED errors from accept(). In many code blocks they can bederaadt2013-03-111-2/+3
* accept() pacing on the control socket if E*FILE errors are returned.claudio2012-04-111-6/+35
* Remvoe some debug messages that are not needed.claudio2010-09-241-3/+1
* iSCSI Initiatior daemon using vscsi(4).claudio2010-09-241-0/+327