summaryrefslogtreecommitdiffstats
path: root/usr.sbin/iscsid/pdu.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* snprintf/vsnprintf return < 0 on error, rather than -1.deraadt2019-07-031-2/+2
* strings.h -> string.h as necessary to prevent implicit declarationmmcc2015-12-051-2/+2
* Clear the work in progress PDU before calling the task handler.claudio2014-11-231-2/+2
* Handle EAGAIN, ENOBUFS and EINTR a bit better. Ignore them one layer aboveclaudio2014-04-211-10/+3
* Use only one style for "return foo;"claudio2014-04-201-6/+6
* COnveret the bcopy() to memcpy()claudio2014-04-191-3/+3
* Massive diff to handle logins more correctly. iscsid will now doclaudio2011-05-041-1/+90
* Start implementing the FSM. Introduce a session FSM that is run via aclaudio2011-04-271-2/+2
* Reset the resid before issuing the task callback so that the pdu canclaudio2011-01-041-1/+2
* When translating a PDU to text strip all trailing \0 but one.claudio2011-01-041-2/+7
* spacing, no binary changes.sobrado2010-09-251-4/+4
* iSCSI Initiatior daemon using vscsi(4).claudio2010-09-241-0/+371