freebsd-src/sbin/nvmecontrol
Mark Johnston f7c45c0122
Some checks are pending
Cross-build Kernel / ${{ matrix.target_arch }} ${{ matrix.os }} (${{ matrix.compiler }}) (clang-14, /usr/lib/llvm-14/bin, ubuntu-22.04, bmake libarchive-dev clang-14 lld-14, amd64, amd64) (push) Waiting to run
Cross-build Kernel / ${{ matrix.target_arch }} ${{ matrix.os }} (${{ matrix.compiler }}) (clang-14, /usr/lib/llvm-14/bin, ubuntu-22.04, bmake libarchive-dev clang-14 lld-14, arm64, aarch64) (push) Waiting to run
Cross-build Kernel / ${{ matrix.target_arch }} ${{ matrix.os }} (${{ matrix.compiler }}) (clang-18, /opt/homebrew/opt/llvm@18/bin, macos-latest, bmake libarchive llvm@18, amd64, amd64) (push) Waiting to run
Cross-build Kernel / ${{ matrix.target_arch }} ${{ matrix.os }} (${{ matrix.compiler }}) (clang-18, /opt/homebrew/opt/llvm@18/bin, macos-latest, bmake libarchive llvm@18, arm64, aarch64) (push) Waiting to run
Cross-build Kernel / ${{ matrix.target_arch }} ${{ matrix.os }} (${{ matrix.compiler }}) (clang-18, /usr/lib/llvm-18/bin, ubuntu-24.04, bmake libarchive-dev clang-18 lld-18, amd64, amd64) (push) Waiting to run
Cross-build Kernel / ${{ matrix.target_arch }} ${{ matrix.os }} (${{ matrix.compiler }}) (clang-18, /usr/lib/llvm-18/bin, ubuntu-24.04, bmake libarchive-dev clang-18 lld-18, arm64, aarch64) (push) Waiting to run
nvmecontrol tests: Fix nvmecontrol usage in a couple of tests
nvmecontrol {admin,io}-passthru's -r option doesn't take an argument,
so the tests which added one failed because they tried to open /dev/0.

MFC after:	1 week
2024-11-09 20:04:04 +00:00
..
modules Remove residual blank line at start of Makefile 2024-07-15 16:43:39 -06:00
tests nvmecontrol tests: Fix nvmecontrol usage in a couple of tests 2024-11-09 20:04:04 +00:00
comnd.c
comnd.h
connect.c nvmecontrol: Treat requested KeepAlive timeout as seconds 2024-07-18 14:54:43 -04:00
devlist.c nvmecontrol: Use active nslist to enumerate namespaces 2024-11-04 20:28:40 -05:00
disconnect.c nvmecontrol: New commands to support Fabrics hosts 2024-05-02 16:30:10 -07:00
discover.c nvmecontrol: New commands to support Fabrics hosts 2024-05-02 16:30:10 -07:00
fabrics.c nvmecontrol: Free the addrinfo list when failing to open a TCP socket 2024-05-10 09:13:40 -07:00
fabrics.h nvmecontrol: New commands to support Fabrics hosts 2024-05-02 16:30:10 -07:00
firmware.c nvmecontrol: Add nvme 2.0 fields to read_logpage 2024-04-16 21:30:19 -06:00
format.c nvmecontrol: Use the NVMEV macro instead of expanded versions 2024-01-29 10:34:02 -08:00
identify_ext.c nvmecontrol: Display additional Fabrics-related fields for cdata 2024-03-22 17:25:07 -07:00
identify.c nvmecontrol: Use the NVMEV macro instead of expanded versions 2024-01-29 10:34:02 -08:00
logpage.c nvmecontrol: Add nvme 2.0 fields to read_logpage 2024-04-16 21:30:19 -06:00
Makefile nvmecontrol: Implement telemetry-log command. 2024-05-11 12:09:51 -06:00
Makefile.depend Update Makefile.depend files 2024-10-14 10:26:17 -07:00
nc_util.c
ns.c nvmecontrol: add newlines where needed for ns command printfs 2024-04-16 21:30:19 -06:00
nsid.c
nvmecontrol_ext.h
nvmecontrol.8 manuals: Remove trailing spaces 2024-11-04 11:26:14 -04:00
nvmecontrol.c nvmecontrol: Use active nslist to enumerate namespaces 2024-11-04 20:28:40 -05:00
nvmecontrol.h nvmecontrol: Use active nslist to enumerate namespaces 2024-11-04 20:28:40 -05:00
passthru.c
perftest.c
power.c nvmecontrol: Fix "Workloadd" typo 2024-07-12 11:36:40 -04:00
reconnect.c nvmecontrol: Free array of I/O queue pairs on failure to handoff 2024-05-10 09:13:21 -07:00
reset.c
resv.c
sanitize.c nvmecontrol: Accept -a {1,2,3,4} for sanitize command for nvme-cli compat 2024-08-15 20:22:31 -06:00
selftest.c nvmecontrol: Use the NVMEV macro instead of expanded versions 2024-01-29 10:34:02 -08:00
telemetry.c nvmecontrol: Appease a meaningless signed error warning thing 2024-05-11 13:03:29 -06:00