1
0
mirror of https://github.com/systemd/systemd.git synced 2024-11-05 23:51:28 +03:00
systemd/udev
Harald Hoyer 09c0310302 udev-event.c: rename interface to <src>-<dest>, if <dest> taken
e.g. if eth0 should be eth3 and eth3 is waiting to be renamed,
eth0 was renamed to eth0_rename. The kernel would take eth0 as the name
for a new interface and this new eth0 could also become eth0_rename, if
the target name is also taken. To prevent this name clash, the
interfaces are now renamed to <src>-<dest> and the rename is logged.
2010-08-10 16:46:48 +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 udev-event.c: rename interface to <src>-<dest>, if <dest> taken 2010-08-10 16:46:48 +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