log

age author description
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.)