log

age author description
Sun, 11 Jan 2009 03:16:17 -0600 Rob Landley Delete man pages (they take up almost 2 megs) and consolidate some code.
Fri, 09 Jan 2009 22:40:15 -0600 Rob Landley Alas, bash won't leave variables set after a loop exits unless export every single one.
Fri, 09 Jan 2009 22:03:04 -0600 Rob Landley Add hw-wrt610n hardware target using BASE_ARCH=mipsel.
Fri, 09 Jan 2009 22:02:14 -0600 Rob Landley Add BASE_ARCH support, so a hardware architecture can specify a base architecture and just provide a different kernel.
Fri, 09 Jan 2009 15:13:11 -0600 Rob Landley Mark's doing a better one at http://impactlinux.com/code/gfs
Fri, 09 Jan 2009 02:15:22 -0600 Rob Landley Remove an unneeded bashism that busybox ash doesn't do anyway.
Fri, 09 Jan 2009 01:22:54 -0600 Rob Landley Fix an "it doesn't boot" bug dating back to commit 553. Sigh.
Thu, 08 Jan 2009 00:13:50 -0600 Rob Landley Move bin/qemu-setup.sh to sbin/init.sh and do more work on initramfs packaging. (Doesn't work yet.)
Thu, 08 Jan 2009 00:05:53 -0600 Rob Landley Fix a couple brown paper bag bugs (oops) and general cleanups.
Wed, 07 Jan 2009 17:15:52 -0600 Rob Landley Make the init script care about PID rather than script name for determining qemu vs chroot invocation.
Mon, 05 Jan 2009 21:23:45 -0600 Mark Miller Re-added the padding to the CRC32 section, and added flags for the toybox cksum to compute the IEEE 802.3 little-endian pre-inversion no post-inversion no-length cksum.
Mon, 05 Jan 2009 19:21:07 -0600 Mark Miller Actually make it give a PATH for distcc to find gcc with
Wed, 07 Jan 2009 05:20:29 -0600 Rob Landley Add NO_CLEANUP option to config.
Tue, 06 Jan 2009 02:13:29 -0600 Rob Landley More <strike>cowbell</strike> inodes.
Sat, 03 Jan 2009 18:31:41 -0600 Rob Landley Fix typo.
Sat, 03 Jan 2009 18:28:10 -0600 Rob Landley Move $GCC_FLAGS to the end so the details filie can override everything. (Thanks Milton Miller.)
Sat, 03 Jan 2009 18:26:55 -0600 Rob Landley Add sources/packages to .hgignore. (Thanks Milton Miller.)
Sat, 03 Jan 2009 17:56:10 -0600 Rob Landley And a couple of tweaks.
Sat, 03 Jan 2009 17:19:16 -0600 Rob Landley Update the perl removal patches for 2.6.28 to the versions I'm submitting to the linux-kernel list.
Fri, 02 Jan 2009 00:13:42 -0600 Rob Landley Better first noperl patch, possibly submissible upstream.
Mon, 29 Dec 2008 02:55:56 -0600 Rob Landley TRX images don't include the zero padding to 4k at the end in the crc.
Sun, 28 Dec 2008 19:02:01 -0600 Rob Landley Remove the latest perl outbreak.
Sun, 28 Dec 2008 02:38:00 -0600 Rob Landley Ugly, overcomplicated fix for building busybox with 2.6.28 kernel headers, but it's what they committed to svn, so...
Sun, 28 Dec 2008 02:37:16 -0600 Rob Landley Busybox 1.13.1.
Sun, 28 Dec 2008 02:15:41 -0600 Rob Landley Patch needed to build uClibc 0.9.30 with 2.6.28 kernel headers.
Sat, 27 Dec 2008 19:04:15 -0600 Rob Landley Test the 2.6.28 kernel.
Sat, 27 Dec 2008 06:21:42 -0600 Rob Landley Move kernel building from mini-native to package-mini-native in preparation for initramfs packaging option.
Sat, 27 Dec 2008 05:56:01 -0600 Rob Landley Use -lt to more reliably compare numbers in shell script.
Fri, 26 Dec 2008 19:06:23 -0600 Rob Landley Shell script to create linksys firmware images. (Not tested yet.)
Fri, 26 Dec 2008 16:29:58 -0600 Rob Landley Make spurious gcc 4.3 warnings shut up. (What a horrible compiler.)
Tue, 23 Dec 2008 14:13:33 -0600 Rob Landley Select crtbegin.o and crtend.o variants more accurately for -static and -shared.
Tue, 23 Dec 2008 12:47:58 -0600 Rob Landley Coding style and whitespace cleanups, and remove one unnecessary if(cpp).
Tue, 23 Dec 2008 01:19:10 -0600 Rob Landley Clean up ccwrap some more.
Tue, 23 Dec 2008 01:18:22 -0600 Rob Landley Rename gcc-uClibc.c to ccwrap.c
Wed, 17 Dec 2008 19:24:08 -0600 Rob Landley Actually _create_ the $ARCH-cc symlink.
Wed, 17 Dec 2008 00:45:59 -0600 Rob Landley Commit 527 broke distccd. Fix it. (Cross compiling remains fiddly.)
Tue, 16 Dec 2008 14:15:00 -0600 Rob Landley News entry about new mailing list.
Tue, 16 Dec 2008 13:28:58 -0600 Rob Landley Point at the new mailing list.
Tue, 16 Dec 2008 13:28:46 -0600 Rob Landley Allow USE_UNSTABLE=linux to build the 2.6.27 kernel.
Sun, 14 Dec 2008 04:13:44 -0600 Rob Landley Link include/asm/page.h to include/sys/user.h, in case people try to build old packages.
Sun, 14 Dec 2008 03:31:48 -0600 Rob Landley Teach build.sh not to rerun build stages we already have the result of.
Sun, 14 Dec 2008 03:31:00 -0600 Rob Landley Setup can delete the temporary directory now, nothing persistent in it.
Sun, 14 Dec 2008 02:03:46 -0600 Rob Landley Move the kernel image file from the temp dir into the mini-native dir, and teach packaging not to put it in the ext2 image. (Don't keep important files in the temp directory.)
Sun, 14 Dec 2008 00:37:19 -0600 Rob Landley Remove stray start-of-comment.
Sun, 14 Dec 2008 00:28:24 -0600 Rob Landley Update the main page. (Oops.)
Fri, 12 Dec 2008 20:50:19 -0600 Rob Landley Provide more info on error exit.
Fri, 12 Dec 2008 20:49:48 -0600 Rob Landley Work around problem with the make -j dependencies of uClibc.
Wed, 10 Dec 2008 22:12:16 -0600 Rob Landley We don't use User Mode Linux anymore, so these can go.
Wed, 10 Dec 2008 05:52:01 -0600 Rob Landley Documentation tweak talking about mini-native, and warning that the last
Wed, 10 Dec 2008 05:36:41 -0600 Rob Landley Add ldd/readelf/ldconfig to cross and native toolchains, and teach build to fallback to stable miniconfig when miniconfig-alt is absent.
Mon, 08 Dec 2008 21:48:07 -0600 Rob Landley Symlinks for miniconfig-alt files are a bad idea, should teach infrastructure to fall back to stable config files instead.
Mon, 08 Dec 2008 20:59:20 -0600 Rob Landley Make compiler wrapper parse -M options correctly, so uClibc make utils works.
Mon, 08 Dec 2008 00:14:37 -0600 Rob Landley Fix bug Milton Miller spotted: overriding CROSS_TARGET in config confuses the distcc build.
Mon, 08 Dec 2008 00:13:49 -0600 Rob Landley Update, fix a couple dead links. The last 1/3 of the documentation still needs a major rewrite...
Thu, 04 Dec 2008 13:40:30 -0600 Rob Landley The about page got merged into the documentation page, update links.
Tue, 02 Dec 2008 11:51:03 -0600 Rob Landley Added tag 0.9.5 for changeset f2b7db2e4315
Tue, 02 Dec 2008 11:50:51 -0600 Rob Landley Announce 0.9.5 release. 0.9.5
Tue, 02 Dec 2008 11:49:43 -0600 Rob Landley Update to new paths.
Tue, 02 Dec 2008 04:57:26 -0600 Rob Landley More fiddling to make /tools vs /usr work.
Tue, 02 Dec 2008 04:49:10 -0600 Rob Landley More documentation tweaks, adding a new target section.
Tue, 02 Dec 2008 04:20:06 -0600 Rob Landley USE_TOOLSDIR should have ld-uClibc.so.0 fallback to search to /tools/lib rather than /lib, so adding incompatible libraries in /lib doesn't screw up binaries run out of /tools.
Tue, 02 Dec 2008 03:17:23 -0600 Rob Landley Massive documentation rewrite. Not quite finished, but better.
Tue, 02 Dec 2008 03:02:18 -0600 Rob Landley Give mini-native.sh the same xgcc bypass trick cross-compiler.sh uses.
Tue, 02 Dec 2008 03:00:11 -0600 Rob Landley I can see the man pages being potentially useful, but info pages are a complete waste of space.
Tue, 02 Dec 2008 02:13:29 -0600 Rob Landley Add CONFIG_SWAP to targets that haven't currently got it.
Tue, 02 Dec 2008 02:09:11 -0600 Rob Landley build-all-target.sh needs toybox netcat to pass data into/out of qemu, so host-tools.sh should install that too.
Tue, 02 Dec 2008 01:43:34 -0600 Rob Landley Revert 509 with a chainsaw. (The gcc man page says gcc-min-heapsize has no effect on code generation, yet the "strip" binary bloated from 1.1 megabytes to 1.8 megabytes when cross compiled for mips from an x86_64 host. I.E. the man page lies.)
Sun, 30 Nov 2008 20:15:51 -0600 Rob Landley Project traces back to 2002 (albeit through 2 relaunches), and this is 2008.
Sun, 30 Nov 2008 18:58:33 -0600 Rob Landley Fix --static-host (emulator-build.sh got renamed run-from-build.sh).
Sun, 30 Nov 2008 15:46:48 -0600 Rob Landley A system without development headers doesn't need static libraries either.
Sun, 30 Nov 2008 14:24:24 -0600 Rob Landley A gcc-min-heapsize of 16384 seems sufficient for a 64-bit host.
Sun, 30 Nov 2008 06:20:35 -0600 Rob Landley Move genext2fs build to host-tools, remove dead code, add comments.
Sun, 30 Nov 2008 06:18:43 -0600 Rob Landley Tweak the readme, add comments, remove some dead code.
Sun, 30 Nov 2008 06:18:12 -0600 Rob Landley Get the name right.
Sun, 30 Nov 2008 01:36:13 -0600 Rob Landley Without USE_TOYBOX we now just install patch, so check for the right thing.
Sun, 30 Nov 2008 01:23:34 -0600 Rob Landley GCC seems much happier with a heap size that's a power of 2.
Sun, 30 Nov 2008 00:59:27 -0600 Rob Landley Move include.sh to sources/include.sh. End user doesn't call it directly, shouldn't be at top level.
Sun, 30 Nov 2008 00:52:39 -0600 Rob Landley Add a --static-host command line option to build-all-targets.sh.
Sat, 29 Nov 2008 20:40:01 -0600 Rob Landley Now that UML is toast, the build no longer needs oneit.
Fri, 28 Nov 2008 15:00:06 -0600 Rob Landley Fix logging errors and die on error.
Fri, 28 Nov 2008 14:58:08 -0600 Rob Landley Merge run-*.sh so run-emulator.sh takes command line arguments. Rename emulator-build.sh to be more clear what it does.
Fri, 28 Nov 2008 14:55:26 -0600 Rob Landley Make colors no longer be the default (adding a guard for the lot of 'em), and tweak NATIVE_TOOLCHAIN setting so it's more clear.
Wed, 26 Nov 2008 08:18:43 -0600 Rob Landley Add ext3 support to all the targets that didn't have it yet, for /home.
Mon, 24 Nov 2008 09:09:16 -0600 Rob Landley Rename (invert) NATIVE_NOTOOLCHAIN and NATIVE_NOTOOLSDIR, and tweak colors again.
Sat, 22 Nov 2008 00:02:09 -0600 Rob Landley No longer using UML, these patches can go away.
Fri, 21 Nov 2008 23:46:21 -0600 Rob Landley Add README.footer to end of README. (Rename README.txt->README)
Fri, 21 Nov 2008 23:32:03 -0600 Rob Landley Build all targets and actually build them static.
Fri, 21 Nov 2008 23:31:37 -0600 Rob Landley Download toybox from a faster server.
Tue, 18 Nov 2008 22:28:10 -0600 Rob Landley Next round of trying to make USE_STATIC_HOST work. (Requires new alt-toybox snapshot to fix a netcat bug.)
Tue, 18 Nov 2008 00:51:36 -0600 Rob Landley Rip out User Mode Linux, switch to genext2fs instead. (Based on an old patch from James Davidson.)
Mon, 17 Nov 2008 03:59:25 -0600 Rob Landley Add BUILD_STATIC_HOST option, and put output in rsyncable buildall directory.
Mon, 17 Nov 2008 03:01:53 -0600 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.
Sun, 16 Nov 2008 23:22:52 -0600 Rob Landley Continuing attempt to make gcc build like a normal program.
Fri, 14 Nov 2008 19:54:40 -0600 Rob Landley Minor bugfix: reset text color at the end of packaging.
Fri, 14 Nov 2008 19:20:24 -0600 Rob Landley Move color selection into ./config. (The default colors don't look great on a white background.)
Fri, 14 Nov 2008 16:01:24 -0600 Rob Landley Hook up c++ to distcc.
Fri, 14 Nov 2008 14:06:07 -0600 Rob Landley With NATIVE_NOTOOLSDIR=1, /dev may already exist in mini-native filesystem.
Thu, 13 Nov 2008 21:13:15 -0600 Rob Landley Rename CROSS_BUILD_STATIC, NATIVE_NOTOOLSDIR, NATIVE_NOTOOLCHAIN and make them work properly.
Wed, 12 Nov 2008 23:23:03 -0600 Rob Landley Teach extract that uClibc++ patches don't need to be checked against uClibc.
Wed, 12 Nov 2008 20:19:51 -0600 Rob Landley Bugfox for --fork option parsing.
Wed, 12 Nov 2008 20:03:22 -0600 Rob Landley Fix uClibc++ cleanup.
Wed, 12 Nov 2008 18:24:51 -0600 Rob Landley Two small bugfixes.
Wed, 12 Nov 2008 14:58:27 -0600 Rob Landley Minor tweak.
Wed, 12 Nov 2008 14:57:05 -0600 Rob Landley I've been in the middle of rewriting these for a month. Need to do more documentation...
Wed, 12 Nov 2008 14:56:26 -0600 Rob Landley Toybox 0.0.7.
Wed, 12 Nov 2008 13:25:28 -0600 Rob Landley Reorder trimconfig with comments about why things are in it, and yank multiply problematic legacy MTAB support.
Wed, 12 Nov 2008 13:23:37 -0600 Rob Landley Distinguish console setup (qemu vs chroot) based on whether we're running as pid 1, and grep for console= from kernel command line arguments in dmesg, so we don't have to pass CONSOLE= a second time on kernel command line.
Wed, 12 Nov 2008 13:18:15 -0600 Rob Landley If the root filesystem hasn't got /dev/console it "can't open initial console" for init, so running a shell or hello-static produces no output. (Using oneit works because it redirects the console after populating its own /dev, but debugging early boot issues becomes much harder than necessary.)
Wed, 12 Nov 2008 09:39:02 -0600 Rob Landley Loosen up amount of memory we restrict gcc to using; newer more bloated gcc versions get unhappy otherwise.
Wed, 12 Nov 2008 09:38:12 -0600 Rob Landley Move uClibc 0.9.30 build from unstable to stable (and an unrelated fix: symlink uClibc++.a like .so).
Wed, 12 Nov 2008 09:01:50 -0600 Rob Landley Upgrade to uClibc 0.9.30 and busybox 1.13.0 releases.
Tue, 11 Nov 2008 04:21:10 -0600 Rob Landley Moving the temp dir broke non-root packaging: fix it.
Mon, 10 Nov 2008 17:26:34 -0600 Rob Landley Fix packaging run as root, clean up some unnecessary stuff, use more appropriate temp directory.
Mon, 10 Nov 2008 17:25:03 -0600 Rob Landley A Knoppix 5 host apparently won't build inotifyd.
Mon, 10 Nov 2008 01:33:02 -0600 Rob Landley More tweaking of nightly cron job script.
Mon, 10 Nov 2008 01:32:08 -0600 Rob Landley Move README generation to functions.sh, clean up build-all-target.sh option parsing.
Sun, 09 Nov 2008 05:47:35 -0600 Rob Landley Unfinished cron job script to do nightly builds.
Sat, 08 Nov 2008 22:41:45 -0600 Rob Landley Running ./package-mini-native.sh as root can just loopback mount itself, without User Mode Linux.
Sat, 08 Nov 2008 02:29:36 -0600 Rob Landley Don't apply uClibc++ patches to uClibc.
Sat, 08 Nov 2008 01:30:08 -0600 Rob Landley Cosmetic and whitespace fixes.