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
/
test
/
test-libudev.c
Age
Commit message (
Expand
)
Author
2016-08-01
find src \( -name '*.h' -o -name '*.c' \) -type f -exec ./fixup_includes {} \;
Luke Shumaker
2016-07-28
fix
Luke Shumaker
2016-07-27
fix
Luke Shumaker
2016-03-04
test-libudev: disable monitor mode by default and add to automatic tests
Zbigniew Jędrzejewski-Szmek
2016-03-04
test-libudev: modernization
Zbigniew Jędrzejewski-Szmek
2016-02-10
tree-wide: remove Emacs lines from all files
Daniel Mack
2016-01-12
tree-wide: use xsprintf() where applicable
Daniel Mack
2015-11-17
tree-wide: group include of libudev.h with sd-*
Thomas Hindoe Paaboel Andersen
2015-11-16
tree-wide: sort includes
Thomas Hindoe Paaboel Andersen
2015-10-24
util-lib: split our string related calls from util.[ch] into its own file str...
Lennart Poettering
2015-05-11
test-libudev: fix leak in error case
Thomas Hindoe Paaboel Andersen
2015-05-06
test-libudev: add error handling
Thomas Hindoe Paaboel Andersen
2015-02-23
remove unused includes
Thomas Hindoe Paaboel Andersen
2014-11-13
udev: switch to systemd logging functions
Kay Sievers
2014-10-04
test: only use assert_se
Thomas Hindoe Paaboel Andersen
2014-08-11
udev: never bypass our own logging framework and call vsyslog() directly from...
Lennart Poettering
2014-08-03
Unify parse_argv style
Zbigniew Jędrzejewski-Szmek
2014-04-13
udev: remove seqnum API and all assumptions about seqnums
Kay Sievers
2014-01-31
use memzero(foo, length); for all memset(foo, 0, length); calls
Greg KH
2013-12-14
Add more _printf_'s for format-nonliterals
Thomas Hindoe Paaboel Andersen
2013-12-03
trivial coding style clean ups
Thomas Hindoe Paaboel Andersen
2013-10-13
Introduce udev object cleanup functions
Zbigniew Jędrzejewski-Szmek
2013-10-13
Fix write-only use of a few variables
Zbigniew Jędrzejewski-Szmek
2013-08-14
hostnamectl: show only specific hostname when requested
Zbigniew Jędrzejewski-Szmek
2012-11-12
use the same email address everywhere
Kay Sievers
2012-10-27
libudev: import hwdb and export lookup interface
Kay Sievers
2012-04-16
udev: use startswith() and streq()
Kay Sievers
2012-04-16
udev: remove configuration options for /dev, /sys, /run directories
Kay Sievers
2012-04-14
udev: test - move test/ and src/test/
Kay Sievers