Mercurial > hg > aboriginal
graph
-
Add a clean.sh script, to "rm -rf build/*-*".Sun, 15 Nov 2009 14:50:25 -0600, by Rob Landley
-
Update screenshot index, and check in script to generate each architecture's section.Sat, 14 Nov 2009 16:19:25 -0600, by Rob Landley
-
Add MANIFEST file to buildall.sh output.Thu, 12 Nov 2009 15:39:00 -0600, by Rob Landley
-
Jean spotted that the c++ symlinks were screwed up. Fixed now.Wed, 11 Nov 2009 22:45:31 -0600, by 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.Wed, 11 Nov 2009 18:23:37 -0600, by Rob Landley
-
More stuff to make running a guest user potentially useful.Tue, 10 Nov 2009 18:54:52 -0600, by 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 21:02:19 -0600, by Rob Landley
-
Release notes for 0.9.8.Sun, 08 Nov 2009 04:34:06 -0600, by Rob Landley
-
Update lots of descriptions, switch tct-hammer to EABI, and make sparc static again.Sat, 07 Nov 2009 21:07:19 -0600, by Rob Landley
-
Added tag 0.9.8 for changeset 563c1abb06d0Sat, 07 Nov 2009 00:22:13 -0600, by Rob Landley
-
m68k isn't a soft-float target.Thu, 05 Nov 2009 02:29:40 -0600, by 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".Tue, 03 Nov 2009 13:48:08 -0600, by Rob Landley
-
Catch if the native compiler build dies (probably means uClibc is horked on i686).Mon, 02 Nov 2009 20:39:32 -0600, by 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.Mon, 02 Nov 2009 14:23:56 -0600, by 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.Fri, 30 Oct 2009 03:45:47 -0500, by Rob Landley
-
Now that we cross compile busybox statically by default, remove it from native build.Thu, 29 Oct 2009 22:43:13 -0500, by Rob Landley
-
setup-native-static-build.sh shouldn't blank cron-temp if hdc.sqf already there.Thu, 29 Oct 2009 12:47:57 -0500, by Rob Landley
-
The mips build broke, this fixes it but isn't in the -stable series yet.Thu, 29 Oct 2009 12:46:58 -0500, by Rob Landley
-
Unfinished update of history.html.Thu, 29 Oct 2009 02:15:49 -0500, by Rob Landley
-
Fix path so the logs are actually saved.Tue, 27 Oct 2009 23:39:50 -0500, by 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 20:29:16 -0500, by Rob Landley
-
Make system-image.sh write out dev-environment.sh from a here document.Mon, 26 Oct 2009 06:16:45 -0500, by 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 06:07:05 -0500, by Rob Landley
-
Update various package versions.Mon, 26 Oct 2009 05:56:09 -0500, by Rob Landley
-
Add some comments.Sun, 25 Oct 2009 03:27:17 -0500, by Rob Landley
-
Move report_recorded_commands.sh into the new sources/more directory.Sat, 24 Oct 2009 19:41:18 -0500, by Rob Landley
-
The sources directory needs a README.Sat, 24 Oct 2009 18:37:09 -0500, by Rob Landley
-
Add CFLAGS example to config.Mon, 19 Oct 2009 14:21:11 -0500, by Rob Landley
-
Ahem, fix accidentally commited debug code.Mon, 19 Oct 2009 02:34:52 -0500, by 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.Mon, 19 Oct 2009 00:40:08 -0500, by Rob Landley
-
Ahem, get the name of the script right in the comment.Thu, 15 Oct 2009 22:00:29 -0500, by Rob Landley
-
Update paths and comments in cronjob.sh, rename "none" to "stable", minor cleanup to logging.Thu, 15 Oct 2009 21:25:30 -0500, by Rob Landley
-
Move the cron job script into sources/more.Thu, 15 Oct 2009 21:02:35 -0500, by Rob Landley
-
Add native-static-build.sh to buildall.sh, and upgrade logging.Wed, 14 Oct 2009 15:55:42 -0500, by Rob Landley
-
Factor out more common code: busybox and toybox builds.Wed, 14 Oct 2009 15:52:15 -0500, by Rob Landley
-
Cosmetic improvement, allows log monitoring to see stages.Wed, 14 Oct 2009 03:51:57 -0500, by Rob Landley
-
Fix buildall.sh to notice smoketest-all.sh moved.Wed, 14 Oct 2009 03:51:19 -0500, by Rob Landley
-
Missing piece needed for sources/more/native-static-build.sh to work.Tue, 13 Oct 2009 16:52:59 -0500, by 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.Mon, 12 Oct 2009 14:27:37 -0500, by Rob Landley
-
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 00:58:34 -0500, by Mark Miller
-
New native-static-build.sh to compile static dropbear, strace, and busybox inside the emulator and export 'em out via ftp.Sun, 11 Oct 2009 01:56:04 -0500, by Rob Landley
-
Fix static toolchain wrapping so distcc works with them too.Sat, 10 Oct 2009 12:08:59 -0500, by Rob Landley
-
Add a "sources/more" directory, move buildall and smoketest-all into it. (Stuff that build.sh doesn't wrap.)Sat, 10 Oct 2009 02:22:29 -0500, by Rob Landley
-
Comment tweaks.Fri, 09 Oct 2009 22:42:35 -0500, by Rob Landley
-
ccwrap shouldn't segfault if PATH isn't exported. (Thanks to Wangji Hoan for spotting this bug.)Thu, 08 Oct 2009 01:02:05 -0500, by Rob Landley
-
Merging the branch between landley and mirellTue, 06 Oct 2009 17:57:23 -0500, by Mark Miller
-
Abstract the C library away from uClibc, so when more build sections are added potentially (For glibc, eglibc, et cetera), nothing needs to be changed in the other filesTue, 06 Oct 2009 17:56:39 -0500, by Mark Miller
-
Vladimir Dronnikov requested init.sh not overwrite resolv.conf unnecessarily.Tue, 06 Oct 2009 08:58:56 -0500, by Rob Landley
-
Cosmetic tweaks. (Make title bar changing callable from elsewhere, make run-emulator.sh kill distccd quietly.)Sun, 04 Oct 2009 21:53:36 -0500, by Rob Landley
-
While we're at it, add /etc/group as well. Just listing root. Makes useradd and such happy.Sat, 03 Oct 2009 17:26:47 -0500, by Rob Landley
-
System Images' sbin/init.sh should mount /dev/hdc (if it exists) on /mnt, and then run /mnt/init (instead of a shell prompt) if that exists.Fri, 02 Oct 2009 02:12:47 -0500, by Rob Landley
-
Add missing chunk too make distcc work again.Fri, 02 Oct 2009 00:56:05 -0500, by Rob Landley
-
Add patch armv4tl needs, and tweak settings to provide equivalent but slightly less confusing binutils/gcc tuple.Thu, 01 Oct 2009 20:50:44 -0500, by Rob Landley
-
Remove header/footer includes from web pages so Mark's stylesheet gets used instead.Wed, 30 Sep 2009 23:26:33 -0500, by Rob Landley
-
Add armv4tl-eabi target, for arm 920t systems such as Openmoko Freerunner.Wed, 30 Sep 2009 15:27:20 -0500, by Rob Landley
-
Upgrade busybox to 1.15.1.Wed, 30 Sep 2009 01:53:53 -0500, by Rob Landley