| Age | Commit message (Expand) | Author |
| 2020-12-20 | Managment -> Management | jmcneill |
| 2020-12-07 | micron SMART 202 is percent lifetime used not remaining. | mrg |
| 2019-05-30 | Add support for ATA command pass-through to SCSI devices. | mlelstv |
| 2019-03-03 | - smart vendor support now does try to guess the vendor, | mrg |
| 2019-03-03 | add a samsung specific SMART table with: | mrg |
| 2019-03-01 | add some intel specific smart values, and be more specific for | mrg |
| 2018-12-05 | "smart status" already obtains the ata parameters to check if smart | mrg |
| 2018-10-31 | extend "smart status" command to "smart status [vendor]", and supply a | mrg |
| 2016-10-04 | add SMART 249: Total Raw NAND Writes (1GiB units), sourced from | mrg |
| 2016-05-10 | update the micron smart codes for 247/248 to match data i found in | mrg |
| 2015-09-21 | add smart IDs 210, 246, 247 and 248 (Micron): | mrg |
| 2014-10-15 | add a whole bunch of S.M.A.R.T. status i found around various sources. | mrg |
| 2013-12-09 | Fix typo ("then" instead of "than") | wiz |
| 2013-10-30 | -recognize CF cards by the magic value in inquiry data | drochner |
| 2013-08-06 | TRIM showed up sometime between ATA-7 and ATA-8. | soren |
| 2013-08-03 | Don't use \t to align text columns. | soren |
| 2013-02-08 | Decode 6Gbps signaling SATA capability in IDENTIFY DEVICE data. | jakllsch |
| 2013-01-09 | Add some ATA SECURITY commands to atactl(8). | riastradh |
| 2012-10-19 | Implement experimental support to pass notifications that a file | drochner |
| 2011-10-31 | Constify structure pointed to by getataparams() return value. | jakllsch |
| 2011-10-31 | Remove write-only variable. | jakllsch |
| 2011-10-31 | Wrap or shorten lines longer than 80 columns. | jakllsch |
| 2011-10-24 | use C99 fixed-width integer types | jakllsch |
| 2011-10-24 | constify | jakllsch |
| 2011-10-24 | change lines containing only whitespace to empty lines, | jakllsch |
| 2011-08-27 | staticfy. Use __dead. | joerg |
| 2011-01-19 | fix mislabelled S.M.A.R.T. lifetime temperature record reading. | nisimura |
| 2011-01-14 | fix a mysterious indent lossage roaming around for last couple of years. | nisimura |
| 2010-03-13 | add SMART code 187: "Reported uncorrect". from smartmontools. | mrg |
| 2010-01-25 | Add display of Long Physical Sector and Long Logical Sectors feature set | jakllsch |
| 2009-06-08 | Improve "identify" output slightly: | jakllsch |
| 2009-06-06 | make space for a trailing \0 in model,revision and serial buffers. | mlelstv |
| 2009-03-16 | fix sign-compare issues | lukem |
| 2008-08-25 | Add two missing SMART attributes; PR 37967 from Henry Bent. Also add a | dholland |
| 2008-07-24 | Fix this to not need -Wno-pointer-sign. Make it pass -Wsign-compare too, | dholland |
| 2008-04-28 | Remove clause 3 and 4 from TNF licenses | martin |
| 2007-12-15 | replace instances of __attribute__((__packed__)) with __packed | perry |
| 2007-11-18 | From Marco Trillo (marcotrillo at gmail dot com): | christos |
| 2007-11-04 | Fix typo in SATA features: Perservation -> Preservation. | xtraeme |
| 2007-08-21 | Improved SATA support, from Jonathan A. Kollasch in PR bin/36772: | bouyer |
| 2006-10-16 | add missing initializers | christos |
| 2006-09-24 | It's WDCC_SECURITY_FREEZE not WCDD_SECURITY_FREEZE. | xtraeme |
| 2006-09-23 | Do not print "SMART not supported" when SMART was disabled, this | xtraeme |
| 2006-02-25 | Fix some typos. | wiz |
| 2005-11-29 | fix byteswap of log revision structure check, improve error printout | dbj |
| 2005-11-29 | add newline termination on error message | dbj |
| 2005-06-27 | Move WARNS=3 to the Makefile.inc, and add a little const to the remaining | christos |
| 2005-04-12 | Implement a "security" command with subcommands to query the status of | drochner |
| 2005-01-20 | Kill __P(), remove main() prototype; WARNS=2 | xtraeme |
| 2005-01-17 | Add missing SMART attribute (6, Read channel margin) | dogcow |