aboutsummaryrefslogtreecommitdiff
path: root/sbin
Commit message (Expand)AuthorAgeFilesLines
* Do not complain about incorrect cylinder group check-hashes whenKirk McKusick2021-03-121-1/+2
* ifconfig: allow displaying/setting persistent-keepaliveKyle Evans2021-03-091-1/+27
* ifconfig: wg: stop requiring peer endpointsKyle Evans2021-03-091-2/+0
* dumpon.8: Ask DDB to call doadump() rather than calling it directlyMark Johnston2021-03-081-1/+1
* decryptcore: do not include sys/sysctl.hEric van Gyzen2021-03-071-1/+0
* dumpon: do not print errno for resolver failureEric van Gyzen2021-03-071-4/+5
* pfctl: Add missing 'va' code point nameKristof Provost2021-03-061-1/+2
* sbin/ifconfig: Minor housekeepingRyan Moeller2021-03-051-10/+2
* sbin/ifconfig: Get media status with libifconfigRyan Moeller2021-03-053-501/+176
* growfs: allow operation on RW-mounted filesystemsEd Maste2021-03-031-3/+2
* init: use explicit_bzero() for clearing passwordsKyle Evans2021-03-031-1/+1
* sbin/ifconfig: Use a global libifconfig handleRyan Moeller2021-03-038-49/+21
* [skip ci] fix a typo in a comment in mdconfig.cAlan Somers2021-03-031-1/+1
* sbin/ifconfig: Get groups with libifconfigRyan Moeller2021-02-281-23/+15
* sbin/ifconfig: Get bridge status with libifconfigRyan Moeller2021-02-281-100/+69
* sbin/ifconfig: Drop local name var in sfp_statusRyan Moeller2021-02-281-3/+0
* sbin/ifconfig: Get lagg status with libifconfigRyan Moeller2021-02-281-74/+70
* sbin/ifconfig: Get carp status with libifconfigRyan Moeller2021-02-281-7/+11
* camcontrol(8): remove unnecessary CCB zeroingEdward Tomasz Napierala2021-02-256-60/+0
* camcontrol: stop pretending cam_cmd is a bitmaskEdward Tomasz Napierala2021-02-251-47/+47
* ipfw: make algo name argument optional for some table typesAndrey V. Elsukov2021-02-251-2/+18
* camcontrol: change hueristic for I/O-less devtypeWarner Losh2021-02-231-2/+7
* Remove #define _KERNEL hacks from libprocstatKonstantin Belousov2021-02-216-0/+14
* ifconfig: fix incorrect wg allowed-ips netmaskMichael Chiu2021-02-151-1/+1
* mount_nullfs: rename a local variableAlan Somers2021-02-121-7/+7
* kldload(8): Improve phrasingDaniel Ebdrup Jensen2021-02-111-2/+3
* Revert "SO_RERROR indicates that receive buffer overflows should be handled a...Alexander V. Chernikov2021-02-081-12/+1
* SO_RERROR indicates that receive buffer overflows should be handled as errors.Alexander V. Chernikov2021-02-081-1/+12
* kldload(8): Add note about using kld_list in rc.conf(5)Daniel Ebdrup Jensen2021-02-081-1/+6
* sbin/pfctl: fix tests after recent output changesAlex Richardson2021-02-042-2/+2
* sbin/bectl: Skip tests if sparse files are not supportedAlex Richardson2021-02-031-0/+7
* Allow setting alias port ranges in libalias and ipfw. This will allow a systemNeel Chauhan2021-02-024-1/+47
* Register the bad read before bailing on terminal errors.Poul-Henning Kamp2021-02-021-9/+7
* ipfw(8) crashes when ext6hdr option is omittedEvgeniy Khramtsov2021-02-011-0/+1
* Catch up with 6edfd179c86: mechanically rename IFCAP_NOMAP to IFCAP_MEXTPG.Gleb Smirnoff2021-01-292-9/+11
* sbin/sysctl: Fix CTLFLAG_SKIP for adjacent nodesRyan Moeller2021-01-271-1/+2
* Fix fsck_ffs incorrectly reporting "CANNOT READ BLK: NNNN" errors.Kirk McKusick2021-01-261-2/+3
* pfctl: FreeBSD now supports DIOCGIFSPEEDKristof Provost2021-01-251-29/+0
* ifconfig: fix UBSan signed shift errorAlex Richardson2021-01-251-1/+1
* build: remove LIBPTHREAD/LIBTHR build optionsKyle Evans2021-01-221-7/+2
* ifconfig: add vlanproto "qiniq" as an alias for "802.1ad"Allan Jude2021-01-202-2/+8
* mount_nfs: update man page description for oneopenownRick Macklem2021-01-181-1/+14
* Remove remnants of classful behavior in route(8).Alexander V. Chernikov2021-01-161-55/+14
* bectl: remove spurious aok variableKyle Evans2021-01-161-2/+0
* bectl: tests: use -R <mount> instead of specifying altrootKyle Evans2021-01-161-1/+1
* ICMP checksum test: Fix for big endianCharlie Root2021-01-121-64/+20
* pfctl: Another set skip <group> fixKristof Provost2021-01-111-1/+21
* Fix 32-bit build post 6733401935f83754b4b2744bc3d33ef84b1271e0Dimitry Andric2021-01-081-1/+1
* Fix 32-bit build post 5cc52631b3b88dfc36d8049dc8bece8573c5f9af.Cy Schubert2021-01-081-3/+3
* nvmecontrol: add device self-test op and log pageChuck Tuffli2021-01-084-1/+263