source: udev-lfs/ChangeLog@ b2b1e1a

10.0 10.0-rc1 10.1 10.1-rc1 11.0 11.0-rc1 11.0-rc2 11.0-rc3 11.1 11.1-rc1 11.2 11.2-rc1 11.3 11.3-rc1 12.0 12.0-rc1 12.1 12.1-rc1 7.3 7.4 7.5 7.5-systemd 7.6 7.6-systemd 7.7 7.7-systemd 7.8 7.8-systemd 7.9 7.9-systemd 8.0 8.1 8.2 8.3 8.4 9.0 9.1 arm bdubbs/gcc13 ml-11.0 multilib renodr/libudev-from-systemd s6-init trunk xry111/arm64 xry111/arm64-12.0 xry111/clfs-ng xry111/lfs-next xry111/loongarch xry111/loongarch-12.0 xry111/loongarch-12.1 xry111/mips64el xry111/pip3 xry111/rust-wip-20221008 xry111/update-glibc
Last change on this file since b2b1e1a was b2b1e1a, checked in by Bruce Dubbs <bdubbs@…>, 12 years ago

Move directory to make build easier

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9973 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

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