aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade to readline-5.2-fixes-6.patch. Fixes #2295.Matthew Burgess2008-12-073-3/+14
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8766 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Upgrade to Ncurses-5.7. Fixes #2276.Matthew Burgess2008-12-076-23/+11
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8765 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Upgrade to Module-Init-Tools-3.5. Fixes #2245.Matthew Burgess2008-12-076-24/+12
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8764 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Upgrade to Man-Pages-3.15. Fixes #2269.Matthew Burgess2008-12-073-5/+8
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8763 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Upgrade to Man-DB-2.5.3. Fixes #2283.Matthew Burgess2008-12-073-5/+8
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8762 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Upgrade to Linux-2.6.27.8. Fixes #2282.Matthew Burgess2008-12-073-5/+8
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8761 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Upgrade to Kbd-1.15. Fixes #2291.Matthew Burgess2008-12-074-7/+10
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8760 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Upgrade to Bison-2.4. Fixes #2281.Matthew Burgess2008-12-073-5/+8
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8759 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Upgrade to Binutils-2.19. FIxes #2268.Matthew Burgess2008-12-0710-52/+16
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8758 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Upgrade to bash-3.2-fixes-9.patch. Fixes #2294.Matthew Burgess2008-12-073-3/+14
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8757 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Upgrade to Automake-1.10.2. Fixes #2286.Matthew Burgess2008-12-077-31/+18
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8756 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Bring in DIY's next generation build method. Move GRUB to chapter 8.Jeremy Huntwork2008-12-0518-350/+493
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8755 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Initial addition of support for x86_64Jeremy Huntwork2008-12-0314-71/+133
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8754 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Fix typos in Chapter 5 GawkBruce Dubbs2008-12-032-5/+5
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8752 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Move grep up in the build order. Thanks, Greg Schafer for the reminder.Jeremy Huntwork2008-12-024-4/+16
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8751 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Adjust line break in adjusting toolchain section to avoid confusionJeremy Huntwork2008-12-013-4/+15
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8750 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Cleanup What's New section following cleanup of ChangeLogMatthew Burgess2008-11-231-230/+76
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8748 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Fixups for LFS-6.4Bruce Dubbs2008-11-232-1160/+3
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8747 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Fix call to aux-file-data.sh for systems which don't link /bin/sh to ↵Matthew Burgess2008-11-221-1/+1
| | | | | | /bin/bash (e.g. Kubuntu-8.10). Other shells (e.g. dash) don't contain pushd and popd as shell builtins. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8746 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* I finally got around to the note about ABI=32.Ken Moffat2008-11-203-2/+23
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8745 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Fix typo - I hope.Ken Moffat2008-11-182-3/+3
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8744 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Add German to localization stylesheetBruce Dubbs2008-11-161-0/+16
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8743 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* corrected dateDJ Lucas2008-11-151-2/+2
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8742 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Add zh_CN.GB18030 locale for coreutils test-mbsstr3.sh test, and update ↵Ken Moffat2008-11-143-5/+16
| | | | | | explanatory text to what is now the first locale in the list. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8741 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Fix old comments in udev rules files. (The comments were never changed when ↵Bryan Kadzban2008-11-123-2/+6
| | | | | | we reordered the files.) Fixes #2278. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8740 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Updated expect-tcl patch nameBruce Dubbs2008-11-091-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8739 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Update ncurses URLsBruce Dubbs2008-11-091-2/+2
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8738 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Date type and remove some tab charactersBruce Dubbs2008-11-072-2/+2
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8737 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* s/<tab>/<spaces>/g everywhere. Also fix one typo in the e2fsprogs ↵Bryan Kadzban2008-11-0613-66/+66
| | | | | | installed-binaries list, since I noticed it when killing tabs. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8734 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Package reference section until the target site is updated.Bruce Dubbs2008-11-061-1/+2
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8725 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Changed wording introducing test suites in Chapter 5.Bruce Dubbs2008-11-0516-29/+66
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8724 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Remove extra ! in the /var/lock find command (presumably this was just a typo).Bryan Kadzban2008-10-311-1/+1
| | | | | | | (The presence of the ! does not actually break anything, but still looks wrong.) git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8723 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Updated to lfs-bootscritps-20081031.DJ Lucas2008-10-313-3/+12
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8722 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Moved cleanfs immediately after mountfs and removed the timestamp maker for ↵DJ Lucas2008-10-303-6/+13
| | | | | | stale files. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8721 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Remove tab charactersBruce Dubbs2008-10-301-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8720 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Text changes in several places in Chapters 5 and 6.Bruce Dubbs2008-10-3010-22/+42
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8719 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Fixed perl configuration so it knows the vendor library location.Bruce Dubbs2008-10-307-31/+57
| | | | | | Changes perl patches to a single consolidated patch with security and other fixes git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8718 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Remove unneded vim patchBruce Dubbs2008-10-292-4/+4
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8717 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Updated symbolic link creation loop for vi.1 man pagesBruce Dubbs2008-10-293-5/+15
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8716 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Minor fix to accomodate jhalfsBruce Dubbs2008-10-281-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8715 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Update to tcl-8.5.5Bruce Dubbs2008-10-282-4/+7
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8714 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Updated to latest stable kernel 2.6.27.4.Bruce Dubbs2008-10-282-5/+8
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8713 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Fix location of Module-Init-Tools man pagesBruce Dubbs2008-10-282-2/+3
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8712 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Updated to e2fsprogs 1.41.3Bruce Dubbs2008-10-283-13/+80
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8711 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Update to m4 1.4.12Bruce Dubbs2008-10-274-6/+9
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8710 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Added chmod instructions to e2fsprogs and tclBruce Dubbs2008-10-274-0/+19
| | | | | | to ensure all libraries are writable by root for stripping. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8709 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Added a brief explanation of the Linux API Headers instructions.Bruce Dubbs2008-10-273-8/+26
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8708 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Added descriptions of symlinks created by util-linux.Bruce Dubbs2008-10-274-10/+53
| | | | | | Move gawk ahead of findutils to avoid a test suite failure in chapter 6. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8707 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Reverted deletion iv vim mandir patchBruce Dubbs2008-10-262-4/+4
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8706 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Change zlib from .gz to .bz2 to decrease download size slightlyBruce Dubbs2008-10-261-3/+3
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8705 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689