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