aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* net/ethernet.h: Add make_ether_addr()lf/dev/make_ether_addrLexi Winter2025-08-051-1/+10
* krb5: Move compile_et to /usr/bin as it was with HeimdalCy Schubert2025-08-052-4/+3
* krb5: Remove Heimdal library when MK_MITKRB5 is enabledCy Schubert2025-08-051-0/+6
* krb5: Add missing gssapi headerCy Schubert2025-08-051-0/+2
* sdio: don't use CAM_PRIORITY_NONE for queued CCB-sAndriy Gapon2025-08-051-5/+2
* if_epair(4): use ether_gen_addr(9) for stable MAC addressRonald Klop2025-08-051-4/+31
* bhyve: protect MMIO mapped BDSM registerCorvin Köhne2025-08-051-0/+45
* bhyve: add interface to protect BAR regions of passthru devicesCorvin Köhne2025-08-052-0/+42
* bhyve: trap protected BAR regions of passthru devicesCorvin Köhne2025-08-051-10/+47
* bhyve: add BAR handler list for passthru devicesCorvin Köhne2025-08-052-4/+59
* bhyve: add GVT-d support for graphics gen 11 and newerCorvin Köhne2025-08-051-0/+37
* bhyve: scan PCI device ID to properly set BDSM addressCorvin Köhne2025-08-051-6/+92
* release/amd64: cleanup code duplicationAhmad Khalifa2025-08-052-8/+4
* nfscl: Fix GetACL so that it does not want a reply cachedRick Macklem2025-08-041-1/+1
* id: revert to historical and documented behavior for `id`Kyle Evans2025-08-041-16/+17
* kern: fix a panic in crcopysafe() found by syzkallerKyle Evans2025-08-041-2/+2
* vop_fsync_debugprepost(): take account of nullfsKonstantin Belousov2025-08-051-4/+12
* p9fs: Set vnode state in p9fs_vget_common()Mark Johnston2025-08-041-1/+1
* ctld: Convert struct ctld_connection to a C++ classJohn Baldwin2025-08-045-208/+213
* ctld: Simplify XML parsing memory managementJohn Baldwin2025-08-043-232/+139
* ctld: Convert struct conf to a C++ classJohn Baldwin2025-08-044-348/+416
* libutil++: Add freebsd::pidfile wrapper class around struct pidfhJohn Baldwin2025-08-045-0/+232
* ctld: Convert struct target to a C++ classJohn Baldwin2025-08-046-308/+384
* ctld: Convert struct lun to a C++ classJohn Baldwin2025-08-044-343/+401
* ctld: Convert struct isns to a C++ classJohn Baldwin2025-08-044-149/+110
* ctld: Convert struct portal_group to a C++ classJohn Baldwin2025-08-046-287/+415
* ctld: Convert struct port to a hierarchy of C++ classesJohn Baldwin2025-08-046-386/+435
* ctld: Convert struct pport and struct kports to C++ classesJohn Baldwin2025-08-043-79/+61
* libutil++: Add freebsd::nvlist_up wrapper class for std::unique_ptr<>John Baldwin2025-08-043-0/+52
* ctld: Convert struct portal to a C++ classJohn Baldwin2025-08-045-174/+146
* libutil++: Add freebsd::fd_up class to manage file descriptorsJohn Baldwin2025-08-043-0/+150
* ctld: Convert struct isns_req to a C++ classJohn Baldwin2025-08-043-195/+130
* ctld: Cleanups to parse_addr_portJohn Baldwin2025-08-041-39/+34
* libutil++: Add freebsd::addrinfo_up wrapper class for std::unique_ptr<>John Baldwin2025-08-043-0/+62
* ctld: Convert struct auth_group to a C++ classJohn Baldwin2025-08-045-281/+221
* ctld: Use a bool to track if a target uses a private auth_groupJohn Baldwin2025-08-043-10/+13
* ctld: Factor out a function for adding a private auth_group for a targetJohn Baldwin2025-08-041-48/+19
* ctld: Convert struct auth_portal to a C++ classJohn Baldwin2025-08-042-113/+100
* ctld: Replace the auth_name linked list with an unordered_set<>John Baldwin2025-08-042-57/+6
* ctld: Convert struct auth to a C++ classJohn Baldwin2025-08-044-76/+57
* ctld: Use scoped guards to finish configuration scopes in the UCL parserJohn Baldwin2025-08-041-91/+90
* ctld: Switch to the C++ bindings for libuclJohn Baldwin2025-08-042-396/+317
* libucl: Add a ucl::Ucl::forced_string_value methodJohn Baldwin2025-08-041-0/+5
* ctld: Make config file parsing exception safeJohn Baldwin2025-08-046-10/+41
* ctld: Rename {ctld,isns}.h to {ctld,isns}.hhJohn Baldwin2025-08-049-15/+15
* libutil++: New library containing C++ utility classes for use in baseJohn Baldwin2025-08-0412-0/+367
* bsd.man.mk: Support manual pages with colons in the filenameJohn Baldwin2025-08-041-5/+7
* ctld: Permit valid integer LUN device typesJohn Baldwin2025-08-041-1/+1
* zfsd: don't try to fix an OFFLINE conditionAlan Somers2025-08-046-2/+215
* vm_page: Clear VM_ALLOC_NOCREAT in vm_page_grab_pflags()Mark Johnston2025-08-041-1/+1