aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Undo r7810. It obviously contained much more than the commit log stated.Matthew Burgess2006-10-047-60/+29
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7811 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Correct the order of the Changelog entries. Sometimes quilt/patch are just ↵Matthew Burgess2006-10-047-29/+60
| | | | | | too efficient. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7810 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Upgrade to Linux-2.6.18Matthew Burgess2006-10-046-23/+9
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7809 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Upgrade to Glibc-2.5Matthew Burgess2006-10-046-30/+14
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7808 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Upgrade to Coreutils-6.3Matthew Burgess2006-10-046-19/+89
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7807 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Fixed typo in udev instructions (extra/ --> extras/).Bryan Kadzban2006-09-243-3/+14
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7802 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Changed the notes in sections 7.13.1 and 7.14.1 to be explicit about the ↵Bryan Kadzban2006-09-233-8/+31
| | | | | | lack of quotes around EOF. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7798 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Make the spacing consistent for redirecting to a here-document. Thanks to ↵Matthew Burgess2006-09-215-9/+9
| | | | | | Peter Ennis for the report. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7797 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Updated udev-config to match rule changes in udev-098 and above.Bryan Kadzban2006-09-212-2/+5
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7796 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Upgrade to udev-100Matthew Burgess2006-09-204-9/+11
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7794 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Fixed Linux note to not use newer than 2.6.17.xDan Nichilson2006-09-203-5/+15
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7792 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Updated whatsnew.xml with recent Glibc update.Manuel Canales Esparcia2006-09-181-8/+11
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7791 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Added missing symlinks to libstdc++ needed for glibc-2.4Dan Nichilson2006-09-183-2/+14
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7790 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Fixed XML validation error.Dan Nichilson2006-09-181-0/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7789 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Updated to Glibc-2.4. Added a patch for iconv and removed unnecessaryDan Nichilson2006-09-186-53/+32
| | | | | | | patches from glibc-2.3.6. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7788 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Fix non-POSIX syntax in gzexe's calls to tail. Fixes #1876.Matthew Burgess2006-09-092-0/+11
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7787 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Upgrade to Linux-2.6.17.13. Fixes #1865.Matthew Burgess2006-09-092-3/+6
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7786 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Upgrade to m4-1.4.6. Fixes #1868.Matthew Burgess2006-09-094-9/+14
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7785 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Modified sysvinit sed for clarityBryan Kadzban2006-09-073-4/+14
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7784 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Fixed the md5sums for the current udev-config and lfs-bootscripts (hopefully)Dan Nichilson2006-09-041-3/+2
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7783 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Revert the change in locatedb's location. It was incomplete and possibly ↵Matthew Burgess2006-08-312-6/+1
| | | | | | moved locatedb to the wrong location git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7782 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Change the location of locatedb to comply with the FHS. Fixes #1869.Matthew Burgess2006-08-312-1/+6
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7781 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Move an incorrectly placed tag. Found when jhalfs failed to change the path ↵Matthew Burgess2006-08-311-2/+2
| | | | | | to 'find' in updatedb. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7780 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Remove spurious curly braces from /etc/resolv.conf. Fixes #1870Matthew Burgess2006-08-313-3/+13
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7779 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Fix a couple of capitalisation typos (Peter Ennis)Matthew Burgess2006-08-293-4/+4
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7778 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Remove a redundant fix for a buffer overflow in CoreutilsMatthew Burgess2006-08-243-7/+12
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7777 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Minor rewording concerning invoking Perl's configuration scripts. Fixes #1857Matthew Burgess2006-08-171-4/+4
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7776 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Simplified the command that adjusts GCC's specs fileMatthew Burgess2006-08-172-5/+6
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7775 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Noted the removal of devfs from the kernelMatthew Burgess2006-08-172-2/+7
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7774 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Upgrade to linux-2.6.17.8Matthew Burgess2006-08-174-6/+9
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7773 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Upgrade to udev-097Matthew Burgess2006-08-174-7/+10
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7772 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Upgrade to findutils-4.2.28Matthew Burgess2006-08-173-6/+9
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7771 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Upgrade to man-pages-2.39Matthew Burgess2006-08-172-3/+6
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7770 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Fix an incompatibility between autoconf's testsuite and m4-1.4.5Matthew Burgess2006-08-172-0/+10
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7769 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Correct the download URL for m4Matthew Burgess2006-08-171-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7768 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Fix a buffer overrun bug in m4Matthew Burgess2006-08-172-0/+13
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7767 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Proper acknowledgement for the previous commit.Dan Nichilson2006-08-081-1/+2
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7766 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Vim text updatesDan Nichilson2006-08-083-12/+21
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7765 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Fix shadow's md5sum and point to a location where old versions of shadow can ↵Matthew Burgess2006-08-054-7/+17
| | | | | | be downloaded git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7764 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Added LFS 6.2 release date to Changelog.Manuel Canales Esparcia2006-08-041-2/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7763 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Fixed typo in ext3 featuresDan Nichilson2006-08-032-1/+4
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7760 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Renamed SuSE to SUSE.Manuel Canales Esparcia2006-08-031-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7759 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Ported updates from 6.2 branch.Manuel Canales Esparcia2006-08-0320-45/+265
| | | | | | Small tags fixes. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7758 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Changed md5sums for fixed date in grub patch.Dan Nichilson2006-08-011-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7740 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Upgrade to shadow-4.0.17Matthew Burgess2006-07-314-48/+23
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7736 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Upgrade to procps-3.2.7Matthew Burgess2006-07-313-5/+8
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7735 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Upgrade to man-pages-2.36Matthew Burgess2006-07-313-6/+9
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7734 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Upgrade to make-3.81Matthew Burgess2006-07-313-7/+10
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7733 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Upgrade to m4-1.4.5Matthew Burgess2006-07-313-7/+10
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7732 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Upgrade to gettext-0.15Matthew Burgess2006-07-313-5/+8
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7731 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689