summaryrefslogtreecommitdiff
path: root/src/udev
AgeCommit message (Expand)Author
2015-03-18udev: make set_usec_initialized() internal to libudevTom Gundersen
2015-03-18udevd: improve handling of failed workerTom Gundersen
2015-03-18udevd: don't free event when killing the worker, wait until it has been reapedTom Gundersen
2015-03-18libudev: introduce clone_with_db()Tom 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-18udev: add SYSCTL{} supportKay Sievers
2015-03-18libudev: add missing hunksTom 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-03-18udev: simplify event_queue_update() and add debug loggingTom Gundersen
2015-03-18udev: use inttypes.h types wherever appropriateLennart Poettering
2015-03-18tree-wide: use _packed_ macro instead of raw gcc __attribute__Lennart Poettering
2015-03-18udevd: close race in udev settleTom Gundersen
2015-03-01shared: introduce cmsg_close_all() callLennart Poettering
2015-02-11src/udev/udev-event.c: clean up net if renaming codeAnthony G. Basile
2015-02-11src/udev/udev-builtin.c: remove legacy optional keymapAnthony G. Basile
2015-02-11src/udev/udev-builtin-kmod.c: remove the modprobe alt to kmod codeAnthony G. Basile
2015-02-11src/udev/udevd.c: remove create static nodes from modulesAnthony G. Basile
2015-02-11Minor cleanupsAnthony G. Basile
2015-02-11udev: event - move renaming of udev_device to libudevTom Gundersen
2015-02-11rule_generator: remove legacy codeAnthony G. Basile
2015-02-08util: rework strappenda(), and rename it strjoina()Lennart Poettering
2015-02-08udev: event - minor nitTom Gundersen
2015-02-08udev: event - introduce and use internal udev_device_shallow_clone()Tom Gundersen
2015-01-25Assorted format fixesZbigniew Jędrzejewski-Szmek
2015-01-17src/udev/Makefile.am: fix build wrt udev-builtin-evdev_id.cAnthony G. Basile
2015-01-17udev: merge evdev_id into input_idDavid Herrmann
2015-01-17udev: fix NULL-ptr derefDavid Herrmann
2015-01-17udev: Add builtin/rule to export evdev information as udev propertiesCarlos Garnacho
2015-01-17udev: make use of new one_zero() helper where appropriateLennart Poettering
2015-01-17udevadm: don't hit an assert when obsolete parameters are passedLennart Poettering
2015-01-07udevadm,..: make --help output of udev tools more like the output of the vari...Lennart Poettering
2014-12-29util: fix strict aliasing violations in use of struct inotify_event v5Shawn Paul Landden
2014-12-17blkid: Warn when rejecting a superblock with a bad csumGabriel de Perthuis
2014-12-17udev-builtin-btrfs: properly initialize ioctl struct to zeroesLennart Poettering
2014-12-11core: unify how we iterate over inotify eventsLennart Poettering
2014-12-11treewide: correct spacing near eol in code commentsTorstein Husebø
2014-12-04udevd: SAS: use SAS addr + PHY id in by-path whenever possible.Maurizio Lombardi
2014-12-01udev: strings in C are NUL-terminated anyway, no need to add a second NUL...Lennart Poettering
2014-12-01udev: rules - ignore the lack of trailing newlineTom Gundersen
2014-12-01udev: rules - print the first invalid characterTom Gundersen
2014-12-01udev: rules - modernise add_rule a bitTom Gundersen
2014-12-01udevadm hwdb: discard extra leading whitespaces in hwdbPeter Hutterer
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-28treewide: more log_*_errno() conversionsMichal Schmidt
2014-11-28treewide: no need to negate errno for log_*_errno()Michal Schmidt