summaryrefslogtreecommitdiff
path: root/net/istgt
AgeCommit message (Collapse)AuthorFilesLines
2012-07-27Update to version 20120726.sborrill4-7/+21
Major changes: - Introduce SIGHUP reloading. - The symlink device can be enabled by '--enable-symlink-device' configure option. - Fix the unknown error under some mutex condition. - Fix the wrong reservation key handling. - Use Clang as first choice compiler. - Use _GNU_SOURCE on linux platform. Current Limitations of SIGHUP support: - The parameters other than PG, IG, and LU are not reloaded by SIGHUP. - PG and IG mapped to LU can't be deleted by SIGHUP. - If you delete an active LU, all connections of the LU are closed by SIGHUP. - Can't modify LU by SIGHUP. - Updating IG is not affected until the next login.
2011-12-02Update to 20111008.sborrill3-35/+6
Includes Makefile patch sent upstream (thanks!). Changelog (translated by Google from Japanese): Adjust the duration of the lock, and make additional response SendTargets. Added ReadCache / WriteCache as a LUN option for future expansion. This volatile write cache mode was previously supported with (O_FSYNC) ,but can now be set from the beginning. It is expected to be stable this year. New configuration key (LUN option): # for each LUN number (both enabled by default) LUN0 Option ReadCache Disable LUN0 Option WriteCache Disable
2011-09-17doc/istgt.1 does not exist at pre-configure, now it is istgt.1.in.obache1-2/+2
2011-09-17Fixes for the case that PKG_SYSCONFBASE is not ${PREFIX}/etc.obache1-1/+2
2011-09-10Update to istgt-20110907.sborrill3-6/+35
Changelog written in Japanese(20110907 & 20110902): http://shell.peach.ne.jp/aoyama/archives/1628 http://shell.peach.ne.jp/aoyama/archives/1611 Highlights include: - provides vSphere5(ESXi5) compatibility. - Allows RPM and Form Factor to be specified for LUNs
2011-03-16Update to 20110223. Changelog is in Japanese, but author says:sborrill2-6/+6
Many bugs are fixed. Especially, a memory leak in queuing. And it have new experimental multi-threaded mode. (QueueDepth with -m1 command line option) In this mode, it improves I/O delay such as small random R/W. It is also intended to use Quad or more core CPU and 10Gbps link.
2010-05-11Update to 20100407.sborrill4-49/+6
Main changelog is in Japanese. Author says: Main changes: support auto size of block device at various OS. (includes NetBSD,MacOSX,Linux) remove ZFS and /usr/local from src. remove unused config. Also includes patches from pkgsrc fed upstream (thanks Daisuke!).
2010-03-07Fix default path to auth file.sborrill3-9/+15
Observe PREFIX in istgtcontrol when looking for config file. Bump PKGREVISION
2010-02-07Change MASTER_SITES at request of author.sborrill1-3/+4
Take on MAINTAINERship. Bump PKGREVISION
2010-02-02This software (istgt) is the implementation of iSCSI targetsborrill7-0/+119
(refer to RFC3720 about iSCSI) for FreeBSD 7.1 or later. It includes iSCSI protocol processor and SPC-3 (SCSI Primary Commands - 3) based logical unit emulation. Version 20100125