aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/ctladm/ctladm.c
Commit message (Expand)AuthorAgeFilesLines
* Remove some duplicate, legacy, dead and questionable code.Alexander Motin2015-09-261-493/+25
* Remove unused target and initiator IDs.Alexander Motin2015-09-101-185/+97
* Allow LUN options modification via CTL_LUNREQ_MODIFY.Alexander Motin2015-09-061-3/+80
* Addition to r287455.Alexander Motin2015-09-041-1/+0
* Drop "internal" CTL frontend.Alexander Motin2015-08-151-201/+1
* make ctdladm(8) return 0 is everything was ok.Baptiste Daroussin2015-07-171-0/+3
* Make it possible to set (via ctl.conf(5)) and query (via ctladm islist -v)Edward Tomasz Napierala2015-02-061-0/+5
* Make "ctladm islist" ignore unknown elements, so the old versionEdward Tomasz Napierala2015-02-061-2/+6
* Bring some more order into iSCSI portal group tags support.Alexander Motin2015-02-031-0/+1
* CTL LUN mapping rewrite.Alexander Motin2015-02-011-5/+73
* Report initiator id in portlist XML in more formalized way.Alexander Motin2014-12-201-11/+16
* Report XML parsing errors.Alexander Motin2014-12-201-3/+12
* Whitespace fixes.Edward Tomasz Napierala2014-10-221-27/+27
* Improve and document `ctladm portlist` subcommand.Alexander Motin2014-10-121-17/+49
* Make ctld start even if some LUNs are unable to open backing storage.Alexander Motin2014-10-101-19/+31
* Add support for READ FULL STATUS action of PERSISTENT RESERVE IN command.Alexander Motin2014-07-071-0/+4
* Fix minor copy-paste bug in r268284.Alexander Motin2014-07-051-1/+1
* Introduce new IOCTL CTL_PORT_LIST reporting in more flexible XML format.Alexander Motin2014-07-051-1/+270
* Rename '-h' option to '-p', and use "portal" instead of "host" or "address",Edward Tomasz Napierala2013-10-301-32/+32
* Fix two off-by-ones.Edward Tomasz Napierala2013-10-091-2/+2
* Fix incorrect use of sizeof().Edward Tomasz Napierala2013-10-091-1/+1
* Bring in the new iSCSI target and initiator.Edward Tomasz Napierala2013-09-141-1/+420
* Check the return value of sbuf_finish().Jaakko Heinonen2013-05-101-2/+4
* Make ctladm(8) try to load ctl.ko kernel module if needed.Edward Tomasz Napierala2013-04-101-0/+10
* More -Wmissing-variable-declarations fixes.Ed Schouten2012-10-191-4/+4
* In usr.sbin/ctladm/ctladm.c, function cctl_error_inject(), initializeDimitry Andric2012-08-051-1/+1
* Remove variables which are initialized but never used thereafter reported by ...Eitan Adler2012-06-191-6/+2
* Add LUN resizing to CTL. Also make it possible to explicitly setEdward Tomasz Napierala2012-03-061-4/+102
* Add the CAM Target Layer (CTL).Kenneth D. Merry2012-01-121-0/+4005