aboutsummaryrefslogtreecommitdiff
path: root/sbin
Commit message (Expand)AuthorAgeFilesLines
* pfctl: Revert "pfctl: Another set skip <group> fix"Kristof Provost2021-04-271-21/+1
* Clean up fsck_ffs error message output.Kirk McKusick2021-04-271-1/+7
* Make fsck_ffs more persistent in creating a lost+found directory.Kirk McKusick2021-04-263-8/+19
* pfsync: Expose PFSYNCF_OK flag to userspaceKristof Provost2021-04-261-1/+4
* pf: Allow multiple labels to be set on a ruleKristof Provost2021-04-263-31/+49
* pf: Optionally attempt to preserve rule counter values across ruleset updatesKristof Provost2021-04-193-1/+10
* Explain the newfs naming conventionMateusz Piotrowski2021-04-171-1/+9
* ifconfig: Reuse media state in ifmedia_getstateRyan Moeller2021-04-161-1/+4
* pfctl: Fix clearing rules countersKristof Provost2021-04-141-6/+4
* pf: Implement the NAT source port selection of MAP-E Customer EdgeKurosawa Takahiro2021-04-132-1/+59
* route(8): Add an example how to print the routing tablesGordon Bergling2021-04-131-1/+6
* pfctl, libpfctl: introduce pfctl_poolKurosawa Takahiro2021-04-123-10/+10
* libpfctl: Fix u_* countersKristof Provost2021-04-101-3/+3
* libpfctl: Switch to pfctl_ruleKristof Provost2021-04-107-155/+163
* pf: Move prototypes for userspace functions to userspace headerKristof Provost2021-04-102-0/+10
* pfctl: Move ioctl abstraction functions into libpfctlKristof Provost2021-04-107-594/+15
* pfctl: Use the new DIOCGETRULENV ioctlKristof Provost2021-04-105-7/+396
* pfctl: Move to DIOCADDRULENVKristof Provost2021-04-102-12/+207
* Cross-reference camcontrol(8) and zonectl(8) man pages.Edward Tomasz Napierala2021-04-101-1/+3
* ipfw: update man page example for nat show logRoman Bogorodskiy2021-04-071-3/+3
* add Xr to the rc.d script...John-Mark Gurney2021-04-061-0/+1
* ffsinfo: Update example to avoid to-be-deprecated vinumEd Maste2021-04-031-2/+2
* Ensure that all allocated data structures in fsck_ffs are freed.Kirk McKusick2021-04-024-19/+40
* gvinum: add deprecation noticeEd Maste2021-03-281-1/+17
* Fix fsck_ffs -R finds unfixed duplicate block errors when rerunning.Kirk McKusick2021-03-251-0/+3
* Fix fsck_ffs Pass 1b error exit "bad inode number 2 to nextinode".Kirk McKusick2021-03-241-1/+3
* ifconfig: 80211, add line break after key infoBjoern A. Zeeb2021-03-241-0/+2
* pfilctl: improve formatting of "hooks" and "heads" command output.Gleb Smirnoff2021-03-191-4/+4
* base: remove if_wg(4) and associated utilities, manpageKyle Evans2021-03-172-732/+0
* if_wg: import latest fixup work from the wireguard-freebsd projectKyle Evans2021-03-151-153/+242
* 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