1
0
mirror of https://github.com/systemd/systemd.git synced 2024-11-05 23:51:28 +03:00
systemd/udev
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
..
.gitignore udev/.gitignore: add udev.pc 2009-06-22 00:33:09 +02:00
test-udev.c remove UDEV_RUN environment variable 2009-12-25 15:23:45 +01:00
udev-event.c do not rename the database on device rename 2010-08-11 14:34:32 +02:00
udev-node.c call util_delete_path() only when we actually deleted stuff 2010-08-03 12:13:53 +02:00
udev-rules.c malloc()+memset() -> calloc() 2010-08-03 08:10:26 +02:00
udev-watch.c more readlink buffer size handling 2010-04-21 14:44:33 +02:00
udev.h allow final assignment for OPTIONS:="nowatch" 2010-07-07 11:35:40 +02:00
udev.pc.in udev.pc: add 2009-06-19 19:17:18 +02:00
udev.xml allow final assignment for OPTIONS:="nowatch" 2010-07-07 11:35:40 +02:00
udevadm-control.c udevadm: fix short options in getopt() 2010-07-28 06:56:13 +02:00
udevadm-info.c udevadm: fix short options in getopt() 2010-07-28 06:56:13 +02:00
udevadm-monitor.c while (1) -> for (;;) 2010-05-27 15:11:00 +02:00
udevadm-settle.c while (1) -> for (;;) 2010-05-27 15:11:00 +02:00
udevadm-test.c while (1) -> for (;;) 2010-05-27 15:11:00 +02:00
udevadm-trigger.c udevadm: fix short options in getopt() 2010-07-28 06:56:13 +02:00
udevadm.c while (1) -> for (;;) 2010-05-27 15:11:00 +02:00
udevadm.xml childs -> children 2010-05-27 17:27:56 +02:00
udevd.c udevd: create static device links only when the target exists 2010-08-08 20:35:46 +02:00
udevd.xml man: udevd - update intro 2010-05-29 22:51:55 +02:00