aboutsummaryrefslogtreecommitdiff
path: root/sbin
Commit message (Expand)AuthorAgeFilesLines
* Remove cross-references to GBDEPoul-Henning Kamp2024-05-071-18/+0
* Remove GBDE source filesPoul-Henning Kamp2024-05-077-4616/+0
* Remove gbde support from swapon(8)Poul-Henning Kamp2024-05-071-60/+0
* Disconnect GBDE from the build. (Per earlier announcements of retirement.)Poul-Henning Kamp2024-05-071-1/+0
* nvmecontrol: New commands to support Fabrics hostsJohn Baldwin2024-05-028-3/+1563
* cam: Add a XPORT_NVMF for NVMe over Fabrics simsJohn Baldwin2024-05-022-12/+28
* nvmecontrol: Allow optional /dev/ for device namesWarner Losh2024-05-022-4/+7
* pf: convert DIOCGETSTATUS to netlinkKristof Provost2024-04-291-2/+2
* setkey: Use nitems(foo) instead of sizeof(foo)/sizeof(foo[0])Elyes Haouas2024-04-291-1/+1
* ipf: Use nitems(foo) instead of sizeof(foo)/sizeof(foo[0])Elyes Haouas2024-04-292-4/+5
* camcontrol: Use nitems(foo) instead of sizeof(foo)/sizeof(foo[0])Elyes Haouas2024-04-293-12/+10
* ipfw: Use nitems(foo) instead of sizeof(foo)/sizeof(foo[0])Elyes Haouas2024-04-292-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
* nvmecontrol: Have to truncate on all 32-bit architecturesWarner Losh2024-04-171-2/+2
* nvmecontrol: Make the error log page work on native formatWarner Losh2024-04-171-22/+15
* nvmecontrol: Create letoh to generically convert to host orderWarner Losh2024-04-171-0/+11
* Reduce reliance on sys/sysproto.h pollutionBrooks Davis2024-04-151-0/+1
* sbin: Remove repeated wordsElyes Haouas2024-04-114-4/+4
* ipfw: Remove repeated wordsElyes Haouas2024-04-111-1/+1
* bectl(8): authors: Kyle Evans: fine-tuneGraham Perrin2024-04-101-3/+3
* bectl(8): authors: be more explicitGraham Perrin2024-04-101-2/+4
* bectl(8): HISTORY, AUTHORS: further attentionGraham Perrin2024-04-101-5/+2
* bectl(8): corrections, changesGraham Perrin2024-04-101-16/+24
* devmatch: Convert command line flags to boolsWarner Losh2024-04-051-10/+11