log

age author description
Mon, 25 Jan 2010 11:05:31 -0600 Rob Landley Set the executable bit on bisectinate.
Sun, 24 Jan 2010 01:19:54 -0600 Rob Landley Rename try_download() to download_from().
Sat, 23 Jan 2010 06:16:59 -0600 Rob Landley Revert patch that breaks sh4 target in 2.6.32 kernel.
Thu, 21 Jan 2010 19:19:50 -0600 Rob Landley Script to track down breakage in a USE_UNSTABLE package via git bisect.
Thu, 21 Jan 2010 15:16:39 -0600 Rob Landley Revert a patch that broke mips in uClibc 0.9.30.2.
Tue, 19 Jan 2010 19:29:51 -0600 Rob Landley Update uClibc to 0.9.30.2. (Breaks mips, tracking that down now.)
Tue, 19 Jan 2010 19:27:39 -0600 Rob Landley Build the static native binaries for all targets, not just the last one. (Thinko.)
Sun, 17 Jan 2010 17:26:12 -0600 Rob Landley Update strace to current version.
Thu, 14 Jan 2010 23:47:17 -0600 Rob Landley INLINE_SYSCALL isn't there on all targets, so switch to stuff that is. (This is kind of disgusting, but the problem's already been fixed in -dev so either there will someday be a new release, or it won't matter.)
Thu, 14 Jan 2010 23:45:14 -0600 Rob Landley Improved zilog serial fix from the ppc guys.
Tue, 12 Jan 2010 21:58:11 -0600 Rob Landley The 2.6.32 kernel headers broke the strace build, this fixes it.
Sun, 10 Jan 2010 20:51:04 -0600 Rob Landley Poking at alpha support: add the same inhibit-libc guard that gcc screwed up for sh4, so it can get as far as the gcc bug "libm/e_exp.c:144: internal compiler error: in emit_move_insn, at expr.c:3275" building uClibc.
Wed, 06 Jan 2010 21:36:38 -0600 Rob Landley Redo library sequencing, add -lgcc before -gcc_s (because that's what gcc expects).
Wed, 06 Jan 2010 06:27:05 -0600 Rob Landley Fall back to libgcc.a and libgcc_eh.a if two passes of libgcc_s.so didn't resolve the symbols we need.
Sun, 03 Jan 2010 22:34:06 -0600 Rob Landley Helps to actually remember to add the new file.
Sun, 03 Jan 2010 19:50:07 -0600 Rob Landley Fix buildall.sh to use the new script name.
Sun, 03 Jan 2010 17:04:39 -0600 Rob Landley Largeish refactoring and cleanup of compiler build:
Sun, 03 Jan 2010 05:04:35 -0600 Rob Landley Remove the old GIMME_AN_S logic, instead make ccwrap autodetect presence of libgcc_s.so. Also fix a typo causing a nasty bug with the two dash version of --static.
Tue, 22 Dec 2009 12:14:03 -0600 Rob Landley Oops, local changes I didn't mean to check in leaked. Fix it.
Tue, 22 Dec 2009 11:51:52 -0600 Rob Landley Minor cleanups and comments, introduce check_prerequisite function.
Sun, 20 Dec 2009 19:56:21 -0600 Rob Landley Actually remove functions that got moved to utility_functions.sh.
Sun, 20 Dec 2009 00:32:17 -0600 Rob Landley Once again add /sbin:/usr/sbin to $PATH when mke2fs isn't in $PATH.
Sat, 19 Dec 2009 00:51:16 -0600 Rob Landley Teach build_section to run "*.build" sections (with setupfor/cleanup called for them) as well as "*.sh" sections which do their own setup/cleanup.
Fri, 18 Dec 2009 03:38:21 -0600 Rob Landley Largeish cleanup of ccwrap.c. Remove lots of uclibc-isms, put rawcc in tools/bin.
Fri, 18 Dec 2009 03:36:12 -0600 Rob Landley Cosmetic tweak, have build_section spit out a === line with the sources/sections it's running.
Fri, 11 Dec 2009 22:34:39 +0100 Marc Andre Tanner Silence compiler warnings: unused variable ?ignore?
Wed, 16 Dec 2009 15:22:21 -0600 Rob Landley Update version numbers (oops).
Sun, 13 Dec 2009 00:13:44 -0600 Rob Landley Edge case in perl removal patch. Probably irrelevant, but match old perl script's output anyway.
Sun, 13 Dec 2009 00:13:09 -0600 Rob Landley Have host-tools.sh only make e2fs or squashfs tools if we need them.
Fri, 11 Dec 2009 22:29:06 +0100 Marc Andre Tanner Remove UCLIBC_GCC_{INC,LIB}
Fri, 11 Dec 2009 00:21:46 -0600 Rob Landley Script to caclulate unstable linux miniconfig from stable linux miniconfig, using make oldconfig.
Thu, 10 Dec 2009 03:34:22 -0600 Rob Landley New CONFIG_MMU entry showed up for arm, needs to be enabled in 2.6.32.
Tue, 08 Dec 2009 20:22:53 -0600 Rob Landley Update downloads/binaries/README
Tue, 08 Dec 2009 18:12:16 -0600 Rob Landley Announce release 0.9.9.
Tue, 08 Dec 2009 18:10:50 -0600 Rob Landley Added tag 0.9.9 for changeset d7485ceb119f
Tue, 08 Dec 2009 17:59:09 -0600 Rob Landley Remove leftover debris from mysetsid->killtree switch.
Tue, 08 Dec 2009 17:09:51 -0600 Rob Landley Comment typo spotted by Joe Perches.
Tue, 08 Dec 2009 08:36:10 -0600 Rob Landley Move to 2.6.32 kernel, updating patches. (With a much less ugly fix for powerpc, and allowing arm to use more qemu -cpu options.)
Tue, 08 Dec 2009 05:37:27 -0600 Rob Landley Tweak buildall.sh to run smoketest.sh out of the correct directory.
Sun, 06 Dec 2009 06:45:41 -0600 Rob Landley Should have removed this when the version got bumped to 0.1.0. 0.9.9
Sat, 05 Dec 2009 21:09:44 -0600 Rob Landley If "$CCWRAP" is quoted it gets passed in as a blank argument when empty, confusing the compiler.
Fri, 04 Dec 2009 12:02:47 -0600 Rob Landley Break up sources/functions.sh starting with some of the more obviously independent ones.
Thu, 03 Dec 2009 03:39:53 -0600 Rob Landley Make ccwrap, hello, busybox, and toybox respect SKIP_STRIP and CFLAGS=-g.
Thu, 03 Dec 2009 01:38:21 -0600 Rob Landley Make smoketest-all.sh list architectures that didn't successfully make a system image as status "NONE".
Thu, 03 Dec 2009 01:26:26 -0600 Rob Landley Build the rest of cross-static's host arch along with other architectures, and move hw- targets to explicitly build after non-hw targets.
Thu, 03 Dec 2009 01:18:39 -0600 Rob Landley Don't actually replace cross-compiler with cross-static, when you build both use $PATH to select which one to use.
Thu, 03 Dec 2009 01:17:39 -0600 Rob Landley Tweak sequencing to build cross-static properly.
Thu, 03 Dec 2009 01:11:18 -0600 Rob Landley Use killtree instead of mysetsid.
Wed, 02 Dec 2009 19:07:29 -0600 Rob Landley Squashfs doesn't build against uClibc 0.9.30.1, fix from Natanael Copa.
Wed, 02 Dec 2009 18:03:47 -0600 Rob Landley Fix e2fsprogs on uClibc build.
Tue, 01 Dec 2009 19:49:23 -0600 Rob Landley Split busybox and toybox builds, update toybox and linux package versions.
Tue, 01 Dec 2009 19:43:42 -0600 Rob Landley Deleting the gcc build directory has to happen from the right current working directory.
Tue, 01 Dec 2009 05:18:35 -0600 Rob Landley Make setsid work if system-image.sh run standalone.
Sat, 28 Nov 2009 23:39:36 -0600 Rob Landley Remove old USE_COLOR code, superceded by set_titlebar.
Sat, 28 Nov 2009 23:23:24 -0600 Rob Landley Split out linux-headers, uClibc, and uClibc++ as their own sections.
Sat, 28 Nov 2009 18:10:43 -0600 Rob Landley Break up sources/sections/binutils-gcc.sh into binutils, gcc, and ccwrap, plus more gcc->cc cleanup.
Thu, 26 Nov 2009 14:53:29 -0600 Rob Landley Fix path_search to actually use the pattern argument.
Thu, 26 Nov 2009 02:37:36 -0600 Rob Landley Genericize search path traversal logic with pattern and command to apply to each file found.
Wed, 25 Nov 2009 21:58:16 -0600 Rob Landley Make buildall.sh do less host-specific work before allowing parallel builds to start.
Tue, 24 Nov 2009 17:01:18 -0600 Rob Landley Fix FAQ links pointed out by by wangji.
Tue, 24 Nov 2009 03:19:07 -0600 Rob Landley If there's enough memory (half a gig per processor), use 1.5x as many CPUs to try to keep 'em busy.
Mon, 23 Nov 2009 21:58:49 -0600 Rob Landley Remove old RECORD_COMMANDS debris from host-tools.sh and simplify result (lots of white-noise from de-intenting the "else" case of an if/else), factor out wrap_path from sources/more/record-commands.sh, fix the "build host tools first, then wrap it afterwards" case.
Sun, 22 Nov 2009 03:56:04 -0600 Rob Landley Fix hw-target builds so prerequisites build if they don't already exist.
Sat, 21 Nov 2009 04:27:58 -0600 Rob Landley Redo command recording: no longer RECORD_COMMMANDS config entry, now sources/more/record-commands.sh run to set up the wrapper (either before or after host-tools.sh). General cleanup and simplification of code this interacted with, plus clean up bit rot in the reporting.
Fri, 20 Nov 2009 23:42:07 -0600 Rob Landley New FAQ entry, comment updates.
Thu, 19 Nov 2009 19:38:04 -0600 Rob Landley Change shell prompt in system image to start with ($HOST)
Thu, 19 Nov 2009 15:15:42 -0600 Rob Landley Add index to HTML version of Ohio LinuxFest presentation.
Wed, 18 Nov 2009 21:15:19 -0600 Rob Landley Split out kernel_cmdline from qemu-defaults.
Wed, 18 Nov 2009 19:21:03 -0600 Rob Landley Ben Zanin converted the Ohio LinuxFest presentation slides to html.
Wed, 18 Nov 2009 18:36:53 -0600 Rob Landley Upgrades to uClibc: add shm support (Coleman Brumley backported this) and futimes (patch by me).
Tue, 17 Nov 2009 20:21:44 -0600 Rob Landley Update www/header.html to include more information.
Mon, 16 Nov 2009 01:51:18 -0600 Rob Landley Add a FAQ.
Mon, 16 Nov 2009 01:45:56 -0600 Rob Landley Lots of comments.
Sun, 15 Nov 2009 14:50:25 -0600 Rob Landley Add a clean.sh script, to "rm -rf build/*-*".
Sat, 14 Nov 2009 16:19:25 -0600 Rob Landley Update screenshot index, and check in script to generate each architecture's section.
Thu, 12 Nov 2009 15:39:00 -0600 Rob Landley Add MANIFEST file to buildall.sh output.
Wed, 11 Nov 2009 22:45:31 -0600 Rob Landley Jean spotted that the c++ symlinks were screwed up. Fixed now.
Wed, 11 Nov 2009 18:23:37 -0600 Rob Landley Fix a [ -z $test ] that produced multiple words for the $test part, but didn't have "$test" in quotes. I'm not sure how that ever worked.
Tue, 10 Nov 2009 18:54:52 -0600 Rob Landley More stuff to make running a guest user potentially useful.
Sun, 08 Nov 2009 21:02:19 -0600 Rob Landley Update the web page. Put the left-side nav bar back, move about page to "about.html" and make news.html the default index. Add architectures page. Note that IRC discussion is now on #edev.
Sun, 08 Nov 2009 16:05:48 -0600 Rob Landley Some packages build differently as root than as a normal user, so add a "guest" account giving a non-root user option. Tweak mdev so it's vaguely useful. (Thanks to Vladimir Dronnikov for the idea.)
Sun, 08 Nov 2009 04:34:06 -0600 Rob Landley Release notes for 0.9.8.
Sat, 07 Nov 2009 21:07:19 -0600 Rob Landley Update lots of descriptions, switch tct-hammer to EABI, and make sparc static again.
Sat, 07 Nov 2009 00:22:13 -0600 Rob Landley Added tag 0.9.8 for changeset 563c1abb06d0
Thu, 05 Nov 2009 04:05:32 -0600 Rob Landley The export command won't allow environment variable names to have dashes in them, and ccwrap.c already converts - into _ when checking ${ARCH}_WRAPPER_TOPDIR. But apparently I didn't remember to do that when _setting_ the variable. Oops. 0.9.8
Thu, 05 Nov 2009 02:29:40 -0600 Rob Landley m68k isn't a soft-float target.
Tue, 03 Nov 2009 13:48:08 -0600 Rob Landley Quick and dirty port of uClibc's readelf.c to build against glibc as well. Not used at the moment, just "so I have a copy when it goes away".
Mon, 02 Nov 2009 20:39:32 -0600 Rob Landley Catch if the native compiler build dies (probably means uClibc is horked on i686).
Mon, 02 Nov 2009 14:23:56 -0600 Rob Landley Mike Frysinger decided that the readelf Erik Anderson wrote was too hard for him to understand, so he removed it from uClibc-git. So we allow the utils rename to fail if components aren't there, and perhaps I'll fork my own copy of readelf and maintain it myself.
Fri, 30 Oct 2009 03:45:47 -0500 Rob Landley Merge common uclibc miniconfig stuff into baseconfig-uClibc, and add the few lines that vary per target to each target's settings file.
Thu, 29 Oct 2009 22:43:13 -0500 Rob Landley Now that we cross compile busybox statically by default, remove it from native build.
Thu, 29 Oct 2009 12:47:57 -0500 Rob Landley setup-native-static-build.sh shouldn't blank cron-temp if hdc.sqf already there.
Thu, 29 Oct 2009 12:46:58 -0500 Rob Landley The mips build broke, this fixes it but isn't in the -stable series yet.
Thu, 29 Oct 2009 02:15:49 -0500 Rob Landley Unfinished update of history.html.
Tue, 27 Oct 2009 23:39:50 -0500 Rob Landley Fix path so the logs are actually saved.
Mon, 26 Oct 2009 20:29:16 -0500 Rob Landley Build busybox static by default (but not for host-tools.sh, since static glibc is buggy, and let .config to switch it off).
Mon, 26 Oct 2009 06:16:45 -0500 Rob Landley Make system-image.sh write out dev-environment.sh from a here document.
Mon, 26 Oct 2009 06:09:29 -0500 Rob Landley Largeish refactoring/simplification of run-emulator.sh and associated code. Now automatically sets up the distcc trick if the appropriate $ARCH-cc toolchain is in the $PATH (or the current directory).
Mon, 26 Oct 2009 06:07:05 -0500 Rob Landley Now that qemu 0.11.0 works, remove the "build a qemu snapshot" logic. QEMU goes back to being something the host has installed on it if you want to use it.
Mon, 26 Oct 2009 05:56:09 -0500 Rob Landley Update various package versions.
Sun, 25 Oct 2009 03:27:17 -0500 Rob Landley Add some comments.
Sat, 24 Oct 2009 19:41:18 -0500 Rob Landley Move report_recorded_commands.sh into the new sources/more directory.
Sat, 24 Oct 2009 18:37:09 -0500 Rob Landley The sources directory needs a README.
Sat, 24 Oct 2009 13:01:39 -0500 Rob Landley Fix powerpc target to work with current qemu release. (The g3beige target switched around to more closely match hardware, so needed new kernel config. This meant it was using a serial driver broken in the kernel, so revert patch that broke it.)
Mon, 19 Oct 2009 14:21:11 -0500 Rob Landley Add CFLAGS example to config.
Mon, 19 Oct 2009 02:34:52 -0500 Rob Landley Ahem, fix accidentally commited debug code.
Mon, 19 Oct 2009 00:40:08 -0500 Rob Landley Add SKIP_STRIP configuration option to do what it says on the tin, and stop blanking CFLAGS and CFLAGSXX so "export CFLAGS=-g" can pass through to package builds.
Thu, 15 Oct 2009 22:00:29 -0500 Rob Landley Ahem, get the name of the script right in the comment.
Thu, 15 Oct 2009 21:25:30 -0500 Rob Landley Update paths and comments in cronjob.sh, rename "none" to "stable", minor cleanup to logging.
Thu, 15 Oct 2009 21:02:35 -0500 Rob Landley Move the cron job script into sources/more.
Wed, 14 Oct 2009 15:55:42 -0500 Rob Landley Add native-static-build.sh to buildall.sh, and upgrade logging.
Wed, 14 Oct 2009 15:52:15 -0500 Rob Landley Factor out more common code: busybox and toybox builds.
Wed, 14 Oct 2009 03:51:57 -0500 Rob Landley Cosmetic improvement, allows log monitoring to see stages.
Wed, 14 Oct 2009 03:51:19 -0500 Rob Landley Fix buildall.sh to notice smoketest-all.sh moved.
Tue, 13 Oct 2009 16:52:59 -0500 Rob Landley Missing piece needed for sources/more/native-static-build.sh to work.
Mon, 12 Oct 2009 14:27:37 -0500 Rob Landley I am never pulling from an external tree again. Send me diffs, it refuses to merge if I have local in my working store, which has _NOTHING_ to do with the repository. That's INSANE.
Sun, 11 Oct 2009 00:58:34 -0500 Mark Miller Use the ARCH_NAME rather than ARCH when making stage directories. The only place we don't run check_for_base_arch is system-image, and here we want this to differ because of the kernels.
Sun, 11 Oct 2009 01:56:04 -0500 Rob Landley New native-static-build.sh to compile static dropbear, strace, and busybox inside the emulator and export 'em out via ftp.
Sat, 10 Oct 2009 12:08:59 -0500 Rob Landley Fix static toolchain wrapping so distcc works with them too.
Sat, 10 Oct 2009 02:22:29 -0500 Rob Landley Add a "sources/more" directory, move buildall and smoketest-all into it. (Stuff that build.sh doesn't wrap.)