aboutsummaryrefslogtreecommitdiffstats
path: root/chapter08
Commit message (Collapse)AuthorAgeFilesLines
* Package updates.Bruce Dubbs2023-02-112-5/+3
| | | | | | | | | | | Update to iana-etc-20230202. Update to zstd-1.5.4. Update to Python3-3.11.2. Update to e2fsprogs-1.47.0. Update to dbus-1.14.6. Update to linux-6.1.11. Update to libcap-2.67. Update to bc-6.2.4.
* Combine tcl documentation instructions together.Bruce Dubbs2023-02-081-11/+5
|
* openssl: Fix a command to view man pageXi Ruoyao2023-02-081-1/+1
| | | | "ssl.7ssl" is in man7, not man3.
* glibc: Note the sed for printf is a security fixXi Ruoyao2023-02-061-2/+6
| | | | And add a comment about the difference from upstream commit.
* libffi: Remove --disable-exec-static-trampxry111/glibc-2.37Xi Ruoyao2023-02-031-13/+1
| | | | It's not needed now since gjs-1.74 supports static trampoline.
* libelf: Update test statusXi Ruoyao2023-02-031-2/+3
| | | | | While the previously documented test failure is resolved by binutils-2.40, a new test failure has shown up.
* bash: Add the explanation of test output, and document a known failureXi Ruoyao2023-02-031-0/+13
|
* mpfr: Fix a test caseXi Ruoyao2023-02-021-1/+15
| | | | | | | Normally we don't fix test, but see the comment added into the XML file for the rationale. Update the number of tests by the way.
* glibc: Fix an issue identified upstreamXi Ruoyao2023-02-021-0/+6
|
* binutils: remove test failures resolved by upstreamXi Ruoyao2023-02-021-16/+1
|
* binutils: remove more empty man pagesXi Ruoyao2023-02-021-1/+1
|
* glibc: remove nss/tst-nss-files-hosts-long failureXi Ruoyao2023-02-021-6/+0
| | | | It's UNSUPPORTED in chroot now, so we cannot see it in LFS build.
* glibc: Remove a sed useless for 2.37Xi Ruoyao2023-02-021-5/+0
|
* stripping: Add an <important> about updated packagesXi Ruoyao2023-02-011-0/+12
| | | | | We've received enough reports for systems with zlib security update broken by stripping :(.
* systemd: remove an extra word "both"Xi Ruoyao2023-01-271-1/+1
| | | | | It seems introduced unintentionally. I'm wondering what has happened with David's text editor :).
* Fix the build of systemd due to the last commitDouglas R. Reno2023-01-251-1/+1
|
* Edit systemd chapters for grammar and idiom.David Bryant2023-01-253-34/+34
|
* binutils: remove a trailing punctuation in libsframe descXi Ruoyao2023-01-171-1/+1
| | | | to match other descriptions.
* Really remove libsframe.aBruce Dubbs2023-01-161-1/+1
|
* Add libsframe.so.0.0.0 to list of online-libs (used by strip itself)Thomas Trepl2023-01-161-0/+1
|
* Package updates.Bruce Dubbs2023-01-151-4/+15
| | | | | | | | | | | Update to iana-etc-20230109. Update to binutils-2.40. Update to bc-6.2.2. Update to linux-6.1.6. Update to man-db-2.11.2. Update to mpfr-4.2.0. Update to ncurses-6.4. Update to xz-5.4.1.
* Remove obsolete sed no longer required in mpc-1.3.1Thomas Trepl2023-01-011-12/+0
|
* Patch systemd against CVE-2022-4415Douglas R. Reno2022-12-281-3/+3
|
* Standardize spelling of "userspace".David Bryant2022-12-242-2/+2
|
* Improve English idiom and make additional changes, for clarity.David Bryant2022-12-201-22/+22
| | | | | Rephrased a clumsy sentence. Broke a run-on sentence in two. Used adverbs, and the possessive case, where necessary.
* Remove redundant verbiage; improve English idiom.David Bryant2022-12-201-5/+5
|
* Removed redundant verbiage. Rewrote a very clumsy sentence.David Bryant2022-12-201-9/+8
| | | | | To speak of a difference (implying subtraction) and a factor (multiplication) as equivalent is confusing at best.
* Capitalize package names. Patch up a clumsy sentence. Change anDavid Bryant2022-12-192-12/+12
| | | | | instance of the imperative mood to the indicative. Improve the description of the "halt" and "init" programs.
* Capitalize the name of the package. Standardize references toDavid Bryant2022-12-171-36/+37
| | | | | | "ext{234}" file systems. Clean up English idiom here and there. Standardize the spelling of "file system"; unless it's part of a command or something like that, it should be written as two words.
* Patched clumsy verbiage. Added two items (hardlink, lsfd) to the listDavid Bryant2022-12-161-29/+52
| | | | | | | of installed programs. Added (link to setarch) to the five items that link to setarch. Corrected erroneous description of swapoff. Clarified some of the "short descriptions". Changed the imperative mood to the indicative mood, and added an "s" to a couple of possessive nouns.
* gawk: LN='ln -f' is an overridden make variable, not environment variableXi Ruoyao2022-12-161-1/+1
| | | | | | `LN='ln -f' make install` won't work. The terminlogy "override" is from section 9.5 of "info make".
* Capitalized the name of the package. Removed "pwait" from theDavid Bryant2022-12-151-4/+5
| | | | | Short Descriptions list; it has already beeen dropped from the Installed Programs list.
* Reordered a clumsy sentence.David Bryant2022-12-151-1/+1
|
* Correct inconsistency in list of installed programs (awk --> gawk).David Bryant2022-12-151-1/+1
|
* Merge branch 'trunk' of git.linuxfromscratch.org:lfs into trunkBruce Dubbs2022-12-1523-239/+236
|\
| * Patch capitalization. Substitute "spell-checking" for "spell":David Bryant2022-12-141-9/+10
| | | | | | | | | | "Spell" can be a noun or a verb, but it's never an adjective. Clarify the description of "xxd".
| * "Test suite" is two words.David Bryant2022-12-141-2/+2
| |
| * Test suite is two words. Added the definite article where idiomatic.David Bryant2022-12-131-2/+2
| |
| * Changed "behaviour" to "behavior" throughout the LFS book.David Bryant2022-12-121-1/+1
| |
| * Modified list of tc subcommands to match the man page. Note that theDavid Bryant2022-12-121-7/+4
| | | | | | | | | | | | help screen doesn't match the man page. Also, there's an action ("tc chain") in the synopsis section that is not further explained in the body of man tc. Documentation may be inaccurate.
| * iproute2: ifcfg and routef are goneXi Ruoyao2022-12-121-26/+2
| | | | | | | | | | Link: https://git.kernel.org/pub/scm/network/iproute2/iproute2.git/commit/?id=adddf30cd85fc0191450218905b37a29814d35a2 Link: https://git.kernel.org/pub/scm/network/iproute2/iproute2.git/commit/?id=1eaebad2c536b9ef9bd047a45438ae7ed273ee91
| * Changed "front-end" to "front end". Webster says the hyphenatedDavid Bryant2022-12-112-2/+2
| | | | | | | | | | version is an adjective. When "front end" is a noun, as it is here, it should be spelled as two words.
| * Corrected idiom in section about "arpd". Corrected spelling of "frontDavid Bryant2022-12-111-23/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | end" -- it's twp words, not one. Changed square brackets to parentheses; square brackets should only be used to delimit editorial remarks. Removed one definite article referring to the plural; "the" implies a single object. Changed "amount" to "number". In English, an amount refers to a continuous quantity, while a number refers to discrete objects (like networking packetts). Added a qualifier in the description of "ip": the list of commands is not exhaustive. Modified a few program descriptons to improve consistency of style. Changed QOS and COS to QoS and CoS after researching these abbreviations on the internet. "Quality of Service" and "Class of Service" appear, to me, to be the most common way of writing these phrases.
| * grub: HFS and HFS+ are file systems, not filesXi Ruoyao2022-12-111-1/+1
| |
| * grub: fix a typoXi Ruoyao2022-12-111-1/+1
| |
| * Clarified directions in re: UEFI. Tweaked verbiage to make it moreDavid Bryant2022-12-101-25/+27
| | | | | | | | | | | | | | idiomatic. Clarified meaning of configure options. Made several minor revisions in program descriptions to improve readability. Added a little explanatory material. Changed imperative mood to indicative mood where that was appropriate.
| * Corrected description of what the package does: groff processes bothDavid Bryant2022-12-101-6/+7
| | | | | | | | | | | | text and images. Patched English idiom. Added a little information about Pinyin (Chinese spelled like English) and grap (an old Unix command for creating graphs).
| * Clarified the description of what the programs in this package do.David Bryant2022-12-101-6/+8
| | | | | | | | Added a note about xargs. Corrected English idiom.
| * Improved the description of "cmp".David Bryant2022-12-101-2/+1
| |
| * coreutils: fix a typoXi Ruoyao2022-12-101-1/+1
| |