summaryrefslogtreecommitdiff
path: root/usr.sbin/ctladm/ctladm.c
Commit message (Expand)AuthorAgeFilesLines
* 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