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
/
libudev
/
libudev-util.c
Age
Commit message (
Expand
)
Author
2015-04-12
libudev-util: check length before accesing the array
Thomas Hindoe Paaboel Andersen
2014-11-30
treewide: drop unnecessary trailing \n in log_*() calls
Michal Schmidt
2014-11-14
udev: switch to systemd logging functions
Kay Sievers
2014-11-02
libudev: do not accept invalid log levels
Zbigniew Jędrzejewski-Szmek
2014-09-18
src/shared: import upstream code needed for recent commits
Anthony G. Basile
2014-09-17
udev: util - use log_level_from_string()
Tom Gundersen
2014-09-10
udev - drop print_kmsg
Tom Gundersen
2014-02-21
everywhere: make use of new0() and macro() macros, and stop using perror()
Lennart Poettering
2014-01-20
libudev-util.c: Handle -1 return from sysconf(_SC_GET{PW,GR}_R_SIZE_MAX)
Michael Forney
2014-01-20
libudev-util.c: Fix sysconf variable for util_lookup_group
Michael Forney
2014-01-14
src/libudev: bring in line with upstream
Anthony G. Basile
2014-01-09
libudev: ship the original MurmurHash2.[ch] file
Kay Sievers
2014-01-09
device-nodes: move device node specific code to own file
Dave Reisner
2014-01-09
move utf8 functions from libudev-private.h to utf8.h
Dave Reisner
2013-10-25
libudev-util.c: Handle -1 return from sysconf(_SC_GET{PW,GR}_R_SIZE_MAX)
Michael Forney
2013-10-25
libudev-util.c: Fix sysconf variable for util_lookup_group
Michael Forney
2013-07-07
Import strxcpyx from upstream
Anthony G. Basile
2013-06-02
Correct missing int to size_t change
Anthony G. Basile
2013-04-03
Respect the MIT license
klondike
2013-04-03
Fix buffer overflow
klondike
2013-04-03
Clean up the string functions
klondike
2013-04-02
libudev: update to 199
Ian Stakenvicius
2013-01-28
Port new net_id capabilities from systemd-udev-197
Ian Stakenvicius
2013-01-28
save a line of code
Ian Stakenvicius
2012-12-17
Fixed some cosmetic naming in log entries
Ian Stakenvicius
2012-11-18
Fix implicit declaration warning
Kacper Kowalik (Xarthisius)
2012-11-12
libudev: update copyright headers
Kay Sievers
2012-11-12
udev: use usec_t and now()
Kay Sievers
2012-09-19
libudev: remove dead code
Kay Sievers
2012-07-14
udev: avoid creating /dev/kmsg with fopen() to support CONFIG_PRINTK=n
Kay Sievers
2012-04-26
libudev: prefix log macros with 'udev_'
Kay Sievers
2012-04-20
docs: hook-up gtk-doc to 'make check'
Kay Sievers
2012-04-17
udev: replace util_create_path() with mkdir_parents()
Kay Sievers
2012-04-16
udev: use startswith() and streq()
Kay Sievers
2012-04-13
udev: move libudev, gudev to src/; move gudev/docs/, udev/docs/ to to docs/
Kay Sievers