summaryrefslogtreecommitdiff
path: root/usr.sbin/iscsid/pdu.c
AgeCommit message (Expand)Author
2015-12-05strings.h -> string.h as necessary to prevent implicit declarationmmcc
2014-11-23Clear the work in progress PDU before calling the task handler.Claudio Jeker
2014-04-21Handle EAGAIN, ENOBUFS and EINTR a bit better. Ignore them one layer aboveClaudio Jeker
2014-04-20Use only one style for "return foo;"Claudio 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-27Start implementing the FSM. Introduce a session FSM that is run via aClaudio Jeker
2011-01-04Reset the resid before issuing the task callback so that the pdu canClaudio Jeker
2011-01-04When translating a PDU to text strip all trailing \0 but one.Claudio Jeker
2010-09-25spacing, no binary changes.Igor Sobrado
2010-09-24iSCSI Initiatior daemon using vscsi(4).Claudio Jeker