Fri, 29 May 2009 14:11:39 -0500 |
Rob Landley |
Build statically linked native compiler tarballs (extract 'em on any native system and build with them), and fix several unrelated bugs. |
Mon, 18 May 2009 16:40:09 -0500 |
Rob Landley |
Squashfs needs an /etc/resolv.conf, not just /usr/etc/resolv.conf |
Mon, 18 May 2009 15:08:18 -0500 |
Rob Landley |
Fix obvious typo. |
Mon, 18 May 2009 15:07:38 -0500 |
Rob Landley |
Patch no longer needed/applies with busybox 1.14. |
Mon, 18 May 2009 15:06:41 -0500 |
Rob Landley |
Root directory isn't writable with squashfs, use /tmp instead. |
Mon, 18 May 2009 15:05:40 -0500 |
Rob Landley |
Documentation tweak. |
Mon, 18 May 2009 15:05:02 -0500 |
Rob Landley |
Upgrade to busybox 1.14.0. |
Sun, 17 May 2009 15:14:46 -0500 |
Rob Landley |
Fix the canadian cross stuff for arches that override CROSS_TARGET (ala ppc440) |
Mon, 11 May 2009 01:06:39 -0500 |
Rob Landley |
Teach squashfs to create /dev/console and change default image time to squashfs. |
Mon, 11 May 2009 01:05:52 -0500 |
Rob Landley |
Cosmetic improvement, have === bars show stage name. |
Thu, 07 May 2009 19:09:56 -0500 |
Rob Landley |
Centrialize BUILD_STATIC and make it apply to more of root-filesystem.sh |
Tue, 28 Apr 2009 22:38:38 -0500 |
Rob Landley |
No longer need this, ./buildall.sh does it now. |
Tue, 28 Apr 2009 04:08:11 -0500 |
Rob Landley |
Make MANIFEST generation less brittle. |
Mon, 27 Apr 2009 04:30:52 -0500 |
Rob Landley |
Convert i686 target from virtual ne2k to virtual e1000 gigabit adapter. |
Sun, 26 Apr 2009 19:20:39 -0500 |
Rob Landley |
Fix thinkos. |
Sun, 26 Apr 2009 15:30:26 -0500 |
Rob Landley |
Do canadian cross static toolchains properly, via buildall.sh. |
Sun, 26 Apr 2009 14:19:21 -0500 |
Rob Landley |
Make "wait4background" with no arguments wait for all background tasks. |
Fri, 24 Apr 2009 22:33:31 -0500 |
Rob Landley |
Have system-image.sh do its own setsid variant so when it does dienow() it can kill all its own backgrounded processes, but won't take down the parent shell that ran it. |
Sun, 19 Apr 2009 06:24:23 -0500 |
Rob Landley |
Fix a couple thinkos in buildall. |
Sun, 19 Apr 2009 03:11:49 -0500 |
Rob Landley |
Teach buildall.sh to canadian cross static cross compilers with --enable-shared and uClibc++ when you set "$CROSS_COMPILERS_EH". |
Sat, 18 Apr 2009 03:03:59 -0500 |
Rob Landley |
Make canadian cross work by nailing binutils files to gcc's forehead. |
Fri, 17 Apr 2009 06:37:16 -0500 |
Rob Landley |
Upgrade toybox again, one more fiddly little patch bug. |
Thu, 16 Apr 2009 06:21:50 -0500 |
Rob Landley |
First pass at canadian cross toolchain build. Result doesn't actually work yet, but it builds. |
Fri, 10 Apr 2009 03:32:41 -0500 |
Rob Landley |
Add NATIVE_TOOLCHAIN=only, to build _just_ the native toolchain (sae set of packages as the cross compiler, only --enable-shared and with uClibc++). |
Fri, 10 Apr 2009 03:29:29 -0500 |
Rob Landley |
genext2fs needs a minimum amount of free space or it dies. |
Thu, 09 Apr 2009 23:53:05 -0500 |
Rob Landley |
Rename mini-native.sh to root-filesystem.sh, since that's what it builds. |
Wed, 08 Apr 2009 04:28:59 -0500 |
Mark Miller |
ARMV6L typo. Doesn't seem to affect anything, but might as well be consistent. |
Wed, 08 Apr 2009 19:31:55 -0500 |
Rob Landley |
Add BUILD_VERBOSE config option. |
Wed, 08 Apr 2009 11:28:05 -0500 |
Rob Landley |
Make sparc linker recognize older binary type. |
Wed, 08 Apr 2009 00:42:39 -0500 |
Rob Landley |
Bump qemu to 0.10.2 (fixes sh4 but not powerpc), and clean up MANIFEST file creation. |