Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-12-28 | Fixup the build of the hostap utils, use the kernel hostap | Eric Andersen | |
stuff for the driver modules. | |||
2003-12-28 | Add support for openvpn | Eric Andersen | |
2003-12-27 | uClibc has handled YESSTR/NOSTR for some time, so kill that part of the | Manuel Novoa III | |
patch as well. | |||
2003-12-27 | With the libpthread fix, part of the patch is no longer required. | Manuel Novoa III | |
2003-12-25 | Update. | Manuel Novoa III | |
2003-12-20 | bump kernel to 2.4.23, and update the default patch set to match | Eric Andersen | |
2003-12-19 | update dropbear | Eric Andersen | |
2003-12-11 | cope with latest busybox insmod options | Eric Andersen | |
2003-12-10 | Support older apps by disabling UNIX98PTY_ONLY | Eric Andersen | |
2003-12-03 | Fixup util-linux so it actually compiles | Eric Andersen | |
2003-12-03 | Oops... we do want insmod support, but we don't need tape support. | Manuel Novoa III | |
2003-12-03 | Change uClibc stdio BUFSIZ to 4k. | Manuel Novoa III | |
Update busybox config for new snapshot. | |||
2003-12-03 | Add support for cris, adapted from a patch I found on the web. | Manuel Novoa III | |
http://lists.zynot.org/pipermail/zynot-commit/2003-September/000347.html | |||
2003-11-24 | Use else. | Manuel Novoa III | |
2003-11-19 | automatically detect if we have a usable version of sed | Eric Andersen | |
installed. If not, we will now build our own version. | |||
2003-11-18 | Turn on HAS_FPU by default. If soft float support is configured in the | Manuel Novoa III | |
buildroot Makefile, HAS_FPU will be turned of by uclibc.mk. TODO: Implement a buildroot options for no float support at all. | |||
2003-11-13 | Update the default busybox config | Eric Andersen | |
2003-11-11 | Make sure we prompt for MMU setting if unknown. | Manuel Novoa III | |
2003-11-11 | Default to having an MMU, which must be explictly overridden on | Eric Andersen | |
a per arch basis | |||
2003-11-11 | I broke the libstdc++ locale-enabled build when I hid the definition | Manuel Novoa III | |
of locale_t. Since I don't want to expose this, for the moment add some nasty casts to reference the necessary pointer fields for the ctype information. | |||
2003-11-11 | Update. | Manuel Novoa III | |
2003-11-08 | oops | Eric Andersen | |
2003-11-07 | Update the ltp testsuite | Eric Andersen | |
2003-11-07 | Oops! Don't disable all float support! | Eric Andersen | |
2003-11-07 | Make sure the config system asks stuff when it should, and doen't | Eric Andersen | |
ask when it shouldn't... | |||
2003-11-05 | A bit more wiggling to prevent asking about the target | Eric Andersen | |
architecture when possible, since we already know the correct answer. | |||
2003-11-05 | Yet more adaption for arches such as mipsel. Do not provide | Eric Andersen | |
defaults for endianness. Either it will be automaticly correct (such as for i386), or we need to prompt. | |||
2003-11-04 | minor changes to accomodate the config system updates | Eric Andersen | |
2003-11-04 | Update the uClibc config | Eric Andersen | |
2003-11-01 | strace 4.5 builds properly for mipsel, and does not use sys_errlist, | Eric Andersen | |
so we no longer need to patch anything. -Erik | |||
2003-11-01 | Enable building soft float buildroot for gcc 3.3. Currently works for | Manuel Novoa III | |
i386 (limited to 64 bit long double... same as double), arm (libfloat), mips, and mipsel. Enable cross compiling a native gcc 3.3 toolchain to run on the target. Misc rootfs cleanups... strip some things that weren't, eliminate duplicate libs, move openssl shared libs out of /lib, reduce size of libssl.so by dynamicly linking with libcrypto.so, fix dropbear compile on mips. | |||
2003-10-24 | Oops. I did not intend to leave debugging and such enabled by default. | Eric Andersen | |
2003-10-22 | Update default busybox config | Eric Andersen | |
2003-10-19 | Upgrade valgrind | Eric Andersen | |
2003-10-18 | Cope with the new RUNTIME_PREFIX | Eric Andersen | |
2003-10-18 | do not use a perl, just use a patch | Eric Andersen | |
2003-10-07 | Add a bit more stuff to the default busybox config | Eric Andersen | |
2003-10-07 | Update included kernel version | Eric Andersen | |
2003-10-06 | Add the linux test project test suite. The 'make install' step is currently | Eric Andersen | |
broken, since I've not worked out how I want to handle that step (it wants to run as root). | |||
2003-10-03 | Update file | Eric Andersen | |
2003-10-03 | enable ftw by default | Eric Andersen | |
2003-10-01 | Update to non-vulnerable version | Eric Andersen | |
2003-09-27 | Fixup the binutils_target build | Eric Andersen | |
2003-09-26 | Update the default busybox config | Eric Andersen | |
2003-09-14 | Rework toolchain build to make it much more modular and | Eric Andersen | |
remove the redundant redundancy. | |||
2003-09-14 | enable getopt for fakeroot | Eric Andersen | |
2003-09-12 | Add in a default config to make it easy for people that want | Eric Andersen | |
to enable uClibc's locale support. | |||
2003-09-11 | remove stuff already in binutils-2.14.90.0.6 | Eric Andersen | |
2003-09-10 | Update the default uClibc config for 0.9.21 | Eric Andersen | |
2003-09-04 | teach glib to cross compile | Eric Andersen | |