| 18 hours | Rob Landley | Forgot to check in the updated web pages announcing the new release. |
| 5 days | Rob Landley | Added tag 1.1.1 for changeset ef315a8461c0 |
| 6 days | Rob Landley | uClibc 0.9.31.1 is out. |
| 6 days | Rob Landley | Allow buildall to do multiple native control-images, and put control image name in native-*.txt log. |
| 6 days | Rob Landley | Resubmitted patch upstream, minor cleanup. |
| 6 days | Rob Landley | New busybox release, and a more config symbols. |
| 6 days | Rob Landley | Yet more gratuitous guard symbols in the linux config, this time for powerpc. |
| 12 days | Rob Landley | One more command I missed. |
| 12 days | Rob Landley | Replace cpp with cc -E so it's funneled through ccwrap as well. |
| 3 weeks | Rob Landley | More busybox symbols, some needed by buildall.sh and some on command line. |
| 3 weeks | Rob Landley | Document target /usr/sbin/record-commands wrapper. |
| 3 weeks | Rob Landley | Suppress some warnings. |
| 3 weeks | Rob Landley | Unbreak network in 3.2. |
| 3 weeks | Rob Landley | Upgrade to 3.2 kernel. |
| 4 weeks | Rob Landley | If CPUS isn't set, calculate it. KVM or chroot can have >1. |
| 4 weeks | Rob Landley | Add ability to build toybox. |
| 5 weeks | Rob Landley | Fix "cofnig" typo. |
| 5 weeks | Rob Landley | Remove alt-patch symlinks from source control, instead add more/alt-patches.sh to setup alt-package-*.patch symlinks (you can then delete any you don't want). |
| 5 weeks | Rob Landley | Cleanup busybox config: remove redundant entries and trailing whitespace, add CONFIG_TEST=y. |
| 5 weeks | Rob Landley | Fix sparc dynamic linker. |
| 5 weeks | Rob Landley | Switch from busybox defconfig to baseconfig-busybox selecting just what we need, with a config variable to use defconfig instead if you really want that. |
| 6 weeks | Rob Landley | Tweak CPUS calculation again: don't overcommit when using hyper-threading. |
| 6 weeks | Rob Landley | Commit 1468 was a giant thinko: fix it. (System emulation, not application emulation...) |
| 6 weeks | Rob Landley | If host kernel hasn't got devtmpfs, call mdev -s. (Mostly for chroot-setup.sh.) |
| 6 weeks | Rob Landley | Fix sparc kernel's relocation code. |
| 8 weeks | Rob Landley | Add record-commands wrapper and plumbing to target image, so you can record-commands /mnt/init in a native build. |
| 8 weeks | Rob Landley | Optional second argument to build.sh indicates which stage to start rebuilding from after a successful first build. |
| 8 weeks | Rob Landley | Add "host" target to more/test.sh in case somebody doesn't want any target loaded. |
| 2 months | Rob Landley | Pass through more/record-commands.sh wrapper variables in enviroment variable whitelisting. |
| 2 months | Rob Landley | QEMU 1.0 changed the 'qemu' binary to 'qemu-i386', change run-emulator.sh for x86 to match. |
| 2 months | Rob Landley | Expand more/test.sh documentation with "rebuilding uClibc but not binutils/gcc" example. |
| 2 months | Rob Landley | Patch to add mkostemp to uClibc, which util-linux needs in LFS 6.8. |
| 3 months | Rob Landley | Patch that got merged in 3.1, deleted locally. Apparently mercurial's "hg diff" doesn't show missing files... |
| 3 months | Rob Landley | Fix smoketest to look for static-tools output in the new place. |
| 3 months | Rob Landley | Update to 3.1 kernel. |
| 3 months | Rob Landley | e2fsprogs version bump, because it's there. |
| 3 months | Rob Landley | Switch USE_UNSTABLE to USE_ALT and download.sh's UNSTABLE= to ALT= so naming is consistent with the alt- prefixes on packages and patches. |
| 3 months | Rob Landley | New FAQ, "why don't your prebuilt binaries work in my ancient root filesystem". Which is more about ancient kernels not having new system calls, really... |
| 3 months | Rob Landley | Oops, the SYSIMAGE_TYPE=ext2 SYSIMAGE_HDA_MEGS stuff never quite got completed when root-image was split out from system-image. Make that work. |
| 3 months | Rob Landley | Add ability to specify a package to rebuild to build.sh with REBUILD= (and then dependencies take it from there to the system image). |
| 3 months | Rob Landley | Add mirell's HTML version of the presentation slides to the nav list. |
| 3 months | Rob Landley | Stop ldd spewing debug messages. |
| 3 months | Rob Landley | Last release's web page announcement went on the site but not into the repo. |
| 3 months | Rob Landley | Yet another busybox patch tweak to fix issue noted by John Spencer. |
| 4 months | Rob Landley | Added tag 1.1.0 for changeset 707beb993e13 |
| 4 months | Rob Landley | Trivial cleanup. |
| 4 months | Rob Landley | Upgrade busybox to 1.19.2, which folds in two patches. |
| 4 months | Rob Landley | more/test.sh shouldn't zap output directory. |
| 4 months | Rob Landley | Make ccwrap use --start-group and --end-group rather than specifying the same libraries multiple times. |
| 4 months | Rob Landley | Make chroot-splice.sh more useful for testing new control images in a chroot instead of qemu. |
| 4 months | Rob Landley | Save buildall-native.sh output in build/ not (build/native-static). Update comments a lot. |
| 4 months | Rob Landley | Fix setup-chroot when used with relative path, and VERBOSE option |
| 4 months | Rob Landley | Hardwire CPUS=3 in dev-environment.sh distcc support until scalability limits addressed. |
| 4 months | Rob Landley | Announce current target in more/for-each-target.sh |
| 4 months | Rob Landley | Build the cross compiler's ldd/ldconfig for the correct architecture. (Sigh.) |
| 4 months | Rob Landley | Make timeout duration configurable. |
| 4 months | Rob Landley | Try to auto-balance FORK=1 and CPUS so as not to overload build server. |
| 4 months | Rob Landley | Cleanups to init script. |
| 4 months | Rob Landley | Use the ext4 driver for ext3 and ext2 filesystems. |
| 5 months | Alessio Igor Bogani | Add dev-environment.sh support for virtio targets |