aboriginal

log

age author description
2 weeks ago Rob Landley Fluff out the architectures page.default tip
2 weeks ago Rob Landley Make sha1-for-source.txt only test *.patch files out of sources/patches so stupid ".orig" files don't cause perpetual re-extraction.
2 weeks ago Rob Landley Update to linux 3.9.
3 weeks ago Rob Landley Minor tweaks to about page.
3 weeks ago Rob Landley Check in old release notes.
3 weeks ago Rob Landley Half-finished fluffing out of the architectures page.
3 weeks ago Rob Landley We use oneinit, so don't need init.
3 weeks ago Rob Landley New musl release is out, I should finish the plumbing to actually use that.
3 weeks ago Rob Landley Create temporary file in the right directory.
4 weeks ago Rob Landley Link to the build control images from the navigation menu.
6 weeks ago Rob Landley Added tag 1.2.3 for changeset 96fb8598a446
2 months ago Rob Landley The ARM irq mapping is more broken than that: both the SCSI controller (slot 13, pin 1) and the ethernet controller (slot 12, pin 1) are both on irq 59 in qemu. Just hardwire it for now.1.2.3
2 months ago Rob Landley The arm guys have now screwed up the ARM versatile board's IRQ routing three consecutive times. I'm impressed.
2 months ago Rob Landley Toybox 0.4.4
2 months ago Rob Landley Work around a uClibc bug where posix-2008 said to define something and they still think it's a gnu extension in 2013.
2 months ago Rob Landley kernel.org now redirects all http to https, which busybox doesn't support, so switch to ftp url for the kernel.
2 months ago Rob Landley linux 3.8.
3 months ago Rob Landley Warn that documentation.html is horribly out of date. (Needs a rewrite; the about and FAQ pages are current, if not as in-depth.)
3 months ago Rob Landley Lots of small improvements: check for toybox instead of busybox for host-tools $PATH adjustment, better manifest generation (with toybox in list), make package_cache function to find extracted source (so root-image.sh works when packages contains linux-git snapshot), fix more/record-commands.sh path adjustment.
3 months ago Rob Landley Package upgrades for busybox and toybox, and add musl to the download list.
3 months ago Rob Landley Large rewrite of about page, probably still needs cleanup.
4 months ago Rob Landley Only precreate hdb/home image for each target when FORK set.
4 months ago Rob Landley Commit web page updates from last release.
4 months ago Rob Landley Bash is causing a (harmless but annoying) segfault on arm for some reason, so use ash to run init script.
5 months ago Rob Landley Added tag 1.2.2 for changeset 76350236e5f1
5 months ago Rob Landley Toybox 0.4.2.1.2.2
5 months ago Rob Landley The linux 3.7 arm config changed the default board off of versatile, so add a config symbol explicitly specifying it.
5 months ago Rob Landley Teach the compiler to emit the macro linux 3.7 wants in the mips build.
5 months ago Rob Landley Workaround for linux breaking my toolchain on i686.
5 months ago Rob Landley Apply BUILD_VERBOSE setting to header install.
5 months ago Rob Landley Linux 3.7.
5 months ago Rob Landley Making bind mounts read only inexplicably requires a two step process, due to a kernel limitation.
5 months ago Rob Landley Overzealous cut and paste in news.html: forgot to update the date when I cut the last release. (Oops.)
5 months ago Rob Landley Toybox is now providing netcat in host-tools, change native-build to look for that. (I'd happily look for generic netcat and ftpd, but neither one has a standardized command line.)
5 months ago Rob Landley Fix minor bit rot: i686-virtio target still running "qemu" instead of "qemu-system-i386". (Name changed upstream in qemu between releases.)
6 months ago Rob Landley Uncomment screenshot generation and bump initial delay up to 20 seconds (what powerpc needs on my slow netbook).
6 months ago Rob Landley Musl needs a specific type of PLT out of gcc for powerpc.
6 months ago Rob Landley Update website for 1.2.1 announcement.
6 months ago Rob Landley Infrastructure to recreate screenshots directory.
6 months ago Rob Landley Added tag 1.2.1 for changeset 6bdc83f49920
6 months ago Rob Landley Rename record-commands wrapper directory "record-commands". (Note: this means more/clean.sh takes it out.)1.2.1
6 months ago Rob Landley Call record-commands.sh from buildall.sh.
6 months ago Rob Landley Pipe stderr through maybe_quiet in for-each-target.sh.
6 months ago Rob Landley Toybox 0.4.1.
6 months ago Rob Landley John Spencer reported ext4 filesystem corruption, which seems to have been a problem in the kernel since 3.6.3. Backporting a few patches to try to address it.
6 months ago Rob Landley Apparently the gdb build needs this...
6 months ago Rob Landley Another uClibc dependency glitch: with "make -j 1 install" sysnum.h isn't built until after the headers are installed, but with -j 3 it is.
6 months ago Rob Landley Add ability to check out repositories in packages, IGNORE_REPOS to build from tarballs anyway, a FAQ entry on it, and more/repo.sh to set up/update some of the common ones.
6 months ago Rob Landley Remove USE_ALT option, I have a better idea (upcoming patch).
7 months ago Rob Landley The uClibc build has race conditions when run in parallel, add extra constraint to calm it down.
7 months ago Rob Landley Tweak chroot-splice a bit more: back to hardlinks, plus read only bind mounts.
7 months ago Rob Landley Add CONFIG_UNXZ because strace (in static-tools control image) is now only available as a tar.xz file.
7 months ago Rob Landley The zlib guys delete old archives off the server when the update. If you were wondering why download.sh has a fallback mirror...
7 months ago Rob Landley The 3.6 kernel works with the same set of patches as 3.5. This may be a first.
7 months ago Rob Landley Respin binutils tarball (don't tar up already patched package cache directory with sha1-for-source.txt file and patches applied; oops).
7 months ago Rob Landley Upgrade binutils to the last GPLv2 commit in the .git repository (397a64b3, right before they poisoned gas). This includes the -Bsymbolic-functions thing musl needs (and oddly enough the first drop of armv7l support).
8 months ago Rob Landley Make busybox build by default, switch override knob to BUSYBOX=1 to use defconfig busybox, always use toybox for oneit, cleanup/fix record-commands logic.
8 months ago Rob Landley Prettify the kernel baseconfig, same general set of symbols.
8 months ago Rob Landley Busybox version update.
8 months ago Rob Landley Sort busybox config entries to group stuff toybox can replace. Also add ps.