summaryrefslogtreecommitdiff
path: root/src/udev
AgeCommit message (Expand)Author
2014-09-18src: minor code cleanupAnthony G. Basile
2014-09-18udevd: don't fail if /run/udev existsTom Gundersen
2014-09-18udev: fix typosTom Gundersen
2014-09-18udev: ctrl - log if setting SO_PASSCRED failsTom Gundersen
2014-09-18src/udev/udev-node.c: replace our error handling with upstreamsAnthony G. Basile
2014-09-18udevadm: hwdb - check return value of fseeko()Tom Gundersen
2014-09-18udevd: check return of various functionsTom Gundersen
2014-09-18udevd: parse_argv - warn if argumens are invalidTom Gundersen
2014-09-18udev: fix path for database names on 'change' eventRobert Milasan
2014-09-18src/shared: import upstream code needed for recent commitsAnthony G. Basile
2014-09-17udev: event - modernize spawn_exec()Tom Gundersen
2014-09-17udev: event - explicitly don't read() from invalid fdTom Gundersen
2014-09-17udev: event - modernize spawn_read()Tom Gundersen
2014-09-17udev: rules - close empty fileTom Gundersen
2014-09-17udev: rules - add missing whitespace to log messageTom Gundersen
2014-09-17udevd: use safe_ato*() in place of strto*()Tom Gundersen
2014-09-17libudev: util - drop util_delete_path()Tom Gundersen
2014-09-17libudev: drop util_lookup_{user,group}Tom Gundersen
2014-09-17udev: apply permissions to static nodes before signallying READYTom Gundersen
2014-09-17udev: only print after final log level has been determinedTom Gundersen
2014-09-17udevd: initialize epoll_event structs on allocationTom Gundersen
2014-09-17udev: don't close std{in,out,err}Tom Gundersen
2014-09-17udev: drop duplicate loggingTom Gundersen
2014-09-17udev: split out parse_argv()Tom Gundersen
2014-09-17udev: split out help and modernise a bitTom Gundersen
2014-09-13udev: timeout - warn after a third of the timeout before killingTom Gundersen
2014-09-13udev: allow removing tags via TAG-="foobar"David Herrmann
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-01udev: bump event timeout to 60 secondsKay Sievers
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-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-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-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-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