aboutsummaryrefslogtreecommitdiff
path: root/sbin
Commit message (Expand)AuthorAgeFilesLines
* Feature-complete NVMe Namespace Management.Alexander Motin2019-07-316-39/+442
* Tune some commands desctiption.Alexander Motin2019-07-315-12/+12
* Fix usage printing for nested subcommands.Alexander Motin2019-07-311-2/+15
* Make `camcontrol modepage` to use 10 byte commands.Alexander Motin2019-07-304-120/+184
* Use present now scsi_mode_sense_subpage().Alexander Motin2019-07-291-9/+2
* Add some new fields and bits from NVMe 1.4.Alexander Motin2019-07-291-7/+30
* Decode some more IDENTIFY DEVICE bits.Alexander Motin2019-07-281-15/+31
* Rewrite the comments that explain swapon_trim() to make them moreDoug Moore2019-07-261-5/+11
* Make `camcontrol sanitize` support also ATA devices.Alexander Motin2019-07-252-182/+332
* Fix the fix to the logic bug. Upon further testing, the bug is that we shadoowWarner Losh2019-07-241-3/+2
* Fix several related coverity issues:Warner Losh2019-07-242-2/+6
* Make `camcontrol hpa` and `camcontrol ama` trigger reprobe.Alexander Motin2019-07-231-4/+8
* Remove the USE_RFC2292BIS option and reap dead codeAlan Somers2019-07-222-50/+1
* Allow "update" option to be used in the fstab(5). Document possible use case.Maxim Sobolev2019-07-221-0/+1
* Unify BTL parsing for `camcontrol debug` and `reset`.Alexander Motin2019-07-222-172/+132
* Treat any inode with bad content as unknown (i.e., ask if it shouldKirk McKusick2019-07-201-1/+1
* When running with journaled soft updates, some updated inodes were notKirk McKusick2019-07-201-0/+11
* In trimming on startup, invoke swapon before closing the fd used forDoug Moore2019-07-201-8/+15
* Remove RELEASE_CRUNCHWarner Losh2019-07-191-1/+1
* Properly report ACS revisions alike to kernel.Alexander Motin2019-07-191-1/+14
* Add Accessible Max Address Configuration support to camcontrol.Alexander Motin2019-07-192-10/+311
* Implement {io,admin}-passthru commands.Warner Losh2019-07-161-0/+273
* Create generic command / arg parsing routinesWarner Losh2019-07-1615-813/+1267
* Use a different approach to range check.Warner Losh2019-07-151-1/+1
* Implement a devtype command.Warner Losh2019-07-152-16/+88
* Use the more proper term of SATL instead of ATA_BEHIND_SCSI.Warner Losh2019-07-155-8/+8
* Remove all the RELEASE_CRUNCH instances that partially disable IPSECWarner Losh2019-07-151-2/+0
* Add device type NVME and device type MMCSD to get_device_typeWarner Losh2019-07-132-0/+10
* Retire support for -DMINIMALISTICWarner Losh2019-07-122-48/+0
* Add a new "untrusted" option to the mount command. Its purposeKirk McKusick2019-07-013-1/+11
* Add an external mbuf buffer type that holds multiple unmapped pages.John Baldwin2019-06-292-2/+10
* Add the 'drop tagged' flag support for ethernet switch ports.Luiz Otavio O Souza2019-06-282-1/+9
* bectl(8): create non-recursive boot environmentsKyle Evans2019-06-272-18/+43
* Create a link to the ipmon.conf.5 man page as documented in ipmon.5.Cy Schubert2019-06-271-0/+1
* Add the ipmon.5 man page.Cy Schubert2019-06-271-1/+1
* Free DHCP options with length zero.Mark Johnston2019-06-261-2/+1
* Avoid a divide-by-zero when bad checksum counters overflow.Mark Johnston2019-06-261-2/+2
* Restore ipfw(8)'s compact output support broken after r331668.Andrey V. Elsukov2019-06-251-0/+6
* Replay r349341 by imp accidentally reverted by r349352Warner Losh2019-06-251-21/+3
* Remove NAND and NANDFS supportWarner Losh2019-06-2514-1801/+21
* Use ata_param_fixup instead of a custom copy hereWarner Losh2019-06-241-21/+3
* You can't use block special nodes for swap, so don't let that happen.Doug Moore2019-06-221-3/+2
* Modify swapon(8) to invoke BIO_DELETE to trim swap devices, either ifDoug Moore2019-06-222-7/+61
* Add "tcpmss" opcode to match the TCP MSS value.Andrey V. Elsukov2019-06-213-6/+23
* In ask(): override default option if any of alwaysyes/alwaysno/rdonly isXin LI2019-06-151-5/+6
* Blankspace. No actual code change.Xin LI2019-06-151-2/+2
* Clarify that the -r and -R options can be used only to create level 0 dumps.Kirk McKusick2019-06-141-1/+13
* Increase the timeout for READ NATIVE MAXWarner Losh2019-06-131-1/+1
* Avoid out of boundary access when checking invalid long filenames.Xin LI2019-06-111-0/+9
* preen should work independently with alwaysyes and alwaysno.Xin LI2019-06-071-3/+2