| 17 months | Rob Landley | Busybox 1.18.0 doesn't build on Ubuntu 9.04. This fixes it. |
| 17 months | Rob Landley | Need -fpic to build a shared libarary. |
| 17 months | Rob Landley | Update another README. |
| 17 months | Rob Landley | Update some READMEs. |
| 17 months | Rob Landley | Fix the includes. |
| 17 months | Rob Landley | Move clean.sh into more since it isn't a build stage. |
| 17 months | Rob Landley | Remove debris accidentally checked in. |
| 17 months | Rob Landley | A nolink build doesn't need the find -L hack. |
| 17 months | Rob Landley | Backport some uClibc bits so udev will build against 0.9.31. |
| 17 months | Rob Landley | New busybox release. |
| 17 months | Rob Landley | Add script.nolink option for packages that really don't like the whole 'tree of symlinks' thing. Migrate vim and remove the -L hack. |
| 17 months | Rob Landley | Add /sbin to the $PATH in the system image. (Oops.) |
| 17 months | Rob Landley | Don't delete hdb.img if user specified an $HDB image. (It's caller's responsibility to make sure that the scratch disk is in a usable state.) |
| 17 months | Rob Landley | Documentation tweak. |
| 17 months | Rob Landley | Make the module-init-tools build work on a read-only source filesystem. |
| 18 months | Rob Landley | Killtree momved, update timeout.sh to be able to find it. |
| 18 months | Rob Landley | Make more of the LFS build actually build. |
| 18 months | Rob Landley | Handle package tarballs with overlapping names (thingy and thingy-test for example). |
| 18 months | Rob Landley | Add the sha1sum to the LFS tarball. |
| 18 months | Rob Landley | Building iproute2 needs the libresolv stub. |
| 18 months | Rob Landley | Documentation on how to use the bootstrap-skeleton infrastructure. |
| 18 months | Rob Landley | Move bootstrap-skeleton/files to bootstrap-skeleton/mnt, to be consistent. |
| 18 months | Rob Landley | Typo, ./configure not /configure |
| 18 months | Rob Landley | Unexport ruserpass, a pointless namespace polution that breaks building the ftp program in inetutils. |
| 18 months | Rob Landley | Log stderr as well as stdout. |
| 18 months | Rob Landley | Add rather a lot of Linux From Scratch 6.7 building infrastructure. Needs a bit more debugging. |
| 18 months | Rob Landley | Upgrade to new busybox release and tweak it so /bin/sh is hush, not ash. |
| 18 months | Rob Landley | Rip out the code gratuitously reordering libraries. It serves no purpose other than to break mixed -lblah and ../blah.a compiles that care about order. |
| 18 months | Rob Landley | Ever-fluffier FAQ. |
| 18 months | Rob Landley | Second try at a chroot-splice script, combining a root-filesystem and a control image into a chroot directory. (Useful for working out new control images.) |
| 18 months | Rob Landley | Move the manifest tracking from build-one-package to run-build-stages and make it actually work. |
| 18 months | Rob Landley | Move zapchroot to a slightly less inappropriate place. |
| 18 months | Rob Landley | Mounting a tmpfs on /dev means /dev/pts isn't there, so mkdir it. |
| 18 months | Rob Landley | Add zapchroot script that unmounts everything under a directory. |
| 18 months | Rob Landley | Add NFSv3 and devtmpfs to the kernel baseconfig. |
| 18 months | Rob Landley | Missed a bit of the name change. |
| 18 months | Rob Landley | Move sources/native-builds to sources/control-images, so the naming is consistent. |
| 18 months | Rob Landley | When building control images, the working directory should be in build/control-images. |
| 18 months | Rob Landley | functions.sh no longer includes utility-functions.sh, so adjust includes. |
| 18 months | Rob Landley | Config tweak to make uClibc work if you install the cross-compiler at /tools and build with CCWRAP_DYNAMIC_LINKER=/tools/lib/ld-uClibc.so.0 exported. |
| 18 months | Rob Landley | The impactlinux.com domain unexpectedly went away, update the web page on |
| 18 months | Rob Landley | I can't reliably log into freenode anymore due to their strange mandatory authentication protocol being blocked by multiple ISPs, so I'll yank the reference from the web page. |
| 19 months | Rob Landley | Fix uClibc so m4 and bison build against it. |
| 19 months | Rob Landley | Fix guest account. |
| 19 months | Rob Landley | Provide a mount point for root user's home directory. |
| 19 months | Rob Landley | Update squashfs and kernel to current versions. |
| 19 months | Rob Landley | FAQ tweak. |
| 19 months | Rob Landley | Teach native-build.sh to pass in the name of the build control image. |
| 19 months | Rob Landley | Teach build-control-images.sh to call the new subdirectory format builds (with integrated patch directories and file trees and such). |
| 19 months | Rob Landley | Replace bisectinate's built-in tests with a test specified on the command line. |
| 19 months | Rob Landley | Dropbear's scp shouldn't call /usr/bin/dbclient, it should just call ssh out of $PATH. |
| 19 months | Rob Landley | Redo gentoo-boostrap on top of bootstrap-skeleton. |