ChangeLog 11 KB

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