aboutsummaryrefslogtreecommitdiff
path: root/sbin/camcontrol
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove Tagged Command Queuing feature reporting.Alexander Motin2019-09-121-10/+0
* Report Trusted Computing feature set support.Alexander Motin2019-09-121-0/+3
* Remove struct ata_res_pass16, unneeded after r352082.Alexander Motin2019-09-101-16/+0
* Initialize page/subpage in case of `modepage -d`.Alexander Motin2019-09-091-6/+7
* Add one more error message to r352082.Alexander Motin2019-09-091-1/+2
* Fix number of problems found while testing on SAT devices.Alexander Motin2019-09-091-313/+267
* Unify cam_send_ccb() error reporting.Alexander Motin2019-09-073-126/+17
* Supply SAT layer with valid transfer sizes.Alexander Motin2019-09-072-171/+135
* Make GCC happy about math in r350676.Alexander Motin2019-08-071-4/+1
* Make `camcontrol modepage` support block descriptors.Alexander Motin2019-08-074-43/+273
* 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
* Decode some more IDENTIFY DEVICE bits.Alexander Motin2019-07-281-15/+31
* Make `camcontrol sanitize` support also ATA devices.Alexander Motin2019-07-252-181/+331
* Make `camcontrol hpa` and `camcontrol ama` trigger reprobe.Alexander Motin2019-07-231-4/+8
* Unify BTL parsing for `camcontrol debug` and `reset`.Alexander Motin2019-07-222-172/+132
* 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
* 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
* Add device type NVME and device type MMCSD to get_device_typeWarner Losh2019-07-132-0/+10