History log of /openbsd/usr.sbin/iscsid/control.c (Results 1 – 11 of 11)
Revision Date Author Comments
# 5b133f3f 08-Mar-2023 guenther <guenther@openbsd.org>

Delete obsolete /* ARGSUSED */ lint comments.

ok miod@ millert@


# 75b6a596 10-Sep-2016 jsg <jsg@openbsd.org>

fix an fd leak in an error path


# a9e4bd1a 05-Apr-2016 yasuoka <yasuoka@openbsd.org>

Remove the iterator for control connections unfinished and unused.

ok claudio


# f73922b8 21-Apr-2014 claudio <claudio@openbsd.org>

Redo most of the control message handling. Switch it back to use
SOCK_SEQPACKET and provide functions to build the control messages that
can also be used by iscsictl.


# be16f395 20-Apr-2014 claudio <claudio@openbsd.org>

Use only one style for "return foo;"


# a86db512 19-Apr-2014 claudio <claudio@openbsd.org>

COnveret the bcopy() to memcpy()


# 77822a85 07-Apr-2014 claudio <claudio@openbsd.org>

To win the startup race on the control socket we need to listen to it as
well only then the connect() call from iscsictl will not fail. Move listen()
into the init function and rename control_listen(

To win the startup race on the control socket we need to listen to it as
well only then the connect() call from iscsictl will not fail. Move listen()
into the init function and rename control_listen() to control_event_init()
since it is now only doing that.

show more ...


# 62e3c252 11-Mar-2013 deraadt <deraadt@openbsd.org>

handle ECONNABORTED errors from accept(). In many code blocks they can be
ignored silently and without aborting, much like EINTR and EWOULDBLOCK are.
ok's from various maintainers of these directori

handle ECONNABORTED errors from accept(). In many code blocks they can be
ignored silently and without aborting, much like EINTR and EWOULDBLOCK are.
ok's from various maintainers of these directories...

show more ...


# f74bd295 11-Apr-2012 claudio <claudio@openbsd.org>

accept() pacing on the control socket if E*FILE errors are returned.
Based on work by Theo for ospfd and friends. OK deraadt@


# b9ce8c17 24-Sep-2010 claudio <claudio@openbsd.org>

Remvoe some debug messages that are not needed.


# bde1ae23 24-Sep-2010 claudio <claudio@openbsd.org>

iSCSI Initiatior daemon using vscsi(4).
Currently implements the absolute minimum of the protocol to make
it work against targets. Many things still in flux but we're annoyed
to work outside of the t

iSCSI Initiatior daemon using vscsi(4).
Currently implements the absolute minimum of the protocol to make
it work against targets. Many things still in flux but we're annoyed
to work outside of the tree. Commited from a source tree on an iSCSI
disk served via iscsid but it is not yet production ready.
OK dlg@, matthew@, deraadt@

show more ...