ChangeLog 11 KB

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