aboutsummaryrefslogtreecommitdiff
path: root/sbin/camcontrol
Commit message (Expand)AuthorAgeFilesLines
* cam: Add a XPORT_NVMF for NVMe over Fabrics simsJohn Baldwin2024-05-022-12/+28
* camcontrol: Use nitems(foo) instead of sizeof(foo)/sizeof(foo[0])Elyes Haouas2024-04-293-12/+10
* camcontrol: Enable WITH_NVME unconditionallyJohn Baldwin2024-04-232-17/+1
* camcontrol(8): Fix grammar: a ATA -> an ATAYi-Chen Li2024-02-131-1/+1
* camcontrol: add support for Toshiba drive firmware updateKenneth D. Merry2023-12-292-0/+5
* camcontrol: Add a sense subcommandKenneth D. Merry2023-12-282-1/+138
* camcontrol(8): Fix typosChe-Yu Chang2023-12-261-2/+2
* camcontrol: One file per line in MakefileWarner Losh2023-12-071-3/+13
* sbin: Automated cleanup of cdefs and other formattingWarner Losh2023-11-273-3/+0
* Remove $FreeBSD$: two-line nroff patternWarner Losh2023-08-161-2/+0
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-162-2/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-1611-22/+0
* Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-162-4/+0
* camcontrol: Migrate to modern uintXX_t from u_intXX_tWarner Losh2023-07-254-101/+101
* camcontrol: Include stdbool.h rather than relying on namespace pollutionWarner Losh2023-06-191-0/+1
* camcontrol: Zone fix two warningsWarner Losh2023-06-191-3/+1
* camcontrol: In defects make -S actually imply 12-byte commandWarner Losh2023-06-191-0/+1
* camcontrol: simplify summary logic for defectsWarner Losh2023-06-191-5/+3
* camcontrol: No need to set CAM_ARG_[PG]LIST in defectsWarner Losh2023-06-191-15/+13
* camcontrol: Simplfiy 12-byte retry logic in defects commandWarner Losh2023-06-191-18/+13
* camcontrol: Convert int used as booleans to boolsWarner Losh2023-06-191-40/+37
* camcontrol: Label the unused command argsWarner Losh2023-06-191-3/+7
* gpart(8): Improve manual page syntaxTom Hukins2023-06-021-1/+1
* camcontrol(8): Use simpler languageTom Hukins2023-06-021-1/+1
* camcontrol(8): Add manual page cross referencesTom Hukins2023-06-021-2/+4
* camcontrol: Fix typosElyes Haouas2023-06-021-3/+3
* spdx: The BSD-2-Clause-NetBSD identifier is obsolete, drop -NetBSDWarner Losh2023-05-123-3/+3
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-122-2/+2
* Update/fix Makefile.depend for userlandSimon J. Gerraty2023-04-191-1/+0
* camcontrol powermode: fix use-after-freeEric van Gyzen2023-03-291-5/+4
* camcontrol(8): Fix typo in a source code commentGordon Bergling2022-03-281-1/+1
* camcontrol fwdownload minor improvementsWarner Losh2022-02-221-20/+12
* camcontrol: Force a rescan of the lun after firmware download.Warner Losh2022-02-221-0/+67
* update external URLWolfram Schneider2022-02-051-1/+1
* add and use defintions for ATA power modesAndriy Gapon2022-01-112-13/+13
* camcontrol: dump received data for MMC command even if it is unknownAndriy Gapon2021-11-061-0/+2
* camcontrol(8): Clean up references to removed symbolsFelix Johnson2021-10-201-13/+3
* camcontrol: depop commandWarner Losh2021-09-205-1/+377
* Cross-reference camcontrol(8) and zonectl(8) man pages.Edward Tomasz Napierala2021-04-101-1/+3
* 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
* camcontrol: change hueristic for I/O-less devtypeWarner Losh2021-02-231-2/+7
* sbin/camcontrol: use calloc/strlcpy where appropriate.Xin LI2021-01-043-9/+6
* camcontrol(8): Fix some warnings spotted by mandocGordon Bergling2020-11-201-9/+0
* Add help messages for camcontrol(8) MMCCAM functionalityIlya Bakulin2020-10-301-0/+20
* camcontrol(8): Bugfixes for some issues reported by mandocGordon Bergling2020-10-031-6/+8
* Make it possible to get/set MMC frequency from camcontrolIlya Bakulin2020-07-241-6/+77
* Declare packed struct ata_params as 2-byte-alignedRyan Libby2019-12-211-1/+1
* Properly detect ATA sanitize errors.Alexander Motin2019-12-151-3/+19
* Fix off-by-one error in HPA/AMA maximum reporting.Alexander Motin2019-11-221-1/+1