summaryrefslogtreecommitdiffstats
path: root/usr.bin/iscsictl
Commit message (Collapse)AuthorAgeFilesLines
* Report negotiated MaxBurstLength and FirstBurstLength in "iscsictl -v"trasz2016-06-051-0/+4
| | | | | | and "ctladm islist -v" outputs. MFC after: 1 month
* Add "iscsictl -e". Among other things, it makes it possible to performtrasz2016-05-316-10/+94
| | | | | | | | | | | discovery without attaching to the targets ("iscsictl -Ad ... -e off"), and then attach to selected ones ("iscsictl -Mi ... -e on"). PR: 204129 MFC after: 1 month Relnotes: yes Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D6633
* Make iscsictl(8) error messages more consistent.trasz2016-05-311-24/+22
| | | | | MFC after: 1 month Sponsored by: The FreeBSD Foundation
* Do libxo cleanup even in case of errors.trasz2016-05-261-2/+3
| | | | | MFC after: 1 month Sponsored by: The FreeBSD Foundation
* Make iscsictl(8) actually report non-zero status on errors. The "failed"trasz2016-05-261-1/+1
| | | | | | | is negative, because the error returned from calls to ioctl(2) is negative. MFC after: 1 month Sponsored by: The FreeBSD Foundation
* Add the "-r" flag to iscsictl(8).trasz2016-05-062-4/+25
| | | | | MFC after: 1 month Sponsored by: The FreeBSD Foundation
* Document the "Protocol" field of iscsi.conf(5).trasz2016-05-061-1/+9
| | | | | MFC after: 1 month Sponsored by: The FreeBSD Foundation
* usr.bin: minor spelling fixes on comments.pfg2016-05-011-1/+1
| | | | No functional change.
* MFHgjb2016-03-021-6/+0
|\ | | | | | | Sponsored by: The FreeBSD Foundation
| * DIRDEPS_BUILD: Regenerate without local dependencies.bdrewery2016-02-241-6/+0
| | | | | | | | | | | | | | | | These are no longer needed after the recent 'beforebuild: depend' changes and hooking DIRDEPS_BUILD into a subset of FAST_DEPEND which supports skipping 'make depend'. Sponsored by: EMC / Isilon Storage Division
* | Include correct is*ct*l program in iscsi package, and package thegjb2016-02-161-0/+1
|/ | | | | | | legacy version separately. Submitted by: trasz Sponsored by: The FreeBSD Foundation
* mdoc: sort Xrjoel2016-01-181-3/+3
|
* Add more text to explain --libxo flag.rodrigc2015-12-011-2/+11
|
* META MODE: Update dependencies with 'the-lot' and add missing directories.bdrewery2015-12-011-0/+28
| | | | | | | | | | | | | | This is not properly respecting WITHOUT or ARCH dependencies in target/. Doing so requires a massive effort to rework targets/ to do so. A better approach will be to either include the SUBDIR Makefiles directly and map to DIRDEPS or just dynamically lookup the SUBDIR. These lose the benefit of having a userland/lib, userland/libexec, etc, though and results in a massive package. The current implementation of targets/ is very unmaintainable. Currently rescue/rescue and sys/modules are still not connected. Sponsored by: EMC / Isilon Storage Division
* Make libxo depend on libutil because it uses humanize_number after r287111ngie2015-10-181-1/+1
| | | | | | | | Remove overlinking in lib/libxo/tests, sbin/savecore, and usr.bin/{iscsictl,wc,xo} PR: 203673 Sponsored by: EMC / Isilon Storage Division
* Remove write-only variable.trasz2015-10-171-2/+0
| | | | | | Submitted by: Dominic Marks MFC after: 1 month Sponsored by: The FreeBSD Foundation
* Add -w flag to iscsictl(8) utility, to make it wait for successfulltrasz2015-10-172-7/+89
| | | | | | | | | session establishment. Scripting is kind of hard without it. Reviewed by: mav@ MFC after: 1 month Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D3872
* Upgrade libxo to 0.4.5.marcel2015-08-241-1/+1
| | | | | | | Local changes incorporated by 0.4.5: r284340 Local changes retained: r276260, r282117 Obtained from: https://github.com/Juniper/libxo
* Add libxo(3) support to iscsictl(8).trasz2015-04-124-165/+228
| | | | | | | PR: 198396 Submitted by: Marie Helene Kvello-Aune <marieheleneka at gmail.com> MFC after: 1 month Sponsored by: The FreeBSD Foundation
* iscsictl(8) does not actually needs to be linked to libcam nor libutilbapt2015-04-091-2/+0
|
* Add IPv6 example to iscsi.conf(5) and tweak ordering.trasz2015-04-021-3/+9
| | | | | MFC after: 1 month Sponsored by: The FreeBSD Foundation
* Rewrite iscsi.conf(5) to better match iscsictl(8).trasz2015-04-021-121/+87
| | | | | MFC after: 1 month Sponsored by: The FreeBSD Foundation
* Make it possible to set (via iscsi.conf(5)) and query (via iscsictl -v)trasz2015-02-055-3/+21
| | | | | | | | | initiator iSCSI offload. Pass maximum data segment size supported by chosen offload module to iscsid(8), and make iscsid(8) not try to negotiate anything larger than that. MFC after: 1 month Sponsored by: The FreeBSD Foundation
* mdoc: sort SEE ALSO.joel2014-12-261-2/+2
|
* Move iscsi.conf.5 from sbin/iscontrol/ to usr.bin/iscsictl/, as thetrasz2014-12-052-1/+189
| | | | | | | former is obsolete. MFC after: 2 weeks Sponsored by: The FreeBSD Foundation
* Convert to usr.bin/ to LIBADDbapt2014-11-251-2/+1
| | | | Reduce overlinking
* Make it possible to do "iscsictl -Rt xxx -p yyy", to remove a sessiontrasz2014-11-151-7/+2
| | | | | | | that matches both -t and -p. MFC after: 1 month Sponsored by: The FreeBSD Foundation
* Fix iscsictl(8) and ctld(8) to correctly handle Windows newlinestrasz2014-10-291-0/+1
| | | | | | | (CRLF) in iscsi.conf and ctl.conf. MFC after: 1 month Sponsored by: The FreeBSD Foundation
* Whitespace fixes.trasz2014-10-222-2/+2
| | | | | MFC after: 1 month Sponsored by: The FreeBSD Foundation
* Add the new iscsi(4) man pageallanjude2014-09-131-2/+3
| | | | | | | | | Cross reference it from iscsid(8) and iscsictl(8) Reviewed by: trasz Approved by: bcr (mentor), wblock (mentor) Sponsored by: ScaleEngine Inc. CR: https://reviews.freebsd.org/D741
* Fix "make checkdpadd" in usr.bin/iscsictl by removing -lfl dependencyngie2014-08-232-1/+2
| | | | | Approved by: rpaulo (mentor) MFC after: 1 week
* Make the iSCSI stack use __FBSDID() properly.trasz2014-08-211-1/+3
| | | | | MFC after: 2 weeks Sponsored by: The FreeBSD Foundation
* Fix two typos in iscsictl.8gavin2014-07-181-3/+3
| | | | | | PR: 191581 Submitted by: Jimmy Olgeni MFC after: 3 days
* use .Mt to mark up email addresses consistently (part3)bapt2014-06-231-1/+1
| | | | | PR: 191174 Submitted by: Franco Fichtner <franco at lastsummer.de>
* Rename a variable; no functional changes.trasz2014-06-181-16/+16
| | | | Sponsored by: The FreeBSD Foundation
* Add "iscsictl -M", which allows one to change session parameterstrasz2014-06-182-9/+155
| | | | | | without removing it and adding back. Sponsored by: The FreeBSD Foundation
* Grammar fix.trasz2014-04-241-2/+2
|
* Fix periph listing when IOCTL buffer border hits result for wanted bus.mav2014-04-131-3/+3
|
* There is no need to prevent iscsictl from adding iSER session when theretrasz2014-02-261-5/+0
| | | | | | | is no iSER support in ctld and/or kernel; should the user make that mistake, the output from "iscsictl -L" is enough to determine what the problem is. Sponsored by: The FreeBSD Foundation
* Make it clear that there are two ways to add a session using iscsictl(8),trasz2014-02-201-1/+16
| | | | | | | and some options require configuration file. Reviewed by: emaste Sponsored by: The FreeBSD Foundation
* Make iscsictl(8) properly handle (optional) semicolons in iscsi.conf,trasz2014-02-102-1/+5
| | | | | | instead of ignoring them and echoing them to stdout. Sponsored by: The FreeBSD Foundation
* Simplify.trasz2014-02-101-22/+22
| | | | Sponsored by: The FreeBSD Foundation
* Remove unused variable.trasz2014-02-101-2/+0
| | | | Sponsored by: The FreeBSD Foundation
* Yacc cleanup; no functional changes.trasz2014-02-101-33/+33
| | | | Sponsored by: The FreeBSD Foundation
* Properly document -u and -s.trasz2014-01-041-1/+5
| | | | | MFC after: 3 days Sponsored by: The FreeBSD Foundation
* The devd part never got implemented; remove for now, until someone actuallytrasz2013-12-301-3/+0
| | | | | | | needs this feature and can talk to me about how it should look like. MFC after: 3 days Sponsored by: The FreeBSD Foundation
* Fix typo.trasz2013-12-301-3/+3
| | | | | MFC after: 3 days Sponsored by: The FreeBSD Foundation
* Fix typo in "iscsictl -v".trasz2013-11-101-1/+1
| | | | | MFC after: 3 days Sponsored by: The FreeBSD Foundation
* Bump .Dd after r257379.trasz2013-10-301-1/+1
| | | | MFC after: 3 days
* Rename '-h' option to '-p', and use "portal" instead of "host" or "address",trasz2013-10-302-42/+42
| | | | | | | | | | | | | in order to be consistent with iSCSI terminology. Besides, calling the option '-h' was just wrong. This changes usage for newly added iscsictl(8), and two newly added subcommands to ctladm(8). This breaks POLA between CURRENT and 10, but since 10.0 has not been released yet, it's still ok to do. MFC after: 3 days Discussed with: re (glebius) Sponsored by: FreeBSD Foundation
OpenPOWER on IntegriCloud