1
0
mirror of https://github.com/systemd/systemd.git synced 2024-10-28 20:25:38 +03:00
systemd/libudev
Kay Sievers 4281da1fa6 udevd: use dev_t or netif ifindex as database key
We need to preserve the database of network interfaces while we
rename them. Use the kernel's numbers wherever possible, instead
of the device names.

Fix wrong database filenames which contain a '/', translated
from '!' in the kernel name.

Fix segfault for kobject pathes where the subsystem can not be
determined from sysfs.
2010-12-10 01:18:15 +01: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 udevd: use dev_t or netif ifindex as database key 2010-12-10 01:18:15 +01:00
libudev-device.c udevd: use dev_t or netif ifindex as database key 2010-12-10 01:18:15 +01: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 udevd: use dev_t or netif ifindex as database key 2010-12-10 01:18:15 +01: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 libudev: do not overwrite path with readlink() call 2010-12-10 01:18:14 +01: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