Systemd/src/udev
Franck Bui 3c37dadf62 udev: restore debug level when logging a failure in the external prog called by IMPORT{program}
It was already the case before commit a75211421f,
which upgraded the log to warning.

This seems an unintended side effect as the commit message doesn't mention it
and the old behavior looks more appropriate.
2019-03-05 13:53:25 +01:00
..
ata_id libudev-list: move libudev-list related definitions to libudev-list-internal.h 2018-11-20 14:38:35 +09:00
cdrom_id tree-wide: replace 'unsigned int' with 'unsigned' 2018-10-19 22:19:12 +02:00
mtd_probe coccinelle: make use of SYNTHETIC_ERRNO 2018-11-22 10:54:38 +01:00
net fuzz: add fuzzer for parsing .link files 2019-02-25 12:35:51 +09:00
scsi_id meson: generate version tag from git 2018-12-21 13:43:20 +01:00
v4l_id v4l_id: use device_caps if available 2019-02-15 12:14:05 +01:00
.vimrc
generate-keyboard-keys-gperf.sh separate flags from shebang 2017-12-25 19:48:49 +01:00
generate-keyboard-keys-list.sh separate flags from shebang 2017-12-25 19:48:49 +01:00
meson.build meson: declare version.h as dep for various targets that include build.h 2019-02-25 10:41:41 +01:00
udev-builtin-blkid.c udev: use SYNTHETIC_ERRNO() macro in log_device_*_errno() 2019-01-13 17:50:47 +09:00
udev-builtin-btrfs.c udev: use SYNTHETIC_ERRNO() macro in log_device_*_errno() 2019-01-13 17:50:47 +09:00
udev-builtin-hwdb.c udev: use ENODATA when 'No entry found from hwdb' 2019-01-13 18:04:10 +09:00
udev-builtin-input_id.c Remove 'inline' attributes from static functions in .c files (#11426) 2019-01-15 08:12:28 +01:00
udev-builtin-keyboard.c Remove 'inline' attributes from static functions in .c files (#11426) 2019-01-15 08:12:28 +01:00
udev-builtin-kmod.c coccinelle: make use of SYNTHETIC_ERRNO 2018-11-22 10:54:38 +01:00
udev-builtin-net_id.c udev: move naming-scheme bits into their own file 2019-01-17 13:56:02 +01:00
udev-builtin-net_setup_link.c udev: use SYNTHETIC_ERRNO() macro in log_device_*_errno() 2019-01-13 17:50:47 +09:00
udev-builtin-path_id.c Delete duplicate lines 2019-01-12 16:02:26 +01:00
udev-builtin-uaccess.c udev: use right error variable to make level decision 2018-10-24 20:47:52 +02:00
udev-builtin-usb_id.c udev-builtin-usb_id: guard against overflow when reading descriptor data 2019-02-28 11:57:51 +01:00
udev-builtin.c udev: 'val' may be NULL, use strempty() 2019-01-16 13:34:04 +01:00
udev-builtin.h udev-builtin: modernize code a bit 2018-10-23 18:28:38 +09:00
udev-ctrl.c udev-ctrl: split out logic of waiting for reply to udev_ctrl_wait() 2019-02-20 06:17:42 +09:00
udev-ctrl.h udev-ctrl: split out logic of waiting for reply to udev_ctrl_wait() 2019-02-20 06:17:42 +09:00
udev-event.c Merge pull request #11881 from yuwata/networkd-vs-interface-renaming 2019-03-05 10:05:57 +01:00
udev-node.c udev: run programs in the specified order 2019-03-05 09:27:29 +01:00
udev-node.h udev: run programs in the specified order 2019-03-05 09:27:29 +01:00
udev-rules.c udev: restore debug level when logging a failure in the external prog called by IMPORT{program} 2019-03-05 13:53:25 +01:00
udev-watch.c coccinelle: also mark previous synthetic errnos as such 2018-11-22 10:54:38 +01:00
udev-watch.h udev-watch: replace udev_device by sd_device and modernize code a bit 2018-10-11 04:21:14 +09:00
udev.conf udev: also allow resolve_names= to be specified in udev.conf 2018-11-13 14:35:36 +01:00
udev.h udev: run programs in the specified order 2019-03-05 09:27:29 +01:00
udev.pc.in meson: define PROJECT_VERSION as the "bare" project version 2018-12-20 21:35:29 +01:00
udevadm-control.c udev-ctrl: split out logic of waiting for reply to udev_ctrl_wait() 2019-02-20 06:17:42 +09:00
udevadm-hwdb.c coccinelle: make use of SYNTHETIC_ERRNO 2018-11-22 10:54:38 +01:00
udevadm-info.c udevadm info: "-a" should enumerate sysfs attributes, not envs (#11642) 2019-02-05 06:30:49 +02:00
udevadm-monitor.c udevadm: fix segfault 2019-01-14 06:34:19 +09:00
udevadm-settle.c udev-ctrl: split out logic of waiting for reply to udev_ctrl_wait() 2019-02-20 06:17:42 +09:00
udevadm-test-builtin.c coccinelle: make use of SYNTHETIC_ERRNO 2018-11-22 10:54:38 +01:00
udevadm-test.c udev: run programs in the specified order 2019-03-05 09:27:29 +01:00
udevadm-trigger.c udev-ctrl: split out logic of waiting for reply to udev_ctrl_wait() 2019-02-20 06:17:42 +09:00
udevadm-util.c udevadm: allow a .device unit to be specified for query and trigger 2018-12-11 09:24:31 +01:00
udevadm-util.h udevadm-info,trigger: replace udev_device by sd_device 2018-10-17 03:31:20 +09:00
udevadm.c udevadm: also set LOG_DEBUG to LOG_REAL_SYSTEMD when --debug is passed 2019-01-13 07:37:49 +09:00
udevadm.h udevadm: add a workaround for dracut 2019-01-02 10:26:16 +01:00
udevd.c udev-ctrl: use sd_event and introduce udev_ctrl_start() 2019-02-20 06:17:42 +09:00