diff --git a/bootscripts/lfs/sysconfig/createfiles b/bootscripts/lfs/sysconfig/createfiles index 3d8587439..378fa3ee7 100644 --- a/bootscripts/lfs/sysconfig/createfiles +++ b/bootscripts/lfs/sysconfig/createfiles @@ -8,23 +8,23 @@ # Version : 00.00 # # Notes : The syntax of this file is as follows: -# if type is equal to "file" or "dir" -# -# if type is equal to "dev" -# +# if type is equal to "file" or "dir" +# +# if type is equal to "dev" +# # # -# is the name of the file which is to be created -# is either file, dir, or dev. -# file creates a new file -# dir creates a new directory -# dev creates a new device -# is either block, char or pipe -# block creates a block device -# char creates a character deivce -# pipe creates a pipe, this will ignore the and +# is the name of the file which is to be created +# is either file, dir, or dev. +# file creates a new file +# dir creates a new directory +# dev creates a new device +# is either block, char or pipe +# block creates a block device +# char creates a character deivce +# pipe creates a pipe, this will ignore the and # fields -# and are the major and minor numbers used for +# and are the major and minor numbers used for # the device. ######################################################################## diff --git a/bootscripts/lfs/sysconfig/modules b/bootscripts/lfs/sysconfig/modules index 0fce3f31f..c594e24a2 100644 --- a/bootscripts/lfs/sysconfig/modules +++ b/bootscripts/lfs/sysconfig/modules @@ -8,7 +8,7 @@ # Version : 00.00 # # Notes : The syntax of this file is as follows: -# [ ...] +# [ ...] # # Each module should be on its own line, and any options that you want # passed to the module should follow it. The line deliminator is either diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index be134baf9..2f52c876d 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -40,28 +40,40 @@ appropriate for the entry or if needed the entire day's listitem. --> + + 2022-09-10 + + + [pierre] - Add and + to GCC build. Rationale + and some reports at + #5107. + + + + 2022-09-07 - [bdubbs] - Update to shadow-4.12.3. Fixes - #5101. + [bdubbs] - Update to shadow-4.12.3. Fixes + #5101. - [bdubbs] - Update to Python3-3.10.7. Fixes - #5109. + [bdubbs] - Update to Python3-3.10.7. Fixes + #5109. - [bdubbs] - Update to linux-5.19.7. Fixes - #5099. + [bdubbs] - Update to linux-5.19.7. Fixes + #5099. - [bdubbs] - Update to less-608. Fixes - #5104. + [bdubbs] - Update to less-608. Fixes + #5104. - [bdubbs] - Update to grep-3.8. Fixes - #5105. + [bdubbs] - Update to grep-3.8. Fixes + #5105. diff --git a/chapter03/packages.xml b/chapter03/packages.xml index 9476f84a6..ce331d39a 100644 --- a/chapter03/packages.xml +++ b/chapter03/packages.xml @@ -20,9 +20,9 @@ reachable, you should read the security advisories first to figure out if a newer version (with the vulnerability fixed) should be used. If not, try to download the removed package from a mirror. Although it's - possible to download an old release from a mirror even if this release - has been removed because of a vulnerability, it's not recommended to - use a release known to be vulnerable for building your system. + possible to download an old release from a mirror even if this release + has been removed because of a vulnerability, it's not recommended to + use a release known to be vulnerable for building your system. Download or otherwise obtain the following packages: diff --git a/chapter04/settingenviron.xml b/chapter04/settingenviron.xml index 01f46cefe..98de2c66a 100644 --- a/chapter04/settingenviron.xml +++ b/chapter04/settingenviron.xml @@ -200,7 +200,7 @@ EOF After use of the lfs user is finished at the beginning of , you can restore - /etc/bash.bashrc (if desired). + /etc/bash.bashrc (if desired). Note that the LFS Bash package we will build in is not configured to load or execute diff --git a/chapter05/gcc-pass1.xml b/chapter05/gcc-pass1.xml index a1fd0f015..c08ac0ae4 100644 --- a/chapter05/gcc-pass1.xml +++ b/chapter05/gcc-pass1.xml @@ -172,11 +172,11 @@ cd build --enable-default-ssp Those switches allow GCC to compile programs with - some hardening security features (more information on those in - the in chapter 8). They are not - strictly needed at this stage, since the compiler will only produce - temporary executables. But it is cleaner to have the temporary - packages be as close as possible to the final ones. + some hardening security features (more information on those in + the in chapter 8) by default. The + are not strictly needed at this stage, since the compiler will + only produce temporary executables. But it is cleaner to have the + temporary packages be as close as possible to the final ones. diff --git a/chapter08/binutils.xml b/chapter08/binutils.xml index 6cb7198de..0af1b747d 100644 --- a/chapter08/binutils.xml +++ b/chapter08/binutils.xml @@ -178,6 +178,10 @@ cd build make -k check +Twelve tests fail in the gold testsuite when the + and + options are passed to GCC. There + is also a known failure in the as tests. diff --git a/chapter08/openssl.xml b/chapter08/openssl.xml index 19e844f00..a84dbfd17 100644 --- a/chapter08/openssl.xml +++ b/chapter08/openssl.xml @@ -43,7 +43,7 @@ Installation of OpenSSL + Processor type and features ---> + [*] Build a relocatable kernel [CONFIG_RELOCATABLE] + [*] Randomize the address of the kernel image (KASLR) [CONFIG_RANDOMIZE_BASE] +General setup ---> [ ] Compile the kernel with warnings as errors [CONFIG_WERROR] < > Enable kernel headers through /sys/kernel/kheaders.tar.xz [CONFIG_IKHEADERS] +General architecture-dependent options ---> + [*] Stack Protector buffer overflow detection [CONFIG_STACKPROTECTOR] + [*] Strong Stack Protector [CONFIG_STACKPROTECTOR_STRONG] Device Drivers ---> Graphics support ---> Frame buffer Devices ---> @@ -117,7 +123,10 @@ Device Drivers ---> [*] Maintain a devtmpfs filesystem to mount at /dev [CONFIG_DEVTMPFS] [*] Automount devtmpfs at /dev, after the kernel mounted the rootfs [CONFIG_DEVTMPFS_MOUNT] - General setup --> + Processor type and features ---> + [*] Build a relocatable kernel [CONFIG_RELOCATABLE] + [*] Randomize the address of the kernel image (KASLR) [CONFIG_RANDOMIZE_BASE] +General setup ---> [ ] Compile the kernel with warnings as errors [CONFIG_WERROR] [ ] Auditing Support [CONFIG_AUDIT] CPU/Task time and stats accounting ---> @@ -130,6 +139,8 @@ Device Drivers ---> [*] open by fhandle syscalls [CONFIG_FHANDLE] General architecture-dependent options ---> [*] Enable seccomp to safely compute untrusted bytecode [CONFIG_SECCOMP] + [*] Stack Protector buffer overflow detection [CONFIG_STACKPROTECTOR] + [*] Strong Stack Protector [CONFIG_STACKPROTECTOR_STRONG] Networking support ---> Networking options ---> <*> The IPv6 protocol [CONFIG_IPV6] @@ -159,8 +170,6 @@ File systems ---> Processor type and features ---> [*] Support x2apic [CONFIG_X86_X2APIC] -Memory Management options ---> - [ ] Enable userfaultfd() system call [CONFIG_USERFAULTFD] Device Drivers ---> [*] PCI Support ---> [CONFIG_PCI] [*] Message Signaled Interrupts (MSI and MSI-X) [CONFIG_PCI_MSI] @@ -222,6 +231,14 @@ Device Drivers ---> The rationale for the above configuration items: + + Randomize the address of the kernel image (KASLR) + + Enable ASLR for kernel image, to mitigate some attacks based + on fixed addresses of sensitive data or code in the kernel. + + + @@ -247,6 +264,16 @@ Device Drivers ---> + + Strong Stack Protector + + Enable SSP for the kernel. We've enabled it for the entire + userspace with --enable-default-ssp + configuring GCC, but the kernel does not use GCC default setting + for SSP. We enable it explicitly here. + + + Support for uevent helper @@ -286,16 +313,6 @@ Device Drivers ---> - - Enable userfaultfd() system call - - If this option is enabled, a security vulnerability not - resolved in Linux-&linux-version; yet will be exploitable. - Disable this option to avoid the vulnerability. This system call - is not used by any part of LFS or BLFS. - - - Alternatively, make oldconfig may be more diff --git a/git-version.sh b/git-version.sh index 7e0b3b4df..a00deb6d2 100755 --- a/git-version.sh +++ b/git-version.sh @@ -1,31 +1,31 @@ #!/bin/sh if [ "$1" = sysv ]; then - SYSV="INCLUDE" - SYSTEMD="IGNORE " + SYSV="INCLUDE" + SYSTEMD="IGNORE " elif [ "$1" = systemd ]; then - SYSV="IGNORE " - SYSTEMD="INCLUDE" + SYSV="IGNORE " + SYSTEMD="INCLUDE" else - echo You must provide either \"sysv\" or \"systemd\" as argument - exit 1 + echo You must provide either \"sysv\" or \"systemd\" as argument + exit 1 fi echo "" > conditional.ent echo "" >> conditional.ent if ! git status > /dev/null; then - # Either it's not a git repository, or git is unavaliable. - # Just workaround. - echo " version.ent - echo "" >> version.ent - echo "]]>" >> version.ent - echo "> version.ent - echo "" >> version.ent - echo "]]>" >> version.ent - echo "" >> version.ent - echo "" >> version.ent - exit 0 + # Either it's not a git repository, or git is unavaliable. + # Just workaround. + echo " version.ent + echo "" >> version.ent + echo "]]>" >> version.ent + echo "> version.ent + echo "" >> version.ent + echo "]]>" >> version.ent + echo "" >> version.ent + echo "" >> version.ent + exit 0 fi export LC_ALL=en_US.utf8 @@ -39,10 +39,10 @@ month_digit=$(date --date "$commit_date" "+%m") day=$(date --date "$commit_date" "+%d" | sed 's/^0//') case $day in - "1" | "21" | "31" ) suffix="st";; - "2" | "22" ) suffix="nd";; - "3" | "23" ) suffix="rd";; - * ) suffix="th";; + "1" | "21" | "31" ) suffix="st";; + "2" | "22" ) suffix="nd";; + "3" | "23" ) suffix="rd";; + * ) suffix="th";; esac full_date="$month $day$suffix, $year" @@ -53,8 +53,8 @@ version="$rev" versiond="$rev-systemd" if [ "$(git diff HEAD | wc -l)" != "0" ]; then - version="$version+" - versiond="$versiond+" + version="$version+" + versiond="$versiond+" fi echo " version.ent diff --git a/packages.ent b/packages.ent index a99b2e7be..e05f468ef 100644 --- a/packages.ent +++ b/packages.ent @@ -207,10 +207,10 @@ - - + + - + diff --git a/part3intro/generalinstructions.xml b/part3intro/generalinstructions.xml index d8e280e0d..ac2bcc675 100644 --- a/part3intro/generalinstructions.xml +++ b/part3intro/generalinstructions.xml @@ -82,9 +82,9 @@ Place all the sources and patches in a directory that will be accessible from the chroot environment such as - /mnt/lfs/sources/. + /mnt/lfs/tools/. --> Change to the sources directory. diff --git a/prologue/why.xml b/prologue/why.xml index dd6a27c96..2ce8141df 100644 --- a/prologue/why.xml +++ b/prologue/why.xml @@ -595,7 +595,7 @@ Wheel - This package contains a Python module that is the + This package contains a Python module that is the reference implementation of the Python wheel packaging standard. diff --git a/stylesheets/lfs-xsl/lfs.css.new b/stylesheets/lfs-xsl/lfs.css.new index 1fa3757b8..702f7c3ea 100644 --- a/stylesheets/lfs-xsl/lfs.css.new +++ b/stylesheets/lfs-xsl/lfs.css.new @@ -14,12 +14,12 @@ body { /* Links */ a:link { color: #22b; - font-weight: bold; + font-weight: bold; text-decoration: none; } a.ulink:link { - font-weight: bold; + font-weight: bold; color: #55f; text-decoration: none; } @@ -29,7 +29,7 @@ a:visited { text-decoration: none; } -a:hover, +a:hover, a:focus { color: #d30e08 ! important; text-decoration: underline; @@ -81,10 +81,10 @@ div.navfooter a:active { } /* Sections */ -div.sect1, -div.appendix, -div.wrap, -div.chapter, +div.sect1, +div.appendix, +div.wrap, +div.chapter, div.part, div.preface, div.toc, @@ -100,10 +100,10 @@ div.index, } @media(max-width:1220px) and (min-height:550px){ - div.sect1, - div.appendix, - div.wrap, - div.chapter, + div.sect1, + div.appendix, + div.wrap, + div.chapter, div.part, div.preface, div.legalnotice, @@ -120,10 +120,10 @@ div.index, @media(max-width:1050px), (max-width:1050px) and (min-width:800px) and (max-height:550px){ - div.sect1, - div.appendix, - div.wrap, - div.chapter, + div.sect1, + div.appendix, + div.wrap, + div.chapter, div.part, div.preface, div.legalnotice, @@ -138,10 +138,10 @@ div.index, @media(max-width:550px), (max-width:800px) and (max-height:550px){ - div.sect1, - div.appendix, - div.wrap, - div.chapter, + div.sect1, + div.appendix, + div.wrap, + div.chapter, div.part, div.preface, div.legalnotice, @@ -169,12 +169,12 @@ div.important ul li p { padding: 0em 0.6em; } -.package, -.kernel, -.installation, -.commands, -.testing, -.configuration, +.package, +.kernel, +.installation, +.commands, +.testing, +.configuration, .content { padding: 0em 0.5em 0.2em 0em; margin: 0em; @@ -222,12 +222,12 @@ h1 { padding: 0.7em; } -.preface h1, -.part h1, -.chapter h1, -.appendix h1, -.index h1, -.sect1 h1, +.preface h1, +.part h1, +.chapter h1, +.appendix h1, +.index h1, +.sect1 h1, .wrap h1 { background: none; /*#f5f6f7;*/ border-bottom: 1px solid #EEE; /*1em solid #dbddec;*/ @@ -246,7 +246,7 @@ h2 { padding:.3em; } -.titlepage h2, +.titlepage h2, div.navheader h2 { font-size: 120%; border-bottom: none; @@ -276,14 +276,14 @@ h4 { padding: 0.2em; } -.titlepage h3, +.titlepage h3, div.navheader h3 { font-size: 120%; border-bottom: none; padding: 0.25em; } -.titlepage h4, +.titlepage h4, div.navheader h4 { font-size: 110%; border-bottom: none; @@ -291,21 +291,21 @@ div.navheader h4 { } @media(max-width:550px){ - .titlepage h2, + .titlepage h2, div.navheader h2 { font-size: 4.7vmin; border-bottom: none; padding: 0.25em; } - .titlepage h3, + .titlepage h3, div.navheader h3 { font-size: 4.5vmin; border-bottom: none; padding: 0.25em; } - .titlepage h4, + .titlepage h4, div.navheader h4 { font-size: 4.3vmin; border-bottom: none; @@ -337,7 +337,7 @@ div.navheader ul { display:none; } -@media(min-width:550px) and (min-height:550px), +@media(min-width:550px) and (min-height:550px), (min-width:1220px) and (min-height:550px){ div.navfooter{ top: 0px; @@ -406,7 +406,7 @@ div.navfooter ul{ width: 0px; } -div.navheader ul li.prev, +div.navheader ul li.prev, div.navfooter ul li.prev { position: fixed; display: block; @@ -421,7 +421,7 @@ div.navfooter ul li.prev { /*padding-bottom: 3em;*/ } /* -div.navheader ul li.next, +div.navheader ul li.next, div.navfooter ul li.next { position: fixed; display: block; @@ -433,7 +433,7 @@ div.navfooter ul li.next { max-width: 170px; } */ -div.navheader ul li.next, +div.navheader ul li.next, div.navfooter ul li.next { position: fixed; display: block; @@ -445,9 +445,9 @@ div.navfooter ul li.next { max-width: 170px; } -div.navheader ul li.prev p, +div.navheader ul li.prev p, div.navfooter ul li.prev p, -div.navheader ul li.next p, +div.navheader ul li.next p, div.navfooter ul li.next p { padding: 0em; padding-bottom: 3em; @@ -458,7 +458,7 @@ div.navfooter ul li.next p { font-weight: bold; } -div.navheader ul li.home, +div.navheader ul li.home, div.navfooter ul li.home { position: fixed; text-align: left; @@ -472,7 +472,7 @@ div.navfooter ul li.home { max-width: 200px; } -div.navheader ul li.up, +div.navheader ul li.up, div.navfooter ul li.up { position: fixed; text-align: left; @@ -487,7 +487,7 @@ div.navfooter ul li.up { /*border: 1px solid black;*/ } -div.navheader ul li.up a, +div.navheader ul li.up a, div.navfooter ul li.up a { display: block; padding: 10px 5px 10px 28px; @@ -495,7 +495,7 @@ div.navfooter ul li.up a { background-size: 20px 20px; } -div.navheader ul li.home a, +div.navheader ul li.home a, div.navfooter ul li.home a { display: block; padding: 10px 5px 10px 28px; @@ -503,7 +503,7 @@ div.navfooter ul li.home a { background-size: 20px 20px; } -div.navheader ul li.prev a, +div.navheader ul li.prev a, div.navfooter ul li.prev a { display: block; padding: 10px 5px 10px 35px; @@ -522,7 +522,7 @@ div.navheader ul li.prev p { border: 1px solid blue; } */ -div.navheader ul li.next a, +div.navheader ul li.next a, div.navfooter ul li.next a{ display: block; padding: 10px 35px 10px 5px; @@ -531,25 +531,25 @@ div.navfooter ul li.next a{ } @media(max-width:1220px) and (min-height:550px){ - div.navheader ul li, + div.navheader ul li, div.navfooter ul li{ width: 120px; } - - div.navheader ul li.prev p, + + div.navheader ul li.prev p, div.navheader ul li.next p, - div.navfooter ul li.prev p, + div.navfooter ul li.prev p, div.navfooter ul li.next p{ text-align: center; /*border: 1px solid blue; margin: 2px;*/ height: 7.5vh; /* 7.5% ov viewport height */ - overflow: hidden; + overflow: hidden; } /* - div.navheader ul li.prev p:after, - div.navheader ul li.next p:after, - div.navfooter ul li.prev p:after, + div.navheader ul li.prev p:after, + div.navheader ul li.next p:after, + div.navfooter ul li.prev p:after, div.navfooter ul li.next p:after{ content: ""; text-align: right; @@ -558,12 +558,12 @@ div.navfooter ul li.next a{ right: 0px; width: 100%; height: 2.8em; - + background: linear-gradient(to bottom, rgba(0, 0, 0, 1), rgba(255, 255, 255, 1) 100%); - + } */ - div.navheader ul li.prev, + div.navheader ul li.prev, div.navfooter ul li.prev { position: fixed; display: block; @@ -573,7 +573,7 @@ div.navfooter ul li.next a{ margin: 0px; } - div.navheader ul li.prev a, + div.navheader ul li.prev a, div.navfooter ul li.prev a{ display: block; text-align: center; @@ -582,8 +582,8 @@ div.navfooter ul li.next a{ background: url(../images/chevron-left.png) no-repeat center 5vh; background-size: 25px 25px; } - - div.navheader ul li.next, + + div.navheader ul li.next, div.navfooter ul li.next { position: fixed; display: block; @@ -592,8 +592,8 @@ div.navfooter ul li.next a{ padding: 0px; margin: 0px; } - - div.navheader ul li.next a, + + div.navheader ul li.next a, div.navfooter ul li.next a { display: block; text-align: center; @@ -602,10 +602,10 @@ div.navfooter ul li.next a{ background: url(../images/chevron-right.png) no-repeat center 5vh; background-size: 25px 25px; } - - div.navheader ul li.home, + + div.navheader ul li.home, div.navheader ul li.up, - div.navfooter ul li.home, + div.navfooter ul li.home, div.navfooter ul li.up { position: fixed; padding: 0px; @@ -615,17 +615,17 @@ div.navfooter ul li.next a{ margin: 0px; } - div.navheader ul li.home, + div.navheader ul li.home, div.navfooter ul li.home{ top:25vh; } - div.navheader ul li.up, + div.navheader ul li.up, div.navfooter ul li.up{ top:10vh; } - - div.navheader ul li.home a, + + div.navheader ul li.home a, div.navfooter ul li.home a{ display: block; text-align: center; @@ -635,7 +635,7 @@ div.navfooter ul li.next a{ background-size: 25px 25px; } - div.navheader ul li.up a, + div.navheader ul li.up a, div.navfooter ul li.up a{ display: block; text-align: center; @@ -647,28 +647,28 @@ div.navfooter ul li.next a{ } /* End media */ -@media(max-width:1220px) and (max-height:550px) and (min-width:800px), +@media(max-width:1220px) and (max-height:550px) and (min-width:800px), (min-width:1220px) and (max-height:350px){ - div.navheader ul li.prev p, + div.navheader ul li.prev p, div.navfooter ul li.prev p, - div.navheader ul li.next p, + div.navheader ul li.next p, div.navfooter ul li.next p { display: none; } - - div.navheader ul li.prev, + + div.navheader ul li.prev, div.navfooter ul li.prev { max-width: 120px; position: fixed; display: block; - top: 45vmin; /* smaller of 60% viewport height, width */ + top: 45vmin; /* smaller of 60% viewport height, width */ padding: 0px; margin-left: 10px; font-size: 90%; } - - div.navheader ul li.next, + + div.navheader ul li.next, div.navfooter ul li.next { max-width: 120px; position: fixed; @@ -679,13 +679,13 @@ div.navfooter ul li.next a{ margin-left: 10px; font-size: 90%; } - - div.navheader ul li.prev a, + + div.navheader ul li.prev a, div.navfooter ul li.prev a { background-size: 20px 20px; } - - div.navheader ul li.next a, + + div.navheader ul li.next a, div.navfooter ul li.next a{ display: block; padding: 10px 5px 10px 35px; @@ -693,10 +693,10 @@ div.navfooter ul li.next a{ background-size: 20px 20px; text-align: left; } - - div.navheader ul li.home, + + div.navheader ul li.home, div.navheader ul li.up, - div.navfooter ul li.home, + div.navfooter ul li.home, div.navfooter ul li.up { max-width: 120px; position: fixed; @@ -706,20 +706,20 @@ div.navfooter ul li.next a{ color: #dbddec; font-size: 90%; } - - div.navheader ul li.home, + + div.navheader ul li.home, div.navfooter ul li.home{ top: 35vmin; } - - div.navheader ul li.up, + + div.navheader ul li.up, div.navfooter ul li.up{ top: 10vmin; } - - div.navheader ul li.home a, + + div.navheader ul li.home a, div.navfooter ul li.home a, - div.navheader ul li.up a, + div.navheader ul li.up a, div.navfooter ul li.up a{ padding: 10px 5px 10px 35px; } @@ -728,14 +728,14 @@ div.navfooter ul li.next a{ @media(max-width:550px), (max-width:800px) and (max-height:550px){ - div.navheader ul li.prev p, + div.navheader ul li.prev p, div.navfooter ul li.prev p, - div.navheader ul li.next p, + div.navheader ul li.next p, div.navfooter ul li.next p { display: none; } - - div.navheader ul li.prev, + + div.navheader ul li.prev, div.navfooter ul li.prev { position: fixed; display: block; @@ -744,8 +744,8 @@ div.navfooter ul li.next a{ padding: 0px; margin: 0px; } - - div.navheader ul li.prev a, + + div.navheader ul li.prev a, div.navfooter ul li.prev a{ display: block; width: 0px; @@ -757,8 +757,8 @@ div.navfooter ul li.next a{ background-size: 6vmin 6vmin; overflow: hidden; } - - div.navheader ul li.next, + + div.navheader ul li.next, div.navfooter ul li.next { position: fixed; display: block; @@ -767,8 +767,8 @@ div.navfooter ul li.next a{ padding: 0px; margin: 0px; } - - div.navheader ul li.next a, + + div.navheader ul li.next a, div.navfooter ul li.next a{ display: block; width: 0px; @@ -780,10 +780,10 @@ div.navfooter ul li.next a{ background-size: 6vmin 6vmin; overflow: hidden; } - - div.navheader ul li.home, + + div.navheader ul li.home, div.navheader ul li.up, - div.navfooter ul li.home, + div.navfooter ul li.home, div.navfooter ul li.up { position: fixed; padding: 0px; @@ -792,18 +792,18 @@ div.navfooter ul li.next a{ color: #dbddec; left: 0px; } - - div.navheader ul li.home, + + div.navheader ul li.home, div.navfooter ul li.home{ top: 40vmin; } - - div.navheader ul li.up, + + div.navheader ul li.up, div.navfooter ul li.up{ top: 20vmin; } - - div.navheader ul li.home a, + + div.navheader ul li.home a, div.navfooter ul li.home a{ display: block; width: 0px; @@ -814,8 +814,8 @@ div.navfooter ul li.next a{ background-size: 6vmin 6vmin; overflow: hidden; } - - div.navheader ul li.up a, + + div.navheader ul li.up a, div.navfooter ul li.up a{ display: block; width: 0px; @@ -830,14 +830,14 @@ div.navfooter ul li.next a{ /* End media */ /* TOC */ -div.toc ul, -div.index ul, -div.navheader ul, +div.toc ul, +div.index ul, +div.navheader ul, div.navfooter ul { list-style: none; } -li.preface, +li.preface, .part li.appendix { margin-left: 1em; } @@ -846,8 +846,8 @@ div.toc h3 { margin: 1em 0em 0.3em 0em; } -li.appendix h3, -li.glossary h3, +li.appendix h3, +li.glossary h3, li.index h3 { margin: 0.5em } @@ -911,13 +911,13 @@ li.chapter h4 a { width: 100%; margin-left: 1em; } - + .item + .indexref { display: inline-block; padding-left: 0px; margin-left: 1em; } - + .secitem + .indexref { display: inline-block; padding-left: 0px; @@ -947,7 +947,7 @@ div.admon pre { margin: 0.5em 3em; } -div.note, +div.note, div.tip { margin: 1em; padding: 0.2em 0.5em 0.75em 0.75em; @@ -958,8 +958,8 @@ div.tip { line-height: 1.4em; } -div.important, -div.warning, +div.important, +div.warning, div.caution { margin: 1em; padding: 0.2em 0.5em 0.75em 0.75em; @@ -970,14 +970,14 @@ div.caution { line-height: 1.4em; } -div.important h3, -div.warning h3, +div.important h3, +div.warning h3, div.caution h3 { color: #900; } -div.important em, -div.warning em, +div.important em, +div.warning em, div.caution em { color: #000; font-weight: bold; @@ -995,7 +995,7 @@ div.caution em { margin-right: auto; } -.table table th, +.table table th, .table table td { padding: 0.2em 2em 0.2em 2em; text-align: left; @@ -1038,7 +1038,7 @@ div.caution em { } /* End media */ -.variablelist td span, +.variablelist td span, td p { margin: 0.25em; padding: 0px; @@ -1112,7 +1112,7 @@ div.materials dd { display: block; width: 100%; } - + .package .segbody, .content .segbody { display: inline-block; padding-left: 0px; @@ -1194,17 +1194,17 @@ ol.compact li p { } /* Indented blocks */ -p, +p, blockquote { padding-left: 1em; padding-right: 1em; } /* Monospaced elements */ -tt, -code, -kbd, -pre, +tt, +code, +kbd, +pre, .command { font-family: monospace; } @@ -1229,7 +1229,7 @@ pre.screen { font-weight: normal; } -.literal, +.literal, .prompt { font-weight: normal; } diff --git a/udev-lfs/ChangeLog b/udev-lfs/ChangeLog index 897acee15..560346143 100644 --- a/udev-lfs/ChangeLog +++ b/udev-lfs/ChangeLog @@ -8,257 +8,257 @@ * Makefile.lfs: Adjust warning flags. Adjust linking rules to allow build with util-linux in LFS's /tools directory. -2010-01-26 Matt Burgess - * 55-lfs.rules: Remove lots of rules that have been merged upstream. - * 61-cdrom.rules: Remove as upstream has a replacement. - * doc/*: Cleanup and rewrite now that the rules are much simpler. +2010-01-26 Matt Burgess + * 55-lfs.rules: Remove lots of rules that have been merged upstream. + * 61-cdrom.rules: Remove as upstream has a replacement. + * doc/*: Cleanup and rewrite now that the rules are much simpler. -2009-09-25 Bryan Kadzban - * 55-lfs.rules: Make the RTC rule (which runs setclock) work for people - that don't use the RTC-class driver -- add another copy of the rule, - using KERNEL=="rtc" instead of SUBSYSTEM=="rtc". Also move the ACTION - match before the assignment to MODE. +2009-09-25 Bryan Kadzban + * 55-lfs.rules: Make the RTC rule (which runs setclock) work for people + that don't use the RTC-class driver -- add another copy of the rule, + using KERNEL=="rtc" instead of SUBSYSTEM=="rtc". Also move the ACTION + match before the assignment to MODE. -2009-05-23 Bruce Dubbs - * 55-lfs.rules: Set the rtc by udev upon boot. Removed aio device from - udev configuration so defaults are used. +2009-05-23 Bruce Dubbs + * 55-lfs.rules: Set the rtc by udev upon boot. Removed aio device from + udev configuration so defaults are used. -2009-05-16 Bryan Kadzban - * 55-lfs.rules: Adopt udev permissions for random, urandom, kmsg, and - input devices (including psaux, which probably doesn't exist anymore - anyway). +2009-05-16 Bryan Kadzban + * 55-lfs.rules: Adopt udev permissions for random, urandom, kmsg, and + input devices (including psaux, which probably doesn't exist anymore + anyway). -2009-05-16 Matt Burgess - * 55-lfs.rules: Remove the block rule as it was only setting - permissions that Udev will set by default - * 55-lfs.rules: Remove the rfcomm rule as the group it sets is already - included in upstream's rule - * 55-lfs-rules: Remove the tape rules as the group they sets is already - included in upstream's rules +2009-05-16 Matt Burgess + * 55-lfs.rules: Remove the block rule as it was only setting + permissions that Udev will set by default + * 55-lfs.rules: Remove the rfcomm rule as the group it sets is already + included in upstream's rule + * 55-lfs-rules: Remove the tape rules as the group they sets is already + included in upstream's rules -2009-03-15 Bryan Kadzban - * 55-lfs.rules: Remove the ISDN-handling rules (replaced with upstream's - version, which has a better match via SUBSYSTEM). - * 55-lfs.rules: Replace "uucp" with "dialout" now that udev has decided - to standardize on a Debian-like setup (uucp is for UUCP daemons to use - for privilege separation; dialout is for users and devices). +2009-03-15 Bryan Kadzban + * 55-lfs.rules: Remove the ISDN-handling rules (replaced with upstream's + version, which has a better match via SUBSYSTEM). + * 55-lfs.rules: Replace "uucp" with "dialout" now that udev has decided + to standardize on a Debian-like setup (uucp is for UUCP daemons to use + for privilege separation; dialout is for users and devices). 2008-12-07 Bruce Dubbs - * 55-lfs.rules: Change one line to use continuation so it does - not overflow the book's width. + * 55-lfs.rules: Change one line to use continuation so it does + not overflow the book's width. 2008-12-07 Bryan Kadzban - * 55-lfs.rules: Remove several rules that are either provided by upstream, - or that don't have any effect (there is no /dev/js or /dev/djs according - to devices.txt). - * 55-lfs.rules, 61-cdrom.rules: Replace ACTION=="add" with "add|change" - everywhere, per upstream's general request. + * 55-lfs.rules: Remove several rules that are either provided by upstream, + or that don't have any effect (there is no /dev/js or /dev/djs according + to devices.txt). + * 55-lfs.rules, 61-cdrom.rules: Replace ACTION=="add" with "add|change" + everywhere, per upstream's general request. 2008-11-11 Bryan Kadzban - * 55-lfs.rules, 61-cdrom.rules: Fix comments to use the right rule - numbers. Thanks to Trent Shea for the fix. Closes #2278. + * 55-lfs.rules, 61-cdrom.rules: Fix comments to use the right rule + numbers. Thanks to Trent Shea for the fix. Closes #2278. 2008-10-15 DJ Lucas - * 55-lfs.rules: Override default perms on floppy disk devices provided - by 50-udev-default.rules. Thanks to Bruce Dubbs for the fix. Closes - LFS ticket #2076. + * 55-lfs.rules: Override default perms on floppy disk devices provided + by 50-udev-default.rules. Thanks to Bruce Dubbs for the fix. Closes + LFS ticket #2076. 2008-05-21 Bryan Kadzban - * 81-firmware.rules, doc/81-firmware.txt: Remove. This rule is - already handled by udev's 50-udev-default.rules file. The docs - can be added back later if needed. - * Makefile: Don't install the above deleted files. - * 55-lfs.rules: Remove the device-mapper rule, since the upstream - 50-udev-default.rules file handles it properly. + * 81-firmware.rules, doc/81-firmware.txt: Remove. This rule is + already handled by udev's 50-udev-default.rules file. The docs + can be added back later if needed. + * Makefile: Don't install the above deleted files. + * 55-lfs.rules: Remove the device-mapper rule, since the upstream + 50-udev-default.rules file handles it properly. 2008-04-02 Bryan Kadzban - * Makefile: Make the package DESTDIR-friendly by installing the docs - into a fixed $(PREFIX)/share/doc/udev-config directory, instead of - trying to figure out what version of udev was just installed. + * Makefile: Make the package DESTDIR-friendly by installing the docs + into a fixed $(PREFIX)/share/doc/udev-config directory, instead of + trying to figure out what version of udev was just installed. 2007-10-30 Bryan Kadzban - * 55-lfs.rules: Since the dialout group was renamed to uucp, delete - the rules that override upstream's assignment of the dialout group. - Replace "dialout" with "uucp" on the remaining rules. + * 55-lfs.rules: Since the dialout group was renamed to uucp, delete + the rules that override upstream's assignment of the dialout group. + Replace "dialout" with "uucp" on the remaining rules. 2007-10-29 Bryan Kadzban - * 51-lfs.rules: Move to 55-lfs.rules. - * doc/51-lfs.rules: Move to doc/55-lfs.rules. + * 51-lfs.rules: Move to 55-lfs.rules. + * doc/51-lfs.rules: Move to doc/55-lfs.rules. 2007-10-27 Bryan Kadzban - * 25-lfs.rules: Some rules in here are duplicates of rules from udev's - new 50-udev-defaults.rules file; remove them. Override permissions - where needed elsewhere (and document overrides in comments). - * 26-modprobe.rules: Provided by udev's 80-drivers.rules and built-in - modaliases for SCSI device-type modules in 2.6.22+ kernels; remove. + * 25-lfs.rules: Some rules in here are duplicates of rules from udev's + new 50-udev-defaults.rules file; remove them. Override permissions + where needed elsewhere (and document overrides in comments). + * 26-modprobe.rules: Provided by udev's 80-drivers.rules and built-in + modaliases for SCSI device-type modules in 2.6.22+ kernels; remove. - * 25-lfs.rules: Move to 51-lfs.rules. - * 27-firmware.rules: Move to 81-firmware.rules. - * 81-cdrom.rules: Move to 61-cdrom.rules. + * 25-lfs.rules: Move to 51-lfs.rules. + * 27-firmware.rules: Move to 81-firmware.rules. + * 81-cdrom.rules: Move to 61-cdrom.rules. - * doc/25-lfs.txt: Rename to 51-lfs.txt. - * doc/26-modprobe.txt: Rename to 80-drivers.txt, and modify to reflect - the upstream rules. - * doc/27-firmware.txt: Rename to 81-firmware.txt. - * doc/81-cdrom.txt: Rename to 61-cdrom.txt. + * doc/25-lfs.txt: Rename to 51-lfs.txt. + * doc/26-modprobe.txt: Rename to 80-drivers.txt, and modify to reflect + the upstream rules. + * doc/27-firmware.txt: Rename to 81-firmware.txt. + * doc/81-cdrom.txt: Rename to 61-cdrom.txt. - * Makefile: Use new filenames. + * Makefile: Use new filenames. 2007-07-31 Dan Nicholson - * 25-lfs.rules: Changed the usb_device rule tto create /dev/bus/usb - nodes if the usb_device in 2.6.22+ kernels. The rule was also changed - to only trigger on "add" events. This change is not backwards - compatible with older kernels. + * 25-lfs.rules: Changed the usb_device rule tto create /dev/bus/usb + nodes if the usb_device in 2.6.22+ kernels. The rule was also changed + to only trigger on "add" events. This change is not backwards + compatible with older kernels. 2007-06-12 Dan Nicholson - * 25-lfs.rules: Fix the CPUID nodes from cpu/%n/cpu to cpu/%n/cpuid, - which is what's expected in userspace apps such as x86info. + * 25-lfs.rules: Fix the CPUID nodes from cpu/%n/cpu to cpu/%n/cpuid, + which is what's expected in userspace apps such as x86info. 2007-06-08 Bryan Kadzban - * 25-lfs.rules: Add rules for DVB devices (create nodes in /dev/dvb/) - and floppies (create extra nodes based on CMOS type), copied from - the SuSE rules file. Thanks to Alexander Patrakov for the bugreport. + * 25-lfs.rules: Add rules for DVB devices (create nodes in /dev/dvb/) + and floppies (create extra nodes based on CMOS type), copied from + the SuSE rules file. Thanks to Alexander Patrakov for the bugreport. -2007-03-04 Matthew Burgess - * Makefile: Use `udevd --version' to work out what version of Udev is - installed (requires Udev >= 106) +2007-03-04 Matthew Burgess + * Makefile: Use `udevd --version' to work out what version of Udev is + installed (requires Udev >= 106) 2007-01-02 Bryan Kadzban - * 25-lfs.rules: Change CPU devices (cpu, msr, microcode) to be in - /dev/cpu/ and /dev/cpu/N/, to match Documentation/devices.txt. + * 25-lfs.rules: Change CPU devices (cpu, msr, microcode) to be in + /dev/cpu/ and /dev/cpu/N/, to match Documentation/devices.txt. 2006-10-21 Bryan Kadzban - * Makefile: Add a missing backslash in install-extra-doc. + * Makefile: Add a missing backslash in install-extra-doc. - * 05-udev-early.rules, 60-persistent-input.rules, - 60-persistent-storage.rules, 95-udev-late.rules: Remove. The book - will install these files from udev's etc/udev/rules.d directory - instead. - * Makefile: Don't install these rules files after all. Also, only - install corresponding docs if requested. + * 05-udev-early.rules, 60-persistent-input.rules, + 60-persistent-storage.rules, 95-udev-late.rules: Remove. The book + will install these files from udev's etc/udev/rules.d directory + instead. + * Makefile: Don't install these rules files after all. Also, only + install corresponding docs if requested. 2006-10-20 Bryan Kadzban - * Makefile: Added; contains targets to install rules and doc files. - From Dan Nicholson. + * Makefile: Added; contains targets to install rules and doc files. + From Dan Nicholson. 2006-10-14 Bryan Kadzban - * 05-udev-early.rules, 60-persistent-storage.rules: Sync up with - upstream sample rules files (from udev-102), except for one rule - which is more specific in our tarball and should probably be changed - upstream. - * doc/60-persistent-storage.txt: Modify to match the changes. Also - fix a couple typos. + * 05-udev-early.rules, 60-persistent-storage.rules: Sync up with + upstream sample rules files (from udev-102), except for one rule + which is more specific in our tarball and should probably be changed + upstream. + * doc/60-persistent-storage.txt: Modify to match the changes. Also + fix a couple typos. - * 25-lfs.rules: Remove duplicate rules (ttyS[0-9]* is also matched by - tty[BC...S...][0-9]*, and ttyUSB[0-9]* is in there twice). + * 25-lfs.rules: Remove duplicate rules (ttyS[0-9]* is also matched by + tty[BC...S...][0-9]*, and ttyUSB[0-9]* is in there twice). - * 25-lfs.rules: Fix Alsa device KERNEL rules. Udev uses shell-style - glob matching, not regular expressions, so the old rules would match - nonsense device names like hw0asdf and pcmDzxcv. As long as the first - character after the "fixed" portion was in the list, the rule would - match; it wouldn't apply the same character range to later characters. + * 25-lfs.rules: Fix Alsa device KERNEL rules. Udev uses shell-style + glob matching, not regular expressions, so the old rules would match + nonsense device names like hw0asdf and pcmDzxcv. As long as the first + character after the "fixed" portion was in the list, the rule would + match; it wouldn't apply the same character range to later characters. - * doc/25-lfs.txt: Add a note on interaction between permissions and - symlinks. + * doc/25-lfs.txt: Add a note on interaction between permissions and + symlinks. 2006-10-09 Bryan Kadzban - * 25-lfs.rules: Fix fb[0-9]* device permissions (should use the default - 0660). + * 25-lfs.rules: Fix fb[0-9]* device permissions (should use the default + 0660). - * doc/25-lfs.txt: Fix typo: /dev/ptmx is given mode 0666, not 0660. - Also tweak the comment about other TTY devices. + * doc/25-lfs.txt: Fix typo: /dev/ptmx is given mode 0666, not 0660. + Also tweak the comment about other TTY devices. 2006-10-04 Bryan Kadzban - * 05-udev-early.rules: Remove WAIT_FOR_SYSFS="bus" rule. With kernel - 2.6.18, this rule is no longer required. + * 05-udev-early.rules: Remove WAIT_FOR_SYSFS="bus" rule. With kernel + 2.6.18, this rule is no longer required. - * doc/05-udev-early.txt: Update to match. + * doc/05-udev-early.txt: Update to match. 2006-09-28 Bryan Kadzban - * doc/60-persistent-storage.txt: Explain persistent storage rules, or - at least the parts I understand. (I don't use DASD or netblock or - several other supported configurations.) + * doc/60-persistent-storage.txt: Explain persistent storage rules, or + at least the parts I understand. (I don't use DASD or netblock or + several other supported configurations.) - * doc/81-cdrom.txt: Explain 81-cdrom.rules. + * doc/81-cdrom.txt: Explain 81-cdrom.rules. - * doc/95-udev-late.txt: Explain 95-udev-late.rules. Documentation is - now finished. + * doc/95-udev-late.txt: Explain 95-udev-late.rules. Documentation is + now finished. 2006-09-26 Bryan Kadzban - * doc/60-persistent-input.txt: Explain (in probably too much detail) - 60-persistent-input.rules. + * doc/60-persistent-input.txt: Explain (in probably too much detail) + 60-persistent-input.rules. 2006-09-24 Bryan Kadzban - * doc/05-udev-early.txt: Rewrap to fit 80 columns. + * doc/05-udev-early.txt: Rewrap to fit 80 columns. - * doc/26-modprobe.txt: Explain 26-modprobe.rules, and modaliases. + * doc/26-modprobe.txt: Explain 26-modprobe.rules, and modaliases. - * doc/27-firmware.txt: Explain 27-firmware.rules. + * doc/27-firmware.txt: Explain 27-firmware.rules. 2006-09-24 Bryan Kadzban - * doc/25-lfs.txt: Explain 25-lfs.rules. + * doc/25-lfs.txt: Explain 25-lfs.rules. - * 25-lfs.rules: Use SYMLINK+= for isdn/capi20 also. + * 25-lfs.rules: Use SYMLINK+= for isdn/capi20 also. 2006-09-23 Bryan Kadzban - * doc: New subdirectory to contain documentation of rules - * doc/README: New file, top-level documentation - * doc/*.txt: New documentation files, one for each rules file. Only - 05-udev-early.txt has anything in it. + * doc: New subdirectory to contain documentation of rules + * doc/README: New file, top-level documentation + * doc/*.txt: New documentation files, one for each rules file. Only + 05-udev-early.txt has anything in it. 2006-09-23 Bryan Kadzban - * 25-lfs.rules: Add "ignore_device" to OPTIONS for DRI devices, instead - of setting NAME to an empty string. This matches the way we ignore - devmapper / LVM devices. + * 25-lfs.rules: Add "ignore_device" to OPTIONS for DRI devices, instead + of setting NAME to an empty string. This matches the way we ignore + devmapper / LVM devices. 2006-09-22 Bryan Kadzban - * 60-persistent-input.rules, 95-udev-late.rules: Import from udev-100. - 60-persistent-input.rules creates persistent symlinks for input - devices, and 95-udev-late.rules enables udevmonitor. + * 60-persistent-input.rules, 95-udev-late.rules: Import from udev-100. + 60-persistent-input.rules creates persistent symlinks for input + devices, and 95-udev-late.rules enables udevmonitor. - * 60-persistent-storage.rules: Replace ATTRS{../removable} with just - ATTRS{removable} on partition devices. Replace ATTRS{removable} - with ATTR{removable} on whole-disk devices. + * 60-persistent-storage.rules: Replace ATTRS{../removable} with just + ATTRS{removable} on partition devices. Replace ATTRS{removable} + with ATTR{removable} on whole-disk devices. 2006-09-20 Bryan Kadzban - * 05-early.rules: Missed a rule in the last change. ENV{PHYSDEVBUS} - in the rule that waits for the "bus" symlink should be replaced by - SUBSYSTEMS. + * 05-early.rules: Missed a rule in the last change. ENV{PHYSDEVBUS} + in the rule that waits for the "bus" symlink should be replaced by + SUBSYSTEMS. 2006-09-20 Bryan Kadzban - * Adapted rules to the new matches used in udev-098 and above (e.g., - SYSFS becomes ATTRS). Prevents warnings, and support for the old - matches will be removed eventually. These rules will not work with - udev-097 and before! - * Fixed several bugs in the rules left over from previous udev - versions (missing commas, overwriting user symlinks using ="..." - instead of +="...", and matching against "*" instead of "?*"). + * Adapted rules to the new matches used in udev-098 and above (e.g., + SYSFS becomes ATTRS). Prevents warnings, and support for the old + matches will be removed eventually. These rules will not work with + udev-097 and before! + * Fixed several bugs in the rules left over from previous udev + versions (missing commas, overwriting user symlinks using ="..." + instead of +="...", and matching against "*" instead of "?*"). - * Renamed CHANGELOG to ChangeLog, started using pseudo-GNU-format - entries. (See standards.info; search it for "changelog" to get - the general gist.) + * Renamed CHANGELOG to ChangeLog, started using pseudo-GNU-format + entries. (See standards.info; search it for "changelog" to get + the general gist.) dnicholson - Jul 14, 2006 - * Fixed usbdev PROGRAM so that it works with the BusyBox sh. Thanks - to Anthony Wright. + * Fixed usbdev PROGRAM so that it works with the BusyBox sh. Thanks + to Anthony Wright. n/a - Jul 12, 2006 - * Added options so temporary nodes are not created with device-mapper - * Adapted cdrom rules to identify CD-ROM drives correctly by adding - SUBSYSTEM=="block" test. - * Added simple 81-cdrom.rules file to set cdrom group ownership + * Added options so temporary nodes are not created with device-mapper + * Adapted cdrom rules to identify CD-ROM drives correctly by adding + SUBSYSTEM=="block" test. + * Added simple 81-cdrom.rules file to set cdrom group ownership n/a - Jun 07, 2006 - * Removed nvidia rules - * Removed bug reporting rule - * Moved Debian-based persistent CD-ROM rules to contrib - * Adapted firmware rule to udev-093 + * Removed nvidia rules + * Removed bug reporting rule + * Moved Debian-based persistent CD-ROM rules to contrib + * Adapted firmware rule to udev-093 n/a - May 15, 2006 - * Part one of 25-lfs.rules rewrite - * Some minor tweaking of the layout + * Part one of 25-lfs.rules rewrite + * Some minor tweaking of the layout n/a - May 12, 2006 - * Initial import of the udev-config directory. - * Reorganized and modularized the rules files. - * Added explanatory comments + * Initial import of the udev-config directory. + * Reorganized and modularized the rules files. + * Added explanatory comments diff --git a/udev-lfs/contrib/debian/write_cd_aliases b/udev-lfs/contrib/debian/write_cd_aliases index ea8eeb7d8..d22ed9ed3 100644 --- a/udev-lfs/contrib/debian/write_cd_aliases +++ b/udev-lfs/contrib/debian/write_cd_aliases @@ -107,7 +107,7 @@ match="BUS==\"$PHYSDEVBUS\", ID==\"$id\"" comment="$ID_MODEL ($ID_PATH)" - write_rule "$match" "cdrom$link_num" "$comment" + write_rule "$match" "cdrom$link_num" "$comment" [ "$ID_CDROM_CD_RW" ] && write_rule "$match" "cdrw$link_num" [ "$ID_CDROM_DVD" ] && write_rule "$match" "dvd$link_num" [ "$ID_CDROM_DVD_RW" ] && write_rule "$match" "dvdrw$link_num"