summaryrefslogtreecommitdiff
path: root/usr.bin/iscsictl/iscsictl.c
Commit message (Expand)AuthorAgeFilesLines
* Drop "All rights reserved" from all my stuff. This includesEdward Tomasz Napierala2020-10-281-1/+0
* Add network QoS support for PCP to iscsi initiator.Richard Scheffenegger2020-10-241-0/+5
* Add DSCP support for network QoS to iscsi initiator.Richard Scheffenegger2020-10-091-0/+5
* Make iscsictl(1) display "Disabled" status for disabled sessions.Edward Tomasz Napierala2018-03-101-1/+2
* various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Fix language in a bunch of error messages.Niclas Zeising2017-11-221-27/+27
* Move values displayed by "iscsictl -v" one character to the right,Edward Tomasz Napierala2017-01-221-25/+25
* Remove some unused code.Alexander Motin2017-01-201-11/+0
* Make the iSCSI parameter negotiation more flexible.Navdeep Parhar2016-08-251-25/+29
* Report negotiated MaxBurstLength and FirstBurstLength in "iscsictl -v"Edward Tomasz Napierala2016-06-051-0/+4
* Add "iscsictl -e". Among other things, it makes it possible to performEdward Tomasz Napierala2016-05-311-9/+52
* Make iscsictl(8) error messages more consistent.Edward Tomasz Napierala2016-05-311-24/+22
* Do libxo cleanup even in case of errors.Edward Tomasz Napierala2016-05-261-2/+3
* Make iscsictl(8) actually report non-zero status on errors. The "failed"Edward Tomasz Napierala2016-05-261-1/+1
* Add the "-r" flag to iscsictl(8).Edward Tomasz Napierala2016-05-061-2/+18
* usr.bin: minor spelling fixes on comments.Pedro F. Giffuni2016-05-011-1/+1
* Remove write-only variable.Edward Tomasz Napierala2015-10-171-2/+0
* Add -w flag to iscsictl(8) utility, to make it wait for successfullEdward Tomasz Napierala2015-10-171-3/+76
* Add libxo(3) support to iscsictl(8).Edward Tomasz Napierala2015-04-121-125/+169
* Make it possible to set (via iscsi.conf(5)) and query (via iscsictl -v)Edward Tomasz Napierala2015-02-051-0/+4
* Make it possible to do "iscsictl -Rt xxx -p yyy", to remove a sessionEdward Tomasz Napierala2014-11-151-7/+2
* Whitespace fixes.Edward Tomasz Napierala2014-10-221-1/+1
* Make the iSCSI stack use __FBSDID() properly.Edward Tomasz Napierala2014-08-211-1/+3
* Rename a variable; no functional changes.Edward Tomasz Napierala2014-06-181-16/+16
* Add "iscsictl -M", which allows one to change session parametersEdward Tomasz Napierala2014-06-181-8/+137
* There is no need to prevent iscsictl from adding iSER session when thereEdward Tomasz Napierala2014-02-261-5/+0
* Remove unused variable.Edward Tomasz Napierala2014-02-101-2/+0
* Fix typo in "iscsictl -v".Edward Tomasz Napierala2013-11-101-1/+1
* Rename '-h' option to '-p', and use "portal" instead of "host" or "address",Edward Tomasz Napierala2013-10-301-37/+37
* Make iscsictl(8) automatically try to load the iscsi module. While here,Edward Tomasz Napierala2013-09-181-1/+11
* Bring in the new iSCSI target and initiator.Edward Tomasz Napierala2013-09-141-0/+732