Mercurial > hg > aboriginal
graph
-
Enable some epically obscure functions in uClibc which mdadm needs to auto-scan arrays.Wed, 29 Aug 2012 21:53:27 -0500, by Rob Landley
-
Comment tweaks, and make run-emulator.sh use bash.Wed, 29 Aug 2012 21:52:23 -0500, by Rob Landley
-
Check in web page changes from last release.Wed, 29 Aug 2012 21:49:42 -0500, by Rob Landley
-
Added tag 1.2.0 for changeset 2d264744ac3aWed, 22 Aug 2012 20:54:33 -0500, by Rob Landley
-
Fix to busybox ftpd so native-build can upload, and switch on yet another uClibc symbol busybox defconfig grew a dependency on. 1.2.0Wed, 22 Aug 2012 19:44:44 -0500, by Rob Landley
-
Make arm versatile work again.Sun, 19 Aug 2012 12:46:36 -0500, by Rob Landley
-
Fix ".config is a directory" error with uClibc++.Fri, 17 Aug 2012 18:54:00 -0500, by Rob Landley
-
Fix source/target confusion that bites Fedora host = target builds.Thu, 16 Aug 2012 21:59:27 -0500, by Rob Landley
-
Workaround for sh4 bug.Fri, 27 Jul 2012 08:56:55 -0500, by Rob Landley
-
The 3.5 kernel and toybox 0.4.0. Some fixes likely to be required.Wed, 25 Jul 2012 08:25:24 -0500, by Rob Landley
-
Minor cleanup and remove hardlinking for chroot-splice: it's slower and uses more disk space but doesn't damage external copy if something goes wrong.Sun, 10 Jun 2012 20:34:04 -0500, by Rob Landley
-
Move some non-toybox releated busybox config entries up above the "discard this if building toybox" cutoff.Sun, 10 Jun 2012 20:32:15 -0500, by Rob Landley
-
Fix arm for 3.4 kernel.Tue, 05 Jun 2012 20:58:28 -0500, by Rob Landley
-
Linux 3.4 is out.Sun, 27 May 2012 21:36:22 -0500, by Rob Landley
-
Upgrade uClibc to next dot-release, which has a bugfix for the LFS build.Sun, 20 May 2012 15:32:30 -0500, by Rob Landley
-
Oops, forgot to check in patch removed by busybox upgrade.Sat, 12 May 2012 21:35:58 -0500, by Rob Landley
-
Upgrade to busybox-1.20.0.Thu, 10 May 2012 22:04:19 -0500, by Rob Landley
-
Switch x86_64 from nptl back to pthreads. This isn't the correct fix but uClibc apparently never tested nptl on x86-64, and one of the assembly files doesn't support PIC.Thu, 10 May 2012 22:03:22 -0500, by Rob Landley
-
Tell m68k how to use qemu (even though it doesn't work yet).Sat, 28 Apr 2012 20:41:56 -0500, by Rob Landley
-
Upgrade to uClibc 0.9.33.1 (and use NPTL), and busybox 1.19.4.Thu, 19 Apr 2012 00:09:11 -0500, by Rob Landley
-
The Gentoo version of patch is broken, and can't apply patches unless TMPDIR is set, so add it to the whitelist.Mon, 16 Apr 2012 21:31:22 -0500, by Rob Landley
-
Bug fix: DEBUG_PACKAGE shouldn't pollute NO_CLEANUP.Sun, 15 Apr 2012 00:44:14 -0500, by Rob Landley
-
Combining KCONFIG_ALLSYMS=<() sometimes works, but not always. Just use a file.Sat, 24 Mar 2012 22:33:32 -0500, by Rob Landley
-
Make tarball extract failure detection not rely on "kill" command.Sat, 24 Mar 2012 20:29:50 -0500, by Rob Landley
-
Error paths need the kill and killall commands.Sat, 24 Mar 2012 19:40:48 -0500, by Rob Landley
-
Brown-paper-bag bug: sanitize_environment assembles a whitelist in an environment variable, and didn't include that variable in the whitelist. (So if the variable name was already used, it wouldn't be at the end of the list, and would blank itself, and everything after it...)Sat, 24 Mar 2012 18:16:29 -0500, by Rob Landley
-
Remove a patch that was merged into linux 3.3.Thu, 22 Mar 2012 20:36:36 -0500, by Rob Landley
-
Leave STAGE_DIR alone and add STAGE_USR instead.Wed, 21 Mar 2012 17:48:10 -0500, by Rob Landley
-
Another attempt to make more/record-commands.sh and host-tools.sh play together.Wed, 21 Mar 2012 17:47:20 -0500, by Rob Landley
-
Revert debug code accidentally checked in.Wed, 21 Mar 2012 17:45:39 -0500, by Rob Landley
-
Linux 3.3.Mon, 19 Mar 2012 17:25:50 -0500, by Rob Landley
-
Teach busybox.build to switch off toybox-supplied functionality when TOYBOX=toybox, and move one more config symbol after toybox marker.Fri, 16 Mar 2012 07:00:09 -0500, by Rob Landley
-
switch on utmpx.h (it's posix-2008).Fri, 16 Mar 2012 06:58:28 -0500, by Rob Landley
-
stpcpy is posix-2008, requiring _GNU_DAMMIT to enable it is a bug.Fri, 16 Mar 2012 06:56:47 -0500, by Rob Landley
-
Fix record-commands.sh regression with oldpath going recursive when sources/incldue.sh is source twice.Thu, 15 Mar 2012 22:37:25 -0500, by Rob Landley
-
The toybox build should also support BUILD_VERBOSE.Thu, 15 Mar 2012 22:36:30 -0500, by Rob Landley
-
Fix PATH setting sequence so using more/record-commands.sh to wrap the host $PATH, (I.E. run it before running host-tools.sh) doesn't die unable to find mkdir.Wed, 14 Mar 2012 06:19:21 -0500, by Rob Landley
-
Collate config entries supplid by toybox at end of baseconfig-busybox, so I can work out a way to switch them off later.Wed, 14 Mar 2012 06:17:51 -0500, by Rob Landley
-
Fix toybox build script.Sat, 04 Feb 2012 23:20:53 -0600, by Rob Landley
-
Fix toybox build script.Sat, 04 Feb 2012 13:29:02 -0600, by Rob Landley
-
Add diagnostic message for a bug that bit me more than once.Sat, 04 Feb 2012 12:15:19 -0600, by Rob Landley
-
Forgot to check in the updated web pages announcing the new release.Fri, 03 Feb 2012 12:16:14 -0600, by Rob Landley
-
Added tag 1.1.1 for changeset ef315a8461c0Sun, 29 Jan 2012 10:20:30 -0600, by Rob Landley
-
Allow buildall to do multiple native control-images, and put control image name in native-*.txt log.Sat, 28 Jan 2012 20:40:58 -0600, by Rob Landley
-
Resubmitted patch upstream, minor cleanup.Sat, 28 Jan 2012 19:33:07 -0600, by Rob Landley
-
New busybox release, and a more config symbols.Sat, 28 Jan 2012 19:03:59 -0600, by Rob Landley
-
Yet more gratuitous guard symbols in the linux config, this time for powerpc.Sat, 28 Jan 2012 19:03:25 -0600, by Rob Landley
-
One more command I missed.Sun, 22 Jan 2012 18:42:57 -0600, by Rob Landley
-
Replace cpp with cc -E so it's funneled through ccwrap as well.Sun, 22 Jan 2012 18:38:58 -0600, by Rob Landley
-
More busybox symbols, some needed by buildall.sh and some on command line.Thu, 12 Jan 2012 08:44:22 -0600, by Rob Landley
-
Document target /usr/sbin/record-commands wrapper.Wed, 11 Jan 2012 05:59:31 -0600, by Rob Landley
-
Suppress some warnings.Mon, 09 Jan 2012 21:03:28 -0600, by Rob Landley
-
Unbreak network in 3.2.Mon, 09 Jan 2012 06:48:59 -0600, by Rob Landley
-
Upgrade to 3.2 kernel.Sat, 07 Jan 2012 17:20:16 -0600, by Rob Landley
-
If CPUS isn't set, calculate it. KVM or chroot can have >1.Sun, 01 Jan 2012 13:51:04 -0600, by Rob Landley
-
Add ability to build toybox.Sun, 01 Jan 2012 05:04:32 -0600, by Rob Landley
-
Fix "cofnig" typo.Wed, 28 Dec 2011 16:01:32 -0600, by Rob Landley
-
Remove alt-patch symlinks from source control, instead add more/alt-patches.sh to setup alt-package-*.patch symlinks (you can then delete any you don't want).Wed, 28 Dec 2011 15:58:43 -0600, by Rob Landley
-
Cleanup busybox config: remove redundant entries and trailing whitespace, add CONFIG_TEST=y.Wed, 28 Dec 2011 12:57:07 -0600, by Rob Landley
-
Fix sparc dynamic linker.Tue, 27 Dec 2011 08:59:51 -0600, by Rob Landley
-
Switch from busybox defconfig to baseconfig-busybox selecting just what we need, with a config variable to use defconfig instead if you really want that.Tue, 27 Dec 2011 08:58:16 -0600, by Rob Landley
-
Tweak CPUS calculation again: don't overcommit when using hyper-threading.Thu, 22 Dec 2011 16:49:03 -0600, by Rob Landley
-
Commit 1468 was a giant thinko: fix it. (System emulation, not application emulation...)Thu, 22 Dec 2011 13:29:11 -0600, by Rob Landley
-
If host kernel hasn't got devtmpfs, call mdev -s. (Mostly for chroot-setup.sh.)Mon, 19 Dec 2011 20:59:25 -0600, by Rob Landley
-
Fix sparc kernel's relocation code.Sun, 18 Dec 2011 13:34:35 -0600, by Rob Landley
-
Add record-commands wrapper and plumbing to target image, so you can record-commands /mnt/init in a native build.Tue, 06 Dec 2011 21:29:16 -0600, by Rob Landley
-
Optional second argument to build.sh indicates which stage to start rebuilding from after a successful first build.Tue, 06 Dec 2011 21:15:59 -0600, by Rob Landley
-
Add "host" target to more/test.sh in case somebody doesn't want any target loaded.Tue, 06 Dec 2011 08:25:48 -0600, by Rob Landley
-
Pass through more/record-commands.sh wrapper variables in enviroment variable whitelisting.Sat, 03 Dec 2011 17:51:38 -0600, by Rob Landley
-
QEMU 1.0 changed the 'qemu' binary to 'qemu-i386', change run-emulator.sh for x86 to match.Sat, 03 Dec 2011 17:50:58 -0600, by Rob Landley
-
Expand more/test.sh documentation with "rebuilding uClibc but not binutils/gcc" example.Fri, 02 Dec 2011 07:26:24 -0600, by Rob Landley
-
Patch to add mkostemp to uClibc, which util-linux needs in LFS 6.8.Mon, 07 Nov 2011 07:37:06 -0600, by Rob Landley
-
Patch that got merged in 3.1, deleted locally. Apparently mercurial's "hg diff" doesn't show missing files...Thu, 27 Oct 2011 08:23:45 -0500, by Rob Landley
-
Fix smoketest to look for static-tools output in the new place.Mon, 24 Oct 2011 22:59:30 -0500, by Rob Landley
-
Update to 3.1 kernel.Mon, 24 Oct 2011 22:57:58 -0500, by Rob Landley
-
e2fsprogs version bump, because it's there.Sat, 22 Oct 2011 19:38:29 -0500, by Rob Landley
-
Switch USE_UNSTABLE to USE_ALT and download.sh's UNSTABLE= to ALT= so naming is consistent with the alt- prefixes on packages and patches.Thu, 20 Oct 2011 02:07:10 -0500, by Rob Landley
-
New FAQ, "why don't your prebuilt binaries work in my ancient root filesystem". Which is more about ancient kernels not having new system calls, really...Thu, 20 Oct 2011 02:05:11 -0500, by Rob Landley
-
Oops, the SYSIMAGE_TYPE=ext2 SYSIMAGE_HDA_MEGS stuff never quite got completed when root-image was split out from system-image. Make that work.Thu, 20 Oct 2011 02:03:48 -0500, by Rob Landley
-
Add ability to specify a package to rebuild to build.sh with REBUILD= (and then dependencies take it from there to the system image).Thu, 20 Oct 2011 02:02:10 -0500, by Rob Landley
-
Add mirell's HTML version of the presentation slides to the nav list.Thu, 20 Oct 2011 02:01:23 -0500, by Rob Landley
-
Stop ldd spewing debug messages.Sun, 09 Oct 2011 18:28:30 -0500, by Rob Landley
-
Last release's web page announcement went on the site but not into the repo.Sun, 09 Oct 2011 18:27:33 -0500, by Rob Landley
-
Yet another busybox patch tweak to fix issue noted by John Spencer.Sun, 09 Oct 2011 15:39:57 -0500, by Rob Landley
-
Added tag 1.1.0 for changeset 707beb993e13Sun, 02 Oct 2011 23:26:29 -0500, by Rob Landley
-
Upgrade busybox to 1.19.2, which folds in two patches.Thu, 29 Sep 2011 19:26:26 -0500, by Rob Landley
-
more/test.sh shouldn't zap output directory.Sun, 25 Sep 2011 22:09:33 -0500, by Rob Landley
-
Make ccwrap use --start-group and --end-group rather than specifying the same libraries multiple times.Fri, 23 Sep 2011 14:38:11 -0500, by Rob Landley
-
Make chroot-splice.sh more useful for testing new control images in a chroot instead of qemu.Sun, 18 Sep 2011 21:37:31 -0500, by Rob Landley
-
Save buildall-native.sh output in build/ not (build/native-static). Update comments a lot.Sun, 18 Sep 2011 13:03:05 -0500, by Rob Landley
-
Fix setup-chroot when used with relative path, and VERBOSE optionSat, 17 Sep 2011 00:01:20 -0500, by Rob Landley
-
Hardwire CPUS=3 in dev-environment.sh distcc support until scalability limits addressed.Wed, 14 Sep 2011 13:09:22 -0500, by Rob Landley
-
Announce current target in more/for-each-target.shTue, 13 Sep 2011 16:27:21 -0500, by Rob Landley
-
Build the cross compiler's ldd/ldconfig for the correct architecture. (Sigh.)Tue, 13 Sep 2011 16:09:37 -0500, by Rob Landley
-
Make timeout duration configurable.Mon, 12 Sep 2011 10:54:25 -0500, by Rob Landley
-
Try to auto-balance FORK=1 and CPUS so as not to overload build server.Sat, 10 Sep 2011 08:28:32 -0500, by Rob Landley
-
Cleanups to init script.Sat, 10 Sep 2011 08:28:00 -0500, by Rob Landley
-
Use the ext4 driver for ext3 and ext2 filesystems.Sat, 10 Sep 2011 08:03:10 -0500, by Rob Landley
-
Add dev-environment.sh support for virtio targetsMon, 05 Sep 2011 14:06:06 +0200, by Alessio Igor Bogani
-
Get rid of of two old and now unused variablesMon, 05 Sep 2011 08:49:08 +0200, by Alessio Igor Bogani
-
Spelling contributors' names right is a good thing.Thu, 08 Sep 2011 08:41:40 -0500, by Rob Landley
-
Fix the lfs-bootstrap m4 hang.Thu, 08 Sep 2011 08:40:28 -0500, by Rob Landley
-
Remove old Gentoo From Scratch debris, it's basically CROSS_TARGET and KARCH.Fri, 02 Sep 2011 16:36:40 -0500, by Rob Landley
-
Update the web page with release announcement. (And fix the wordwrapping problem small screens have apparently had since january.)Tue, 23 Aug 2011 08:42:18 -0500, by Rob Landley
-
Fiddle with the downloads/binaries layout yet again, and update README for it.Tue, 23 Aug 2011 08:21:48 -0500, by Rob Landley
-
Added tag 1.0.3 for changeset 4aceeceefb2dTue, 23 Aug 2011 08:21:15 -0500, by Rob Landley
-
Reasonable guess at an m68k mac config, in hopes qemu grows emulation soon. 1.0.3Sun, 21 Aug 2011 20:51:42 -0500, by Rob Landley
-
Fix ppc440.Sat, 20 Aug 2011 15:16:04 -0500, by Rob Landley
-
Fix the busybox patch I sent upstream to work with hunks at the start of file.Sat, 20 Aug 2011 12:26:25 -0500, by Rob Landley
-
Fix for less from Denys.Tue, 16 Aug 2011 13:48:35 -0500, by Rob Landley
-
Busybox 1.19.0 and two patches to make it work.Mon, 15 Aug 2011 07:06:40 -0500, by Rob Landley
-
Revert sh4 breakage.Sun, 07 Aug 2011 04:18:21 -0500, by Rob Landley
-
Add powerpc-virtio targetTue, 02 Aug 2011 12:06:00 +0200, by Alessio Igor Bogani
-
Invoke qemu instead of kvmTue, 02 Aug 2011 12:01:15 +0200, by Alessio Igor Bogani
-
Rename i686-kvm to i686-virtioTue, 02 Aug 2011 11:10:54 +0200, by Alessio Igor Bogani
-
Cosmetic tweak, with FORK=1 download.sh shouldn't announce it's done until it is.Fri, 29 Jul 2011 20:49:08 -0500, by Rob Landley
-
Bring back fixmips patch, it didn't get merged into 3.0.Tue, 26 Jul 2011 13:03:15 -0500, by Rob Landley