Systemd/src/udev
Zbigniew Jędrzejewski-Szmek 36f822c4bd Let config_parse open file where applicable
Special care is needed so that we get an error message if the
file failed to parse, but not when it is missing. To avoid duplicating
the same error check in every caller, add an additional 'warn' boolean
to tell config_parse whether a message should be issued.
This makes things both shorter and more robust wrt. to error reporting.
2014-07-16 18:47:20 -04:00
..
accelerometer accelerometer: Don't wait for new data from the sensor 2014-07-08 18:36:53 +02:00
ata_id everywhere: always use O_CLOEXEC where it makes sense 2014-02-13 14:59:56 +01:00
cdrom_id cdrom_id: use the old MMC fallback 2014-02-27 11:12:04 +01:00
collect everywhere: always use O_CLOEXEC where it makes sense 2014-02-13 14:59:56 +01:00
mtd_probe everywhere: always use O_CLOEXEC where it makes sense 2014-02-13 14:59:56 +01:00
net Let config_parse open file where applicable 2014-07-16 18:47:20 -04:00
scsi_id Remove dead lines in various places 2014-02-24 19:24:14 -05:00
v4l_id Remove duplicate includes 2013-11-18 20:28:55 -05:00
.gitignore udev: add builtin 'keyboard' to manage key mappings 2013-07-10 22:52:55 +02:00
.vimrc
Makefile build-sys: add stub makefiles to all subdirs to ease development with emacs 2012-04-13 21:37:59 +02:00
udev-builtin-blkid.c Remove unnecessary casts in printfs 2014-05-15 15:29:58 +02:00
udev-builtin-btrfs.c everywhere: always use O_CLOEXEC where it makes sense 2014-02-13 14:59:56 +01:00
udev-builtin-firmware.c log: log_error() and friends add a newline after each line anyway, so avoid including it in the log strings 2013-12-24 16:39:37 +01:00
udev-builtin-hwdb.c udev: hwdb - try reading modalias for usb before falling back to the composed one 2013-08-07 16:47:31 +02:00
udev-builtin-input_id.c input_id: Recognize buttonless joystick types 2014-03-10 08:54:22 +01:00
udev-builtin-keyboard.c udev-builtin-keyboard: do tell on which device EVIOCSKEYCODE failed. 2014-06-01 08:05:38 +02:00
udev-builtin-kmod.c log: log_error() and friends add a newline after each line anyway, so avoid including it in the log strings 2013-12-24 16:39:37 +01:00
udev-builtin-net_id.c Use dev_port for the ID of a network device. 2014-07-01 15:19:20 +02:00
udev-builtin-net_setup_link.c udev: net_setup_link builtin should print the reason why something fails 2014-07-02 15:13:29 +02:00
udev-builtin-path_id.c udev: persistent naming - we cannot use virtio numbers as they are not stable 2014-03-27 21:47:14 +01:00
udev-builtin-uaccess.c udev-builtin: uaccess - inherit logging form udev 2013-10-19 12:23:17 +02:00
udev-builtin-usb_id.c doc: update punctuation 2014-02-17 19:03:07 -05:00
udev-builtin.c udev: builtin - rename net_link to net_setup_link 2013-10-29 14:17:57 +01:00
udev-ctrl.c udev: remove seqnum API and all assumptions about seqnums 2014-04-13 17:12:14 -07:00
udev-event.c udev: do not skip the execution of RUN when renaming a network device fails 2014-05-15 10:32:26 +02:00
udev-node.c log: log_error() and friends add a newline after each line anyway, so avoid including it in the log strings 2013-12-24 16:39:37 +01:00
udev-rules.c udev: increase the size of RESULT buffer 2014-04-24 11:26:26 +02:00
udev-watch.c log: log_error() and friends add a newline after each line anyway, so avoid including it in the log strings 2013-12-24 16:39:37 +01:00
udev.conf move imported udev into place 2012-04-04 05:05:07 +02:00
udev.h udev: do not skip the execution of RUN when renaming a network device fails 2014-05-15 10:32:26 +02:00
udev.pc.in udev.pc: install udev files to /lib/udev rather than /lib/systemd 2012-05-27 15:24:20 +02:00
udevadm-control.c udevadm: modernization 2013-12-18 23:58:23 -05:00
udevadm-hwdb.c udev: make sure we always return a valid error code in trie_store() 2014-02-19 17:53:50 +01:00
udevadm-info.c Remove dead lines in various places 2014-02-24 19:24:14 -05:00
udevadm-monitor.c Remove unnecessary casts in printfs 2014-05-15 15:29:58 +02:00
udevadm-settle.c libudev: queue - watch entire directory to allow the re-use of the watch descriptor 2014-06-27 19:56:31 +02:00
udevadm-test-builtin.c udevadm,scsi_id: add short options to help strings and to the man page 2013-12-18 23:58:23 -05:00
udevadm-test.c udev: do not skip the execution of RUN when renaming a network device fails 2014-05-15 10:32:26 +02:00
udevadm-trigger.c everywhere: always use O_CLOEXEC where it makes sense 2014-02-13 14:59:56 +01:00
udevadm.c log: log_error() and friends add a newline after each line anyway, so avoid including it in the log strings 2013-12-24 16:39:37 +01:00
udevd.c udev: check the return value from udev_enumerate_scan_devices 2014-06-10 19:06:50 +02:00