summaryrefslogtreecommitdiffstats
path: root/usr.sbin/iscsid/iscsid.c
Commit message (Expand)AuthorAgeFilesLines
* The connection_new() routine was taking an absurd number of parameters; fix it.trasz2015-02-051-15/+7
* Make it possible to set (via iscsi.conf(5)) and query (via iscsictl -v)trasz2015-02-051-2/+5
* For both iSCSI initiator and target increase socket buffer sizes beforemav2014-11-221-1/+9
* Make the iSCSI stack use __FBSDID() properly.trasz2014-08-211-1/+3
* Make iSCSI initiator keep Initiator Session ID (ISID) across reconnects.mav2014-07-061-4/+7
* Implement redirection handling in initiator.trasz2014-06-181-2/+2
* Make it possible for the initiator side to operate in both proxytrasz2014-04-161-25/+23
* Update most userspace consumers of capability.h to use capsicum.h instead.rwatson2014-03-161-1/+1
* So, it turns out SIGCHLD is discarded by default, so we have to set uptrasz2014-02-111-0/+28
* Fix several problems in the new iSCSI stack; this includes interoperabilitytrasz2013-09-181-50/+39
* Make iscsictl(8) automatically try to load the iscsi module. While here,trasz2013-09-181-1/+1
* Improve iSCSI address resolution, fixing "InitiatorAddress" handling,trasz2013-09-171-31/+35
* Bring in the new iSCSI target and initiator.trasz2013-09-141-0/+576
OpenPOWER on IntegriCloud