aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
Commit message (Collapse)AuthorAgeFilesLines
...
* Upgrade to Psmisc-22.16. Fixes #3026.Matthew Burgess2012-03-061-12/+0
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9766 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Upgrade to Util-Linux-2.21. Fixes #3002.Matthew Burgess2012-03-061-46/+39
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9763 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Add a patch for glibc that fixes a segfault's dlopenBruce Dubbs2012-02-241-1/+2
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9755 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Add sed to the m4 package to fix a false test failure.Bruce Dubbs2012-02-201-2/+4
| | | | | | | Update mountfs script to support LVM volumes when stopping. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9748 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Upgrade to Shadow-4.1.5. Fixes #3019.Matthew Burgess2012-02-141-4/+6
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9745 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Change permissions for /var/log/btmpBruce Dubbs2012-02-131-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9743 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Correct some role related markup to help with jhalfs' package management ↵Matthew Burgess2012-02-112-5/+5
| | | | | | feature. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9742 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Fix an ICA issue by creating /usr/lib/libstdc++.la early in chapter 6.Matthew Burgess2012-02-111-0/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9741 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Upgrade to GMP-5.0.4. Fixes #3017.Matthew Burgess2012-02-111-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9740 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Remove a fixup for GMP's testsuite which was added upstream in GMP-5.0.3. ↵Matthew Burgess2012-02-091-5/+0
| | | | | | Fixes #3016. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9738 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Revert r9733. lsmod was already installed in /bin.Matthew Burgess2012-02-071-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9734 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Add lsmod link to kmod, missed from r9713.Matthew Burgess2012-02-061-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9733 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Remove last remaining mentions of Module-Init-Tools.Matthew Burgess2012-02-051-1/+0
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9730 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Install Kmod's and Xz's pkgconfig files in the correct location.Matthew Burgess2012-02-052-2/+2
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9729 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Remove oblolete references to consolelogBruce Dubbs2012-02-031-6/+16
| | | | | | | Reformat udev configure command git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9726 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Fix trailing spaceBruce Dubbs2012-02-021-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9725 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Clarify (again) the extraction order in GCC Pass 1Bruce Dubbs2012-02-011-4/+6
| | | | | | | Reformat Kmod configure command. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9724 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Upgrade to Zlib-1.2.6. Fixes #3009.Matthew Burgess2012-01-301-20/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9723 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Move Xz to before GRUB to allow handling compressed kernel images.Matthew Burgess2012-01-301-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9722 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Upgrade to Udev-180. Fixes #3008.Matthew Burgess2012-01-301-4/+4
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9721 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Update scripts to support BLFS bridge devices.Bruce Dubbs2012-01-273-284/+3
| | | | | | | Cosmetic cleanups git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9716 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Fix invocation of kmod's test suite.Matthew Burgess2012-01-261-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9715 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Add chapter06/kmod.xml, missing from r9711.Matthew Burgess2012-01-221-0/+196
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9713 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Upgrade to Udev-178 and add its dependency of Kmod-4. Fixes #2998 and #3001.Matthew Burgess2012-01-223-37/+23
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9711 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Remove Libnl as IPRoute2 doesn't need it.Matthew Burgess2012-01-113-140/+5
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9707 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Prevent Libnl from installing static libraries.Matthew Burgess2012-01-081-1/+2
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9706 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Upgrade to Coreutils-8.15. Fixes #2996.Matthew Burgess2012-01-081-9/+14
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9705 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Add new libnl file, missed from r9703.Matthew Burgess2012-01-081-0/+138
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9704 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Upgrade to IPRoute2-3.2.0, and add its new dependency, libnl-2.0. Fixes #2995.Matthew Burgess2012-01-081-0/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9703 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Fix typo in Linux tarball name. Fixes #2991.Matthew Burgess2012-01-081-2/+2
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9701 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Add upstream patches for MPFR. Fixes #2983.Matthew Burgess2011-12-231-0/+4
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9691 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Update list of installed files in a number of packages. Fixes #2979.Matthew Burgess2011-12-0514-79/+201
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9688 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Prevent some arpd artefacts from being installed by IPRoute2. Fixes #2977.Matthew Burgess2011-12-051-6/+8
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9687 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Fix the location of Coreutils' libstdbuf.so. Fixes #2976.Matthew Burgess2011-12-051-3/+2
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9686 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Move Psmisc to before E2fsprogs to fix issues with E2fsprogs' testsuite. ↵Matthew Burgess2011-12-051-1/+1
| | | | | | Fixes #2975. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9685 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* GrammarBruce Dubbs2011-11-301-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9679 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Fix coreutils testsuite bug.Ken Moffat2011-11-281-0/+4
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9677 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Upgrade to Binutils-2.22. Fixes #2967.Matthew Burgess2011-11-252-4/+3
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9671 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Install Glibc's NIS and RPC headers again. Fixes #2965.Matthew Burgess2011-11-251-0/+7
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9670 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Add a security patch for Perl. Fixes #2963.Matthew Burgess2011-11-251-0/+4
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9668 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Change libstdbuf.so's installation location to /usr/lib/coreutils. Fixes #2961.Matthew Burgess2011-11-251-0/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9666 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Set 660 permissions for /var/log/btmpBruce Dubbs2011-11-161-1/+2
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9663 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Correct location of coreutils libBruce Dubbs2011-11-121-3/+3
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9660 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Upgrade to GCC-4.6.2. Fixes #2951.Matthew Burgess2011-10-291-5/+0
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9657 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Remove confusing paragraph on strippingBruce Dubbs2011-10-291-7/+0
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9648 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Minor spacing and xml fixesBruce Dubbs2011-10-213-3/+3
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9639 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Spell out the fact that the linux kernel headers are Bruce Dubbs2011-10-201-1/+2
| | | | | | | located in the linux kernel tarball. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9638 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Fix spacing issue for pdfBruce Dubbs2011-10-131-1/+2
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9635 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Upgrade to MPFR-3.1.0. Fixes #2934.Matthew Burgess2011-10-121-4/+0
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9630 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Upgrade to Module-Init-Tools-3.16. Fixes #2882.Matthew Burgess2011-10-121-5/+6
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9629 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689