Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | update to MarkupSafe-2.1.1 (#5025) | Xi Ruoyao | 2022-03-16 | 2 | -2/+12 | |
| | ||||||
* | pkgmgmt: for systemd revision, add how to restart systemd without reboot | Xi Ruoyao | 2022-03-16 | 1 | -1/+8 | |
| | ||||||
* | Update to openssl-3.0.2. | Bruce Dubbs | 2022-03-15 | 3 | -5/+9 | |
| | ||||||
* | Merge branch 'trunk' of git.linuxfromscratch.org:lfs into trunk | Bruce Dubbs | 2022-03-15 | 2 | -2/+2 | |
|\ | ||||||
| * | changelog: dbus is systemd revision only | Xi Ruoyao | 2022-03-16 | 1 | -1/+1 | |
| | | ||||||
| * | systemd: remove --strip-compoents=1 from man page installation command | Xi Ruoyao | 2022-03-16 | 1 | -1/+1 | |
| | | | | | | | | | | | | systemd-man-pages-250.tar.xz has no additional leading components. An errata is required. | |||||
* | | Ignore fop.log | Bruce Dubbs | 2022-03-15 | 1 | -1/+1 | |
|/ | ||||||
* | Update to meson-0.61.3. | Bruce Dubbs | 2022-03-15 | 2 | -3/+7 | |
| | ||||||
* | package update | Xi Ruoyao | 2022-03-15 | 6 | -26/+54 | |
| | | | | | | | | * update to expat-2.4.7 (#5019) * update to bc-5.2.3 (#5020) * update to linux-5.16.14 (#5021) * update to perl-5.34.1 (#5022) * update to vim-8.2.4567 (#4500) | |||||
* | Fix pdf presentation issues and some misc issues | Bruce Dubbs | 2022-03-14 | 3 | -2/+3 | |
| | | | | | | | | | | Change pdf generation to use 9 point fonts for monospace sections of the book. Otherwise texy overflows, especially in Chapter 8, Stripping. Fix a minor spacing issue in the stripping issue. MAke a minor grammar fix in creatingfiles.xml. | |||||
* | glibc: fix the desc of nss/tst-nss-files-hosts-multi failure, and ... | Xi Ruoyao | 2022-03-15 | 1 | -2/+8 | |
| | | | | | | | mention nss/tst-nss-files-hosts-long failure It seems I was confused by the two failures with similar name, when I added the description. | |||||
* | systemd: dbus: add --runstatedir=/run | Xi Ruoyao | 2022-03-13 | 1 | -2/+2 | |
| | | | | | | | | This prevents a reference to /var/run in /usr/lib/tmpfiles.d/dbus.conf, which would cause a warning from systemd-tmpfiles. --with-system-pid-file=/run/dbus/pid is not needed with this, but --with-console-auth-dir and --with-system-socket are still needed. | |||||
* | kernfs: "Udev" -> "the kernel and Udev" | Xi Ruoyao | 2022-03-08 | 1 | -1/+2 | |
| | | | | | devtmpfs already contains many device nodes created by the kernel once it's mounted, and Udev creates or renames nodes based on kernel work. | |||||
* | kernfs: remove static node creation, and update the text | Xi Ruoyao | 2022-03-08 | 1 | -32/+13 | |
| | | | | | | | | | | | | | | | | | | This is to match the "new" way of device handling with devtmpfs (already widely used in recent ten years). In a normal booting process, the kernel mounts devtmpfs at very early stage. So the static nodes won't be used at all. The only situation where the kernel can't mount devtmpfs is "/dev is missing", but it means those two static nodes can't exist anyway, and a normal LFS system (without initramfs) won't boot in such a bad situation. Removing static /dev/console and /dev/null may cause trouble for those people or scripts chroot into LFS tree without mounting devtmpfs. But entering a chroot with only console and null in /dev is already problematic. For a reference, If a systemd service is started with PrivateDevices=true, systemd will create 18 nodes and symlinks to form a "minimal" /dev. | |||||
* | Merge branch 'trunk' of git.linuxfromscratch.org:lfs into trunk | Bruce Dubbs | 2022-03-06 | 7 | -13/+32 | |
|\ | ||||||
| * | add changelog entries for 20220305 | Xi Ruoyao | 2022-03-05 | 1 | -0/+15 | |
| | | ||||||
| * | Merge tag 'xry111/lfs-next/for-trunk-20220305' into trunk | Xi Ruoyao | 2022-03-05 | 5 | -12/+16 | |
| |\ | ||||||
| | * | don't chown $LFS/sources to lfs (#5018) | Xi Ruoyao | 2022-03-05 | 1 | -6/+0 | |
| | | | ||||||
| | * | add zstd upstream fixes patch | Xi Ruoyao | 2022-03-05 | 4 | -6/+16 | |
| | | | ||||||
| | * | Merge branch 'trunk' into xry111/lfs-next | Xi Ruoyao | 2022-03-05 | 5 | -127/+139 | |
| | |\ | | |/ | |/| | ||||||
| * | | gcc: use $(gcc -dumpmachine) instead of *linux-gnu | Xi Ruoyao | 2022-03-05 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | It's consistent with other commands in the same page, and also helpful for porting to targets with different triplets (-musl or -gnuabi64). | |||||
* | | | Typo | Bruce Dubbs | 2022-03-06 | 1 | -1/+1 | |
|/ / | ||||||
* | | remove meson "test SBU" added unintentionally | Xi Ruoyao | 2022-03-03 | 1 | -1/+1 | |
| | | ||||||
* | | remove outdated cross-chap5 announcement in what's new | Xi Ruoyao | 2022-03-03 | 1 | -4/+0 | |
| | | | | | | | | | | | | It should have been removed in 10.1, and in 11.0 there should have been "the version of LFS has switched to a merged-/usr layout". But we just forgot to update this all the time :). | |||||
* | | package updates | Xi Ruoyao | 2022-03-03 | 4 | -35/+49 | |
| | | | | | | | | | | | | | | | | * Update to meson-0.61.2. * Update to linux-5.16.12. * Update to MarkupSafe-2.1.0. * Update to dbus-1.14.0. * Update to vim-8.2.4489. | |||||
* | | remove all "what's new" entries after release | Xi Ruoyao | 2022-03-03 | 1 | -100/+88 | |
| | | ||||||
* | | add changelog entries for libstdc++ pass 2 and tcl changes | Xi Ruoyao | 2022-03-02 | 1 | -0/+14 | |
| | | ||||||
* | | Merge tag 'xry111/lfs-next/for-trunk-20220302' into trunk | Xi Ruoyao | 2022-03-02 | 8 | -350/+81 | |
|\| | ||||||
| * | Merge remote-tracking branch 'origin/trunk' into xry111/lfs-nextxry111/lfs-next/for-trunk-20220302xry111/lfs-next | Xi Ruoyao | 2022-03-02 | 4 | -607/+7 | |
| |\ | |/ |/| | ||||||
* | | Cleanup after 11.1 commit | Bruce Dubbs | 2022-02-28 | 1 | -593/+2 | |
| | | ||||||
* | | fix the date of expat-2.4.6 changelog entryr11.1 | Xi Ruoyao | 2022-02-28 | 1 | -1/+1 | |
| | | ||||||
* | | Kernel (systemd): Add CONFIG_MEMCG as required (systemd-oomd). | Douglas R. Reno | 2022-02-27 | 1 | -1/+2 | |
| | | ||||||
* | | tcl: remove outdated test failure description | Xi Ruoyao | 2022-02-27 | 1 | -10/+0 | |
| | | ||||||
* | | Do a minor reword in networkd.xml and move Firmware Drivers to the | Douglas R. Reno | 2022-02-26 | 2 | -3/+3 | |
| | | | | | | | | Device Drivers section in the systemd kernel configuration. | |||||
| * | gcc-pass2: document *_FOR_TARGET parameters | Xi Ruoyao | 2022-03-02 | 1 | -1/+28 | |
| | | ||||||
| * | gcc pass2: use --target=$LFS_TGT instead of many {C,CXX}_FOR_TARGET | Xi Ruoyao | 2022-03-02 | 1 | -3/+2 | |
| | | | | | | | | | | | | There is also a "GCC_FOR_TARGET" which was not set correctly. The --target=$LFS_TGT parameter can set up all of these variables as we expected. | |||||
| * | iproute2: add NETNS_RUN_DIR=/run/netns to avoid using deprecated /var/run | Xi Ruoyao | 2022-02-27 | 1 | -1/+1 | |
| | | ||||||
| * | remove adjusting.xml | Xi Ruoyao | 2022-02-27 | 2 | -192/+33 | |
| | | | | | | | | | | | | | | Now adjusting.xml only serves as a historical reference, and a "snip library" for gcc.xml. Put all relevant content into gcc.xml directly and remove adjusting.xml. If someone needs a historical reference, he can always get adjusting.xml in Git history. | |||||
| * | tcl: remove --enable-64bit | Xi Ruoyao | 2022-02-27 | 1 | -18/+1 | |
| | | | | | | | | | | It only adds -m64 on x86_64 GNU/Linux. In 64-bit LFS -m64 is the default. | |||||
| * | fix GCC PR100017 and enable libstdc++ for pass 2 | Xi Ruoyao | 2022-02-27 | 4 | -137/+18 | |
|/ | | | | | | | | | This is the issue preventing us from cross-compiling libstdc++ in Chapter 6. By fixing this issue we can remove a seperate pass 2 for libstdc++ and simplify the instruction. The upstream fix will be released in 11.3 and 12.0, so we can remove the first sed upgrading gcc next time. | |||||
* | Merge branch 'trunk' of git.linuxfromscratch.org:lfs into trunk | Bruce Dubbs | 2022-02-25 | 2 | -4/+14 | |
|\ | ||||||
| * | mention that expat may delete vulnerable releases | Xi Ruoyao | 2022-02-25 | 2 | -4/+14 | |
| | | ||||||
* | | Wording | Bruce Dubbs | 2022-02-25 | 1 | -1/+1 | |
|/ | ||||||
* | Update to expat-2.4.6 (security fix) | Bruce Dubbs | 2022-02-23 | 2 | -4/+18 | |
| | ||||||
* | systemd: remove unneeded command | Xi Ruoyao | 2022-02-23 | 1 | -7/+0 | |
| | | | | | For systmed-250, systemd-time-wait-sync.service is disabled by systemctl preset-all. | |||||
* | systemd: trivial indent fix :) | Xi Ruoyao | 2022-02-23 | 1 | -1/+1 | |
| | ||||||
* | doc: correct the URL of BLFS docbook-xml-4.5 page | Xi Ruoyao | 2022-02-23 | 1 | -2/+2 | |
| | ||||||
* | glibc: document tst-nss-files-hosts-multi failure ... | Xi Ruoyao | 2022-02-22 | 1 | -3/+4 | |
| | | | | | | | | on the systems without non-loopback IP address We'd observed this long ago with "unknown reason". I just saw it again and did some investigation, found it depends on getaddrinfo() with AI_ADDRCONFIG, which requires a non-loopback address. | |||||
* | ch03 intro: "newer version" -> "different version", and ... | Xi Ruoyao | 2022-02-22 | 1 | -2/+11 | |
| | | | | warn about the difference between release tarballs and repo snapshots | |||||
* | part 3 intro: warn that don't copy source tree with cp -R | Xi Ruoyao | 2022-02-22 | 1 | -0/+6 | |
| |