| age |
author |
description |
| 21 months |
Rob Landley |
Quick smoke test for system image: ./smoketest.sh $ARCH | grep 'Hello world!'0.4.0 |
| 21 months |
Rob Landley |
Move to "-M malta" since CONFIG_QEMU went away in linux 2.6.25. |
| 21 months |
Rob Landley |
More about building older versions. |
| 21 months |
Rob Landley |
Background the distcc daemon ourselves so we can kill it at the end. |
| 21 months |
Rob Landley |
Add a sed invocation to build the old FWL under current (broken) Ubuntu. |
| 21 months |
Rob Landley |
Add timeout to wget, and add another mirror (impactlinux.com) so there's a |
| 21 months |
Rob Landley |
A note about building old versions under Ubuntu 7.04 or later. |
| 21 months |
Rob Landley |
Less verbose name that doesn't interfere with tab completion of build.sh. |
| 21 months |
Rob Landley |
Redoing the about page, very unfinished. (About half done.) |
| 21 months |
Rob Landley |
Fix packaging step. |
| 21 months |
Rob Landley |
Trim busybox apps (cat, rmdir) that toybox can now provide. |
| 21 months |
Rob Landley |
Update to linux-2.6.25.4 and toybox 0.0.6. |
| 21 months |
Rob Landley |
Simple script to run mini-native under its emulator, with distcc hooked |
| 21 months |
Rob Landley |
Rename qemu-image-* to system-image-*, and don't delete it after creating the |
| 22 months |
Rob Landley |
When doing BUILD_SHORT (without development tools), use / instead of /tools. |
| 22 months |
Rob Landley |
Tweak run-with-home.sh to have a chance of actually working. |
| 22 months |
Rob Landley |
Minor tweak: when build.sh sets PATH to point to $HOSTTOOLS, don't add it again |
| 22 months |
Rob Landley |
Because sysfs doesn't have a stable API, the old mdev doesn't work with 2.6.25. |
| 22 months |
Rob Landley |
Much more elaborate thread-hello.c using mutex and event semaphores, and join. |
| 22 months |
Rob Landley |
Redo sources/native to be "cp -ar"'d into mini-native-$ARCH/tools verbatim. |
| 22 months |
Rob Landley |
Redo plumbing that constructs run-emulator.sh. Group common qemu command |
| 22 months |
Rob Landley |
Get User Mode Linux boot messages to SHUT UP in the presence of "quiet". |
| 22 months |
Rob Landley |
The hammer patch made it upstream in 2.6.26-rc1, I'll wait to get it from there. |
| 23 months |
Rob Landley |
Use 2.6.25 release. |
| 23 months |
Rob Landley |
Add ability to set BUILD_SHORT=headers to include header files without building |
| 23 months |
Rob Landley |
Don't fiddle with qemu in host-tools. Andre Ruiz noticed that we were |
| 23 months |
Rob Landley |
Typo (mine, not Andre's). |
| 23 months |
Rob Landley |
Patch from Andre Ruiz to fix host-tools rebuild check. (If busybox is already |
| 23 months |
Rob Landley |
Teach package script to recreate mini-native tarball if it changed. |
| 23 months |
Rob Landley |
Resulting system needs more features of out busybox to run qemu-setup.sh |
| 23 months |
Rob Landley |
Install setup script even for BUILD_SHORT. |
| 23 months |
Rob Landley |
Alas, hostfs breaks hard links. Use the mini-native tarball created earlier |
| 23 months |
Rob Landley |
Patch for Hammer/nail arm system from Tin Can Tools. |
| 23 months |
Rob Landley |
Add --stat option, plus better help text when run with no arguments. |
| 23 months |
Rob Landley |
Upgrade to toybox-0.0.5 and linux-2.6.25-rc7. Remove use of perl in the kernel |
| 23 months |
Rob Landley |
Teach BUILD_SHORT to remove include files (saving ~5 megs), and move the |
| 23 months |
Rob Landley |
Save the output of the early steps (including host-tools build) to out.txt. |
| 23 months |
Rob Landley |
Move to a new dot release that integrates the unbreakmips patch. |
| 2 years |
Rob Landley |
Tweak from Tony Przygienda that triples the speed of miniconfig creation script. |
| 2 years |
Rob Landley |
Break up run-$ARCH.sh, move more temp files into temp dir, fix deletion logic. |
| 2 years |
Rob Landley |
Last months release was in 2008, not 2007. (Spotted by Omair Eshkenazi). |
| 2 years |
Rob Landley |
Explicitly specify pentium 2 for i686. |
| 2 years |
Rob Landley |
The -hdb stuff should be in a wrapper, not in the individual config files. |
| 2 years |
Rob Landley |
If a second block device exists, mount it on /home. |
| 2 years |
Rob Landley |
Redo the $CLEANUP logic to a cleanup function in include.sh (meaning if a |
| 2 years |
Rob Landley |
Trim image sizes down to 64 megs (and show how much is left on each target). |
| 2 years |
Rob Landley |
Fix display glitch with --nofork. |
| 2 years |
Rob Landley |
Put a link to the #miniconfig section since I want to refer to it from elsewhere. |
| 2 years |
Rob Landley |
Tell qemu to emulate older processor. |
| 2 years |
Rob Landley |
Make gcc build sh without libc. Probably other targets need this too... |
| 2 years |
Rob Landley |
Add first pass at Super Hitachi platform. |
| 2 years |
Rob Landley |
Back to gcc 4.1.2 until I find a large enough rock to fix the soft-float thing. |
| 2 years |
Rob Landley |
Update to gcc 4.1.2->4.2.2. Still doesn't fix the internal compiler error |
| 2 years |
Rob Landley |
Update powerpc to have a realtime clock under qemu. |
| 2 years |
Rob Landley |
Tweak set of available busybox utilities. |
| 2 years |
Rob Landley |
Tell distcc an SMP system has 1 more CPU than it actually has. |
| 2 years |
Rob Landley |
Make --crosspath work with relative paths. |
| 2 years |
Rob Landley |
Teach run-$ARCH.sh to understand --crosspath to use cross compiler via distcc. |
| 2 years |
Rob Landley |
Fix to make the distcc symlinks correctly. |
| 2 years |
Rob Landley |
distcc needs /tmp |