aboutsummaryrefslogtreecommitdiff
path: root/sbin
Commit message (Expand)AuthorAgeFilesLines
* ifconfig: make interface address without mask an errorEd Maste2024-06-181-28/+4
* camcontrol.8: Fix a typo in the manual pageGordon Bergling2024-06-161-1/+1
* ifconfig: Fix default netmask calculationMichael Gmelin2024-06-121-4/+4
* pf: convert DIOCBEGINADDRS to netlinkKristof Provost2024-06-081-1/+1
* pf: migrate DIOCGETLIMIT/DIOCSETLIMIT to netlinkKristof Provost2024-06-073-15/+8
* ifconfig(8): wordsmith -G and -g descriptionsPau Amma2024-06-061-6/+8
* pf: convert DIOCGETTIMEOUT/DIOCSETTIMEOUT to netlinkKristof Provost2024-06-063-16/+9
* pfctl: fix possible out-of-bounds readKristof Provost2024-06-061-2/+2
* newfs_msdos: align to multiple of cluster size by defaultStefan Eßer2024-06-062-20/+9
* pf: convert DIOCSETDEBUG to netlinkKristof Provost2024-06-043-6/+6
* pf: convert DIOCCLRSTATUS to netlinkKristof Provost2024-06-041-5/+5
* newfs_msdos: fix build on non-FreeBSD systemsStefan Eßer2024-06-041-0/+4
* Migrate from printb to print_bits for locally defined bit fields.Gordon Tetlow2024-06-034-29/+89
* Move print_bits to ifconfig.c and make available to other src files.Gordon Tetlow2024-06-033-23/+25
* newfs_msdos: align data area to VM page boundary by defaultStefan Eßer2024-06-022-10/+32
* mdconfig: remove the "cluster" option.Alan Somers2024-06-012-19/+16
* mdconfig: don't print NUL in the options listAlan Somers2024-06-012-19/+39
* mdconfig: fix cleanup in the attach_size_rounddown testAlan Somers2024-05-311-1/+1
* nextboot: Permit ZFS boot filesystems mounted at the pool's rootJohn Baldwin2024-05-301-3/+3
* pfctl: fix recursive printing of nat anchorsKristof Provost2024-05-281-31/+72
* libpfctl: add pfctl_get_rule_h()Kristof Provost2024-05-282-2/+2
* pfctl: use pfctl_add_rule_h() rather than pfctl_add_rule()Kristof Provost2024-05-261-1/+1
* dhclient: remove unused primary_addressFranco Fichtner2024-05-251-1/+0
* ifconfig: Redo fix vlan/vlanproto reconfigurationZhenlei Huang2024-05-211-5/+26
* man filesystems: fix xrefs after move to section 4Alexander Ziaee2024-05-1612-30/+30
* ifconfig: Markup nits.Dag-Erling Smørgrav2024-05-151-7/+11
* Enable soft updates by default for UFS2 filesystems.Kirk McKusick2024-05-152-1/+8
* ifconfig: Add format shortcuts.Dag-Erling Smørgrav2024-05-142-19/+37
* nvmecontrol: Appease a meaningless signed error warning thingWarner Losh2024-05-111-2/+2
* nvmecontrol: Implement telemetry-log command.Warner Losh2024-05-113-1/+200
* nvmecontrol: Free the addrinfo list when failing to open a TCP socketJohn Baldwin2024-05-101-0/+1
* nvmecontrol: Free array of I/O queue pairs on failure to handoffJohn Baldwin2024-05-102-2/+8
* nvmecontrol: Fix a sizeof mismatchJohn Baldwin2024-05-101-1/+1
* mdconfig: Print options when listing devicesRicardo Branco2024-05-101-14/+76
* ipfw: correctly report table manipulation errorsBen Wilber2024-05-101-2/+3
* libpfctl: fix file descriptor leakKristof Provost2024-05-093-5/+7
* carp: document the new VRRPv3 supportKristof Provost2024-05-081-1/+15
* carp: support VRRPv3Kristof Provost2024-05-081-11/+57
* nvmecontrol: Fix a sign compare mismatchJohn Baldwin2024-05-071-2/+2
* 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