log

age author description
Sat, 31 Jul 2010 21:49:01 -0500 Rob Landley Make extract_package directly callable, and do so where necessary.
Fri, 30 Jul 2010 13:54:10 -0500 Rob Landley Add blank_workdir and make setupfor and cleanup use it. This means you can run an entire build.sh with NO_CLEANUP=1 on.
Tue, 27 Jul 2010 02:35:33 -0500 Rob Landley Apparently this never quite got updated for commit 1116.
Tue, 27 Jul 2010 01:40:50 -0500 Rob Landley List more environment variables sanitizing shouldn't drop.
Mon, 26 Jul 2010 16:47:41 -0500 Rob Landley Bugfix for busybox 1.17.1 mktemp dealing with non-absolute subdirectory paths.
Mon, 26 Jul 2010 01:42:00 -0500 Rob Landley Make the environment sanitize logic slightly more robust in the face of multi-line environment variable values.
Mon, 26 Jul 2010 00:06:58 -0500 Rob Landley Yank toybox from simple-root-filesystem. (Still need it for patch in host-tools.sh)
Mon, 26 Jul 2010 00:05:38 -0500 Rob Landley Update to busybox 1.17.1 and switch to defconfig instead of trimconfig.
Sun, 25 Jul 2010 23:26:46 -0500 Rob Landley Automatically use simple-root-filesystem if root-filesystem isn't avaialble.
Sun, 25 Jul 2010 23:25:58 -0500 Rob Landley Add sanitize_environment to unset unrecognized environment variables.
Sun, 25 Jul 2010 14:29:01 -0500 Rob Landley Add "make" to the default static list, for native-compiler tarball portability. (If you haven't got make working, it's hard to build it.)
Sun, 25 Jul 2010 14:19:12 -0500 Rob Landley Remove a baseconfig symbol that SYSIMAGE_TYPE=initramfs sets itself.
Sun, 25 Jul 2010 14:18:25 -0500 Rob Landley Make BUILD_VERBOSE a little more verbose.
Sat, 17 Jul 2010 14:19:39 -0500 Rob Landley Fluff up comments, and use blank_tempdir so re-running recreates all the images.
Sat, 17 Jul 2010 13:29:12 -0500 Rob Landley Comment tweak for cross-smoke-test.sh.
Mon, 12 Jul 2010 11:40:23 -0500 Rob Landley Only include the dev-environment.sh and native-build.sh scripts when the system image contains native development tools.
Sun, 11 Jul 2010 00:04:16 -0500 Rob Landley Tweak web page header.
Sun, 11 Jul 2010 00:02:44 -0500 Rob Landley Yet more gentoo bootstrap plumbing. Needs target-specific stuff still.
Sat, 10 Jul 2010 23:41:22 -0500 Rob Landley Convert sparc to baseconfig.
Sat, 10 Jul 2010 23:39:36 -0500 Rob Landley Make sh4 less unhappy.
Sat, 10 Jul 2010 23:38:51 -0500 Rob Landley Make NO_CLEANUP work with sources/sections/gcc.sh
Sat, 10 Jul 2010 23:36:43 -0500 Rob Landley Update initramfs generation to deal with kernel changes, and rip out unnecessary complexity (backgrounding the kernel build, partial rebuild) that other stages don't do.
Sat, 10 Jul 2010 00:05:50 -0500 Rob Landley Fix patching so sha1-for-source.txt only gets updated _after_ patch successfully applies (race with signal delivery), and make dienow output go to stderr instead of stdout.
Fri, 09 Jul 2010 13:03:01 -0500 Rob Landley Output dienow's error message to stderr.
Thu, 08 Jul 2010 10:55:45 -0500 Rob Landley Busybox's current acpid doesn't build on a sles 10 host (SW_LID undeclared).
Tue, 06 Jul 2010 14:46:15 -0500 Rob Landley Honor existing CFLAGS (if any) in binutils build.
Tue, 06 Jul 2010 12:10:26 -0500 Rob Landley Better error message.
Mon, 05 Jul 2010 15:37:04 -0500 Rob Landley Move "sources/more/" to just "more/", add a README explaining why those scripts are there, and adjust calls to them.
Sun, 04 Jul 2010 20:36:50 -0500 Rob Landley Fix mipsel and mips64 after the conversion.
Sun, 04 Jul 2010 04:05:58 -0500 Rob Landley Busybox 1.16.2 is out.