| 2 days | Rob Landley | Next round of trying to make USE_STATIC_HOST work. (Requires new alt-toybox snapshot to fix a netcat bug.) |
| 3 days | Rob Landley | Rip out User Mode Linux, switch to genext2fs instead. (Based on an old patch from James Davidson.) |
| 4 days | Rob Landley | Add BUILD_STATIC_HOST option, and put output in rsyncable buildall directory. |
| 4 days | Rob Landley | If distccd is installed on the host, link it into build/host so we don't rebuild it on a second host-tools.sh run with the trimmed $PATH. |
| 4 days | Rob Landley | Continuing attempt to make gcc build like a normal program. |
| 6 days | Rob Landley | Minor bugfix: reset text color at the end of packaging. |
| 6 days | Rob Landley | Move color selection into ./config. (The default colors don't look great on a white background.) |
| 6 days | Rob Landley | Hook up c++ to distcc. |
| 7 days | Rob Landley | With NATIVE_NOTOOLSDIR=1, /dev may already exist in mini-native filesystem. |
| 7 days | Rob Landley | Rename CROSS_BUILD_STATIC, NATIVE_NOTOOLSDIR, NATIVE_NOTOOLCHAIN and make them work properly. |
| 8 days | Rob Landley | Teach extract that uClibc++ patches don't need to be checked against uClibc. |
| 8 days | Rob Landley | Bugfox for --fork option parsing. |
| 8 days | Rob Landley | Fix uClibc++ cleanup. |
| 8 days | Rob Landley | Two small bugfixes. |
| 8 days | Rob Landley | Minor tweak. |
| 8 days | Rob Landley | I've been in the middle of rewriting these for a month. Need to do more documentation... |
| 8 days | Rob Landley | Toybox 0.0.7. |
| 9 days | Rob Landley | Reorder trimconfig with comments about why things are in it, and yank multiply problematic legacy MTAB support. |
| 9 days | Rob Landley | Loosen up amount of memory we restrict gcc to using; newer more bloated gcc versions get unhappy otherwise. |
| 9 days | Rob Landley | Move uClibc 0.9.30 build from unstable to stable (and an unrelated fix: symlink uClibc++.a like .so). |
| 9 days | Rob Landley | Upgrade to uClibc 0.9.30 and busybox 1.13.0 releases. |
| 10 days | Rob Landley | Moving the temp dir broke non-root packaging: fix it. |
| 10 days | Rob Landley | Fix packaging run as root, clean up some unnecessary stuff, use more appropriate temp directory. |
| 10 days | Rob Landley | A Knoppix 5 host apparently won't build inotifyd. |
| 11 days | Rob Landley | More tweaking of nightly cron job script. |
| 11 days | Rob Landley | Move README generation to functions.sh, clean up build-all-target.sh option parsing. |
| 12 days | Rob Landley | Unfinished cron job script to do nightly builds. |
| 12 days | Rob Landley | Running ./package-mini-native.sh as root can just loopback mount itself, without User Mode Linux. |
| 13 days | Rob Landley | Don't apply uClibc++ patches to uClibc. |
| 13 days | Rob Landley | Cosmetic and whitespace fixes. |
| 13 days | Rob Landley | Embedded Linux From Scratch 6.3 build script (in progress, not finished yet). |
| 13 days | Rob Landley | Make --fork 1 produce synchronous build display but call ssh in the background, and set default nice level to 20. |
| 13 days | Rob Landley | Distcc accepts twice as many client connections as CPUs. |
| 2 weeks | Rob Landley | Some targets don't have the cpu affinity syscalls to build taskset. |
| 2 weeks | Rob Landley | Upgrade build wrapper, teach wait4background to skip certain processes (such as ssh) mentioned in optional second argument. |
| 2 weeks | Rob Landley | Busybox defconfig has become useless, so switch busybox to build via allyesconfig minus symbols to be disabled. |
| 2 weeks | Rob Landley | Add --fork option to build-all-targets.sh (with --fork 3). Remove old forkbomb.sh. |
| 2 weeks | Rob Landley | User Mode Linux continues to suck. |
| 2 weeks | Rob Landley | Script to build all targets and optionally upload the tarballs via ssh, plus create a README.txt listing packages and versions used. |
| 2 weeks | Rob Landley | Display tweak. (When the build window is minimized, all it shows is "Building...") |
| 2 weeks | Rob Landley | Add a C++ hello world program. |
| 2 weeks | Rob Landley | Add C++ support to native compiler, based on uClibc++. |
| 2 weeks | Rob Landley | Teach emulator-build.sh to fsck the root filesystem before running it. |
| 2 weeks | Rob Landley | On arm, gcc has an internal compiler error building dwarf2 exceptions in mini-native. (Yes, it dies builing _itself_.) Switch to setjmp/longjmp excpetions. |
| 2 weeks | Rob Landley | Add uClibc++ to download list, minor cleanup. |
| 2 weeks | Rob Landley | Build libsupc++.a in preparation for building uClibc++. |
| 2 weeks | Rob Landley | Add basic c++ support to the cross compiler. (No headers or libraries, but enough to cross compile uClibc++ in mini-native and use distcc with the cross compiler for C++.) |
| 2 weeks | Rob Landley | Upgrade --print-file-name to search $WRAPPER_DIR/lib, to print the directories it's trying when WRAPPER_DEBUG=1, and a few in-passing cleanups. |
| 2 weeks | Rob Landley | Add getversion() and wait4background(), useful to build wrappers. |
| 2 weeks | Rob Landley | Next round of wrapper cleanups: give C++ includes a sane path, prefix environment variables with WRAPPER_, don't set pointers to a char '\0' value. |
| 2 weeks | Rob Landley | Teach wrapper about libgcc_eh.a for static linking. |
| 3 weeks | Rob Landley | Current busybox svn disabled inotifyd and taskset in defconfig. |
| 3 weeks | Rob Landley | Slightly improved display. |
| 3 weeks | Rob Landley | Clean out some of the old uClibc build dir stuff nothing uses anymore. |
| 3 weeks | Rob Landley | Replace variable "n" with something greppable. |
| 3 weeks | Rob Landley | Smallish wrapper cleanups, more to come. |
| 3 weeks | Rob Landley | Use the wrapper for g++, and clean up compiler install slightly better. |