source: udev-lfs/ChangeLog

trunk
Last change on this file was 7641231, checked in by Bruce Dubbs <bdubbs@…>, 9 months ago

Update to udev-lfs-20230818

  • Property mode set to 100644
File size: 11.8 KB
Line 
12023-08-18 <bdubbs@linuxfromscratch.org>
2 * Fix regression when removing cdrom entries
3
42023-07-28 <bdubbs@linuxfromscratch.org>
5 * Remove obsolete 83-cdrom-symlinks.rules and 81-cdrom.rules
6 * Remove references to obsolete ISDN devices
7
82017-10-27 <bdubbs@linuxfromscratch.org>
9 * 83-cdrom-symlinks.rules: Adjust test for writable root directory.
10
112014-03-02 <bdubbs@linuxfromscratch.org>
12 * Makefile.lfs: Remove build procedures leaving only LFS rules
13
142014-02-16 <bdubbs@linuxfromscratch.org>
15 * Makefile.lfs: Adjust warning flags. Adjust linking rules to
16 allow build with util-linux in LFS's /tools directory.
17
182010-01-26 Matt Burgess <matthew@linuxfromscratch.org>
19 * 55-lfs.rules: Remove lots of rules that have been merged upstream.
20 * 61-cdrom.rules: Remove as upstream has a replacement.
21 * doc/*: Cleanup and rewrite now that the rules are much simpler.
22
232009-09-25 Bryan Kadzban <bryan@linuxfromscratch.org>
24 * 55-lfs.rules: Make the RTC rule (which runs setclock) work for people
25 that don't use the RTC-class driver -- add another copy of the rule,
26 using KERNEL=="rtc" instead of SUBSYSTEM=="rtc". Also move the ACTION
27 match before the assignment to MODE.
28
292009-05-23 Bruce Dubbs <bdubbs@linuxfromscratch.org>
30 * 55-lfs.rules: Set the rtc by udev upon boot. Removed aio device from
31 udev configuration so defaults are used.
32
332009-05-16 Bryan Kadzban <bryan@linuxfromscratch.org>
34 * 55-lfs.rules: Adopt udev permissions for random, urandom, kmsg, and
35 input devices (including psaux, which probably doesn't exist anymore
36 anyway).
37
382009-05-16 Matt Burgess <matthew@linuxfromscratch.org>
39 * 55-lfs.rules: Remove the block rule as it was only setting
40 permissions that Udev will set by default
41 * 55-lfs.rules: Remove the rfcomm rule as the group it sets is already
42 included in upstream's rule
43 * 55-lfs-rules: Remove the tape rules as the group they sets is already
44 included in upstream's rules
45
462009-03-15 Bryan Kadzban <bryan@linuxfromscratch.org>
47 * 55-lfs.rules: Remove the ISDN-handling rules (replaced with upstream's
48 version, which has a better match via SUBSYSTEM).
49 * 55-lfs.rules: Replace "uucp" with "dialout" now that udev has decided
50 to standardize on a Debian-like setup (uucp is for UUCP daemons to use
51 for privilege separation; dialout is for users and devices).
52
532008-12-07 Bruce Dubbs <bdubbs@linuxfromscratch.org>
54 * 55-lfs.rules: Change one line to use continuation so it does
55 not overflow the book's width.
56
572008-12-07 Bryan Kadzban <bryan@linuxfromscratch.org>
58 * 55-lfs.rules: Remove several rules that are either provided by upstream,
59 or that don't have any effect (there is no /dev/js or /dev/djs according
60 to devices.txt).
61 * 55-lfs.rules, 61-cdrom.rules: Replace ACTION=="add" with "add|change"
62 everywhere, per upstream's general request.
63
642008-11-11 Bryan Kadzban <bryan@linuxfromscratch.org>
65 * 55-lfs.rules, 61-cdrom.rules: Fix comments to use the right rule
66 numbers. Thanks to Trent Shea for the fix. Closes #2278.
67
682008-10-15 DJ Lucas <dj@linuxfromscratch.org>
69 * 55-lfs.rules: Override default perms on floppy disk devices provided
70 by 50-udev-default.rules. Thanks to Bruce Dubbs for the fix. Closes
71 LFS ticket #2076.
72
732008-05-21 Bryan Kadzban <bryan@linuxfromscratch.org>
74 * 81-firmware.rules, doc/81-firmware.txt: Remove. This rule is
75 already handled by udev's 50-udev-default.rules file. The docs
76 can be added back later if needed.
77 * Makefile: Don't install the above deleted files.
78 * 55-lfs.rules: Remove the device-mapper rule, since the upstream
79 50-udev-default.rules file handles it properly.
80
812008-04-02 Bryan Kadzban <bryan@linuxfromscratch.org>
82 * Makefile: Make the package DESTDIR-friendly by installing the docs
83 into a fixed $(PREFIX)/share/doc/udev-config directory, instead of
84 trying to figure out what version of udev was just installed.
85
862007-10-30 Bryan Kadzban <bryan@linuxfromscratch.org>
87 * 55-lfs.rules: Since the dialout group was renamed to uucp, delete
88 the rules that override upstream's assignment of the dialout group.
89 Replace "dialout" with "uucp" on the remaining rules.
90
912007-10-29 Bryan Kadzban <bryan@linuxfromscratch.org>
92 * 51-lfs.rules: Move to 55-lfs.rules.
93 * doc/51-lfs.rules: Move to doc/55-lfs.rules.
94
952007-10-27 Bryan Kadzban <bryan@linuxfromscratch.org>
96 * 25-lfs.rules: Some rules in here are duplicates of rules from udev's
97 new 50-udev-defaults.rules file; remove them. Override permissions
98 where needed elsewhere (and document overrides in comments).
99 * 26-modprobe.rules: Provided by udev's 80-drivers.rules and built-in
100 modaliases for SCSI device-type modules in 2.6.22+ kernels; remove.
101
102 * 25-lfs.rules: Move to 51-lfs.rules.
103 * 27-firmware.rules: Move to 81-firmware.rules.
104 * 81-cdrom.rules: Move to 61-cdrom.rules.
105
106 * doc/25-lfs.txt: Rename to 51-lfs.txt.
107 * doc/26-modprobe.txt: Rename to 80-drivers.txt, and modify to reflect
108 the upstream rules.
109 * doc/27-firmware.txt: Rename to 81-firmware.txt.
110 * doc/81-cdrom.txt: Rename to 61-cdrom.txt.
111
112 * Makefile: Use new filenames.
113
1142007-07-31 Dan Nicholson <dnicholson@linuxfromscratch.org>
115 * 25-lfs.rules: Changed the usb_device rule tto create /dev/bus/usb
116 nodes if the usb_device in 2.6.22+ kernels. The rule was also changed
117 to only trigger on "add" events. This change is not backwards
118 compatible with older kernels.
119
1202007-06-12 Dan Nicholson <dnicholson@linuxfromscratch.org>
121 * 25-lfs.rules: Fix the CPUID nodes from cpu/%n/cpu to cpu/%n/cpuid,
122 which is what's expected in userspace apps such as x86info.
123
1242007-06-08 Bryan Kadzban <bryan@linuxfromscratch.org>
125 * 25-lfs.rules: Add rules for DVB devices (create nodes in /dev/dvb/)
126 and floppies (create extra nodes based on CMOS type), copied from
127 the SuSE rules file. Thanks to Alexander Patrakov for the bugreport.
128
1292007-03-04 Matthew Burgess <matthew@linuxfromscratch.org>
130 * Makefile: Use `udevd --version' to work out what version of Udev is
131 installed (requires Udev >= 106)
132
1332007-01-02 Bryan Kadzban <bryan@linuxfromscratch.org>
134 * 25-lfs.rules: Change CPU devices (cpu, msr, microcode) to be in
135 /dev/cpu/ and /dev/cpu/N/, to match Documentation/devices.txt.
136
1372006-10-21 Bryan Kadzban <bryan@linuxfromscratch.org>
138 * Makefile: Add a missing backslash in install-extra-doc.
139
140 * 05-udev-early.rules, 60-persistent-input.rules,
141 60-persistent-storage.rules, 95-udev-late.rules: Remove. The book
142 will install these files from udev's etc/udev/rules.d directory
143 instead.
144 * Makefile: Don't install these rules files after all. Also, only
145 install corresponding docs if requested.
146
1472006-10-20 Bryan Kadzban <bryan@linuxfromscratch.org>
148 * Makefile: Added; contains targets to install rules and doc files.
149 From Dan Nicholson.
150
1512006-10-14 Bryan Kadzban <bryan@linuxfromscratch.org>
152 * 05-udev-early.rules, 60-persistent-storage.rules: Sync up with
153 upstream sample rules files (from udev-102), except for one rule
154 which is more specific in our tarball and should probably be changed
155 upstream.
156 * doc/60-persistent-storage.txt: Modify to match the changes. Also
157 fix a couple typos.
158
159 * 25-lfs.rules: Remove duplicate rules (ttyS[0-9]* is also matched by
160 tty[BC...S...][0-9]*, and ttyUSB[0-9]* is in there twice).
161
162 * 25-lfs.rules: Fix Alsa device KERNEL rules. Udev uses shell-style
163 glob matching, not regular expressions, so the old rules would match
164 nonsense device names like hw0asdf and pcmDzxcv. As long as the first
165 character after the "fixed" portion was in the list, the rule would
166 match; it wouldn't apply the same character range to later characters.
167
168 * doc/25-lfs.txt: Add a note on interaction between permissions and
169 symlinks.
170
1712006-10-09 Bryan Kadzban <bryan@linuxfromscrtach.org>
172 * 25-lfs.rules: Fix fb[0-9]* device permissions (should use the default
173 0660).
174
175 * doc/25-lfs.txt: Fix typo: /dev/ptmx is given mode 0666, not 0660.
176 Also tweak the comment about other TTY devices.
177
1782006-10-04 Bryan Kadzban <bryan@linuxfromscratch.org>
179 * 05-udev-early.rules: Remove WAIT_FOR_SYSFS="bus" rule. With kernel
180 2.6.18, this rule is no longer required.
181
182 * doc/05-udev-early.txt: Update to match.
183
1842006-09-28 Bryan Kadzban <bryan@linuxfromscratch.org>
185 * doc/60-persistent-storage.txt: Explain persistent storage rules, or
186 at least the parts I understand. (I don't use DASD or netblock or
187 several other supported configurations.)
188
189 * doc/81-cdrom.txt: Explain 81-cdrom.rules.
190
191 * doc/95-udev-late.txt: Explain 95-udev-late.rules. Documentation is
192 now finished.
193
1942006-09-26 Bryan Kadzban <bryan@linuxfromscratch.org>
195 * doc/60-persistent-input.txt: Explain (in probably too much detail)
196 60-persistent-input.rules.
197
1982006-09-24 Bryan Kadzban <bryan@linuxfromscratch.org>
199 * doc/05-udev-early.txt: Rewrap to fit 80 columns.
200
201 * doc/26-modprobe.txt: Explain 26-modprobe.rules, and modaliases.
202
203 * doc/27-firmware.txt: Explain 27-firmware.rules.
204
2052006-09-24 Bryan Kadzban <bryan@linuxfromscratch.org>
206 * doc/25-lfs.txt: Explain 25-lfs.rules.
207
208 * 25-lfs.rules: Use SYMLINK+= for isdn/capi20 also.
209
2102006-09-23 Bryan Kadzban <bryan@linuxfromscratch.org>
211 * doc: New subdirectory to contain documentation of rules
212 * doc/README: New file, top-level documentation
213 * doc/*.txt: New documentation files, one for each rules file. Only
214 05-udev-early.txt has anything in it.
215
2162006-09-23 Bryan Kadzban <bryan@linuxfromscratch.org>
217 * 25-lfs.rules: Add "ignore_device" to OPTIONS for DRI devices, instead
218 of setting NAME to an empty string. This matches the way we ignore
219 devmapper / LVM devices.
220
2212006-09-22 Bryan Kadzban <bryan@linuxfromscratch.org>
222 * 60-persistent-input.rules, 95-udev-late.rules: Import from udev-100.
223 60-persistent-input.rules creates persistent symlinks for input
224 devices, and 95-udev-late.rules enables udevmonitor.
225
226 * 60-persistent-storage.rules: Replace ATTRS{../removable} with just
227 ATTRS{removable} on partition devices. Replace ATTRS{removable}
228 with ATTR{removable} on whole-disk devices.
229
2302006-09-20 Bryan Kadzban <bryan@linuxfromscratch.org>
231 * 05-early.rules: Missed a rule in the last change. ENV{PHYSDEVBUS}
232 in the rule that waits for the "bus" symlink should be replaced by
233 SUBSYSTEMS.
234
2352006-09-20 Bryan Kadzban <bryan@linuxfromscratch.org>
236 * Adapted rules to the new matches used in udev-098 and above (e.g.,
237 SYSFS becomes ATTRS). Prevents warnings, and support for the old
238 matches will be removed eventually. These rules will not work with
239 udev-097 and before!
240 * Fixed several bugs in the rules left over from previous udev
241 versions (missing commas, overwriting user symlinks using ="..."
242 instead of +="...", and matching against "*" instead of "?*").
243
244 * Renamed CHANGELOG to ChangeLog, started using pseudo-GNU-format
245 entries. (See standards.info; search it for "changelog" to get
246 the general gist.)
247
248dnicholson - Jul 14, 2006
249 * Fixed usbdev PROGRAM so that it works with the BusyBox sh. Thanks
250 to Anthony Wright.
251
252n/a - Jul 12, 2006
253 * Added options so temporary nodes are not created with device-mapper
254 * Adapted cdrom rules to identify CD-ROM drives correctly by adding
255 SUBSYSTEM=="block" test.
256 * Added simple 81-cdrom.rules file to set cdrom group ownership
257
258n/a - Jun 07, 2006
259 * Removed nvidia rules
260 * Removed bug reporting rule
261 * Moved Debian-based persistent CD-ROM rules to contrib
262 * Adapted firmware rule to udev-093
263
264n/a - May 15, 2006
265 * Part one of 25-lfs.rules rewrite
266 * Some minor tweaking of the layout
267
268n/a - May 12, 2006
269 * Initial import of the udev-config directory.
270 * Reorganized and modularized the rules files.
271 * Added explanatory comments
Note: See TracBrowser for help on using the repository browser.