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-monitor.c
Age
Commit message (
Expand
)
Author
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-11-09
treewide: apply errno.cocci
Michal Schmidt
2015-10-27
mount-util: move fstype_is_network() and name_to_handle_at() definitions over
Lennart Poettering
2015-10-27
util-lib: split out allocation calls into alloc-util.[ch]
Lennart Poettering
2015-10-27
util-lib: move more file I/O related calls into fileio.[ch]
Lennart Poettering
2015-10-25
util-lib: split out fd-related operations into fd-util.[ch]
Lennart Poettering
2015-10-24
util-lib: split our string related calls from util.[ch] into its own file str...
Lennart Poettering
2015-06-03
libudev: monitor - set nl_pid when reusing fd in udev_monitor_new_from_netlin...
Tom Gundersen
2015-04-29
libudev: monitor - fix typo in log message
Tom Gundersen
2015-04-26
libudev: monitor - clarify log messages
Tom Gundersen
2015-04-10
shared: add formats-util.h
Ronny Chevalier
2015-04-01
libudev: monitor - improve logging
Tom Gundersen
2015-03-15
libudev-monitor: use initialization
Zbigniew Jędrzejewski-Szmek
2015-03-12
libudev: monitor - fix error path in send_device
Tom Gundersen
2015-02-23
remove unused includes
Thomas Hindoe Paaboel Andersen
2015-02-12
include <poll.h> instead of <sys/poll.h>
Thomas Hindoe Paaboel Andersen
2015-02-12
Revert "tree-wide: Always use recvmsg with MSG_CMSG_CLOEXEC"
Lennart Poettering
2015-02-10
tree-wide: Always use recvmsg with MSG_CMSG_CLOEXEC
Cristian Rodríguez
2015-01-26
libudev: monitor - move nulstr parsing to libudev-device
Tom Gundersen
2015-01-22
Assorted format fixes
Zbigniew Jędrzejewski-Szmek
2015-01-18
Add initialization helper for file_handle_union
Zbigniew Jędrzejewski-Szmek
2015-01-18
libudev: fix check for too long packet
Topi Miettinen
2014-12-25
libudev: fix strict aliasing violation
Shawn Paul Landden
2014-11-28
treewide: use log_*_errno whenever %m is in the format string
Michal Schmidt
2014-11-28
treewide: drop unnecessary trailing \n in log_*() calls
Michal Schmidt
2014-11-13
udev: switch to systemd logging functions
Kay Sievers
2014-11-13
libudev: we do not log errors from libraries
Kay Sievers
2014-09-18
libudev: monitor - warn if we fail to request SO_PASSCRED
Tom Gundersen
2014-04-24
udev: warn when name_to_handle_at is not implemented
Zbigniew Jędrzejewski-Szmek
2014-04-24
util: make sure all our name_to_handle_at() code makes use of file_handle_union
Lennart Poettering
2014-04-21
implement a union to pad out file_handle
Dave Reisner
2014-04-13
udev: remove seqnum API and all assumptions about seqnums
Kay Sievers
2014-02-13
everywhere: make use of new0() and macro() macros, and stop using perror()
Lennart Poettering
2014-01-31
use memzero(foo, length); for all memset(foo, 0, length); calls
Greg KH
2013-12-19
remove unused variable
Thomas Hindoe Paaboel Andersen
2013-12-18
libudev: monitor - only disallow "udev" type events
Kay Sievers
2013-12-18
libudev: disable monitor inside a container
Kay Sievers
2013-12-18
bus: catch up with kdbus changes
Kay Sievers
2013-12-18
libudev: devices received from udev are always initialized
Kay Sievers
2013-11-20
libudev: always return NULL in _unref() APIs
Lennart Poettering
2013-11-20
libudev: always return valid negative error codes on API functions
Lennart Poettering
2013-02-13
use streq instead of strcmp
Thomas Hindoe Paaboel Andersen
2012-11-12
libudev: update copyright headers
Kay Sievers
2012-06-18
libudev: clarify that udev_monitor_receive_device() is non-blocking
Kay Sievers
2012-05-25
udev: silent gcc warnings
Kay Sievers
2012-05-15
udev: update docs, NEWS
Kay Sievers
2012-05-15
udev: libudev - bump soname, remove deprecated functions, introduce symbol ve...
Kay Sievers
2012-04-26
libudev: prefix log macros with 'udev_'
Kay Sievers
2012-04-16
udev: replace ARRAY_SIZE() with ELEMENTSOF()
Kay Sievers
[next]