summaryrefslogtreecommitdiff
path: root/src/libudev/libudev-monitor.c
Commit message (Expand)AuthorAgeFilesLines
* Replace free and return NULL with return mfreeDaniel Lockyer2017-11-241-2/+1
* udev: port udev_has_devtmpfs() to use path_get_mnt_id()Lennart Poettering2017-11-211-11/+8
* mount-util: add name_to_handle_at_loop() wrapper around name_to_handle_at()Lennart Poettering2017-11-211-2/+1
* Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2017-11-191-0/+1
* libudev: add missing errno initialization/error propagation (#6781)Lennart Poettering2017-09-091-7/+32
* tree-wide: when %m is used in log_*, always specify errno explicitlyZbigniew Jędrzejewski-Szmek2017-05-191-1/+1
* Rename formats-util.h to format-util.hZbigniew Jędrzejewski-Szmek2016-11-071-1/+1
* tree-wide: use mfree moreZbigniew Jędrzejewski-Szmek2016-10-161-2/+1
* tree-wide: htonl() is weird, let's use htobe32() instead (#3538)Lennart Poettering2016-06-151-7/+7
* tree-wide: group include of libudev.h with sd-*Thomas Hindoe Paaboel Andersen2015-11-171-1/+2
* tree-wide: sort includesThomas Hindoe Paaboel Andersen2015-11-161-2/+1
* treewide: apply errno.cocciMichal Schmidt2015-11-091-4/+2
* mount-util: move fstype_is_network() and name_to_handle_at() definitions overLennart Poettering2015-10-271-0/+1
* util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: move more file I/O related calls into fileio.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: split out fd-related operations into fd-util.[ch]Lennart Poettering2015-10-251-0/+1
* util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering2015-10-241-8/+10
* libudev: monitor - set nl_pid when reusing fd in udev_monitor_new_from_netlin...Tom Gundersen2015-06-031-14/+22
* libudev: monitor - fix typo in log messageTom Gundersen2015-04-291-1/+1
* libudev: monitor - clarify log messagesTom Gundersen2015-04-261-2/+2
* shared: add formats-util.hRonny Chevalier2015-04-101-0/+1
* libudev: monitor - improve loggingTom Gundersen2015-04-011-2/+8
* libudev-monitor: use initializationZbigniew Jędrzejewski-Szmek2015-03-151-17/+16
* libudev: monitor - fix error path in send_deviceTom Gundersen2015-03-121-1/+9
* remove unused includesThomas Hindoe Paaboel Andersen2015-02-231-4/+0
* include <poll.h> instead of <sys/poll.h>Thomas Hindoe Paaboel Andersen2015-02-121-1/+1
* Revert "tree-wide: Always use recvmsg with MSG_CMSG_CLOEXEC"Lennart Poettering2015-02-121-1/+1
* tree-wide: Always use recvmsg with MSG_CMSG_CLOEXECCristian Rodríguez2015-02-101-1/+1
* libudev: monitor - move nulstr parsing to libudev-deviceTom Gundersen2015-01-261-27/+7
* Assorted format fixesZbigniew Jędrzejewski-Szmek2015-01-221-3/+3
* Add initialization helper for file_handle_unionZbigniew Jędrzejewski-Szmek2015-01-181-4/+1
* libudev: fix check for too long packetTopi Miettinen2015-01-181-1/+1
* libudev: fix strict aliasing violationShawn Paul Landden2014-12-251-12/+12
* treewide: use log_*_errno whenever %m is in the format stringMichal Schmidt2014-11-281-4/+4
* treewide: drop unnecessary trailing \n in log_*() callsMichal Schmidt2014-11-281-16/+16
* udev: switch to systemd logging functionsKay Sievers2014-11-131-16/+16
* libudev: we do not log errors from librariesKay Sievers2014-11-131-5/+5
* libudev: monitor - warn if we fail to request SO_PASSCREDTom Gundersen2014-09-181-1/+4
* udev: warn when name_to_handle_at is not implementedZbigniew Jędrzejewski-Szmek2014-04-241-1/+4
* util: make sure all our name_to_handle_at() code makes use of file_handle_unionLennart Poettering2014-04-241-3/+6
* implement a union to pad out file_handleDave Reisner2014-04-211-4/+2
* udev: remove seqnum API and all assumptions about seqnumsKay Sievers2014-04-131-16/+1
* everywhere: make use of new0() and macro() macros, and stop using perror()Lennart Poettering2014-02-131-1/+1
* use memzero(foo, length); for all memset(foo, 0, length); callsGreg KH2014-01-311-5/+5
* remove unused variableThomas Hindoe Paaboel Andersen2013-12-191-1/+0
* libudev: monitor - only disallow "udev" type eventsKay Sievers2013-12-181-18/+20
* libudev: disable monitor inside a containerKay Sievers2013-12-181-1/+64
* bus: catch up with kdbus changesKay Sievers2013-12-181-0/+8
* libudev: devices received from udev are always initializedKay Sievers2013-12-181-31/+31
* libudev: always return NULL in _unref() APIsLennart Poettering2013-11-201-2/+2