log

age author description
Sun, 29 Jan 2012 10:20:30 -0600 Rob Landley Added tag 1.1.1 for changeset ef315a8461c0
Sun, 29 Jan 2012 00:21:10 -0600 Rob Landley uClibc 0.9.31.1 is out. 1.1.1
Sat, 28 Jan 2012 20:40:58 -0600 Rob Landley Allow buildall to do multiple native control-images, and put control image name in native-*.txt log.
Sat, 28 Jan 2012 19:33:07 -0600 Rob Landley Resubmitted patch upstream, minor cleanup.
Sat, 28 Jan 2012 19:03:59 -0600 Rob Landley New busybox release, and a more config symbols.
Sat, 28 Jan 2012 19:03:25 -0600 Rob Landley Yet more gratuitous guard symbols in the linux config, this time for powerpc.
Sun, 22 Jan 2012 18:42:57 -0600 Rob Landley One more command I missed.
Sun, 22 Jan 2012 18:38:58 -0600 Rob Landley Replace cpp with cc -E so it's funneled through ccwrap as well.
Thu, 12 Jan 2012 08:44:22 -0600 Rob Landley More busybox symbols, some needed by buildall.sh and some on command line.
Wed, 11 Jan 2012 05:59:31 -0600 Rob Landley Document target /usr/sbin/record-commands wrapper.
Mon, 09 Jan 2012 21:03:28 -0600 Rob Landley Suppress some warnings.
Mon, 09 Jan 2012 06:48:59 -0600 Rob Landley Unbreak network in 3.2.
Sat, 07 Jan 2012 17:20:16 -0600 Rob Landley Upgrade to 3.2 kernel.
Sun, 01 Jan 2012 13:51:04 -0600 Rob Landley If CPUS isn't set, calculate it. KVM or chroot can have >1.
Sun, 01 Jan 2012 05:04:32 -0600 Rob Landley Add ability to build toybox.
Wed, 28 Dec 2011 16:01:32 -0600 Rob Landley Fix "cofnig" typo.
Wed, 28 Dec 2011 15:58:43 -0600 Rob Landley Remove alt-patch symlinks from source control, instead add more/alt-patches.sh to setup alt-package-*.patch symlinks (you can then delete any you don't want).
Wed, 28 Dec 2011 12:57:07 -0600 Rob Landley Cleanup busybox config: remove redundant entries and trailing whitespace, add CONFIG_TEST=y.
Tue, 27 Dec 2011 08:59:51 -0600 Rob Landley Fix sparc dynamic linker.
Tue, 27 Dec 2011 08:58:16 -0600 Rob Landley Switch from busybox defconfig to baseconfig-busybox selecting just what we need, with a config variable to use defconfig instead if you really want that.
Thu, 22 Dec 2011 16:49:03 -0600 Rob Landley Tweak CPUS calculation again: don't overcommit when using hyper-threading.
Thu, 22 Dec 2011 13:29:11 -0600 Rob Landley Commit 1468 was a giant thinko: fix it. (System emulation, not application emulation...)
Mon, 19 Dec 2011 20:59:25 -0600 Rob Landley If host kernel hasn't got devtmpfs, call mdev -s. (Mostly for chroot-setup.sh.)
Sun, 18 Dec 2011 13:34:35 -0600 Rob Landley Fix sparc kernel's relocation code.
Tue, 06 Dec 2011 21:29:16 -0600 Rob Landley Add record-commands wrapper and plumbing to target image, so you can record-commands /mnt/init in a native build.
Tue, 06 Dec 2011 21:15:59 -0600 Rob Landley Optional second argument to build.sh indicates which stage to start rebuilding from after a successful first build.
Tue, 06 Dec 2011 08:25:48 -0600 Rob Landley Add "host" target to more/test.sh in case somebody doesn't want any target loaded.
Sat, 03 Dec 2011 17:51:38 -0600 Rob Landley Pass through more/record-commands.sh wrapper variables in enviroment variable whitelisting.
Sat, 03 Dec 2011 17:50:58 -0600 Rob Landley QEMU 1.0 changed the 'qemu' binary to 'qemu-i386', change run-emulator.sh for x86 to match.
Fri, 02 Dec 2011 07:26:24 -0600 Rob Landley Expand more/test.sh documentation with "rebuilding uClibc but not binutils/gcc" example.
Mon, 07 Nov 2011 07:37:06 -0600 Rob Landley Patch to add mkostemp to uClibc, which util-linux needs in LFS 6.8.
Thu, 27 Oct 2011 08:23:45 -0500 Rob Landley Patch that got merged in 3.1, deleted locally. Apparently mercurial's "hg diff" doesn't show missing files...
Mon, 24 Oct 2011 22:59:30 -0500 Rob Landley Fix smoketest to look for static-tools output in the new place.
Mon, 24 Oct 2011 22:57:58 -0500 Rob Landley Update to 3.1 kernel.
Sat, 22 Oct 2011 19:38:29 -0500 Rob Landley e2fsprogs version bump, because it's there.
Thu, 20 Oct 2011 02:07:10 -0500 Rob Landley Switch USE_UNSTABLE to USE_ALT and download.sh's UNSTABLE= to ALT= so naming is consistent with the alt- prefixes on packages and patches.
Thu, 20 Oct 2011 02:05:11 -0500 Rob Landley New FAQ, "why don't your prebuilt binaries work in my ancient root filesystem". Which is more about ancient kernels not having new system calls, really...
Thu, 20 Oct 2011 02:03:48 -0500 Rob Landley Oops, the SYSIMAGE_TYPE=ext2 SYSIMAGE_HDA_MEGS stuff never quite got completed when root-image was split out from system-image. Make that work.
Thu, 20 Oct 2011 02:02:10 -0500 Rob Landley Add ability to specify a package to rebuild to build.sh with REBUILD= (and then dependencies take it from there to the system image).
Thu, 20 Oct 2011 02:01:23 -0500 Rob Landley Add mirell's HTML version of the presentation slides to the nav list.
Sun, 09 Oct 2011 18:28:30 -0500 Rob Landley Stop ldd spewing debug messages.
Sun, 09 Oct 2011 18:27:33 -0500 Rob Landley Last release's web page announcement went on the site but not into the repo.
Sun, 09 Oct 2011 15:39:57 -0500 Rob Landley Yet another busybox patch tweak to fix issue noted by John Spencer.
Sun, 02 Oct 2011 23:26:29 -0500 Rob Landley Added tag 1.1.0 for changeset 707beb993e13
Thu, 29 Sep 2011 19:27:00 -0500 Rob Landley Trivial cleanup. 1.1.0
Thu, 29 Sep 2011 19:26:26 -0500 Rob Landley Upgrade busybox to 1.19.2, which folds in two patches.
Sun, 25 Sep 2011 22:09:33 -0500 Rob Landley more/test.sh shouldn't zap output directory.
Fri, 23 Sep 2011 14:38:11 -0500 Rob Landley Make ccwrap use --start-group and --end-group rather than specifying the same libraries multiple times.
Sun, 18 Sep 2011 21:37:31 -0500 Rob Landley Make chroot-splice.sh more useful for testing new control images in a chroot instead of qemu.
Sun, 18 Sep 2011 13:03:05 -0500 Rob Landley Save buildall-native.sh output in build/ not (build/native-static). Update comments a lot.
Sat, 17 Sep 2011 00:01:20 -0500 Rob Landley Fix setup-chroot when used with relative path, and VERBOSE option
Wed, 14 Sep 2011 13:09:22 -0500 Rob Landley Hardwire CPUS=3 in dev-environment.sh distcc support until scalability limits addressed.
Tue, 13 Sep 2011 16:27:21 -0500 Rob Landley Announce current target in more/for-each-target.sh
Tue, 13 Sep 2011 16:09:37 -0500 Rob Landley Build the cross compiler's ldd/ldconfig for the correct architecture. (Sigh.)
Mon, 12 Sep 2011 10:54:25 -0500 Rob Landley Make timeout duration configurable.
Sat, 10 Sep 2011 08:28:32 -0500 Rob Landley Try to auto-balance FORK=1 and CPUS so as not to overload build server.
Sat, 10 Sep 2011 08:28:00 -0500 Rob Landley Cleanups to init script.
Sat, 10 Sep 2011 08:03:10 -0500 Rob Landley Use the ext4 driver for ext3 and ext2 filesystems.
Mon, 05 Sep 2011 14:06:06 +0200 Alessio Igor Bogani Add dev-environment.sh support for virtio targets
Mon, 05 Sep 2011 08:49:08 +0200 Alessio Igor Bogani Get rid of of two old and now unused variables