summaryrefslogtreecommitdiff
path: root/usr.sbin/iscsid/control.c
AgeCommit message (Expand)Author
2016-09-10fix an fd leak in an error pathJonathan Gray
2016-04-05Remove the iterator for control connections unfinished and unused.YASUOKA Masahiko
2014-04-21Redo most of the control message handling. Switch it back to useClaudio Jeker
2014-04-20Use only one style for "return foo;"Claudio Jeker
2014-04-19COnveret the bcopy() to memcpy()Claudio Jeker
2014-04-07To win the startup race on the control socket we need to listen to it asClaudio Jeker
2013-03-11handle ECONNABORTED errors from accept(). In many code blocks they can beTheo de Raadt
2012-04-11accept() pacing on the control socket if E*FILE errors are returned.Claudio Jeker
2010-09-24Remvoe some debug messages that are not needed.Claudio Jeker
2010-09-24iSCSI Initiatior daemon using vscsi(4).Claudio Jeker