aboutsummaryrefslogtreecommitdiff
path: root/sbin
Commit message (Expand)AuthorAgeFilesLines
* 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
* Bump date after recent changes and lintMateusz Piotrowski2020-04-031-5/+8
* Add two options to recoverdisk(1) inspired by a recentPoul-Henning Kamp2020-04-023-87/+395
* Fix various Coverity-detected errors in nvmecontrolDavid Bright2020-04-028-11/+27
* fsck_ffs/fsdb: fix -fno-common buildKyle Evans2020-03-295-8/+10
* iscontrol: move definition of vflag/iscsidev to iscontrol.cKyle Evans2020-03-292-2/+5
* Use IP_FW_NAT44_DESTROY opcode for IP_FW3 socket option to destroyAndrey V. Elsukov2020-03-243-7/+30
* Remove the link to libl which only contains a stub functionBaptiste Daroussin2020-03-232-2/+2
* Revove useless linking to yaccBaptiste Daroussin2020-03-231-1/+1
* pfctl: improve rule load times with thousands of interfacesKristof Provost2020-03-191-4/+5
* ldconfig: add aout deprecation noticeEd Maste2020-03-172-1/+4
* Revert r358858 as it breaks some ipfw(8) setups.Alexander V. Chernikov2020-03-111-6/+8
* Don't assume !IPv6 is IPv4 in ipfw(8) add_src() and add_dst().Alexander V. Chernikov2020-03-101-8/+6
* Align the buffer to the alignment of the structure we expect.Gleb Smirnoff2020-03-051-1/+1
* When a machine boots the NFS mounting script is executed afterGleb Smirnoff2020-03-041-1/+61
* dumpon: skip size check if using zstdEric van Gyzen2020-03-031-6/+3
* Fix test cases after r358448Li-Wen Hsu2020-02-291-1/+1
* Make ping6(1) return code consistent with the man page.Alexander V. Chernikov2020-02-151-2/+10
* Fix the following -Werror warning from clang 10.0.0 in sconfig:Dimitry Andric2020-02-131-1/+2
* ipfw nat: add missing bits after r357092 (RFC 6598/Carrier Grade NAT)Eugene Grosbein2020-02-121-0/+4
* Use humanize_number to format available and bad space sizes.Xin LI2020-02-102-3/+30
* No need to make sunlabel anymoreWarner Losh2020-02-068-1940/+0
* init(8): set environment variables from the "daemon" class as wellKyle Evans2020-02-051-0/+1