aboutsummaryrefslogtreecommitdiff
path: root/sbin
Commit message (Expand)AuthorAgeFilesLines
* nvmecontrol: Appease a meaningless signed error warning thingWarner Losh95 min.1-2/+2
* nvmecontrol: Implement telemetry-log command.Warner Losh2 hours3-1/+200
* nvmecontrol: Free the addrinfo list when failing to open a TCP socketJohn Baldwin28 hours1-0/+1
* nvmecontrol: Free array of I/O queue pairs on failure to handoffJohn Baldwin28 hours2-2/+8
* nvmecontrol: Fix a sizeof mismatchJohn Baldwin29 hours1-1/+1
* mdconfig: Print options when listing devicesRicardo Branco40 hours1-14/+76
* ipfw: correctly report table manipulation errorsBen Wilber42 hours1-2/+3
* libpfctl: fix file descriptor leakKristof Provost2 days3-5/+7
* carp: document the new VRRPv3 supportKristof Provost3 days1-1/+15
* carp: support VRRPv3Kristof Provost3 days1-13/+59
* nvmecontrol: Fix a sign compare mismatchJohn Baldwin4 days1-2/+2
* Remove cross-references to GBDEPoul-Henning Kamp5 days1-18/+0
* Remove GBDE source filesPoul-Henning Kamp5 days7-4616/+0
* Remove gbde support from swapon(8)Poul-Henning Kamp5 days1-60/+0
* Disconnect GBDE from the build. (Per earlier announcements of retirement.)Poul-Henning Kamp5 days1-1/+0
* nvmecontrol: New commands to support Fabrics hostsJohn Baldwin9 days8-3/+1563
* cam: Add a XPORT_NVMF for NVMe over Fabrics simsJohn Baldwin9 days2-12/+28
* nvmecontrol: Allow optional /dev/ for device namesWarner Losh9 days2-4/+7
* pf: convert DIOCGETSTATUS to netlinkKristof Provost12 days1-2/+2
* setkey: Use nitems(foo) instead of sizeof(foo)/sizeof(foo[0])Elyes Haouas13 days1-1/+1
* ipf: Use nitems(foo) instead of sizeof(foo)/sizeof(foo[0])Elyes Haouas13 days2-4/+5
* camcontrol: Use nitems(foo) instead of sizeof(foo)/sizeof(foo[0])Elyes Haouas13 days3-12/+10
* ipfw: Use nitems(foo) instead of sizeof(foo)/sizeof(foo[0])Elyes Haouas13 days2-4/+4
* nvmecontrol: Flesh out nvmecontrol format informationWarner Losh2024-04-251-11/+70
* Revert "swapon: Do not overwrite Linux swap header"Warner Losh2024-04-244-126/+1
* swapon: Do not overwrite Linux swap headerRicardo Branco2024-04-234-1/+126
* nvmecontrol: Always build instead of being conditional on WITH_NVMEJohn Baldwin2024-04-231-1/+1
* camcontrol: Enable WITH_NVME unconditionallyJohn Baldwin2024-04-232-17/+1
* zfsbootcfg(8), zpool_influxdb(8): move to the zfs packageLexi Winter2024-04-231-0/+1
* ifconfig tunnelfib is implemented in wg(4)Gregory Shapiro2024-04-231-2/+3
* umount: Support partitions & slices with -d optionRicardo Branco2024-04-231-6/+4
* ldconfig: fix man-page - duplicate dot at end of sentenceStefan Eßer2024-04-201-1/+1
* ifconfig(8): Fix two typos in source code commentsGordon Bergling2024-04-201-2/+2
* nvmecontrol(8): Remove a double word in a source code commentGordon Bergling2024-04-201-1/+1
* ldconfig: document changed default byte-orderStefan Eßer2024-04-201-2/+3
* ldconfig: use little-endian hints file on all architecturesStefan Eßer2024-04-191-3/+3
* ldconfig: small optimizationStefan Eßer2024-04-191-1/+1
* dumpon: fix set but not used variableinkeliz2024-04-181-2/+10
* nvmecontrol: One file per lineWarner Losh2024-04-171-4/+17
* nvmecontrol: Add nvme 2.0 fields to read_logpageWarner Losh2024-04-174-8/+16
* nvmecontrol: Preliminary namespace documentationWarner Losh2024-04-171-1/+42
* nvmecontrol: add newlines where needed for ns command printfsWarner Losh2024-04-171-5/+5
* nvmecontrol: Move intel temperature page printing to little endian orderinngWarner Losh2024-04-172-18/+11
* nvmecontrol: Move sanitize status page printing to little endian orderinngWarner Losh2024-04-171-16/+15
* nvmecontrol: Move reservation notifcation page printing to little endian orde...Warner Losh2024-04-171-9/+6
* nvmecontrol: Move command effeccts page printing to little endian orderinngWarner Losh2024-04-171-6/+2
* nvmecontrol: Move self test status page printing to little endian orderinngWarner Losh2024-04-171-20/+21
* nvmecontrol: Move namespace change page printing to little endian orderinngWarner Losh2024-04-171-5/+2
* nvmecontrol: Move smart/health printing to little endian orderinngWarner Losh2024-04-171-30/+26
* nvmecontrol: Fix to128 for big endian targetsWarner Losh2024-04-172-9/+19