Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-08-26 | patch from upstream to fix an off-by-one error in superh bfd | Mike Frysinger | |
2005-08-26 | remove older 2.16.91.0.1 | Mike Frysinger | |
2005-08-25 | Cut-n-paste strikes again. Change "BusyBox" to say "Buildroot", | Eric Andersen | |
which the sensible thing for the Buildroot webpage to say. | |||
2005-08-23 | import 2.16.91.0.3 based on 2.16.91.0.2 | Mike Frysinger | |
2005-08-22 | The mips kernel maintainers reverted the change. So the mips coredump patch ↵ | Manuel Novoa III | |
is no longer needed for 2.4.30+. | |||
2005-08-20 | update to latest version | Mike Frysinger | |
2005-08-19 | add support for sdl by Patrick Noffke | Mike Frysinger | |
2005-08-18 | Remove usage of CONFIG_BASE_SMALL so that the latest LTP code will compile ↵ | "Steven J. Hill" | |
for buildroot. Normally, this option is defined in 'include/linux/config.h'. The actual configuration language is found in the Linux 2.6 kernel in the file 'init/Kconfig' and normally has the value of 0. | |||
2005-08-18 | Changes to allow compilation with GCC-4.1.0. | "Steven J. Hill" | |
2005-08-18 | file-4.15 is out and it supports cross-compiling :D | Mike Frysinger | |
2005-08-18 | uClibc 0.9.28 has been released | Mike Frysinger | |
2005-08-18 | busybox-1.01 has been released | Mike Frysinger | |
2005-08-15 | The coreutils configure script is a steaming <many explitives deleted | Eric Andersen | |
in the interest of our younger readers>. This works around some of the worst damage, thus allowing utils such as 'df' to properly cross compile so that ltp will produce proper results. | |||
2005-08-15 | apply patches when requested to | Eric Andersen | |
2005-08-13 | Change root_fs_$(ARCH) to rootfs.$(ARCH) | Eric Andersen | |
2005-08-13 | Switch default from 'unc' to 'easynews' | Eric Andersen | |
2005-08-13 | CVS dirs -> .svn dirs | Mike Frysinger | |
2005-08-13 | remove references to CVS and update with SVN | Mike Frysinger | |
2005-08-13 | update to python-2.4.1 with the help of open embedded | Mike Frysinger | |
2005-08-11 | forgot to commit this | Mike Frysinger | |
2005-08-11 | New MIPS patch for TLS syscalls. | "Steven J. Hill" | |
2005-08-11 | portage needs python | Mike Frysinger | |
2005-08-10 | fix screwy patch handling | Eric Andersen | |
2005-08-10 | minor update | Eric Andersen | |
2005-08-10 | update | Eric Andersen | |
2005-08-10 | resync | Eric Andersen | |
2005-08-09 | touchup descriptions | Mike Frysinger | |
2005-08-09 | add the wheel group | Mike Frysinger | |
2005-08-09 | Make strace behave for arm, which for 2.4.x lacks __NR_exit_group | Eric Andersen | |
2005-08-09 | some platforms (such as arm with 2.4.x kernel headers) lack | Eric Andersen | |
__NR_fremovexattr and thus need special case handling | |||
2005-08-09 | Add 'nogroup' to make ltp happy | Eric Andersen | |
2005-08-09 | routine update | Eric Andersen | |
2005-08-09 | typo -- revenge of cut n paste | Eric Andersen | |
2005-08-08 | Rather than adjusting the way ldso allocates memory, for the | Eric Andersen | |
time being simply add a series of suppressions to make valgrind ignore all memory mmaped by uClibc's ldso. | |||
2005-08-08 | Fix some broken dependancies | Eric Andersen | |
2005-08-08 | Prevent problems with fakeroot possibly trying to use stale host filesystem | Eric Andersen | |
inodes by carefully regenerating fakeroot.env from package specific files. | |||
2005-08-08 | Prevent problems with fakeroot possibly trying to use stale host filesystem | Eric Andersen | |
inodes by carefully regenerating fakeroot.env from package specific files. | |||
2005-08-08 | minor cleanup for target handling | Eric Andersen | |
2005-08-08 | also need to depend on makedevs as noted by emalkowski in Bug #366 | Mike Frysinger | |
2005-08-08 | make sure we depend on fakeroot existing #366 by pnoffke | Mike Frysinger | |
2005-08-07 | Add nobody and users to make LTP happier. | Joakim Tjernlund | |
2005-08-07 | make sure ext2 target depends on fakeroot | Mike Frysinger | |
2005-08-04 | use the new gnuconfig stuff | Mike Frysinger | |
2005-08-04 | add support for fetching latest config.{sub,guess} files from config cvs | Mike Frysinger | |
2005-08-04 | whitespace sync | Mike Frysinger | |
2005-08-04 | only run ldconfig if ld.so.conf exists | Mike Frysinger | |
2005-08-04 | Allow packages to use fakeroot. To accomodate this, convert all | Eric Andersen | |
target filesystem creation tools to also use fakeroot. | |||
2005-08-04 | Sigh... Let's try this again. | Manuel Novoa III | |
2005-08-04 | Fix it up so ltp builds and installs itself properly so it is | Eric Andersen | |
100% ready to run on the target device. | |||
2005-08-04 | Add BR2_CROSS_TOOLCHAIN_TARGET_UTILS to allow bundling of some useful debug | Manuel Novoa III | |
apps with a deployed cross toolchain. Should probably do ltrace as well... Also, add another compat symlink for cross gdb. |