summaryrefslogtreecommitdiff
path: root/src/udev/scsi_id/scsi_serial.c
AgeCommit message (Expand)Author
2014-11-28treewide: use log_*_errno whenever %m is in the format stringMichal Schmidt
2014-10-30util: unify how we see srand()Lennart Poettering
2014-08-11udev: never bypass our own logging framework and call vsyslog() directly from...Lennart Poettering
2014-02-13everywhere: always use O_CLOEXEC where it makes senseLennart Poettering
2014-01-31use memzero(foo, length); for all memset(foo, 0, length); callsGreg KH
2013-12-24log: log_error() and friends add a newline after each line anyway, so avoid i...Lennart Poettering
2013-11-26tree-wide usage of %m specifier instead of strerror(errno)Daniel Buch
2013-02-13use strneq instead of strncmpThomas Hindoe Paaboel Andersen
2013-01-09tabs to spacesThomas Hindoe Paaboel Andersen
2012-09-23udev: free fd before return in scsi_serial.cLukas Nykryn
2012-05-27scsi_id: fix truncated model in by-id device linksJean Delvare
2012-04-13udev: move libudev, gudev to src/; move gudev/docs/, udev/docs/ to to docs/Kay Sievers
2012-04-08udev: switch to systemd logging functionsKay Sievers
2012-04-04move imported udev into placeKay Sievers