aboutsummaryrefslogtreecommitdiff
path: root/sbin
Commit message (Expand)AuthorAgeFilesLines
* ipfw: Support the literal IPv6 address syntax in the fwd command.Mark Johnston2020-06-251-24/+35
* ipfw(8): In fill_ip6(), use a single statement for both "me" and "me6".Mark Johnston2020-06-241-7/+2
* The libufs library needs to track and free the new fs_si structureKirk McKusick2020-06-231-1/+1
* Clean up some function and variable names.Colin Percival2020-06-231-61/+61
* Improve the rcorder manual pageMateusz Piotrowski2020-06-221-35/+55
* dump(8): Reapply slightly modified r362422Conrad Meyer2020-06-201-126/+126
* Revert -r362422.Warner Losh2020-06-201-126/+126
* Increase the whimsy in this file by famring dump's work out to minions. AdjustWarner Losh2020-06-201-126/+126
* md5(1): fix -c flag to work with input on stdinAllan Jude2020-06-191-49/+52
* md5(1): Add EXAMPLES sectionFernando ApesteguĂ­a2020-06-191-1/+43
* Move the pointers stored in the superblock into a separateKirk McKusick2020-06-191-4/+8
* Document that umount -A does not unmount /devMateusz Piotrowski2020-06-181-3/+6
* [ifconfig] add UAPSD and LPDC flagsAdrian Chadd2020-06-161-4/+10
* [net80211] Add uapsd option to ifconfigAdrian Chadd2020-06-161-0/+18
* md5(1): fix style in man pageFernando ApesteguĂ­a2020-06-151-29/+14
* Decode the "LACP Fast Timeout" LAGG option flagRavi Pokala2020-06-111-4/+4
* x86 boot.8: Remove obsolescent non-loader x86 boot documentationConrad Meyer2020-06-081-22/+4
* zfsbootcfg: use vfs.root.mountfrom and update nextboot on every vdevToomas Soome2020-06-051-21/+69
* Refer to AES-CBC as "aes-cbc" rather than "rijndael-cbc" for IPsec.John Baldwin2020-06-042-3/+4
* dhclient: Fix a logic bug remove_protocol().Mark Johnston2020-06-041-4/+7
* ifconfig(8): make it possible to filter output by interface group.Eugene Grosbein2020-06-042-4/+111
* ifconfig.8: fix cpability and flag descriptions for list scan / staAndriy Gapon2020-06-041-34/+29
* ifconfig(8): spell "groupname" consistently with SYNOPSYS.Eugene Grosbein2020-05-271-2/+2
* Deduplicate fsid comparisonsRyan Moeller2020-05-212-4/+2
* The -F flag of swapon(8) requires -a to work.Benedict Reuschling2020-05-191-3/+4
* Don't send clear screen until we are committed to run.Poul-Henning Kamp2020-05-091-1/+2
* Add RFC reference for AES-CTR with IPsec.John Baldwin2020-05-041-2/+2
* - Fix logic error in swapoff case: follow same handling of p andXin LI2020-05-041-6/+4
* Print the fs last-mounted time too.Chuck Silvers2020-05-021-3/+5
* Remove support for IPsec algorithms deprecated in r348205 and r360202.John Baldwin2020-05-024-99/+52
* Document the passthru commands.Warner Losh2020-05-012-1/+71
* Various improvements to this man page:Warner Losh2020-05-011-34/+125
* Skip bectl jail test if jail not installed (WITHOUT_JAIL).Olivier Cochard2020-04-291-0/+1
* Do not overflow when calculating file system size.Xin LI2020-04-281-14/+12
* Fix a bug with dirty file system handling.Xin LI2020-04-273-2/+50
* dumpon.8: Update minimum key size languageConrad Meyer2020-04-231-2/+2
* EKCD: Preload error strings, PRNG seed; use OAEP paddingConrad Meyer2020-04-232-3/+24
* Allow namespace-id specification where it makes sense.Alexander Motin2020-04-204-42/+142
* Open device with O_RDONLY when command is non-invasive.Alexander Motin2020-04-207-22/+21
* pfctl: Call ifa_load() before ifa_grouplookup()Kristof Provost2020-04-191-3/+4
* pfctl: Remove unused variableKristof Provost2020-04-191-2/+0
* bectl.8: correctly sort SEE ALSO section after 360078Alan Somers2020-04-191-1/+1
* bectl.8, beinstall.sh.8: fix man page section of beinstall.shAlan Somers2020-04-181-2/+2
* Improve manual page formattingMateusz Piotrowski2020-04-141-3/+5
* Ensure `kyua list` working when there is no /dev/nvme*Li-Wen Hsu2020-04-131-1/+1
* decryptcore: load the nls dataMariusz Zaborski2020-04-111-0/+1
* Inode check-hash errors were being reported after system crashes.Kirk McKusick2020-04-101-0/+2
* Add an inode check-hash verification when running the journalledKirk McKusick2020-04-101-2/+32
* Add a basic test for nvmecontrolDavid Bright2020-04-074-2/+250
* Clean up global variable declarations in the dump and restoreKirk McKusick2020-04-048-67/+93