Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-02-13 | everywhere: always use O_CLOEXEC where it makes sense | Lennart Poettering | |
2013-12-24 | log: log_error() and friends add a newline after each line anyway, so avoid ↵ | Lennart Poettering | |
including it in the log strings | |||
2013-12-14 | Add more _printf_'s for format-nonliterals | Thomas Hindoe Paaboel Andersen | |
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. | |||
2013-10-30 | udev: ata_id: log faling ioctls as "debug" | Kay Sievers | |
2013-04-14 | udev/ata_id: zero out variable properly | Zbigniew Jędrzejewski-Szmek | |
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. | |||
2013-04-10 | udev/ata_id: use initalization instead of explicit zeroing | Zbigniew Jędrzejewski-Szmek | |
2012-11-12 | use the same email address everywhere | Kay Sievers | |
2012-07-05 | udev: ata_id - fixup all 8 not only 6 bytes of the fw_rev string | Kay Sievers | |
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 | |||
2012-04-13 | udev: fix a few issues detected by the llvm static analyzer | Kay Sievers | |
2012-04-08 | udev: switch to systemd logging functions | Kay Sievers | |
2012-04-04 | udev: ata_id - remove assert() until we switch over to systemd logging | Kay Sievers | |
2012-04-04 | move imported udev into place | Kay Sievers | |