Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-11-10 | ver bump | Mike Frysinger | |
2005-11-10 | add initial support for sandbox | Mike Frysinger | |
2005-11-05 | fix one more BR2_PACKAGE_DROPBEAR_SSHD -> BR2_PACKAGE_DROPBEAR as pointed ↵ | Mike Frysinger | |
out by vlad in bug 533 | |||
2005-11-04 | Well that was stupid. It seems we were carrying about two copies of pre-built | Eric Andersen | |
binary terminfo stuff, which is supposed to be built by ncurses at compile time. | |||
2005-11-04 | terminfo stuff is created by ncurses, and should not be installed | Eric Andersen | |
unless ncurses is installed. It probably need to be byteswapped for big endian anyway, so using pre-build stuff is bad regardless. | |||
2005-10-29 | sync with config cvs | Mike Frysinger | |
2005-10-29 | use := instead of = for variables and make sure zlib builds with target cflags | Mike Frysinger | |
2005-10-29 | rename dropbear_sshd to just dropbear | Mike Frysinger | |
2005-10-22 | fix ifndef check for UCLIBC_CONFIG_FILE as reported by wskish in Bug 499 | Mike Frysinger | |
2005-10-06 | openssl calls the i686 target "i686/cmov" not just "i686" as pointed out by ↵ | Mike Frysinger | |
Sieg on irc | |||
2005-10-04 | This patch is necessary in order to build with gcc-4.1 compilers. Otherwise, ↵ | "Steven J. Hill" | |
you will get the error message of 'fsck.cramfs.c:98: error: variable-size type declared outside of any function'. I emailed the maintainer giving them a couple of different ways to fix the package, but I have not heard anything. He gets a 'L' for Lame. Anyway, I have hardcoded the PAGE_CACHE_SIZE (page size) to be 4096. Only alpha and the 64-bit platforms will have something different, or MIPS with its variable page size. Curse you MIPS. | |||
2005-10-02 | dont version bump since all the patches need to be redone | Mike Frysinger | |
2005-10-01 | control pthread support since some arches like x86_64 dont yet support it in ↵ | Mike Frysinger | |
uClibc | |||
2005-10-01 | let people control location of download dir | Mike Frysinger | |
2005-10-01 | gcc 4.0.2 ver bump | Mike Frysinger | |
2005-09-30 | Allow multiple patch file patterns. | Eric Andersen | |
2005-09-30 | Remove /usr/share/man instead of /usr/man after install | Eric Andersen | |
2005-09-30 | also set the gl_cv_func_chown_follows_symlink configure option | Eric Andersen | |
2005-09-30 | Support building a cross libtool for use on the host during cross-development. | Eric Andersen | |
2005-09-30 | Add iostat, ltt, xfsprogs, and memtester | Eric Andersen | |
2005-09-30 | fetch diethotplug from kernel.org | Eric Andersen | |
2005-09-30 | After some effort, I have taught depmod to handle endianness, | Eric Andersen | |
allowing us to build a cross-depmod that runs on the host and generates the target modules.dep and modules.*map files -Erik | |||
2005-09-30 | After some effort, I have taught depmod to handle endianness, | Eric Andersen | |
allowing us to build a cross-depmod that runs on the host and generates the target modules.dep and modules.*map files -Erik | |||
2005-09-30 | Correct usage of {RUNTIME_,DEVEL_,}PREFIX in STAGING_DIR thanks to Stephen ↵ | Peter S. Mazinger | |
Warren and vapier | |||
2005-09-30 | ver bump by gnat in Bug 452 and make sure we configure as i386 with i[456]86 ↵ | Mike Frysinger | |
targets by schieli in Bug 450 | |||
2005-09-29 | dont run uname and crap to figure out build stuff Bug 219 by kk | Mike Frysinger | |
2005-09-26 | Add disabled COMPAT_ATEXIT option to the config files | Peter S. Mazinger | |
2005-09-25 | Get rid of hack. | "Steven J. Hill" | |
2005-09-24 | Fix renaming of UCLIBC_HAS_THREADS_NATIVE option for buildroot. | "Steven J. Hill" | |
2005-09-24 | version bump as pointed out by daisuke in Bug 400 | Mike Frysinger | |
2005-09-24 | version bump as pointed out by daisuke in Bug 399 | Mike Frysinger | |
2005-09-24 | allow people to build for i386/i486/i586/i686 targets since some packages ↵ | Mike Frysinger | |
(like gcc) build differently based upon the host tuplet | |||
2005-09-24 | import mdadm written by ktraum in bug 443 | Mike Frysinger | |
2005-09-24 | ver bump | Mike Frysinger | |
2005-09-22 | ver bump as reported by Nathanael D. Noblet | Mike Frysinger | |
2005-09-22 | version bump | Mike Frysinger | |
2005-09-22 | version bump | Mike Frysinger | |
2005-09-22 | ver bump | Mike Frysinger | |
2005-09-22 | version bump | Mike Frysinger | |
2005-09-22 | make alpha/x86_64 selectable options and export architecture endian so we ↵ | Mike Frysinger | |
can use it in uclibc config setup | |||
2005-09-22 | sync alpha/x86_64/sh updates with previous 4.0.x patches | Mike Frysinger | |
2005-09-22 | add alpha/x86_64 support and cleanup sh support | Mike Frysinger | |
2005-09-22 | oops, forgot patch info for alpha port | Mike Frysinger | |
2005-09-22 | add x86_64 support | Mike Frysinger | |
2005-09-22 | make superh target a bit more flexible | Mike Frysinger | |
2005-09-22 | alpha support | Mike Frysinger | |
2005-09-22 | if target arch installs into a lib64 dir, make sure we move the stuff to ↵ | Mike Frysinger | |
plain old lib | |||
2005-09-22 | pass --disable-multilib if user doesnt want multilib since some arches (like ↵ | Mike Frysinger | |
x86_64) default to multilib support | |||
2005-09-22 | add UCLIBC_HAS_REENTRANT_RPC | Mike Frysinger | |
2005-09-22 | version bump | Mike Frysinger | |