log

age author description
Sun, 05 Oct 2014 21:51:33 -0500 Rob Landley Upgrade toybox to 0.5.0. draft
Sun, 05 Oct 2014 21:49:43 -0500 Rob Landley Don't bother to try to fix uClibc non posix-compliance. draft
Sun, 05 Oct 2014 21:44:40 -0500 Rob Landley Identify musl in features.h. draft
Sun, 05 Oct 2014 21:43:14 -0500 Rob Landley Typo in download URL. (Fixed on website ages ago, just didn't check it in.) draft
Wed, 01 Oct 2014 19:55:04 -0500 Rob Landley Musl regex patch for \| support needed by toybox grep when more than one pattern specified. draft
Sun, 28 Sep 2014 22:06:59 -0500 Rob Landley The ancient version of bash had function definition exports, and was thus buggy. Disable this "feature". draft
Thu, 25 Sep 2014 23:10:11 -0500 Rob Landley Update website for 1.2.9 release. draft
Thu, 25 Sep 2014 23:09:03 -0500 Rob Landley Added tag 1.2.9 for changeset 00e528cdad95 draft
Thu, 25 Sep 2014 21:40:39 -0500 Rob Landley Upgrade toybox version. draft 1.2.9
Mon, 15 Sep 2014 01:28:01 -0500 Rob Landley Linux 3.16. draft
Tue, 09 Sep 2014 06:45:00 -0500 Rob Landley 1.2.8 release announcement. draft
Tue, 09 Sep 2014 06:44:25 -0500 Rob Landley Added tag 1.2.8 for changeset 7b4566efd8bd draft
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.