| 4 days | Rob Landley | Add USE_TOYBOX option (enabled by default), to use toybox commands where |
| 7 days | Rob Landley | Add project summary page to website, moving news to its own page. |
| 8 days | Rob Landley | Convert sources/configs/$ARCH files to sources/targets/$ARCH directories. |
| 8 days | Rob Landley | Upgrade kernel to 2.6.26.2. (Note: powerpc might need more work.) |
| 9 days | Rob Landley | Upgrade binutils to 2.18 (needed to work around powerpc linking bug in 2.6.26). |
| 9 days | Rob Landley | Fix thinko. (I run a mirror of my website on my laptop's loopback address, |
| 10 days | Rob Landley | Tweaked news entry a bit more just after the release, and forgot to check |
| 10 days | Rob Landley | Update README to match current directory layout and system-image scripts. |
| 12 days | Rob Landley | For some targets (armv5l) when distccd calls gcc it needs to call as. |
| 13 days | Rob Landley | Added tag 0.9.0 for changeset 2925f71bce99 |
| 13 days | Rob Landley | Announce 0.9.0 release. |
| 13 days | Rob Landley | Document PREFERRED_MIRROR in include.sh |
| 13 days | Rob Landley | Get busybox mdev to shut up about mdev.conf not being there. It's ok, really. |
| 2 weeks | Rob Landley | Add "--fork 3" option to avoid overwhelming the system with parallel builds. |
| 2 weeks | Rob Landley | Sparc and sh4 don't have sched_getaffinity() in uClibc. |
| 2 weeks | Rob Landley | Adjust busybox defconfig to remove options that don't build under knoppix |
| 4 weeks | Rob Landley | Bugfix for busybox 1.11.1 dealing with mercurial archives with symlinks. |
| 4 weeks | Rob Landley | Teach qemu-setup.sh to use oneit so ctrl-c works under the emulator. Also |
| 4 weeks | Rob Landley | 64 bit targets need more than 128 megs allocated for the emulator. |
| 4 weeks | Rob Landley | Prevent Linux kernel from getting all confused by qemu 0.9.1 serial behavior. |
| 4 weeks | Rob Landley | Needs to create empty /dev too. |
| 4 weeks | Rob Landley | Switch to building defconfig busybox. (Keep trimmed config anyway.) |
| 4 weeks | Rob Landley | Fix from Joe Soroka for uClibc static linking issue preventing gcc from |
| 4 weeks | Rob Landley | Upgrade to busybox 1.11.1. |
| 5 weeks | Rob Landley | Correct log message, check last $PATH element properly, and set argv[0] to path |
| 5 weeks | Rob Landley | Bump kernel to 2.6.25.10. |
| 5 weeks | Rob Landley | Teach cross-compiler.sh how to produce static binaries when BUILD_STATIC=1 |
| 5 weeks | Rob Landley | Teach download to fetch from $PREFERRED_MIRROR first, if set. |
| 5 weeks | Rob Landley | Let qemu-setup.sh be called under the name chroot-setup.sh, which skips the |
| 5 weeks | Rob Landley | Only try to build $ARCH-ldd if /usr/include exists. |
| 6 weeks | Rob Landley | The cross-compiler.sh build needs /usr/include to build readelf and ldd. |
| 6 weeks | Rob Landley | Update busybox from 1.2.2 to 1.11.0. Toybox i still used for oneit and patch, |
| 6 weeks | Rob Landley | Make forkbomb.sh --fork work with RECORD_COMMANDS. |
| 6 weeks | Rob Landley | Some scripts don't want the $PATH edited by include.sh. |
| 6 weeks | Rob Landley | Mmove package-mini-native.sh back to using oneit, and always build toybox |
| 6 weeks | Rob Landley | User Mode Linux found a new way to break: now when it panics, it sends a kill |
| 6 weeks | Rob Landley | The RECORD_COMMANDS mode doesn't build toybox, thus no oneit. |
| 6 weeks | Rob Landley | Add command logging. Set RECORD_COMMANDS=1 to log every command line run |
| 7 weeks | Rob Landley | Reorganize include.sh to put config options at the top, minor cleanups. |
| 2 months | Rob Landley | Fun _new_ breakage: using arch/arm/configs/spitz_defconfig in 2.6.25.4 |
| 2 months | Rob Landley | The comment removal heuristic breaks on 2.6.25.4 arch/ppc/configs/luan_defconfig |
| 2 months | Rob Landley | Work around the kernel's allnoconfig trying to go nuts while shrinking |
| 2 months | Rob Landley | Announce 0.4.0 release. |
| 2 months | Rob Landley | Added tag 0.4.0 for changeset 1a70dfe0a436 |
| 2 months | Rob Landley | Quick smoke test for system image: ./smoketest.sh $ARCH | grep 'Hello world!' |
| 2 months | Rob Landley | Move to "-M malta" since CONFIG_QEMU went away in linux 2.6.25. |
| 2 months | Rob Landley | More about building older versions. |
| 2 months | Rob Landley | Background the distcc daemon ourselves so we can kill it at the end. |
| 2 months | Rob Landley | Add a sed invocation to build the old FWL under current (broken) Ubuntu. |
| 2 months | Rob Landley | Add timeout to wget, and add another mirror (impactlinux.com) so there's a |
| 2 months | Rob Landley | A note about building old versions under Ubuntu 7.04 or later. |
| 2 months | Rob Landley | Less verbose name that doesn't interfere with tab completion of build.sh. |
| 2 months | Rob Landley | Redoing the about page, very unfinished. (About half done.) |
| 2 months | Rob Landley | Fix packaging step. |
| 2 months | Rob Landley | Trim busybox apps (cat, rmdir) that toybox can now provide. |
| 2 months | Rob Landley | Update to linux-2.6.25.4 and toybox 0.0.6. |
| 2 months | Rob Landley | Simple script to run mini-native under its emulator, with distcc hooked |
| 2 months | Rob Landley | Rename qemu-image-* to system-image-*, and don't delete it after creating the |
| 3 months | Rob Landley | When doing BUILD_SHORT (without development tools), use / instead of /tools. |
| 3 months | Rob Landley | Tweak run-with-home.sh to have a chance of actually working. |