| age |
author |
description |
| 19 months |
Rob Landley |
Document PREFERRED_MIRROR in include.sh |
| 19 months |
Rob Landley |
Get busybox mdev to shut up about mdev.conf not being there. It's ok, really. |
| 19 months |
Rob Landley |
Add "--fork 3" option to avoid overwhelming the system with parallel builds. |
| 19 months |
Rob Landley |
Sparc and sh4 don't have sched_getaffinity() in uClibc. |
| 19 months |
Rob Landley |
Adjust busybox defconfig to remove options that don't build under knoppix |
| 20 months |
Rob Landley |
Bugfix for busybox 1.11.1 dealing with mercurial archives with symlinks. |
| 20 months |
Rob Landley |
Teach qemu-setup.sh to use oneit so ctrl-c works under the emulator. Also |
| 20 months |
Rob Landley |
64 bit targets need more than 128 megs allocated for the emulator. |
| 20 months |
Rob Landley |
Prevent Linux kernel from getting all confused by qemu 0.9.1 serial behavior. |
| 20 months |
Rob Landley |
Needs to create empty /dev too. |
| 20 months |
Rob Landley |
Switch to building defconfig busybox. (Keep trimmed config anyway.) |
| 20 months |
Rob Landley |
Fix from Joe Soroka for uClibc static linking issue preventing gcc from |
| 20 months |
Rob Landley |
Upgrade to busybox 1.11.1. |
| 20 months |
Rob Landley |
Correct log message, check last $PATH element properly, and set argv[0] to path |
| 20 months |
Rob Landley |
Bump kernel to 2.6.25.10. |
| 20 months |
Rob Landley |
Teach cross-compiler.sh how to produce static binaries when BUILD_STATIC=1 |
| 20 months |
Rob Landley |
Teach download to fetch from $PREFERRED_MIRROR first, if set. |
| 20 months |
Rob Landley |
Let qemu-setup.sh be called under the name chroot-setup.sh, which skips the |
| 20 months |
Rob Landley |
Only try to build $ARCH-ldd if /usr/include exists. |
| 20 months |
Rob Landley |
The cross-compiler.sh build needs /usr/include to build readelf and ldd. |
| 20 months |
Rob Landley |
Update busybox from 1.2.2 to 1.11.0. Toybox i still used for oneit and patch, |
| 20 months |
Rob Landley |
Make forkbomb.sh --fork work with RECORD_COMMANDS. |
| 20 months |
Rob Landley |
Some scripts don't want the $PATH edited by include.sh. |
| 20 months |
Rob Landley |
Mmove package-mini-native.sh back to using oneit, and always build toybox |
| 20 months |
Rob Landley |
User Mode Linux found a new way to break: now when it panics, it sends a kill |
| 20 months |
Rob Landley |
The RECORD_COMMANDS mode doesn't build toybox, thus no oneit. |
| 20 months |
Rob Landley |
Add command logging. Set RECORD_COMMANDS=1 to log every command line run |
| 20 months |
Rob Landley |
Reorganize include.sh to put config options at the top, minor cleanups. |
| 21 months |
Rob Landley |
Fun _new_ breakage: using arch/arm/configs/spitz_defconfig in 2.6.25.4 |
| 21 months |
Rob Landley |
The comment removal heuristic breaks on 2.6.25.4 arch/ppc/configs/luan_defconfig |
| 21 months |
Rob Landley |
Work around the kernel's allnoconfig trying to go nuts while shrinking |
| 21 months |
Rob Landley |
Announce 0.4.0 release. |
| 21 months |
Rob Landley |
Added tag 0.4.0 for changeset 1a70dfe0a436 |
| 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). |