summaryrefslogtreecommitdiff
path: root/usr.sbin/ctld/kernel.cc
AgeCommit message (Expand)Author
2025-08-07ctld: Be more explicit in a few uses of types to avoid potential ambiguityJohn Baldwin
2025-08-06ctld: Add support for NVMe over FabricsJohn Baldwin
2025-08-06ctld: Add abstractions to support multiple target protocolsJohn Baldwin
2025-08-04ctld: Convert struct ctld_connection to a C++ classJohn Baldwin
2025-08-04ctld: Simplify XML parsing memory managementJohn Baldwin
2025-08-04ctld: Convert struct conf to a C++ classJohn Baldwin
2025-08-04ctld: Convert struct target to a C++ classJohn Baldwin
2025-08-04ctld: Convert struct lun to a C++ classJohn Baldwin
2025-08-04ctld: Convert struct portal_group to a C++ classJohn Baldwin
2025-08-04ctld: Convert struct port to a hierarchy of C++ classesJohn Baldwin
2025-08-04ctld: Convert struct pport and struct kports to C++ classesJohn Baldwin
2025-08-04ctld: Convert struct portal to a C++ classJohn Baldwin
2025-08-04ctld: Rename {ctld,isns}.h to {ctld,isns}.hhJohn Baldwin
2025-04-11ctld: Do not remove item from an nvlist while iterating itJohn Baldwin
2025-04-02ctld: Convert to C++John Baldwin