summaryrefslogtreecommitdiff
path: root/src/udev/ata_id
Commit message (Collapse)AuthorAge
* ata_id: remove unused header filesRobert Milasan2015-02-11
| | | | Signed-off-by: Robert Milasan <rmilasan@suse.com>
* udev: improve help/usage for some more programsRobert Milasan2015-01-01
|
* ata_id: remove temp variable to kill warningZbigniew Jędrzejewski-Szmek2014-12-25
| | | | | | src/udev/ata_id/ata_id.c:503:24: warning: assignment from incompatible pointer type identify_words = &identify.wyde; ^
* ata_id: modernizeZbigniew Jędrzejewski-Szmek2014-12-25
|
* udev: fix another strict aliasing issueShawn Paul Landden2014-12-25
|
* treewide: use log_*_errno whenever %m is in the format stringMichal Schmidt2014-11-28
| | | | | | | | | | | If the format string contains %m, clearly errno must have a meaningful value, so we might as well use log_*_errno to have ERRNO= logged. Using: find . -name '*.[ch]' | xargs sed -r -i -e \ 's/log_(debug|info|notice|warning|error|emergency)\((".*%m.*")/log_\1_errno(errno, \2/' Plus some whitespace, linewrap, and indent adjustments.
* udev: switch to systemd logging functionsKay Sievers2014-11-13
|
* build-sys: add missing makefile symlinksLennart Poettering2014-08-11
|
* udev: never bypass our own logging framework and call vsyslog() directly ↵Lennart Poettering2014-08-11
| | | | from udev tools
* everywhere: always use O_CLOEXEC where it makes senseLennart Poettering2014-02-13
|
* log: log_error() and friends add a newline after each line anyway, so avoid ↵Lennart Poettering2013-12-24
| | | | including it in the log strings
* Add more _printf_'s for format-nonliteralsThomas Hindoe Paaboel Andersen2013-12-14
| | | | | | | | | | | Clang is a bit more strict wrt format-nonliterals: http://clang.llvm.org/docs/LanguageExtensions.html#format-string-checking Adding these extra printf attributes also makes gcc able to find more problems. E.g. this patch uncovers a format issue in udev-builtin-path_id.c Some parts looked intetional about breaking the format-nonliteral check. I added some supression for warnings there.
* udev: ata_id: log faling ioctls as "debug"Kay Sievers2013-10-30
|
* udev/ata_id: zero out variable properlyZbigniew Jędrzejewski-Szmek2013-04-14
| | | | | | b8a2b0f76 'use initalization instead of explicit zeroing' introduced a bug where only the first sizeof(uint_t*) bytes would be zeroed out, instead of the whole array.
* udev/ata_id: use initalization instead of explicit zeroingZbigniew Jędrzejewski-Szmek2013-04-10
|
* use the same email address everywhereKay Sievers2012-11-12
|
* udev: ata_id - fixup all 8 not only 6 bytes of the fw_rev stringKay Sievers2012-07-05
| | | | | | | | | The last two digits are in the wrong order: $ hdparm -I /dev/sda | grep Revision 4PC10362 $ /lib/udev/ata_id -x /dev/sda | grep REVISION 4PC10326
* udev: fix a few issues detected by the llvm static analyzerKay Sievers2012-04-13
|
* udev: switch to systemd logging functionsKay Sievers2012-04-08
|
* udev: ata_id - remove assert() until we switch over to systemd loggingKay Sievers2012-04-04
|
* move imported udev into placeKay Sievers2012-04-04