| 4 days | Rob Landley | Oops, forgot to check in patch removed by busybox upgrade. |
| 6 days | Rob Landley | Upgrade to busybox-1.20.0. |
| 6 days | 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. |
| 2 weeks | Rob Landley | Tell m68k how to use qemu (even though it doesn't work yet). |
| 4 weeks | Rob Landley | Upgrade to uClibc 0.9.33.1 (and use NPTL), and busybox 1.19.4. |
| 4 weeks | Rob Landley | The Gentoo version of patch is broken, and can't apply patches unless TMPDIR is set, so add it to the whitelist. |
| 4 weeks | Rob Landley | Bug fix: DEBUG_PACKAGE shouldn't pollute NO_CLEANUP. |
| 7 weeks | Rob Landley | Combining KCONFIG_ALLSYMS=<() sometimes works, but not always. Just use a file. |
| 7 weeks | Rob Landley | Make tarball extract failure detection not rely on "kill" command. |
| 7 weeks | Rob Landley | Error paths need the kill and killall commands. |
| 7 weeks | Rob Landley | Remove a patch that was merged into linux 3.3. |
| 8 weeks | Rob Landley | Leave STAGE_DIR alone and add STAGE_USR instead. |
| 8 weeks | Rob Landley | Another attempt to make more/record-commands.sh and host-tools.sh play together. |
| 8 weeks | Rob Landley | Revert debug code accidentally checked in. |
| 8 weeks | Rob Landley | Linux 3.3. |
| 2 months | Rob Landley | Teach busybox.build to switch off toybox-supplied functionality when TOYBOX=toybox, and move one more config symbol after toybox marker. |
| 2 months | Rob Landley | switch on utmpx.h (it's posix-2008). |
| 2 months | Rob Landley | stpcpy is posix-2008, requiring _GNU_DAMMIT to enable it is a bug. |
| 2 months | Rob Landley | Fix record-commands.sh regression with oldpath going recursive when sources/incldue.sh is source twice. |
| 2 months | Rob Landley | The toybox build should also support BUILD_VERBOSE. |
| 2 months | 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. |
| 2 months | 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. |
| 3 months | Rob Landley | Fix toybox build script. |
| 3 months | Rob Landley | Fix toybox build script. |
| 3 months | Rob Landley | Add diagnostic message for a bug that bit me more than once. |
| 3 months | Rob Landley | Forgot to check in the updated web pages announcing the new release. |
| 3 months | Rob Landley | Added tag 1.1.1 for changeset ef315a8461c0 |
| 3 months | Rob Landley | uClibc 0.9.31.1 is out. |
| 3 months | Rob Landley | Allow buildall to do multiple native control-images, and put control image name in native-*.txt log. |
| 3 months | Rob Landley | Resubmitted patch upstream, minor cleanup. |
| 3 months | Rob Landley | New busybox release, and a more config symbols. |
| 3 months | Rob Landley | Yet more gratuitous guard symbols in the linux config, this time for powerpc. |
| 3 months | Rob Landley | One more command I missed. |
| 3 months | Rob Landley | Replace cpp with cc -E so it's funneled through ccwrap as well. |
| 4 months | Rob Landley | More busybox symbols, some needed by buildall.sh and some on command line. |
| 4 months | Rob Landley | Document target /usr/sbin/record-commands wrapper. |
| 4 months | Rob Landley | Suppress some warnings. |
| 4 months | Rob Landley | Unbreak network in 3.2. |
| 4 months | Rob Landley | Upgrade to 3.2 kernel. |
| 4 months | Rob Landley | If CPUS isn't set, calculate it. KVM or chroot can have >1. |
| 4 months | Rob Landley | Add ability to build toybox. |
| 4 months | Rob Landley | Fix "cofnig" typo. |
| 4 months | 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). |
| 4 months | Rob Landley | Cleanup busybox config: remove redundant entries and trailing whitespace, add CONFIG_TEST=y. |
| 4 months | Rob Landley | Fix sparc dynamic linker. |
| 4 months | 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. |
| 4 months | Rob Landley | Tweak CPUS calculation again: don't overcommit when using hyper-threading. |
| 4 months | Rob Landley | Commit 1468 was a giant thinko: fix it. (System emulation, not application emulation...) |
| 4 months | Rob Landley | If host kernel hasn't got devtmpfs, call mdev -s. (Mostly for chroot-setup.sh.) |
| 5 months | Rob Landley | Fix sparc kernel's relocation code. |
| 5 months | Rob Landley | Add record-commands wrapper and plumbing to target image, so you can record-commands /mnt/init in a native build. |
| 5 months | Rob Landley | Optional second argument to build.sh indicates which stage to start rebuilding from after a successful first build. |
| 5 months | Rob Landley | Add "host" target to more/test.sh in case somebody doesn't want any target loaded. |
| 5 months | Rob Landley | Pass through more/record-commands.sh wrapper variables in enviroment variable whitelisting. |
| 5 months | Rob Landley | QEMU 1.0 changed the 'qemu' binary to 'qemu-i386', change run-emulator.sh for x86 to match. |
| 5 months | Rob Landley | Expand more/test.sh documentation with "rebuilding uClibc but not binutils/gcc" example. |
| 6 months | Rob Landley | Patch to add mkostemp to uClibc, which util-linux needs in LFS 6.8. |
| 6 months | Rob Landley | Patch that got merged in 3.1, deleted locally. Apparently mercurial's "hg diff" doesn't show missing files... |