blob: 01fb0e1fc704cc4eb2d18a44a984077d40894d36 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
- udev_enumerate_remove_matches()
- test (now fixed) /dev/tape/ links
- remove RUN+="socket:"
- libudev: return proper errno or set errno
- move ctrl.c from libudev/ to udev/
- move:
udevd -> --libexecdir
udevadm -> --bindir
- /run/udev/control socket
(add ConditionVirtualization=!pidns)
- kill rules_generator:
- no longer rename netifs in kernel namespace
- drop persistent optical names
- do not create rules on-the-fly, require explicit configuration
for netifs and optical drives
- properly document what system management needs to put
into rules files
- kill tabs?
- remove deprecated trigger --type=failed logic
- remove deprecated BUS=, SYSFS{}=, ID= keys
|