aboutsummaryrefslogtreecommitdiff
path: root/sbin/camcontrol/fwdownload.c
Commit message (Expand)AuthorAgeFilesLines
* camcontrol: add support for Toshiba drive firmware updateKenneth D. Merry2023-12-291-0/+3
* sbin: Automated cleanup of cdefs and other formattingWarner Losh2023-11-271-1/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* camcontrol: Migrate to modern uintXX_t from u_intXX_tWarner Losh2023-07-251-5/+5
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-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
* camcontrol(8): remove unnecessary CCB zeroingEdward Tomasz Napierala2021-02-251-7/+0
* Supply SAT layer with valid transfer sizes.Alexander Motin2019-09-071-2/+2
* Use the more proper term of SATL instead of ATA_BEHIND_SCSI.Warner Losh2019-07-151-3/+3
* Make WD and WDC aliases for HGST.Warner Losh2019-03-211-0/+4
* various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Fix memory leaks in camcontrolAlan Somers2017-05-031-9/+6
* Add task attribute support to camcontrol(8).Kenneth D. Merry2017-02-171-6/+8
* Fix multiple Coverity Out-of-bounds access false postive issues in CAMDon Lewis2016-05-241-8/+4
* Add support for managing Shingled Magnetic Recording (SMR) drives.Kenneth D. Merry2016-05-191-2/+20
* camcontrol(8): Fix another trivial double-freeConrad Meyer2016-05-111-1/+3
* sbin: minor spelling fixes.Pedro F. Giffuni2016-04-301-1/+1
* Revamp camcontrol(8) fwdownload support and add the opcodes subcommand.Kenneth D. Merry2015-08-201-160/+726
* Fix resource leaksEd Maste2013-10-071-0/+2
* Add firmware downloading support for Samsung drivesBryan Venteicher2013-09-061-0/+2
* Improve firmware download status check. Previous check was insufficient forAlexander Motin2013-06-141-5/+3
* More -Wmissing-variable-declarations fixes.Ed Schouten2012-10-191-7/+7
* Update the 'fwdownload' command to also flash disks connected over anScott Long2012-06-201-63/+142
* Add missing static keywords to global variables in camcontrol.Ed Schouten2011-12-111-10/+10
* Restore comment with credit to Marc Frajola.Ed Maste2011-12-021-0/+9
* Add firmware update support for SCSI devices.Ed Maste2011-11-251-0/+380