summaryrefslogtreecommitdiff
path: root/sbin/nvmecontrol/devlist.c
AgeCommit message (Expand)Author
2025-01-31nvmecontrol devlist: Annotate connected Fabrics hostsJohn Baldwin
2025-01-31nvmecontrol devlist: Handle disconnected Fabrics hostsJohn Baldwin
2024-11-04nvmecontrol: Use active nslist to enumerate namespacesJohn Baldwin
2024-11-04nvmecontrol: Refactor devlist implementationJohn Baldwin
2024-01-29nvmecontrol: Use the NVMEV macro instead of expanded versionsJohn Baldwin
2023-11-26sbin: Automated cleanup of cdefs and other formattingWarner Losh
2023-08-16Remove $FreeBSD$: one-line .c patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2022-10-07nvmecontrol: use uintmax_t for a sizeWarner Losh
2022-10-07nvmecontrol: improve namespace size unit of devlist command outputWanpeng Qian
2020-11-13Improve nvmecontrol error reporting.Alexander Motin
2020-04-07Add a basic test for nvmecontrolDavid Bright
2019-08-01Add IOCTL to translate nvdX into nvmeY and NSID.Alexander Motin
2019-07-31Tune some commands desctiption.Alexander Motin
2019-07-16Create generic command / arg parsing routinesWarner Losh
2018-12-21Try the first 256 units with nvmecontrol devlist.Warner Losh
2018-12-06Const poison the command interfaceWarner Losh
2018-12-02Usage cleanup pt 2Warner Losh
2018-12-02Usage cleanup pt 1Warner Losh
2018-12-02Move nvmecontrol to using linker sets for commandsWarner Losh
2018-05-05Add NVMe Namespace Management support to nvmecontrol(8).Alexander Motin
2018-02-22NVMe: Add big-endian supportWojciech Macek
2017-11-27various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni
2014-01-06For "nvmecontrol devlist", show namespace sizes in terms of MB instead ofJim Harris
2013-07-19Add message when nvd disks are attached and detached.Jim Harris
2013-07-19Fix nvme(4) and nvd(4) to support non 512-byte sector sizes.Jim Harris
2013-07-18Use _PATH_DEV (from paths.h) for the "/dev/" string, rather thanJim Harris
2013-07-18Simplify open_dev() by returning errno values rather than just 0 or 1.Jim Harris
2013-07-17Define constants for the lengths of the serial number, model numberJim Harris
2013-07-09Incorporate feedback from bde@ based on r252672 changes:Jim Harris
2013-06-26Create #defines for NVME_CTRLR_PREFIX and NVME_NS_PREFIX for the "nvme"Jim Harris
2013-06-26Break out code related to the devlist command into a separate source file.Jim Harris