| 96 minutes | Rob Landley | Allow specifying package list for nightly.sh, add explicit "fwl" and "all" stages, better handling of triage directories, do smoketest-all in parallel. |
| 116 minutes | Rob Landley | Teach smoketest to skip creation of hdb for /home when not needed. |
| 16 hours | Rob Landley | Add killtree and make stuff use it. Update smoketest-all.sh to use doforklog, allowing FORK=1 to run stuff in parallel. |
| 29 hours | Rob Landley | Update timestamp on freshly downloaded files so cleanup doesn't delete them. |
| 31 hours | Rob Landley | Move doforklog to sources/functions.sh. |
| 44 hours | Rob Landley | Update patch because busybox changed upstream. |
| 2 days | Rob Landley | Remove triage directories up front, so "hg update" doesn't take 15 minutes. |
| 2 days | Rob Landley | Remove wait4background, the shell has a builtin "wait" and we don't care about non-zero wait counts anymore. |
| 2 days | Rob Landley | Busybox unstable currently needs this patch too. |
| 2 days | Rob Landley | Cron job script to build various nightly snapshots. |
| 2 days | Rob Landley | Two new busybox applets showed up that don't build on most hosts. |
| 2 days | Rob Landley | Have buildall save its logs in build/logs instead of build/. |
| 3 days | Rob Landley | Keep unstable tarballs around even when you do a build that doesn't use 'em. |
| 3 days | Rob Landley | Use the git magic tarball comment field to get the version number of unstable git packages for MANIFEST. |
| 4 days | Rob Landley | The reason powerpc isn't booting is a new magic config symbol showed up which needs to be set. |
| 5 days | Rob Landley | Fix powerpc config for 2.6.30. |
| 5 days | Rob Landley | Cosmetic fix: don't announce system-image.sh stage twice. |
| 5 days | Rob Landley | Fix recently introduced bug in download.sh --extract when build directory doesn't exist yet. |
| 5 days | Rob Landley | Add option to disable title bar display updates. |
| 9 days | Rob Landley | Blank ARCH is a bad signal because host-tools.sh has that, so use a separate EXTRACT_ONLY variable. |
| 9 days | Rob Landley | Improve version detection for MANIFEST file. Still doesn't detect version for git archive output because git hasn't got any equivalent of mercurial's .hg_archive.txt file. |
| 10 days | Rob Landley | Update perl removal patches to the versions submitted to linux-kernel. (Mostly description tweak.) |
| 10 days | Rob Landley | Add --logs option to smoketest-all.sh to read existing logs from buildall.sh. |
| 10 days | Rob Landley | Don't both mkdir and ln -s /etc. (Spotted by Niklas Brunb?ck.) |
| 11 days | Rob Landley | Fix for mips build in 2.6.30. |
| 12 days | Rob Landley | Largely cosmetic change. |
| 12 days | Rob Landley | Update kernel to 2.6.30. |
| 12 days | Rob Landley | The unaligned32 fix is in busybox 1.14.1, so bump version in zap patch. |
| 13 days | Rob Landley | Backport busybox bugfix that breaks non-x86 targets with gcc 4.2.1. |
| 2 weeks | Rob Landley | Prevent smoketest-all.sh from hanging if an individual smoketest.sh doesn't exit properly. |
| 2 weeks | Rob Landley | The softfloat patch only applies to 4.1.2, not 4.2.1. |
| 2 weeks | Rob Landley | Move stable to gcc-4.2.1, and use an even _bigger_ hammer to make canadian builds work with that. (./configure sucks even _more_ in this version, big shock there.) |
| 2 weeks | Rob Landley | Teach ccwrap to handle --print-prog-name=ld and such. |
| 2 weeks | Rob Landley | The powerpc stuff doesn't use this anymore, so delete it. |
| 3 weeks | Rob Landley | Missed a script that needs to call read_arch_dir now. |
| 3 weeks | Rob Landley | Change a comment to silence a warning. |
| 3 weeks | Rob Landley | Commit 729 broke canadian cross to fix ppc440 build, so try again to hopefully fix _both_ issues. |
| 4 weeks | Rob Landley | Add a 60 second timeout to smoketest. (Some qemu failure modes involve hanging.) |
| 4 weeks | Rob Landley | We already added an /etc/resolv.conf with the qemu default value, so don't have init.sh overwrite it (which outputs an error message on read only filesystems). |
| 4 weeks | Rob Landley | Quick and dirty script to run smoketest.sh on all targets, to see if they can compile and run "hello world". |
| 5 weeks | Rob Landley | Move more stuff towards using "cc" instead of "gcc". |
| 5 weeks | Rob Landley | For armv4eb, use the armv4l config. (Linux kernel .config doesn't specify endianness, and I didn't notice when they fell out of sync...) |
| 5 weeks | Rob Landley | Use $ARCH-cc instead of $ARCH-gcc where possible. (pcc, llvm, tcc, qcc...) |
| 5 weeks | Rob Landley | Build statically linked native compiler tarballs (extract 'em on any native system and build with them), and fix several unrelated bugs. |
| 6 weeks | Rob Landley | Squashfs needs an /etc/resolv.conf, not just /usr/etc/resolv.conf |
| 6 weeks | Rob Landley | Fix obvious typo. |
| 6 weeks | Rob Landley | Patch no longer needed/applies with busybox 1.14. |
| 6 weeks | Rob Landley | Root directory isn't writable with squashfs, use /tmp instead. |
| 6 weeks | Rob Landley | Documentation tweak. |
| 6 weeks | Rob Landley | Upgrade to busybox 1.14.0. |
| 6 weeks | Rob Landley | Fix the canadian cross stuff for arches that override CROSS_TARGET (ala ppc440) |
| 7 weeks | Rob Landley | Teach squashfs to create /dev/console and change default image time to squashfs. |
| 7 weeks | Rob Landley | Cosmetic improvement, have === bars show stage name. |
| 8 weeks | Rob Landley | Centrialize BUILD_STATIC and make it apply to more of root-filesystem.sh |
| 2 months | Rob Landley | No longer need this, ./buildall.sh does it now. |
| 2 months | Rob Landley | Make MANIFEST generation less brittle. |
| 2 months | Rob Landley | Convert i686 target from virtual ne2k to virtual e1000 gigabit adapter. |
| 2 months | Rob Landley | Fix thinkos. |
| 2 months | Rob Landley | Do canadian cross static toolchains properly, via buildall.sh. |