log

age author description
Sun, 07 Sep 2014 10:39:51 -0500 Rob Landley Silence some asynchronous messages linux produces on top of the shell prompt. draft 1.2.8
Sat, 06 Sep 2014 11:44:20 -0500 Rob Landley There's a proper probe in the next toybox release, but this is a catch-up release (so the 3.15 kernel isn't skipped) using the old version. draft
Fri, 05 Sep 2014 23:54:01 -0500 Rob Landley Remove redundant list assignment in ccwrap that screws up ordering and puts the -L entries in the wrong order.
Thu, 04 Sep 2014 22:19:08 -0500 Rob Landley musl 1.1.4 is out.
Thu, 04 Sep 2014 22:18:57 -0500 Rob Landley Don't overwrite existing files when re-entering a chroot-splice.
Thu, 04 Sep 2014 00:27:36 -0500 Rob Landley Reorder library paths in ccwrap (command line -L goes before system -L) and make sure crt1.o is before command line files because some crazy packages *cough*busybox*cough* put main in an *.a static library, which is sensitive to link order.
Sun, 31 Aug 2014 23:23:37 -0500 Rob Landley Powerpc serial didn't work in the 3.15 kernel, revert the patch that broke it.
Sun, 24 Aug 2014 22:23:05 -0500 Rob Landley Second attempt: make dynamic linker match libc in ccwrap.
Sun, 17 Aug 2014 18:12:50 -0500 Rob Landley Move hello.c into /src in the root filesystem so the instructions in the README to try building it aren't wrong.
Sun, 17 Aug 2014 13:03:48 -0500 Rob Landley Have ccwrap autodetect which dynamic linker to use, musl's or uClibc's.
Sun, 17 Aug 2014 13:00:20 -0500 Rob Landley Fix parallel (NOP) host-tools.sh calls.
Sun, 17 Aug 2014 00:06:04 -0500 Rob Landley Add MUSL=1 config option to force musl build.
Fri, 15 Aug 2014 18:46:51 -0500 Rob Landley linux 3.15
Fri, 15 Aug 2014 17:45:17 -0500 Rob Landley Don't rebuild record-commands directory if build/host didn't change.
Sat, 12 Jul 2014 17:04:12 -0500 Rob Landley Update URL for html version of presentation.
Fri, 04 Jul 2014 23:55:54 -0500 Rob Landley Update gcc-core musl support patches.
Wed, 02 Jul 2014 21:18:19 -0500 Rob Landley Yank patch next toybox version won't need (and musl doesn't either).
Wed, 02 Jul 2014 21:17:39 -0500 Rob Landley Make gcc use the documented type for signal info instead of implementation detail leakage that musl doesn't do.
Wed, 02 Jul 2014 21:16:34 -0500 Rob Landley Patch from Bobby Bingham to remove some more hardwired path stupidity gcc reaches around ccwrap to perpetrate.
Wed, 02 Jul 2014 20:42:45 -0500 Rob Landley Fix --print-file-name=blah.a
Wed, 02 Jul 2014 20:05:36 -0500 Rob Landley Very basic musl support. Still needs debugging and to be enabled per-target.
Wed, 02 Jul 2014 20:04:18 -0500 Rob Landley Clean up some minor kernel version bit-rot.
Mon, 23 Jun 2014 06:59:56 -0500 Rob Landley Fix thinkos in new ccwrap.
Mon, 23 Jun 2014 06:02:15 -0500 Rob Landley Swap old wrapper for new.
Mon, 23 Jun 2014 06:01:02 -0500 Rob Landley More fixes from testing. Swap testing code for exec code.
Sat, 21 Jun 2014 21:20:52 -0500 Rob Landley version upgrades for musl and busybox.
Fri, 20 Jun 2014 21:05:44 -0500 Rob Landley More ccwrap debugging. "-" is an argument, not an option. Actually fall through to process --doubledash version of -singledash options. The -rpath-link line has the same visiblity as -L since it's link time path modification.
Fri, 20 Jun 2014 06:02:12 -0500 Rob Landley First round of bug fixes for new ccwrap.
Thu, 19 Jun 2014 05:58:51 -0500 Rob Landley First pass at ccwrap rewrite for (among other things) musl support.
Tue, 13 May 2014 12:11:21 -0500 Rob Landley Drop the powerpc cdrom controller and linux-pmacorder patch.
Tue, 13 May 2014 05:03:52 -0500 Rob Landley QEMU 2.0 no longer needs the sh4 patch to avoid touching certain registers.
Sun, 11 May 2014 22:58:42 -0500 Rob Landley The sh4 kernel config shouldn't force CONFIG_EXPERT, which lets your sh4 target config set half as many symbols.
Thu, 08 May 2014 17:40:39 -0500 Rob Landley Use the right name for the generated initramfs file, so SYSIMAGE_TYPE=initramfs works.
Sat, 03 May 2014 16:58:59 -0500 Rob Landley Note the release.
Sat, 03 May 2014 16:22:23 -0500 Rob Landley Added tag 1.2.7 for changeset 946d9e8f1752
Sun, 20 Apr 2014 22:01:07 -0500 Rob Landley Only rebuild record-commands if host-tools built stuff, otherwise parallel builds fight. 1.2.7
Sun, 20 Apr 2014 14:30:56 -0500 Rob Landley Ugly workaround because I just want to get a release out.
Sun, 20 Apr 2014 14:23:13 -0500 Rob Landley Toybox 0.4.8.
Thu, 17 Apr 2014 08:47:04 -0500 Rob Landley Fix the powerpc build breakage in current linux kernels.
Thu, 03 Apr 2014 06:01:11 -0500 Rob Landley Make host-tools.sh update the record-commands wrapper so we can log the distcc, genext2fs, e2fsprogs, and mksquashfs builds.
Wed, 02 Apr 2014 05:19:06 -0500 Rob Landley Linux 3.14 is out.
Mon, 31 Mar 2014 05:45:19 -0500 Rob Landley Bobby Bingham hit a case where the gcc build would detect an existing cross compiler and get confused, so he sent a patch to stop it.
Sun, 30 Mar 2014 21:28:28 -0500 Rob Landley Move package announcement earlier so extracted (non-tarball) packages announce themselves.
Thu, 20 Mar 2014 06:03:41 -0500 Rob Landley Musl had a 1.0 release.
Sun, 01 Dec 2013 17:56:29 -0600 Rob Landley Update website for 1.2.6.
Sun, 01 Dec 2013 17:55:48 -0600 Rob Landley Added tag 1.2.6 for changeset f641160e79ea
Mon, 18 Nov 2013 07:55:43 -0600 Rob Landley Toybox 0.4.7 1.2.6
Wed, 06 Nov 2013 12:49:07 -0600 Rob Landley Cosmetic tweak (enable wget progress meter)
Wed, 06 Nov 2013 12:45:13 -0600 Rob Landley Linux 3.12.
Sat, 26 Oct 2013 14:07:48 -0500 Rob Landley Undo random arm IRQ routing breakage du jour, yet again.
Thu, 17 Oct 2013 02:15:26 -0500 Rob Landley Linux commit a5463cd34354 introduced random breakage for no apparent reason, resulting in armv6l not booting unless you enable CONFIG_KUSER_HELPERS (which makes that commit a NOP).
Tue, 15 Oct 2013 22:25:55 -0500 Rob Landley Patrick Lauer suggested making the smoketest timeout configurable, and default to 3 minutes when FORK=1.
Sun, 06 Oct 2013 14:31:01 -0500 Rob Landley Added tag 1.2.5 for changeset 556a5bc3c8a4
Thu, 03 Oct 2013 15:06:01 -0500 Guenter Roeck Fix ext2/ext3 build failures
Sat, 28 Sep 2013 13:24:34 -0500 Rob Landley It's been long enough since "truncate" was introduced we can use that instead of "dd" to make sparse files.
Fri, 27 Sep 2013 12:08:23 -0500 Rob Landley Remove leftover garbage that triggers a bug in gnu/patch 2.7.x (but not in older versions, or toybox, or busybox).
Thu, 26 Sep 2013 09:11:42 -0500 Rob Landley Update news with 1.2.5 release.
Thu, 12 Sep 2013 04:21:16 -0500 Rob Landley Toybox 0.4.6. 1.2.5
Fri, 06 Sep 2013 23:14:01 -0500 Rob Landley Typo spotted by Tadeusz Tomala.
Tue, 03 Sep 2013 04:31:46 -0500 Rob Landley Linux For Workgroups.
Sat, 24 Aug 2013 06:38:10 -0500 Rob Landley Move environment variable whitelisting functions to new variables.sh.
Sat, 24 Aug 2013 05:56:35 -0500 Rob Landley Break out variable setting into sources/variables.sh
Sat, 24 Aug 2013 05:56:17 -0500 Rob Landley Add more documentation.
Sat, 24 Aug 2013 05:51:12 -0500 Rob Landley Make smoketest work slightly less badly.
Sat, 24 Aug 2013 05:43:29 -0500 Rob Landley Refresh documentation.
Fri, 23 Aug 2013 06:02:55 -0500 Rob Landley The lfs m4 build wasn't including -lrt when probing for posix_spawn, thus trying to recreate what was already there and causing a conflicting definition. Change patch to insert it into libc proper.
Sat, 17 Aug 2013 15:20:20 -0500 Rob Landley Web page tweaks: put "start here" in header, slightly reword menu entries, use style sheet hackery to make blank lines after lists go away, and remove spanish translation about the about page that went 404.
Mon, 05 Aug 2013 22:58:06 -0500 Rob Landley Accept cpio or initramfs as synonyms for root filesystem generation.
Thu, 11 Jul 2013 00:56:01 -0500 Rob Landley Web pages updated to reflect release.
Thu, 11 Jul 2013 00:54:32 -0500 Rob Landley Add some stuff John Spencer needed so sabotage can bootstrap itself.
Thu, 11 Jul 2013 00:29:06 -0500 Rob Landley No point using $[ ] when it's just a synonym for posix $(( ))
Thu, 11 Jul 2013 00:17:36 -0500 Rob Landley Fix typo.
Mon, 08 Jul 2013 19:56:51 -0500 Rob Landley You have to "hg add" before you can "hg commit" and it's REALLY embarassing that I didn't do that. Time for a brown paper bag release...
Sun, 07 Jul 2013 22:08:45 -0500 Rob Landley Added tag 1.2.4 for changeset c756b708583f
Sun, 07 Jul 2013 22:03:18 -0500 Rob Landley Make the arm board work under qemu 1.5. 1.2.4
Thu, 04 Jul 2013 07:19:27 -0500 Rob Landley OpenBIOS upgrade in qemu 1.5 broke sparc, by changing reported CPU features. Specify different processor variant on command line to make it work again.
Wed, 03 Jul 2013 22:55:06 -0500 Rob Landley Upgrade to new kernel, toybox, busybox, and musl releases.
Wed, 03 Jul 2013 22:54:00 -0500 Rob Landley The defconfig busybox build bit-rotted a bit, nail it back in place.
Wed, 03 Jul 2013 22:51:41 -0500 Rob Landley Move image creation logic into sources/functions.sh so we can create cpio and squashfs in the same build.
Wed, 03 Jul 2013 02:00:29 -0500 Rob Landley Add UCLIBC_HAS_GETPT=y (somebody needed it).
Sat, 29 Jun 2013 04:30:02 -0500 Rob Landley Rip out yet more sh4 serial fiddling with port 0x18 that qemu's allergic to.
Sun, 23 Jun 2013 18:07:31 -0500 Rob Landley Whitelist one more variable.
Mon, 17 Jun 2013 00:07:02 -0500 Rob Landley Better help test for build.sh
Tue, 04 Jun 2013 07:48:16 -0500 Rob Landley Prep work for linux-3.10.
Mon, 06 May 2013 00:29:57 -0500 Rob Landley Fluff out the architectures page.
Tue, 30 Apr 2013 00:27:52 -0500 Rob Landley Make sha1-for-source.txt only test *.patch files out of sources/patches so stupid ".orig" files don't cause perpetual re-extraction.
Mon, 29 Apr 2013 22:03:14 -0500 Rob Landley Update to linux 3.9.
Tue, 23 Apr 2013 19:13:02 -0500 Rob Landley Minor tweaks to about page.
Tue, 23 Apr 2013 19:12:33 -0500 Rob Landley Check in old release notes.
Tue, 23 Apr 2013 19:11:32 -0500 Rob Landley Half-finished fluffing out of the architectures page.
Tue, 23 Apr 2013 19:10:47 -0500 Rob Landley We use oneinit, so don't need init.
Tue, 23 Apr 2013 19:09:58 -0500 Rob Landley New musl release is out, I should finish the plumbing to actually use that.
Tue, 23 Apr 2013 19:09:35 -0500 Rob Landley Create temporary file in the right directory.
Sun, 21 Apr 2013 00:17:17 -0500 Rob Landley Link to the build control images from the navigation menu.
Mon, 01 Apr 2013 22:52:34 -0500 Rob Landley Added tag 1.2.3 for changeset 96fb8598a446
Wed, 20 Mar 2013 21:13:57 -0500 Rob Landley The ARM irq mapping is more broken than that: both the SCSI controller (slot 13, pin 1) and the ethernet controller (slot 12, pin 1) are both on irq 59 in qemu. Just hardwire it for now. 1.2.3
Thu, 14 Mar 2013 23:12:25 -0500 Rob Landley The arm guys have now screwed up the ARM versatile board's IRQ routing three consecutive times. I'm impressed.
Thu, 14 Mar 2013 08:28:23 -0500 Rob Landley Toybox 0.4.4
Sat, 09 Mar 2013 19:54:34 -0600 Rob Landley Work around a uClibc bug where posix-2008 said to define something and they still think it's a gnu extension in 2013.
Tue, 05 Mar 2013 21:30:51 -0600 Rob Landley kernel.org now redirects all http to https, which busybox doesn't support, so switch to ftp url for the kernel.
Mon, 25 Feb 2013 11:45:44 -0600 Rob Landley linux 3.8.
Sun, 17 Feb 2013 22:26:10 -0600 Rob Landley Warn that documentation.html is horribly out of date. (Needs a rewrite; the about and FAQ pages are current, if not as in-depth.)
Sun, 17 Feb 2013 22:25:00 -0600 Rob Landley Lots of small improvements: check for toybox instead of busybox for host-tools $PATH adjustment, better manifest generation (with toybox in list), make package_cache function to find extracted source (so root-image.sh works when packages contains linux-git snapshot), fix more/record-commands.sh path adjustment.
Sun, 17 Feb 2013 22:19:55 -0600 Rob Landley Package upgrades for busybox and toybox, and add musl to the download list.
Sun, 17 Feb 2013 22:17:26 -0600 Rob Landley Large rewrite of about page, probably still needs cleanup.
Thu, 10 Jan 2013 02:49:32 -0600 Rob Landley Only precreate hdb/home image for each target when FORK set.
Thu, 10 Jan 2013 01:31:29 -0600 Rob Landley Commit web page updates from last release.
Thu, 27 Dec 2012 07:30:10 -0600 Rob Landley Bash is causing a (harmless but annoying) segfault on arm for some reason, so use ash to run init script.
Sun, 16 Dec 2012 18:07:38 -0600 Rob Landley Added tag 1.2.2 for changeset 76350236e5f1
Sun, 16 Dec 2012 12:43:08 -0600 Rob Landley Toybox 0.4.2. 1.2.2
Sat, 15 Dec 2012 01:47:00 -0600 Rob Landley The linux 3.7 arm config changed the default board off of versatile, so add a config symbol explicitly specifying it.
Sat, 15 Dec 2012 01:45:36 -0600 Rob Landley Teach the compiler to emit the macro linux 3.7 wants in the mips build.
Thu, 13 Dec 2012 18:24:54 -0600 Rob Landley Workaround for linux breaking my toolchain on i686.
Thu, 13 Dec 2012 00:55:40 -0600 Rob Landley Apply BUILD_VERBOSE setting to header install.
Wed, 12 Dec 2012 03:50:07 -0600 Rob Landley Linux 3.7.
Mon, 10 Dec 2012 12:14:51 -0600 Rob Landley Making bind mounts read only inexplicably requires a two step process, due to a kernel limitation.
Sun, 09 Dec 2012 13:04:37 -0600 Rob Landley Overzealous cut and paste in news.html: forgot to update the date when I cut the last release. (Oops.)
Sun, 09 Dec 2012 13:00:26 -0600 Rob Landley Toybox is now providing netcat in host-tools, change native-build to look for that. (I'd happily look for generic netcat and ftpd, but neither one has a standardized command line.)
Fri, 30 Nov 2012 14:41:07 -0600 Rob Landley Fix minor bit rot: i686-virtio target still running "qemu" instead of "qemu-system-i386". (Name changed upstream in qemu between releases.)
Sat, 17 Nov 2012 21:39:53 -0600 Rob Landley Uncomment screenshot generation and bump initial delay up to 20 seconds (what powerpc needs on my slow netbook).