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
/
vscsi.c
Age
Commit message (
Expand
)
Author
2022-12-28
spelling fixes; from paul tagliamonte
Jason McIntyre
2016-08-16
stop including sys/param.h for nitems. define locally as needed.
Ted Unangst
2015-12-02
typo in log entry
mmcc
2015-01-16
move to <limits.h> where possible, annotate <sys/param.h> otherwise
Theo de Raadt
2014-05-10
Move the task cleanup from the task fail callback to taskq_cleanup.
Claudio Jeker
2014-04-21
Bind to localAddr if specified and add some XXX comments about stuff
Claudio Jeker
2014-04-21
It is possible that we can't burst all of the data in the immediate data
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-19
COnveret the bcopy() to memcpy()
Claudio Jeker
2011-05-04
Massive diff to handle logins more correctly. iscsid will now do
Claudio Jeker
2011-04-28
DATA OUT operations need to be piggibacked on the same connection as
Claudio Jeker
2011-04-27
Rename task_cleanup() to conn_task_cleanup() seems a better place for
Claudio Jeker
2011-04-27
Start implementing the FSM. Introduce a session FSM that is run via a
Claudio Jeker
2011-01-06
Add minimal LUN handling. Currently only single level LUN addressing is
Claudio Jeker
2011-01-04
Truncate the scsi sense data to 18 bytes if more data was supplied.
Claudio Jeker
2010-09-25
spacing, no binary changes.
Igor Sobrado
2010-09-24
iSCSI Initiatior daemon using vscsi(4).
Claudio Jeker