summaryrefslogtreecommitdiff
path: root/src/udev
AgeCommit message (Expand)Author
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
2014-11-28treewide: auto-convert the simple cases to log_*_errno()Michal Schmidt
2014-11-28log: rearrange log function namingLennart Poettering
2014-11-28log: add an "error" parameter to all low-level logging calls and intrdouce lo...Lennart Poettering
2014-11-28udevadm trigger: allow matching by device nameZbigniew Jędrzejewski-Szmek
2014-11-28udevadm: split out find_device helperZbigniew Jędrzejewski-Szmek
2014-11-16src/udev: update the definition of udev_event_execute_ruleAnthony G. Basile
2014-11-14udev: move global property handling from libudev to udevdKay Sievers
2014-11-14udev: switch to systemd logging functionsKay Sievers
2014-11-14udev: use properly the systemd logging functionsRonny Chevalier
2014-11-14udev: use the systemd logging functions in udev toolsKay Sievers
2014-11-07util: simplify proc_cmdline() to reuse get_process_cmdline()Lennart Poettering
2014-11-07s/commandline/command line/gHarald Hoyer
2014-11-07udev: avoid magic constants in kernel-cmdline parsersDavid Herrmann
2014-11-07udev: Fix parsing of udev.event-timeout kernel parameter.Richard W.M. Jones
2014-10-31src/udev/udev-node.c: fix selinux labelAnthony G. Basile
2014-10-30udev: path_id - update commentsKay Sievers
2014-10-28udev: path_id - set supported_parent for well-known SCSI setupsKay Sievers
2014-10-25src/udev/udevd.c: rename apis again in static_dev_create_from_modules()Anthony G. Basile
2014-10-25selinux: clean up selinux label function namingLennart Poettering
2014-10-25smack: rework smack APIs a bitLennart Poettering
2014-10-25mac: rename all calls that apply a label mac_{selinux|smack}_apply_xyz(), and...Lennart Poettering
2014-10-25src/udev/udevd.c: rename apis in static_dev_create_from_modules() alsoAnthony G. Basile
2014-10-25mac: rename apis with mac_{selinux/smack}_ prefixWaLyong Cho
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