log

age author description
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.
Sun, 04 Jul 2010 04:05:47 -0500 Rob Landley More baseconfig-linux work.
Sat, 03 Jul 2010 23:05:49 -0500 Rob Landley Forgot to check in the baseconfig-linux file. Also, convert the x86 targets and clean up the arm targets.
Fri, 02 Jul 2010 23:38:31 -0500 Rob Landley Add baseconfig-linux, the infrastructure to use it, and move over the arm targets. (You can override with a miniconfig-linux or miniconfig-uClibc in the appropriate target directory.)
Fri, 02 Jul 2010 12:58:41 -0500 Rob Landley Add SIMPLE_ROOT_OVERLAY.
Fri, 02 Jul 2010 12:46:35 -0500 Rob Landley Trim a busybox feature that contains a hardwired #ifdef staircase of known target types. (There's no excuse for that, and it breaks on chips it doesn't know about.)
Wed, 30 Jun 2010 16:01:15 -0500 Rob Landley Yet another patch bug, this one due to @@ -1 +1,3 @@ (because the FSF made ,1 implicit, obviously the file format wouldn't be simple or consistent with them involved...)
Mon, 28 Jun 2010 21:08:59 -0500 Rob Landley Tweak ccwrap.c to handle compiler versions that only provide crtbegin.o and crtend.o without T and S versions.
Mon, 28 Jun 2010 00:27:09 -0500 Rob Landley cronjob didn't include functions.sh so doesn't have maybe_quiet, and the stderr redirect has to go before the pipe to tee anyway.
Sun, 27 Jun 2010 21:17:51 -0500 Rob Landley Better logging for cronjob.
Sun, 27 Jun 2010 21:17:11 -0500 Rob Landley Simplify run-from-build.sh.
Sun, 27 Jun 2010 21:00:55 -0500 Rob Landley Add cross-compiler.sh back. (If you rename a file and add an old one in the same commit, mercurial gets confused. Also, mercurial doesn't consider "this file was deleted" something worth showing in log -v, so figuring out what happened is an exercise in frustration. Obviously deleting a file is not an important part of its history...)
Sun, 27 Jun 2010 15:22:37 -0500 Rob Landley Bug workaround for FORK=1 build-control-images.sh
Sat, 26 Jun 2010 19:39:52 -0500 Rob Landley New cron job to populate snapshots directory.
Sat, 26 Jun 2010 17:02:25 -0500 Rob Landley Comment out the UNSTABLE= URLs for packages the cron job will be grabbing the git repos for. (It just serves to confuse the error messages I get if I snapshot the git repo wrong.)
Wed, 23 Jun 2010 13:30:50 -0500 Rob Landley If there is anything in man, cp -a won't follow a symlink on the target, it'll instead complain it can't replace a non-directory with a directory. Right, this micro-optimization's not worth the hassle...
Tue, 22 Jun 2010 17:52:27 -0500 Rob Landley Fix a dangling symlink that confuses root-filesystem.sh, and add some comments.
Tue, 22 Jun 2010 17:52:00 -0500 Rob Landley Make static-tools.sh use the same version of zlib as host-tools.sh.
Tue, 22 Jun 2010 17:49:03 -0500 Rob Landley Add HOST_EXTRA. Using it is a horrible idea, please don't.
Tue, 22 Jun 2010 14:20:26 -0500 Rob Landley Oops, a debug bit leaked. Keep it in but make it not fail when HAVE_SHARED=n.
Tue, 22 Jun 2010 00:58:59 -0500 Rob Landley Remember to make the root-filesystem tarball.
Mon, 21 Jun 2010 10:35:38 -0500 Rob Landley Fix typo spotted by Milton Miller.
Sun, 20 Jun 2010 20:32:59 -0500 Rob Landley Migrate oneit out of toybox into sources/toys as a standalone program, and fix it so pid 1 has / as its working directory so we can umount /home if necessary.
Sun, 20 Jun 2010 18:44:46 -0500 Rob Landley Fluff up propaganda page.
Sun, 20 Jun 2010 16:58:05 -0500 Rob Landley Install distcc binaries in the distcc subdirectory, not in /bin.
Sun, 20 Jun 2010 16:25:35 -0500 Rob Landley Add NO_CPLUSPLUS config option, to skip c++ support entirely.
Sun, 20 Jun 2010 14:54:00 -0500 Rob Landley Fix typo.
Sat, 19 Jun 2010 16:44:49 -0500 Rob Landley Lots of comment updates. Add a NO_HOST_TOOLS=1 config option, and a few "time" calls to stages that didn't have them. Put native-compiler.sh after root-filesystem.sh in build so it's slightly easier to document.
Sat, 19 Jun 2010 16:42:03 -0500 Rob Landley The install-tools debris this script deletes wasn't there in gcc 3.x, so allow the delete to fail gracefully when USE_UNSTABLE his hooked up to an ancient version.
Sat, 19 Jun 2010 16:39:16 -0500 Rob Landley Older versions of binutils would build break if you _didn't_ build them out of tree (and in the case of 2.14, if you didn't build them in a work directory in the same directory as the binutils source). Not relevant to 2.17, but doesn't hurt anything, so...
Sat, 19 Jun 2010 16:37:47 -0500 Rob Landley Cosmetic cleanup, don't leave unused empty output directories lying around.
Sat, 19 Jun 2010 16:36:11 -0500 Rob Landley Don't use maybe_fork for creating control images yet, extracting the same tarball from multiple stages conflicts.
Fri, 18 Jun 2010 15:48:14 -0500 Rob Landley Scripts generally say thing-thing not thing_thing, so rename migrate_kernel.
Wed, 16 Jun 2010 20:49:35 -0500 Rob Landley Commemorate symbols 0.9.30 needed, for debugging purposes.
Wed, 16 Jun 2010 18:10:17 -0500 Rob Landley Add a title to the main page, and correct the URL since adding a subdomain probably isn't worth the effort.
Wed, 16 Jun 2010 18:08:10 -0500 Rob Landley Fluff up the "about" page a bit.
Wed, 16 Jun 2010 18:07:54 -0500 Rob Landley Update the FAQ with some reasons for the name change.
Wed, 16 Jun 2010 08:14:27 -0500 Rob Landley Leftover debris from buildall.sh breakup (1114).
Wed, 16 Jun 2010 08:13:30 -0500 Rob Landley Use Google's nameserver, use ntpd to set time for chroot (if necessary), don't umount home if we didn't mount it.
Wed, 16 Jun 2010 08:11:51 -0500 Rob Landley Break out simple-root-filesystem.sh and root-filesystem.sh (adding native-compiler.sh output), and use NO_NATIVE_COMPILER to determine which to use. Rename STATIC_CC_HOST to CROSS_HOST_ARCH.
Wed, 16 Jun 2010 08:03:12 -0500 Rob Landley Control image to run the busybox test suite.
Sun, 13 Jun 2010 23:50:40 -0500 Rob Landley Break up buildall.sh so it's easier to run individual portions of it.
Sun, 13 Jun 2010 22:57:07 -0500 Rob Landley More trouble than its worth for FORK and QUIET to be separate knobs.
Sun, 13 Jun 2010 22:55:53 -0500 Rob Landley Update gentoo-stage1 build to actually build portage. (Doesn't install a tree yet.)
Sun, 13 Jun 2010 22:54:25 -0500 Rob Landley Vary $WORK directory so making multiple control images in parallel with FORK=1 doesn't conflict.
Sun, 13 Jun 2010 02:47:49 -0500 Rob Landley Make smoketest.sh more efficient, no need to create hdb.img or use run-from-build.sh.
Fri, 11 Jun 2010 14:00:11 -0500 Rob Landley Michael S. Zick wrote up some mips documentation for the architectures page.
Thu, 10 Jun 2010 21:17:07 -0500 Rob Landley Tweak: some things install their man pages into /usr/man, and some into /usr/share/man. Symlink 'em together so there's just the one.
Thu, 10 Jun 2010 21:16:14 -0500 Rob Landley Cosmetic tweak, say "Extracting" instead of "Building" during EXTRACT_ALL.
Wed, 09 Jun 2010 11:16:17 -0500 Rob Landley Last tweak to this file introduced a bug looping endlessly, failing to proceed past the separator. Oops.