aboutsummaryrefslogtreecommitdiff
path: root/sbin
Commit message (Expand)AuthorAgeFilesLines
* Drop checks with last alternate superblock in fsck_ffs(8).Kirk McKusick2022-08-041-62/+2
* Add a flags parameter to the ffs_sbget() function that reads UFS superblocks.Kirk McKusick2022-07-316-17/+16
* Fix for 90e2971 that caused some geli commands to return the wrong exit status.Kirk McKusick2022-07-291-0/+2
* sbin/md5.c: fix -q -c for BSD style versionsStefan Eßer2022-07-262-4/+9
* Have dumpfs(8) ignore superblock check-hash failures.Kirk McKusick2022-07-251-1/+7
* Output fs_csaddr rather than fs_old_csaddr for UFS1 filesystems.Kirk McKusick2022-07-251-2/+2
* ifconfig: fix vlan/vlanproto reconfigurationKristof Provost2022-07-211-2/+8
* Delete UFS2 backup superblock recovery info when building a UFS1 filesystem.Kirk McKusick2022-07-211-10/+13
* Ask to look for alternate UFS2 superblocks when the standard one is unusable.Kirk McKusick2022-07-211-1/+2
* Add -S option to veriexecSimon J. Gerraty2022-07-192-2/+12
* mac: add new mac_ddb(4) policyMitchell Horne2022-07-181-0/+1
* Clarify when GEOM utilities exit with success or failure.Kirk McKusick2022-07-161-1/+4
* pfctl(8): Fix a typo in a source code commentGordon Bergling2022-07-161-1/+1
* ifconfig.8: cleanup reminiscence about long gone ppp(4)Eugene Grosbein2022-07-111-8/+5
* vxlan: Add support for socket ioctls SIOC[SG]TUNFIBZhenlei Huang2022-07-081-2/+3
* ipfilter: Support only jails in VNETCy Schubert2022-07-071-1/+3
* mount_nfs.8: Update BUGS section for NFSv4.1/4.2Rick Macklem2022-07-031-1/+4
* mount_nfs: Warn that intr, soft are not safe for NFSv4Rick Macklem2022-07-011-0/+14
* ifconfig.8: PolishZhenlei Huang2022-07-011-5/+5
* sysctl.8: Reference sysctl(9)Mateusz Piotrowski2022-06-301-2/+3
* Improve parameters handling in veriexecHubert Mazur2022-06-291-59/+151
* ifconfig.8: Prefer consistent terminologiesZhenlei Huang2022-06-291-4/+4
* Correctly update fs_dsize in growfs(8)Kirk McKusick2022-06-281-2/+10
* Eliminate set but not used variable.Kirk McKusick2022-06-281-4/+1
* devmatch: Properly ignore commented fieldsGreg V2022-06-271-2/+2
* Bump .Dd for recently modified manual pagesFernando Apesteguía2022-06-271-1/+1
* Remove references to named(8)Fernando Apesteguía2022-06-261-4/+3
* ifconfig.8: Document -g all and -G allMateusz Piotrowski2022-06-241-1/+13
* adjkerntz(8): revert "detect extra jailed invokation to keep logs clean"Eugene Grosbein2022-06-231-7/+0
* adjkerntz(8): detect extra jailed invokation to keep logs cleanEugene Grosbein2022-06-211-0/+7
* pf: support matching on tags for Ethernet rulesKristof Provost2022-06-202-0/+38
* mixer: remove volume backwards compat, add % interpretationKyle Evans2022-06-182-6/+6
* kldload: Bring functionality in line with manual pageJuraj Lutter2022-06-171-15/+17
* Remove PAGE_SIZE from hastdAndrew Turner2022-06-171-7/+11
* dhclient: fix pcp:pcp cleanup failureKristof Provost2022-06-171-1/+1
* ifconfig.8: reflect removal of FDDI and Token RingZhenlei Huang2022-06-151-1/+1
* mount: revert the active vnode reporting featureDoug Ambrisko2022-06-151-4/+3
* Remove mips-specific Makefiles for /sbin and /usr/sbinMitchell Horne2022-06-141-4/+0
* mount: add vnode usage per file system with mount -vDoug Ambrisko2022-06-131-0/+7
* Correct a typo in a string literal.Jens Schweikhardt2022-06-071-1/+1
* nvmecontrol(8): Fix a typo in an error messageGordon Bergling2022-06-041-1/+1
* ipfw: add support radix tables and table lookup for MAC addressesArseny Smalyuk2022-06-044-39/+162
* mount_nfs: Only create a mounttab file entry is nmount(2) succeedsRick Macklem2022-05-281-8/+12
* arp: Implement sticky ARP mode for interfaces.Konrad Sewiłło-Jopek2022-05-272-2/+21
* dhclient: test against a real (ISC) dhcp serverJohn-Mark Gurney2022-05-262-0/+198
* ifconfig: Use SIOCGIFCAPNV if supportedKonstantin Belousov2022-05-241-6/+59
* ifconfig: add rxtls and -rxtls commandsKonstantin Belousov2022-05-241-1/+10
* ifconfig: add setifcapnv()Konstantin Belousov2022-05-242-0/+45
* ifconfig: add glue for specifying functions taking static string parameterKonstantin Belousov2022-05-242-1/+16
* ifconfig: use c99 designated initializers for DEF_CMDKonstantin Belousov2022-05-241-7/+49