summaryrefslogtreecommitdiff
path: root/src/scsi_id
AgeCommit message (Expand)Author
2015-04-14shared: add random-util.[ch]Ronny Chevalier
2015-01-07udevadm,..: make --help output of udev tools more like the output of the vari...Lennart Poettering
2015-01-07udev: improve help/usage for some more programsRobert Milasan
2014-12-01treewide: use log_*_errno whenever %m is in the format stringMichal Schmidt
2014-11-14udev: switch to systemd logging functionsKay Sievers
2014-11-02scsi_id: fix usage spellingJoe Lawrence
2014-10-30util: unify how we see srand()Lennart Poettering
2014-08-18src/scsi_id/Makefile.am,test/Makefile.am: fix build on debian jessie, issue #97Anthony G. Basile
2014-08-12udev: never bypass our own logging framework and call vsyslog() directly from...Lennart Poettering
2014-08-05src/shared: refactor shared codeAnthony G. Basile
2014-05-15src/scsi_id/scsi_id.c: remove redeclaration of VERSIONAnthony G. Basile
2014-05-01src/scsi_id/scsi_id.c: Add _GNU_SOURCE for struct file_handleAnthony G. Basile
2014-04-05Revisit issue #87: fails to build on linux headers 3.13Anthony G. Basile
2014-03-22Revisit issue #87: fails to build on linux headers 3.13Anthony G. Basile
2014-03-15Fix issue #87: fails to build on linux headers 3.13Anthony G. Basile
2014-03-09builtins: add <linux/fcntl.h> for uclibcAnthony G. Basile
2014-02-28Remove dead lines in various placesZbigniew Jędrzejewski-Szmek
2014-02-21everywhere: always use O_CLOEXEC where it makes senseLennart Poettering
2014-02-02use memzero(foo, length); for all memset(foo, 0, length); callsGreg KH
2014-01-14src/libudev: bring in line with upstreamAnthony G. Basile
2014-01-09Add more _printf_'s for format-nonliteralsThomas Hindoe Paaboel Andersen
2013-07-07Import strxcpyx from upstreamAnthony G. Basile
2013-04-02udev: extern on functions is pointlessLennart Poettering
2013-03-14Fix whitespace in various filesAnthony G. Basile
2012-11-24Fix paths: test/udev-test.pl now works under sudo make distcheckAnthony G. Basile
2012-11-23Consolidate configuration of all installation paths into configure.acAnthony G. Basile
2012-11-22Make udevlibexecdir be substituted out of configure and assigned ${rootlibdir...Ian Stakenvicius
2012-11-18Fix wrong format warningsKacper Kowalik (Xarthisius)
2012-11-18Got helper in src/* and make distcheck workingAnthony G. Basile
2012-11-17Restructure src/ as per lu_zeroAnthony G. Basile