firmware

log

age author description
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.
6 weeks Rob Landley Rename try_download() to download_from().
6 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.)
7 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.
8 weeks 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.
2 months 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.
2 months Rob Landley Largeish cleanup of ccwrap.c. Remove lots of uclibc-isms, put rawcc in tools/bin.
2 months Rob Landley Cosmetic tweak, have build_section spit out a === line with the sources/sections it's running.
3 months Marc Andre Tanner Silence compiler warnings: unused variable ?ignore?
2 months Rob Landley Update version numbers (oops).
2 months Rob Landley Edge case in perl removal patch. Probably irrelevant, but match old perl script's output anyway.
2 months Rob Landley Have host-tools.sh only make e2fs or squashfs tools if we need them.
3 months Marc Andre Tanner Remove UCLIBC_GCC_{INC,LIB}
3 months Rob Landley Script to caclulate unstable linux miniconfig from stable linux miniconfig, using make oldconfig.
3 months Rob Landley New CONFIG_MMU entry showed up for arm, needs to be enabled in 2.6.32.
3 months Rob Landley Update downloads/binaries/README
3 months Rob Landley Announce release 0.9.9.
3 months Rob Landley Added tag 0.9.9 for changeset d7485ceb119f
3 months Rob Landley Remove leftover debris from mysetsid->killtree switch.
3 months Rob Landley Comment typo spotted by Joe Perches.
3 months 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.)
3 months Rob Landley Tweak buildall.sh to run smoketest.sh out of the correct directory.
3 months Rob Landley Should have removed this when the version got bumped to 0.1.0.0.9.9
3 months Rob Landley If "$CCWRAP" is quoted it gets passed in as a blank argument when empty, confusing the compiler.
3 months Rob Landley Break up sources/functions.sh starting with some of the more obviously independent ones.
3 months Rob Landley Make ccwrap, hello, busybox, and toybox respect SKIP_STRIP and CFLAGS=-g.
3 months Rob Landley Make smoketest-all.sh list architectures that didn't successfully make a system image as status "NONE".
3 months 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.
3 months Rob Landley Don't actually replace cross-compiler with cross-static, when you build both use $PATH to select which one to use.
3 months Rob Landley Tweak sequencing to build cross-static properly.
3 months Rob Landley Use killtree instead of mysetsid.
3 months Rob Landley Squashfs doesn't build against uClibc 0.9.30.1, fix from Natanael Copa.
3 months Rob Landley Fix e2fsprogs on uClibc build.
3 months Rob Landley Split busybox and toybox builds, update toybox and linux package versions.
3 months Rob Landley Deleting the gcc build directory has to happen from the right current working directory.
3 months Rob Landley Make setsid work if system-image.sh run standalone.
3 months Rob Landley Remove old USE_COLOR code, superceded by set_titlebar.