summaryrefslogtreecommitdiff
path: root/src/libudev
AgeCommit message (Expand)Author
2016-11-21src/libudev/libudev.h, src/udev/udev.h: include <sys/sysmacros.h>Anthony G. Basile
2015-09-08Add missing space between filename and error messageRobert C. Sheets
2015-07-20libudev: fix commit 3df6350Anthony G. Basile
2015-07-20libudev: monitor - set nl_pid when reusing fd in udev_monitor_new_from_netlin...Tom Gundersen
2015-07-20sd-device: get_subsystem - don't complain if a device does not have a subsystemTom Gundersen
2015-06-18udevd: fix REMOVE handlingChris Clayton
2015-05-30configure.ac: bump udev to 220 and eudev to 3.1Anthony G. Basile
2015-05-03libudev: monitor - fix typo in log messageTom Gundersen
2015-05-03libudev: monitor - clarify log messagesTom Gundersen
2015-04-12libudev-util: check length before accesing the arrayThomas Hindoe Paaboel Andersen
2015-04-12libudev: monitor - improve loggingTom Gundersen
2015-03-27Remove hardcoded path /run and configure using --with-rootrundir=David Cortarello
2015-03-19src/libudev/Makefile.am: bump libudev revision to 2Anthony G. Basile
2015-03-18libudev: private - introduce udev_device_new_from_synthetic_event()Tom Gundersen
2015-03-18libudev-monitor: use initializationZbigniew Jędrzejewski-Szmek
2015-03-18udev: downgrade "has devpath" and "filled with db file" messagesZbigniew Jędrzejewski-Szmek
2015-03-18udev: make set_usec_initialized() internal to libudevTom Gundersen
2015-03-18libudev: introduce clone_with_db()Tom Gundersen
2015-03-18libudev: monitor - fix error path in send_deviceTom Gundersen
2015-03-18udevd: event - make db loading lazy in REMOVE event handlingTom Gundersen
2015-03-18libudev: introduce udev_device_properties_copy()Tom Gundersen
2015-03-18libudev: private - make property_from_string_parse* staticTom Gundersen
2015-03-18libudev: udev_device_read_db - drop unused argumentTom Gundersen
2015-03-18libudev: udev_device_add_property - implicitly mark properties for saving to dbTom Gundersen
2015-03-18udev/libudev: event - move {OLD_,}INTERFACE handling from udevd to libudevTom Gundersen
2015-02-11Minor cleanupsAnthony G. Basile
2015-02-11libudev: private - drop some functions from the internal APITom Gundersen
2015-02-11udev: event - move renaming of udev_device to libudevTom Gundersen
2015-02-08libudev: monitor - move nulstr parsing to libudev-deviceTom Gundersen
2015-02-08udev: event - introduce and use internal udev_device_shallow_clone()Tom Gundersen
2015-01-25Add initialization helper for file_handle_unionZbigniew Jędrzejewski-Szmek
2015-01-25libudev: fix check for too long packetTopi Miettinen
2015-01-25Assorted format fixesZbigniew Jędrzejewski-Szmek
2014-12-29libudev: fix strict aliasing violationShawn Paul Landden
2014-12-17use correct format typesThomas Hindoe Paaboel Andersen
2014-12-04libudev: set errno properly in all error conditions of udev_device_new_from_s...Lennart Poettering
2014-12-01treewide: another round of simplificationsMichal Schmidt
2014-12-01treewide: use log_*_errno whenever %m is in the format stringMichal Schmidt
2014-11-30treewide: drop unnecessary trailing \n in log_*() callsMichal Schmidt
2014-11-16src/udev: update the definition of udev_event_execute_ruleAnthony G. Basile
2014-11-14udev: switch to systemd logging functionsKay Sievers
2014-11-14udev: use the systemd logging functions in udev toolsKay Sievers
2014-11-07src/libudev/libudev-hwdb.c: update error messageAnthony G. Basile
2014-11-02libudev: Use correct free functionColin Walters
2014-11-02Use log "level" instead of "priority"Zbigniew Jędrzejewski-Szmek
2014-11-02libudev: do not accept invalid log levelsZbigniew Jędrzejewski-Szmek
2014-11-02libudev: modernizationZbigniew Jędrzejewski-Szmek
2014-09-18src: minor code cleanupAnthony G. Basile
2014-09-18udev: fix path for database names on 'change' eventRobert Milasan
2014-09-18libudev: monitor - warn if we fail to request SO_PASSCREDTom Gundersen