log

age author description
Sun, 14 Feb 2010 01:42:18 -0600 Rob Landley Make qemu-system-powerpc work with more than 2 disks.
Sat, 06 Feb 2010 17:57:15 -0600 Rob Landley Comment tweak.
Sat, 06 Feb 2010 01:38:09 -0600 Rob Landley The kconfig "make defconfig" will occasionally prompt the user for stuff. (*boggle*) Workaround.
Sat, 06 Feb 2010 01:01:09 -0600 Rob Landley Cosmetic: make mke2fs much less verbose.
Sat, 06 Feb 2010 01:00:46 -0600 Rob Landley Oops. Wait for native build to finish before exiting.
Fri, 05 Feb 2010 17:47:59 -0600 Rob Landley Allow patchdir to be overridden.
Fri, 05 Feb 2010 10:33:06 -0600 Rob Landley Genericize native build.
Fri, 05 Feb 2010 07:11:11 -0600 Rob Landley Fix new version of strace to build with 2.6.32 kernel headers.
Thu, 04 Feb 2010 20:59:45 -0600 Rob Landley Switch to the fix that went upstream.
Tue, 02 Feb 2010 23:26:34 -0600 Rob Landley Announce 0.9.10 release.
Tue, 02 Feb 2010 23:24:14 -0600 Rob Landley Added tag 0.9.10 for changeset 19660e12c1de
Tue, 02 Feb 2010 21:53:02 -0600 Rob Landley No reason for about.html to be version-specific. 0.9.10
Tue, 02 Feb 2010 21:24:32 -0600 Rob Landley Update READMEs.
Tue, 02 Feb 2010 19:37:11 -0600 Rob Landley Fix thinko in download_from.
Tue, 02 Feb 2010 04:46:07 -0600 Rob Landley Make root filesystem's usr/src has config-linux and config-uClibc as well as config-busybox.
Tue, 02 Feb 2010 02:52:13 -0600 Rob Landley Fix sparc build break caused by uClibc upgrade.
Mon, 01 Feb 2010 03:46:49 -0600 Rob Landley Remove the --extract option from download.sh, since EXTRACT_ALL=1 does the same thing and everything _else_ is controlled by environment variables. At it to the config file and adjust existing users.
Thu, 28 Jan 2010 13:58:18 -0600 Rob Landley More code cleanups (rename try_checksum to confirm_checksum).
Mon, 25 Jan 2010 11:05:31 -0600 Rob Landley Set the executable bit on bisectinate.
Sun, 24 Jan 2010 01:19:54 -0600 Rob Landley Rename try_download() to download_from().
Sat, 23 Jan 2010 06:16:59 -0600 Rob Landley Revert patch that breaks sh4 target in 2.6.32 kernel.
Thu, 21 Jan 2010 19:19:50 -0600 Rob Landley Script to track down breakage in a USE_UNSTABLE package via git bisect.
Thu, 21 Jan 2010 15:16:39 -0600 Rob Landley Revert a patch that broke mips in uClibc 0.9.30.2.
Tue, 19 Jan 2010 19:29:51 -0600 Rob Landley Update uClibc to 0.9.30.2. (Breaks mips, tracking that down now.)
Tue, 19 Jan 2010 19:27:39 -0600 Rob Landley Build the static native binaries for all targets, not just the last one. (Thinko.)
Sun, 17 Jan 2010 17:26:12 -0600 Rob Landley Update strace to current version.
Thu, 14 Jan 2010 23:47:17 -0600 Rob Landley INLINE_SYSCALL isn't there on all targets, so switch to stuff that is. (This is kind of disgusting, but the problem's already been fixed in -dev so either there will someday be a new release, or it won't matter.)
Thu, 14 Jan 2010 23:45:14 -0600 Rob Landley Improved zilog serial fix from the ppc guys.
Tue, 12 Jan 2010 21:58:11 -0600 Rob Landley The 2.6.32 kernel headers broke the strace build, this fixes it.
Sun, 10 Jan 2010 20:51:04 -0600 Rob Landley Poking at alpha support: add the same inhibit-libc guard that gcc screwed up for sh4, so it can get as far as the gcc bug "libm/e_exp.c:144: internal compiler error: in emit_move_insn, at expr.c:3275" building uClibc.