aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/ctladm/ctladm.c
Commit message (Expand)AuthorAgeFilesLines
* ctladm: portlist -i lists target and initiator names rather than addressesJohn Baldwin2025-02-201-1/+1
* ctladm: Handle connected hosts for NVMeoF portsJohn Baldwin2025-02-201-1/+17
* ctladm: Use nvlist instead of home-rolled name-value listsJohn Baldwin2025-02-051-71/+54
* ctladm: don't require the use of "-p" with "port -r", part 2Alan Somers2024-07-041-1/+0
* ctladm: Fix a race when loading ctl.koMark Johnston2024-06-251-1/+1
* ctladm: deprecate the undocumented "port -l" optionAlan Somers2024-06-181-10/+19
* ctladm: don't require the use of "-p" with "port -r"Alan Somers2024-06-101-7/+3
* ctladm: print port number with a succesful "port -c" commandAlan Somers2024-06-101-0/+18
* ctladm.8: fix several errors in the "port" sectionAlan Somers2024-06-061-3/+4
* ctladm: fix resource leakPierre Pronchery2024-05-161-1/+0
* ctladm: Add nvterminate command to drop active NVMeoF associationsJohn Baldwin2024-05-021-2/+72
* ctladm: Add nvlist command to list active NVMeoF associationsJohn Baldwin2024-05-021-1/+253
* ctladm: Permit creating nvmf portsJohn Baldwin2024-05-021-0/+1
* ctl: Avoid an upcast for calling ctl_scsi_path_stringJohn Baldwin2024-05-021-3/+3
* ctladm: Use nitems() in a few more placesJohn Baldwin2024-05-021-6/+3
* ctladm: Use nitems(foo) instead of sizeof(foo)/sizeof(foo[0])Elyes Haouas2024-04-291-3/+3
* ctladm: Only autoload cfiscsi.ko for iSCSI-specific commandsJohn Baldwin2023-12-271-1/+7
* ctladm: Fix a typo and add a FALLTHROUGH annotationJohn Baldwin2023-12-271-1/+2
* usr.sbin: Automated cleanup of cdefs and other formattingWarner Losh2023-11-271-1/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* Missed chunk of 0acc026dda9e.Alexander Motin2022-12-031-1/+1
* ctladm: Fix typo in command line help.Alexander Motin2022-08-111-1/+1
* Report STATUS_QUEUED/SENT in `ctladm dumpooa` output.Alexander Motin2020-05-291-3/+6
* Fix passing wrong variables to nvlist_destroy() after r333446.Alexander Motin2018-12-211-4/+4
* Rework CTL frontend & backend options to use nv(3), allow creating multipleMarcelo Araujo2018-05-101-175/+164
* Correct typo in usage string.Benno Rice2017-08-221-1/+1
* Split iscsi(4) ctl frontend off of ctl(4) as cfiscsi(4)Enji Cooper2017-03-301-0/+8
* ctldadm: sort #includes per style(9)Enji Cooper2017-03-271-12/+11
* Make the iSCSI parameter negotiation more flexible.Navdeep Parhar2016-08-251-17/+22
* Remove duplicated semicolons.Edward Tomasz Napierala2016-06-051-4/+4
* Report negotiated MaxBurstLength and FirstBurstLength in "iscsictl -v"Edward Tomasz Napierala2016-06-051-0/+10
* usr.sbin: minor spelling fixes on comments.Pedro F. Giffuni2016-05-011-1/+1
* 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