Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | chapter07: tcl/expect/dejagnu are now in chapter08 | Xi Ruoyao | 2021-08-25 | 1 | -2/+2 |
| | |||||
* | Fix spacing of backslashes in binutils-pass1 | Pierre Labastie | 2021-08-24 | 1 | -4/+4 |
| | |||||
* | Fix lfs-print.css location in index.html <head> | Pierre Labastie | 2021-08-21 | 1 | -0/+1 |
| | | | | | | The template generates ../stylesheets/lfs-print.css, which is ok for all pages, except index.html. Remove the ../ with a sed in the Makefile. | ||||
* | Typo (double "the") Spotted by Rainer Fiebig | Pierre Labastie | 2021-08-21 | 1 | -1/+1 |
| | |||||
* | Merge branch 'trunk' of git.linuxfromscratch.org:lfs into trunk | Bruce Dubbs | 2021-08-20 | 3 | -3/+12 |
|\ | |||||
| * | mention wpa_supplicant in reboot page | Xi Ruoyao | 2021-08-20 | 1 | -0/+5 |
| | | |||||
| * | no need to mention dhcpcd/dhclient in systemd revision | Xi Ruoyao | 2021-08-20 | 1 | -1/+2 |
| | | | | | | | | | | systemd-networkd supports DHCP. If someone prefers dhcpcd/dhclient he can use systemd-networkd as a temporary tool anyway. | ||||
| * | add libnsl as python optional dependency | Xi Ruoyao | 2021-08-19 | 1 | -1/+2 |
| | | |||||
| * | hostreq: fix a hardcoded chapter number | Xi Ruoyao | 2021-08-18 | 1 | -1/+3 |
| | | |||||
* | | Fix security issue in Chapter 8 glibc. | Bruce Dubbs | 2021-08-20 | 2 | -0/+15 |
|/ | | | | Add a sed to glibc in Chapter 8 to fix a critical security issue. | ||||
* | Now run all the tests in binutils. | Bruce Dubbs | 2021-08-18 | 2 | -2/+21 |
| | | | | | We were removing a failing test, but it is not longer a problem. Eliminate the instruction that does that. | ||||
* | mark automake as new, and fix an example in general.ent | Xi Ruoyao | 2021-08-18 | 2 | -3/+3 |
| | |||||
* | add p11-kit to dependencies list for systemd | DJ Lucas | 2021-08-16 | 2 | -0/+10 |
| | |||||
* | Update stats for systemd packages | Douglas R. Reno | 2021-08-14 | 1 | -4/+4 |
| | |||||
* | Update all package stats and update grep. | Bruce Dubbs | 2021-08-14 | 3 | -106/+116 |
| | | | | | Using latest build log, updated all SysV package stats. Update to grep-3.7. | ||||
* | Package updates and a patch. | Bruce Dubbs | 2021-08-13 | 6 | -22/+48 |
| | | | | | | | Update to linux-5.13.10. Update to bc-5.0.0. Update to vim-8.2.3337. Add binutils-2.37 upstream patch. | ||||
* | Typo | Bruce Dubbs | 2021-08-13 | 1 | -1/+1 |
| | |||||
* | minor typo | Xi Ruoyao | 2021-08-13 | 1 | -1/+1 |
| | |||||
* | Touch up cleanup commands in Chapter 8 | Bruce Dubbs | 2021-08-12 | 4 | -17/+10 |
| | | | | | We moved the rm /tools from Chapter 8 to Chapter 7. Some minor wording changes and file renaming. | ||||
* | Rework cleaning up section of Chapter 7 | Bruce Dubbs | 2021-08-12 | 3 | -200/+179 |
| | | | | | | | | | | | | | | | | Renamed chapter07/stripping.xml to chapter07/cleanup.xml Removed stripping from the end of Chapter 7. We suggest a 10 GB or larger partition in Section 2.4 - Creating a New Partition and the space used before cleaning up is only 3 GB. Stripping would free up about 300 MB more, but these files will soon be overwritten anyway. Remove /tools here to save about 1 GB. General reorginization and rewording. Chapter 8 stripping still needs to be updated after this change. | ||||
* | Merge branch 'trunk' of git.linuxfromscratch.org:lfs into trunk | Bruce Dubbs | 2021-08-09 | 1 | -1/+14 |
|\ | |||||
| * | libffi: document --disable-exec-static-tramp | Xi Ruoyao | 2021-08-09 | 1 | -1/+14 |
| | | |||||
* | | Clean up glibc list of test failures | Bruce Dubbs | 2021-08-09 | 1 | -5/+6 |
|/ | |||||
* | Package updates. | Bruce Dubbs | 2021-08-08 | 4 | -10/+27 |
| | | | | | Update to linux-5.13.9. Update to libffi-3.4.2. | ||||
* | Fix currency for libffi | Bruce Dubbs | 2021-08-08 | 1 | -0/+1 |
| | |||||
* | prologue/why: expect is not temporary system only now | Xi Ruoyao | 2021-08-08 | 1 | -2/+1 |
| | |||||
* | m4: test-posix_spawn-script does not fail | Xi Ruoyao | 2021-08-06 | 1 | -2/+0 |
| | | | | Reported on lfs-dev and confirmed with jhalfs. | ||||
* | gcc: fix PR101749 | Xi Ruoyao | 2021-08-06 | 2 | -4/+21 |
| | | | | | https://wiki.linuxfromscratch.org/blfs/ticket/15350 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101749 | ||||
* | minor wording change | Xi Ruoyao | 2021-08-06 | 1 | -1/+1 |
| | |||||
* | shadow: use xz tarball | Xi Ruoyao | 2021-08-05 | 1 | -3/+3 |
| | | | | It's already used in BLFS, so let's make LFS to use the same one. | ||||
* | Make stripping work fo rboth x86 and x86_64 | Bruce Dubbs | 2021-08-03 | 1 | -1/+6 |
| | |||||
* | Merge branch 'trunk' of git.linuxfromscratch.org:lfs into trunk | Bruce Dubbs | 2021-08-03 | 5 | -32/+28 |
|\ | |||||
| * | minor typo | Xi Ruoyao | 2021-08-04 | 1 | -1/+1 |
| | | |||||
| * | fix temp hosts file | Xi Ruoyao | 2021-08-04 | 1 | -1/+1 |
| | | | | | | | | I think it may be related to Python 3 tests hang (?) | ||||
| * | bash: minor command style fix | Xi Ruoyao | 2021-08-04 | 1 | -2/+2 |
| | | |||||
| * | strip: restore versions in online_usrlib and save_usrlib | Xi Ruoyao | 2021-08-04 | 1 | -11/+9 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Without them, for example: cp /usr/lib/libbfd.so /tmp/libbfd.so # now /tmp/libbfd.so is a hardcopy of /usr/lib/libbfd-2.37.so strip --strip-unneeded /tmp/libbfd.so install -vm755 /tmp/libbfd.so /usr/lib/libbfd.so # now /usr/lib/libbfd.so is *not* a symlink, but a real file We don't want this to happen. libdl and libpthread removed: they are now dummy libs and is not used by anything built in LFS/BLFS. | ||||
| * | gcc: document new test failures with glibc-2.34 | Xi Ruoyao | 2021-08-03 | 1 | -17/+15 |
| | | | | | | | | The links to gcc bugzilla is in XML comments. | ||||
* | | Wording | Bruce Dubbs | 2021-08-03 | 1 | -0/+6 |
| | | |||||
* | | Clarify chapter 7 stripping and backup | Bruce Dubbs | 2021-08-03 | 1 | -25/+29 |
|/ | | | | | | | In chapter 7 we do not need to unmount file systems to strip binaries. Move unmounting to the backup/restore sections. Also make sure the stripping commands are valid. | ||||
* | Fix spacing | Bruce Dubbs | 2021-08-02 | 1 | -8/+8 |
| | |||||
* | Package updates. | Bruce Dubbs | 2021-08-02 | 8 | -76/+78 |
| | | | | | | Update to glibc-2.34. Update to diffutils-3.8. Update to libcap-2.52. | ||||
* | binutils: typo | Xi Ruoyao | 2021-08-02 | 1 | -1/+1 |
| | |||||
* | Update test results for several packages. | Bruce Dubbs | 2021-08-01 | 11 | -18/+27 |
| | | | | | Most of the changes were removing documentation of failed tests that no longer fail. | ||||
* | Fackage updates and fixes. | Bruce Dubbs | 2021-08-01 | 4 | -8/+29 |
| | | | | | | Remove unneeded sed commands from automake and coreutils. Update to linux-5.13.7. Update to e2fsprogs-1.46.3. | ||||
* | Revert "util-linux: explain ioctl_ns failure more precisely" | Xi Ruoyao | 2021-07-29 | 1 | -3/+3 |
| | | | | This reverts commit 79902f4e5120549197b50e735c812b2ec545e520. | ||||
* | Clarify remounting after exiting chroot | Bruce Dubbs | 2021-07-28 | 1 | -2/+4 |
| | |||||
* | package update | Xi Ruoyao | 2021-07-28 | 5 | -23/+27 |
| | | | | | | | | | Update to GCC-11.2.0 (#4883) Update to inetutils-2.1 (#4892) Update to automake-1.16.4 (#4894) SHA256 checksum entities for the three packages are added. I think we can start a transition to SHA256 now. | ||||
* | Revert coreutils library location change | Xi Ruoyao | 2021-07-28 | 2 | -2/+0 |
| | | | | | libstdbuf.so is a LD_PRELOAD hook, instead of a library which would be used at link time. So let's keep the upstream default. | ||||
* | don't use host tool for stripping | Xi Ruoyao | 2021-07-28 | 1 | -3/+3 |
| | |||||
* | always use --strip-unneeded for stripping | Xi Ruoyao | 2021-07-28 | 3 | -24/+16 |
| | | | | | | | The behavior of --strip-unneeded and --strip-all are same for executables and shared libraries. For static libraries, --strip-unneeded keeps the symbols needed for relocation processing so it won't break static archives. |