aboutsummaryrefslogtreecommitdiff
path: root/sbin/camcontrol
Commit message (Expand)AuthorAgeFilesLines
* Add ATA power mode support to camcontrolSteven Hartland2019-04-232-4/+80
* Add new fields to mmc_data in preparation to SDIO CMD53 block mode supportIlya Bakulin2019-04-101-0/+1
* Make WD and WDC aliases for HGST.Warner Losh2019-03-211-0/+4
* camcontrol.8: Bump date after r345051Mateusz Piotrowski2019-03-121-1/+1
* Add -l to camcontrol readcap.Warner Losh2019-03-122-3/+17
* Fix incorrect / unused sector_count for identify requestsSteven Hartland2019-03-011-3/+2
* NVME support is only for x86 and powerpc64.Warner Losh2018-06-142-1/+19
* Make camcontrol identify work with nda devicesWarner Losh2018-06-132-14/+58
* nda protocol rate reportingWarner Losh2018-05-091-0/+15
* Strip trailing whitespace.Edward Tomasz Napierala2018-04-101-22/+22
* Revert ABI breakage to CAM that came in with MMC/SD support in r320844.Scott Long2018-01-191-3/+39
* Refactor code related to 'camcontrol devlist'Scott Long2018-01-101-49/+90
* Implement the ability to query NVME for its controller data so that it willScott Long2018-01-101-0/+59
* various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-276-2/+14
* Print ZAC device type in "camcontrol identify" outputAlan Somers2017-11-201-0/+12
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2017-10-311-1/+0
* Fix whitespace bugsEnji Cooper2017-07-101-390/+387
* Fix -Wuninitialized warning with gccEnji Cooper2017-07-101-1/+1
* New command 'mmcsdcmd' for camcontrol, to allow interacting with SD cardsWarner Losh2017-07-091-1/+302
* Fix integer overflow in "camcontrol format"Alan Somers2017-05-311-3/+3
* When editing a mode page on a tape drive, do not clear the deviceKenneth D. Merry2017-05-051-1/+14
* Bump the camcontrol(8) man page date.Kenneth D. Merry2017-05-031-1/+1
* Add the ability to rescan or reset devices specified by peripheralKenneth D. Merry2017-05-032-10/+115
* Fix memory leaks in camcontrolAlan Somers2017-05-031-9/+6
* Fix camcontrol timestamp setting and update the man page.Kenneth D. Merry2017-05-012-5/+11
* Fix printing bits above first eight.Alexander Motin2017-03-221-4/+4
* Decode modern PIM flags.Alexander Motin2017-03-091-0/+12
* Add task attribute support to camcontrol(8).Kenneth D. Merry2017-02-179-159/+260
* Misc Coverity fixes in camcontrol(8)Alan Somers2017-01-204-7/+28
* "Buses" is the preferred plural of "bus"Conrad Meyer2017-01-152-9/+9
* Make `camcontrol cmd ... -i ...` return only valid bytes.Alexander Motin2017-01-151-5/+9
* Add checks for received mode page length.Alexander Motin2017-01-101-3/+6
* Make 'camcontrol modepage' support subpages.Alexander Motin2017-01-074-139/+187
* Make do_buff_decode() not read past the end of the buffer.Alexander Motin2017-01-071-1/+8
* Cut to the chase and just call free instead of free(x) + x = NULLEnji Cooper2016-12-101-10/+3
* free/NULL out variables prior to calling strdup to avoid leaking memoryEnji Cooper2016-12-101-0/+10
* [camcontrol] init ts=0 to quieten gcc.Adrian Chadd2016-12-031-1/+1
* Add SCSI REPORT TIMESTAMP and SET TIMESTAMP support.Kenneth D. Merry2016-12-015-3/+586
* Fix a problem in camcontrol(8) that cropped up with r307684.Kenneth D. Merry2016-10-211-54/+66
* For CCBs allocated on the stack, we need to clear the entire CCB, not justKenneth D. Merry2016-10-201-1/+3
* Fix minor copy/paste bug.Alexander Motin2016-08-241-1/+1
* Fix a couple of Coverity Unintended sign extension sign extensionDon Lewis2016-05-251-2/+2
* Fix a couple of new instances of a false positive Coverity bufferDon Lewis2016-05-252-5/+6
* Fix multiple Coverity Out-of-bounds access false postive issues in CAMDon Lewis2016-05-244-82/+41
* Add support for managing Shingled Magnetic Recording (SMR) drives.Kenneth D. Merry2016-05-197-17/+2169
* camcontrol(8): Fix another trivial double-freeConrad Meyer2016-05-111-1/+3
* camcontrol(8): Fix trival double-freeConrad Meyer2016-05-111-0/+1
* Add "camcontrol reprobe" subcommand, and implement it for da(4).Edward Tomasz Napierala2016-05-102-2/+62
* sbin: minor spelling fixes.Pedro F. Giffuni2016-04-301-1/+1
* Remove logically impossible test in scsidoinquiry(..)Enji Cooper2016-04-281-3/+0