summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2014-09-13skip udev: event - keep one rtnl per worker, rather than per eventAnthony G. Basile
2014-09-13udev: remove userspace firmware loading supportKay Sievers
2014-09-10udev: timeout - increase timeoutTom Gundersen
2014-09-10udev: fix copy-paste error in log messageTom Gundersen
2014-09-10udev: import the full db on MOVE events for devices without dev_tTom Gundersen
2014-09-10udev - drop print_kmsgTom Gundersen
2014-09-10libudev: fix symbol version for udev_queue_flush() and udev_queue_get_fd()Michael Biebl
2014-09-03src/libudev/Makefile.am: link libudev against selinuxAmadeusz Sławiński
2014-09-02src/shared/label.c: include selinux headersAmadeusz Sławiński
2014-09-01udev: bump event timeout to 60 secondsKay Sievers
2014-08-27shared: make container_of() use unique variable namesDavid Herrmann
2014-08-27udev: add missing new-line in udevadm errorDavid Herrmann
2014-08-27udev: hwdb - do not look at "usb_device" parentsKay Sievers
2014-08-22util: change return value of startswith() to non-consteudev/v1.10Lennart Poettering
2014-08-22util: change return value of startswith() to non-constLennart Poettering
2014-08-22configure.ac and src/libudev/Makefile.am: bump to 1.10 = upstream 216Anthony G. Basile
2014-08-18src/scsi_id/Makefile.am,test/Makefile.am: fix build on debian jessie, issue #97Anthony G. Basile
2014-08-17src/shared/mkdir.h: add missing func prototypeAnthony G. Basile
2014-08-14src/shared/path-util.c: revert change from realpath to canonicalize_file_nameAnthony G. Basile
2014-08-14src/shared: some stylistic changesAnthony G. Basile
2014-08-14src/shared: import more code cleanups from upstreamAnthony G. Basile
2014-08-14src/shared: import many code cleanups from upstreamAnthony G. Basile
2014-08-13src/shared/cgroup-util.c: code cleanup following upstreamAnthony G. Basile
2014-08-12udev: modernize net_id builtin a bitLennart Poettering
2014-08-12udev: never bypass our own logging framework and call vsyslog() directly from...Lennart Poettering
2014-08-06src/libudev/libudev.sym: mark most symbols as hiddenAnthony G. Basile
2014-08-05src/shared: refactor shared codeAnthony G. Basile
2014-08-05src/{libudev,udev}: minor renamings from upstreamAnthony G. Basile
2014-08-05src/libudev/missing.h: clean up unused BTRFS_* declsAnthony G. Basile
2014-08-05src/collect/collect.c: remove excessive error reportingAnthony G. Basile
2014-08-05udev-builtin-keyboard: Allow numeric key codesMartin Pitt
2014-08-05udev: path_id - suppress ID_PATH for devices with an unknown parent device typeKay Sievers
2014-08-05Unify parse_argv styleZbigniew Jędrzejewski-Szmek
2014-08-05Include missing.h in udev-builtin-btrfs.c, and move BTRFS_IOC_DEVICES_READY t...Anthony G. Basile
2014-08-04man: add udev.conf(5)Zbigniew Jędrzejewski-Szmek
2014-08-04Reject invalid quoted stringsZbigniew Jędrzejewski-Szmek
2014-08-04Fix misuse of uint64_t as size_tZbigniew Jędrzejewski-Szmek
2014-08-04libudev: set errno when udev_device_new_from_* or udev_device_get_parent_* failTom Gundersen
2014-07-30udev: fixup commit dd5eddd28a74a49607a8fffcaf960040dba98479Hannes Reinecke
2014-07-30udev: place opening { at the same line as the function declarationKay Sievers
2014-07-30udev: unify event timeout handlingKay Sievers
2014-07-30udevd: add --event-timeout commandline optionHannes Reinecke
2014-07-25udev: exclude MD from block device ownership event lockingKay Sievers
2014-07-19Be more careful when checking for empty filesZbigniew Jędrzejewski-Szmek
2014-07-15src/libudev/Makefile.am: update libudev revisionAnthony G. Basile
2014-07-10accelerometer: Don't wait for new data from the sensorBastien Nocera
2014-07-06src/libudev/util.c: import flush_fd() from upstreamAnthony G. Basile
2014-07-01libudev: queue - watch entire directory to allow the re-use of the watch desc...Kay Sievers
2014-07-01libudev: queue provide file descriptor to watch busy event queueKay Sievers
2014-07-01libudev: fix udev_queue_get_queue_is_empty() logicKay Sievers