index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.sbin
/
iscsid
/
iscsid.c
Age
Commit message (
Expand
)
Author
2015-01-16
move to <limits.h> where possible, annotate <sys/param.h> otherwise
Theo de Raadt
2014-11-03
actually use macro argument instead of shadowed variable name
Ted Unangst
2014-07-13
Set KERN_PROC_NOBROADCASTKILL so that iscsid is not killed by init
Claudio Jeker
2014-05-10
Extend the connection and session FSMs so that connection failure is
Claudio Jeker
2014-04-21
Start passing the initiator and target name in the show command.
Claudio Jeker
2014-04-21
Now that we properly negotiate the session params we can enable sending
Claudio Jeker
2014-04-20
Introduce some basic stats for the vscsi layer. Just counting the commands
Claudio Jeker
2014-04-20
Cleanup a bit, switch on bcopy to memcpy and move a function a bit up
Claudio Jeker
2014-04-07
To win the startup race on the control socket we need to listen to it as
Claudio Jeker
2014-02-17
Call control_init() before daemon() so that iscsid && iscsictl reload works
Claudio Jeker
2011-08-20
Add support for -v (enable verbose logging on the command line).
Stuart Henderson
2011-05-04
Massive diff to handle logins more correctly. iscsid will now do
Claudio Jeker
2011-05-02
Rework the logout code and use this to do a proper logout when
Claudio Jeker
2011-04-27
Implement CTRL_LOG_VERBOSE to toggle log verbosity.
Claudio Jeker
2011-04-27
Start implementing the FSM. Introduce a session FSM that is run via a
Claudio Jeker
2010-09-25
spacing, no binary changes.
Igor Sobrado
2010-09-25
use a consistent argument name in both synopsis and usage; argument
Igor Sobrado
2010-09-24
iSCSI Initiatior daemon using vscsi(4).
Claudio Jeker