index
:
~lukeshu/systemd
elogind/master
eudev/master
notsystemd/master
notsystemd/postmove
notsystemd/premove
notsystemd/wip/cgroup2
notsystemd/wip/nspawn
notsystemd/wip/nspawn-parse
systemd/master
systemd/parabola
Unnamed repository; edit this file 'description' to name the repository.
git-mirror
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
scsi_id
Age
Commit message (
Expand
)
Author
2014-12-01
treewide: use log_*_errno whenever %m is in the format string
Michal Schmidt
2014-11-14
udev: switch to systemd logging functions
Kay Sievers
2014-11-02
scsi_id: fix usage spelling
Joe Lawrence
2014-10-30
util: unify how we see srand()
Lennart Poettering
2014-08-18
src/scsi_id/Makefile.am,test/Makefile.am: fix build on debian jessie, issue #97
Anthony G. Basile
2014-08-12
udev: never bypass our own logging framework and call vsyslog() directly from...
Lennart Poettering
2014-08-05
src/shared: refactor shared code
Anthony G. Basile
2014-05-15
src/scsi_id/scsi_id.c: remove redeclaration of VERSION
Anthony G. Basile
2014-05-01
src/scsi_id/scsi_id.c: Add _GNU_SOURCE for struct file_handle
Anthony G. Basile
2014-04-05
Revisit issue #87: fails to build on linux headers 3.13
Anthony G. Basile
2014-03-22
Revisit issue #87: fails to build on linux headers 3.13
Anthony G. Basile
2014-03-15
Fix issue #87: fails to build on linux headers 3.13
Anthony G. Basile
2014-03-09
builtins: add <linux/fcntl.h> for uclibc
Anthony G. Basile
2014-02-28
Remove dead lines in various places
Zbigniew Jędrzejewski-Szmek
2014-02-21
everywhere: always use O_CLOEXEC where it makes sense
Lennart Poettering
2014-02-02
use memzero(foo, length); for all memset(foo, 0, length); calls
Greg KH
2014-01-14
src/libudev: bring in line with upstream
Anthony G. Basile
2014-01-09
Add more _printf_'s for format-nonliterals
Thomas Hindoe Paaboel Andersen
2013-07-07
Import strxcpyx from upstream
Anthony G. Basile
2013-04-02
udev: extern on functions is pointless
Lennart Poettering
2013-03-14
Fix whitespace in various files
Anthony G. Basile
2012-11-24
Fix paths: test/udev-test.pl now works under sudo make distcheck
Anthony G. Basile
2012-11-23
Consolidate configuration of all installation paths into configure.ac
Anthony G. Basile
2012-11-22
Make udevlibexecdir be substituted out of configure and assigned ${rootlibdir...
Ian Stakenvicius
2012-11-18
Fix wrong format warnings
Kacper Kowalik (Xarthisius)
2012-11-18
Got helper in src/* and make distcheck working
Anthony G. Basile
2012-11-17
Restructure src/ as per lu_zero
Anthony G. Basile