| age |
author |
description |
| 23 hours |
Rob Landley |
Another bug Wolfgang Denk reported: make BUILD_STATIC=none actually work.default tip |
| 2 days |
Rob Landley |
Slightly tweaked bugfix from Wolfgang Denk: clean out environment variables from the host that would screw up the build. |
| 2 days |
Rob Landley |
Fix busybox so the 2.6.33 mips kernel builds. |
| 7 days |
Rob Landley |
Optimize the linux and busybox bisects to not rebuild earlier sections unnecessarily. |
| 7 days |
Rob Landley |
Fix a typo that broke the script completely. |
| 13 days |
Rob Landley |
Missed a patch that needed updating for 2.6.33 kernel. |
| 13 days |
Rob Landley |
Upgrade to 2.6.33 kernel. |
| 13 days |
Rob Landley |
Add 64-bit mips target. |
| 13 days |
Rob Landley |
Add FORK=1 support to download.sh, and work around bash's $$ refusing to give an actual unique $PID for subshells by groveling around in /proc to find something usable. |
| 2 weeks |
Rob Landley |
Make extract use unique temporary directories so it's parallelizable. |
| 2 weeks |
Rob Landley |
Rename SKIP_STAGE_TARBALLS to NO_STAGE_TARBALLS (for consistency), and make system-image.sh use it instead of doing it by hand. |
| 2 weeks |
Rob Landley |
Don't need to blank STAGE_DIR when read_arch_dir already does. |
| 2 weeks |
Rob Landley |
Give bisectinate.sh overrideable SRCDIR and BUILD. |
| 2 weeks |
Rob Landley |
Add more cleanup to bisectinate's repository initialization (reliability tweak). |
| 2 weeks |
Rob Landley |
Add export_if_blank and make lots of build paths overrideable. |
| 3 weeks |
Rob Landley |
Typo fix. |
| 3 weeks |
Rob Landley |
FIX SPARC! (Woot!) |
| 3 weeks |
Rob Landley |
Cleanups and comments. |
| 3 weeks |
Rob Landley |
Idea from Johnicholas Hines: add a three second "read" before running hdc's init so the user can press a key to get a command shell instead. |
| 3 weeks |
Rob Landley |
Tweak mercurial repo entry and add link to current snapshot. |
| 4 weeks |
Rob Landley |
Make qemu-system-powerpc work with more than 2 disks. |
| 5 weeks |
Rob Landley |
Comment tweak. |
| 5 weeks |
Rob Landley |
The kconfig "make defconfig" will occasionally prompt the user for stuff. (*boggle*) Workaround. |
| 5 weeks |
Rob Landley |
Cosmetic: make mke2fs much less verbose. |
| 5 weeks |
Rob Landley |
Oops. Wait for native build to finish before exiting. |
| 5 weeks |
Rob Landley |
Allow patchdir to be overridden. |
| 5 weeks |
Rob Landley |
Genericize native build. |
| 5 weeks |
Rob Landley |
Fix new version of strace to build with 2.6.32 kernel headers. |
| 5 weeks |
Rob Landley |
Switch to the fix that went upstream. |
| 5 weeks |
Rob Landley |
Announce 0.9.10 release. |
| 5 weeks |
Rob Landley |
Added tag 0.9.10 for changeset 19660e12c1de |
| 5 weeks |
Rob Landley |
No reason for about.html to be version-specific.0.9.10 |
| 5 weeks |
Rob Landley |
Update READMEs. |
| 5 weeks |
Rob Landley |
Fix thinko in download_from. |
| 5 weeks |
Rob Landley |
Make root filesystem's usr/src has config-linux and config-uClibc as well as config-busybox. |
| 5 weeks |
Rob Landley |
Fix sparc build break caused by uClibc upgrade. |
| 5 weeks |
Rob Landley |
Remove the --extract option from download.sh, since EXTRACT_ALL=1 does the same thing and everything _else_ is controlled by environment variables. At it to the config file and adjust existing users. |
| 6 weeks |
Rob Landley |
More code cleanups (rename try_checksum to confirm_checksum). |
| 6 weeks |
Rob Landley |
Set the executable bit on bisectinate. |
| 7 weeks |
Rob Landley |
Rename try_download() to download_from(). |
| 7 weeks |
Rob Landley |
Revert patch that breaks sh4 target in 2.6.32 kernel. |
| 7 weeks |
Rob Landley |
Script to track down breakage in a USE_UNSTABLE package via git bisect. |
| 7 weeks |
Rob Landley |
Revert a patch that broke mips in uClibc 0.9.30.2. |
| 7 weeks |
Rob Landley |
Update uClibc to 0.9.30.2. (Breaks mips, tracking that down now.) |
| 7 weeks |
Rob Landley |
Build the static native binaries for all targets, not just the last one. (Thinko.) |
| 8 weeks |
Rob Landley |
Update strace to current version. |
| 8 weeks |
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.) |
| 8 weeks |
Rob Landley |
Improved zilog serial fix from the ppc guys. |
| 2 months |
Rob Landley |
The 2.6.32 kernel headers broke the strace build, this fixes it. |
| 2 months |
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. |
| 2 months |
Rob Landley |
Redo library sequencing, add -lgcc before -gcc_s (because that's what gcc expects). |
| 2 months |
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. |
| 2 months |
Rob Landley |
Helps to actually remember to add the new file. |
| 2 months |
Rob Landley |
Fix buildall.sh to use the new script name. |
| 2 months |
Rob Landley |
Largeish refactoring and cleanup of compiler build: |
| 2 months |
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. |
| 2 months |
Rob Landley |
Oops, local changes I didn't mean to check in leaked. Fix it. |
| 2 months |
Rob Landley |
Minor cleanups and comments, introduce check_prerequisite function. |
| 2 months |
Rob Landley |
Actually remove functions that got moved to utility_functions.sh. |
| 2 months |
Rob Landley |
Once again add /sbin:/usr/sbin to $PATH when mke2fs isn't in $PATH. |