Systemd/libudev
Kay Sievers ebd189621f do not rename the database on device rename
Harald Hoyer discovered some incorrect behavior while debugging
problems with network interface renaming:

Udev events might be queued for devices which are renamed. A new
device registered the same time may claime the old name and create
a database entry for it. The current rename logic would move over
this databse entry to the wrong device.
2010-08-11 14:34:32 +02:00
..
docs libudev: add documentation for recently added functions 2010-05-07 23:04:42 +02:00
.gitignore libudev: move to top-level directory 2009-06-08 21:36:06 +02:00
COPYING add LGPL COPYING to libudev and GUdev 2010-03-18 09:57:44 +01:00
exported_symbols export udev_device_get_tags_list_entry() 2010-04-23 16:05:38 +02:00
libudev-ctrl.c childs -> children 2010-05-27 17:27:56 +02:00
libudev-device-private.c do not rename the database on device rename 2010-08-11 14:34:32 +02:00
libudev-device.c libudev: add O_CLOEXEC 2010-05-14 14:52:18 +02:00
libudev-enumerate.c libudev: fix fd leak in udev_enumerate_scan_devices() when tags are searched 2010-06-05 10:30:36 +02:00
libudev-list.c libbudev-private: rename udev_list_entry_get_flag() 2010-03-10 14:52:42 +01:00
libudev-monitor.c log an error when a message from the wrong version of udevadm is ignored 2010-07-19 10:56:37 +02:00
libudev-private.h do not rename the database on device rename 2010-08-11 14:34:32 +02:00
libudev-queue-private.c do not rename the database on device rename 2010-08-11 14:34:32 +02:00
libudev-queue.c libudev: doc - fix typo 2010-05-31 11:18:52 +02:00
libudev-selinux-private.c fix broken "compile warning fix" 2010-08-10 08:07:28 +02:00
libudev-util-private.c call util_delete_path() only when we actually deleted stuff 2010-08-03 12:13:53 +02:00
libudev-util.c udevd: read debug settings from kernel commandline 2010-05-28 12:07:27 +02:00
libudev.c libudev: add O_CLOEXEC 2010-05-14 14:52:18 +02:00
libudev.h export udev_device_get_tags_list_entry() 2010-04-23 16:05:38 +02:00
libudev.pc.in cleanup ./configure installation directory options 2009-06-17 02:25:07 +02:00
test-libudev.c while (1) -> for (;;) 2010-05-27 15:11:00 +02:00