changelog tags files bz2 zip gz rss atom

shortlog for aboriginal

navigate: (0) -1000 -300 -100 -60 +60 +100 tip

17 months Rob Landley Busybox 1.18.0 doesn't build on Ubuntu 9.04. This fixes it.
17 months Rob Landley Need -fpic to build a shared libarary.
17 months Rob Landley Update another README.
17 months Rob Landley Update some READMEs.
17 months Rob Landley Fix the includes.
17 months Rob Landley Move clean.sh into more since it isn't a build stage.
17 months Rob Landley Remove debris accidentally checked in.
17 months Rob Landley A nolink build doesn't need the find -L hack.
17 months Rob Landley Backport some uClibc bits so udev will build against 0.9.31.
17 months Rob Landley New busybox release.
17 months Rob Landley Add script.nolink option for packages that really don't like the whole 'tree of symlinks' thing. Migrate vim and remove the -L hack.
17 months Rob Landley Add /sbin to the $PATH in the system image. (Oops.)
17 months Rob Landley Don't delete hdb.img if user specified an $HDB image. (It's caller's responsibility to make sure that the scratch disk is in a usable state.)
17 months Rob Landley Documentation tweak.
17 months Rob Landley Make the module-init-tools build work on a read-only source filesystem.
18 months Rob Landley Killtree momved, update timeout.sh to be able to find it.
18 months Rob Landley Rip out uClibc internationalization (doesn't contain any codepages, just copies 'em from the host, so won't build on a host that hasn't got internationalization already installed), use gettext-stub instead of gettext, and fix udev and vim to build.
18 months Rob Landley Make more of the LFS build actually build.
18 months Rob Landley Handle package tarballs with overlapping names (thingy and thingy-test for example).
18 months Rob Landley Add the sha1sum to the LFS tarball.
18 months Rob Landley Building iproute2 needs the libresolv stub.
18 months Rob Landley Documentation on how to use the bootstrap-skeleton infrastructure.
18 months Rob Landley Move bootstrap-skeleton/files to bootstrap-skeleton/mnt, to be consistent.
18 months Rob Landley Typo, ./configure not /configure
18 months Rob Landley The LFS iproute2 build gets confused because "find -type f" in a directory created with "cp -s" skips symlinks and thus never finds anything. Use sed to add a -L to all those find invocations, to follow symlinks.
18 months Rob Landley Fix for gettext's mbuiter.h assert 'iter->cur.wc == 0' failed which I hit in two diffferen tpackage builds and which gentoo hit a year ago here: http://bugs.gentoo.org/show_bug.cgi?format=multiple&id=288743
18 months Rob Landley Any attempt to actually _use_ the locale stuff fails dereferencing incomplete types because the guts of the headers (where the actual struct contents are defined) get zapped during install by unifdef on _LIBC guards. Rip the unnecessary #ifdefs out. See thread at http://lists.uclibc.org/pipermail/uclibc/2010-July/044185.html
18 months Rob Landley Unexport ruserpass, a pointless namespace polution that breaks building the ftp program in inetutils.
18 months Rob Landley Log stderr as well as stdout.
18 months Rob Landley If the cross compiler supports internationalization, bash tries to stick -lintl into the host compiler, which may not support it. And if you stick a "no" for the question into config.cache it retests. So stick in a "nyet", which isn't a yes (so -lintl isn't added) but doesn't trigger a retest. I hate autoconf.
18 months Rob Landley Add rather a lot of Linux From Scratch 6.7 building infrastructure. Needs a bit more debugging.
18 months Rob Landley Upgrade to new busybox release and tweak it so /bin/sh is hush, not ash.
18 months Rob Landley Rip out the code gratuitously reordering libraries. It serves no purpose other than to break mixed -lblah and ../blah.a compiles that care about order.
18 months Rob Landley Ever-fluffier FAQ.
18 months Rob Landley Second try at a chroot-splice script, combining a root-filesystem and a control image into a chroot directory. (Useful for working out new control images.)
18 months Rob Landley More chipping away at the LFS build. Add basic locale support to uClibc config and hit gettext about the head and shoulders with sed until it compiles despite autoconf still being utterly useless.
18 months Rob Landley Move the manifest tracking from build-one-package to run-build-stages and make it actually work.
18 months Rob Landley Move zapchroot to a slightly less inappropriate place.
18 months Rob Landley Change control image scripts so they always build in build/control-images, and put the extracted and archived (squashfs) versions in the same directory the way the other build scripts do. Also use utility_functions.sh as appropriate.
18 months Rob Landley Mounting a tmpfs on /dev means /dev/pts isn't there, so mkdir it.
18 months Rob Landley Add zapchroot script that unmounts everything under a directory.
18 months Rob Landley Add NFSv3 and devtmpfs to the kernel baseconfig.
18 months Rob Landley Missed a bit of the name change.
18 months Rob Landley Move sources/native-builds to sources/control-images, so the naming is consistent.
18 months Rob Landley When building control images, the working directory should be in build/control-images.
18 months Rob Landley functions.sh no longer includes utility-functions.sh, so adjust includes.
18 months Rob Landley Config tweak to make uClibc work if you install the cross-compiler at /tools and build with CCWRAP_DYNAMIC_LINKER=/tools/lib/ld-uClibc.so.0 exported.
18 months Rob Landley The impactlinux.com domain unexpectedly went away, update the web page on
18 months Rob Landley I can't reliably log into freenode anymore due to their strange mandatory authentication protocol being blocked by multiple ISPs, so I'll yank the reference from the web page.
19 months Rob Landley More tweaks to bootstrap-skeleton, implement the first half of lfs-bootstrap for Linux From Scratch 6.7 against the new infrastructure, and tweak gentoo build to stay current with bootstrap-skeleton changes. (Now more common infrastructure, and requires package-list file.)
19 months Rob Landley Fix uClibc so m4 and bison build against it.
19 months Rob Landley Fix guest account.
19 months Rob Landley Provide a mount point for root user's home directory.
19 months Rob Landley Update squashfs and kernel to current versions.
19 months Rob Landley FAQ tweak.
19 months Rob Landley Teach native-build.sh to pass in the name of the build control image.
19 months Rob Landley Teach build-control-images.sh to call the new subdirectory format builds (with integrated patch directories and file trees and such).
19 months Rob Landley Replace bisectinate's built-in tests with a test specified on the command line.
19 months Rob Landley Dropbear's scp shouldn't call /usr/bin/dbclient, it should just call ssh out of $PATH.
19 months Rob Landley Redo gentoo-boostrap on top of bootstrap-skeleton.

navigate: (0) -1000 -300 -100 -60 +60 +100 tip