summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* bump version and sonamev0.6Lennart Poettering2009-04-051-2/+2
|
* make sure we don't choke on attribute id 255Lennart Poettering2009-04-051-1/+1
|
* add another bad drive smart blobLennart Poettering2009-04-051-0/+0
|
* fix typoLennart Poettering2009-04-051-1/+1
|
* add another bad driver SMART blobLennart Poettering2009-04-051-0/+0
|
* include a few bad smart blobs for testing purposesLennart Poettering2009-04-052-0/+3
|
* update --help textLennart Poettering2009-04-051-1/+1
|
* define type string for 'unknown'Lennart Poettering2009-04-051-2/+2
|
* bump revision and sonamev0.5Lennart Poettering2009-04-031-2/+2
|
* remove | chars that are too much from regexpLennart Poettering2009-04-031-2/+2
|
* fix parsing of power-on-minutesLennart Poettering2009-04-031-1/+1
|
* open the disk device in O_RDONLY, let's see how compatible that isLennart Poettering2009-04-031-1/+1
|
* make sure the blob data is packed. it's certainly packed anyway, but let's ↵Lennart Poettering2009-04-031-1/+1
| | | | better be safe than sorry
* bump revision and sonamev0.4Lennart Poettering2009-04-021-2/+2
|
* beef up skdump to be able to load/save blobsLennart Poettering2009-04-021-13/+255
|
* add functions to save/load smart data blobs directlyLennart Poettering2009-04-022-82/+206
|
* bump revision for 0.3v0.3Lennart Poettering2009-03-241-2/+2
|
* copy in new quirk table from smartmontoolsLennart Poettering2009-03-241-52/+82
|
* bump revisionv0.2Lennart Poettering2009-03-191-2/+2
|
* update .gitignoreLennart Poettering2009-03-191-0/+1
|
* handle the good status of bad sector attributes especiallyLennart Poettering2009-03-191-0/+10
|
* drop -1 suffix from attribute names to make things more future-proofLennart Poettering2009-03-191-5/+5
|
* add new API sk_disk_smart_get_overall()Lennart Poettering2009-03-192-14/+98
|
* add high-level sk_disk_smart_get_{power_on, temperature, bad}() callsLennart Poettering2009-03-192-19/+191
|
* fix a few typosLennart Poettering2009-03-191-7/+7
|
* use top_builddir instead of builddirLennart Poettering2009-03-181-1/+1
|
* dump access modeLennart Poettering2009-03-181-2/+20
|
* 12-byte SAT support for libatasmartMatthew Garrett2009-03-181-7/+79
| | | | | | | | | | | | | | Hi Lennart, My USB enclosure (a Maxtor basics of some description) supports SAT, but only the 12-byte version. I've included a patch that implements it. RIght now it tries the 16 byte one and then falls back, which is possibly not ideal - there's a significant pause before the 16 byte one finishes and the 12 byte one is tried. I'd reverse the order, but I've no idea if that would confuse other devices. Are we able to check for which commands the firmware claims to support? Signed-off-by: Lennart Poettering <lennart@poettering.net>
* explicitly require am 1.9Lennart Poettering2008-07-281-1/+1
|
* move utilities to sbinv0.1Lennart Poettering2008-07-251-1/+1
|
* remove atasmart.strpool.c during buildLennart Poettering2008-07-251-0/+2
|
* set version info from configure scriptLennart Poettering2008-07-251-1/+1
|
* fix c compiler checksLennart Poettering2008-07-251-3/+1
|
* remove sptestLennart Poettering2008-07-251-46/+0
|
* ignore atasmart.strpool.cLennart Poettering2008-07-251-0/+1
|
* fix space dropping algorithmLennart Poettering2008-07-251-0/+1
|
* add missing strpool lookupLennart Poettering2008-07-251-1/+1
|
* ignore strpoolLennart Poettering2008-07-251-0/+1
|
* add more complete quirk frameworkLennart Poettering2008-07-251-57/+326
|
* offset all strpool entries by one to avoid clashes with NULLLennart Poettering2008-07-251-2/+4
|
* fix indenting an latencyLennart Poettering2008-07-191-463/+488
|
* strinpoolize even more tablesLennart Poettering2008-07-191-1/+2
|
* initialize sense data to make valgrind shut upLennart Poettering2008-07-191-0/+2
|
* actually use strpool for the atasmart sourcesLennart Poettering2008-07-192-12/+23
|
* fix write file logicLennart Poettering2008-07-191-1/+1
|
* redirect gcc output to the proper original linesLennart Poettering2008-07-191-0/+4
|
* remove casting warningLennart Poettering2008-07-191-1/+1
|
* make strpool error output a bit more usefulLennart Poettering2008-07-191-10/+19
|
* fix order strpool decoratorsLennart Poettering2008-07-191-3/+1
|
* add a simple string pool generatorLennart Poettering2008-07-034-0/+658
|