summaryrefslogtreecommitdiffstats
path: root/sources
Commit message (Collapse)AuthorAgeFilesLines
* Update to the latest ltp testsuiteEric Andersen2004-05-131-41/+31
|
* Chris Wilson writes:Eric Andersen2004-05-061-1/+1
| | | | | | | | | | | | i Erik, I think I found a small bug in your cramfs patch, which I guess you ported from mkfs.jffs2.c. Therefore this bug might apply to mkfs.jffs2.c as well. When searching for a file (or device node) to create in a subdirectory, mkcramfs doesn't remove the parent's path component which it's already matched. This prevents the sought node from ever being found if it lives in a subdirectory.
* SighEric Andersen2004-04-301-2/+2
|
* oopsEric Andersen2004-04-301-7/+2
|
* Fix gcc bug 15089Eric Andersen2004-04-301-0/+15
| | | | http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15089
* Avoid a question when possibleEric Andersen2004-04-211-0/+1
|
* Update to latest valgrindEric Andersen2004-04-211-143/+101
|
* Use busybox to provide login etc by defaultEric Andersen2004-04-212-15/+21
|
* Sync with the latest from Debian testingEric Andersen2004-04-201-0/+0
|
* Sync up binutils with current Debian testingEric Andersen2004-04-202-234/+2443
|
* Make ifup/ifdown shutupEric Andersen2004-04-121-0/+4
|
* building uml is not supportedEric Andersen2004-04-121-348/+0
|
* Provide sane defaultsEric Andersen2004-04-121-2/+2
|
* Ok... this is a bit painful. Both dnsmasq1 (1.18) and dnsmasq (2.6) shareManuel Novoa III2004-04-041-0/+49
| | | | | | | | | a make target (the dnsmasq binary in root). So I made 2.6 the "default". It is _not_ enough to do "make dnsmasq1"... You must actually add dnsmasq1 to TARGETS if you want the older version. Better approaches welcome. Also, the config patch for 2.6 fixes the outdated/broken handling of uClibc by the dnsmasq config.h file.
* Turn off CONFIG_ASH_RANDOM_SUPPORT by defaultEric Andersen2004-04-011-0/+1
|
* Update to latest and modify patch so it builds.Manuel Novoa III2004-04-011-3/+19
|
* Silly little patch to add an option to force root/root ownership in theManuel Novoa III2004-03-301-0/+36
| | | | generated file system.
* Update kernel to 2.4.26-pre5Eric Andersen2004-03-2117-2/+16
|
* Update to openssh-3.8p1Eric Andersen2004-03-191-32/+110
|
* Forgot to update version to 3.3.3.Manuel Novoa III2004-03-134-4/+4
|
* Patch from "Kevin P. Fleming" <kpfleming@backtobasicsmgmt.com>, withManuel Novoa III2004-03-111-0/+44
| | | | some minor adjustments.
* Add lzo support.Manuel Novoa III2004-03-111-0/+11
|
* Patch by "Kevin P. Fleming" <kpfleming@backtobasicsmgmt.com>, with someManuel Novoa III2004-03-111-0/+43
| | | | minor adjustments.
* Patch from "Kevin P. Fleming" <kpfleming@backtobasicsmgmt.com>.Manuel Novoa III2004-03-111-0/+2
| | | | Provides a script for yacc in terms of bison instead of a symlink.
* Missed a bugfix patch. Also, allow multiple patches.Manuel Novoa III2004-03-061-0/+13
|
* Make it possible to use the (modified) 0.9.24 ldso code. This is aManuel Novoa III2004-03-051-0/+11861
| | | | | temporary work around for my openwrt stuff since the current (.26+) code still isn't working in some cases... for me at least.
* Add dnsmasq1 (currently 1.18). Eventually I'll also add dnsmasq2.Manuel Novoa III2004-03-051-0/+12
| | | | The patch makes it respect current uClibc ipv6 configuration.
* Clean up makefile. Don't install (legacy?) brctld app since debian doesn't.Manuel Novoa III2004-03-051-0/+11
| | | | Fix paths. Add a patch to respect CFLAGS. Fix buildroot kernel location.
* Need to use CFLAGS_FOR_BUILD instead of CFLAGS. (upstream bug)Manuel Novoa III2004-03-051-0/+32
|
* Revert back to binutils .6 since .8 broke things on arm.Manuel Novoa III2004-03-013-196/+286
| | | | | | Also, explicitly set the CFLAGS for the build system since otherwise the TARGET_OPTIMIZATION flags were used. This was tripping up a mipsel build where it tried to use -mips2 when building for i386.
* Disable autologinEric Andersen2004-02-271-0/+1
|
* Update binutils from 2.14.90.0.6 to 2.14.90.0.8.Manuel Novoa III2004-02-185-730/+362
| | | | | | Update from gcc 3.3.2 to 3.3.3. Test builds done for i386 and mipsel (3.3.3) and i386 (2.95). Soft float support not yet tested with 3.3.3.
* Update to the February ltp-full-20040206 testsuiteEric Andersen2004-02-061-30/+0
|
* Fix a cut-n-paste bug. Monotonous editing strikes again.Manuel Novoa III2004-02-061-1/+1
|
* Update buildroot per the new snapshot situation with busybox.Eric Andersen2004-01-312-495/+1
| | | | | The old busybox 0.60.x series is no longer used/supported. -Erik
* Kill off the old gcc/binutils stuffEric Andersen2004-01-297-895/+0
|
* Fix libstdc++-v3/configure.target to set the config/os dir correctlyManuel Novoa III2004-01-241-0/+13
| | | | when building inside a native uClibc environment.
* Change to work with the i386-linux-uclibc toolchain instead.Manuel Novoa III2004-01-171-5/+5
|
* Get soft float working for gcc 3.3.2. Support for arm, mips, mipsel, powerpc.Manuel Novoa III2004-01-166-3/+784
|
* Build gdb with <arch>-linux-uclibc explicitly (when necessary) in case itManuel Novoa III2004-01-141-0/+154
| | | | | | needs to be aware. To do this, we grab a (patched) copy of config.sub from gcc. Also specify some configure vars which aren't tested when cross compiling.
* Oops.Manuel Novoa III2004-01-142-8/+6
|
* Enable building <arch>-linux-uclibc toolchains. Note that, due to configManuel Novoa III2004-01-1410-47/+6178
| | | | | | | | | | | | | | | | | issues for applications, we also create staging_dir/bin/<arch>-linux-* symlinks which allows us to configure most apps with target=<arch>-linux. gcc 3.3.2 libstdc++ now correctly identifies uclibc locale support. There are still some issues (mainly related to wide char time strings and wcsftime) to be addressed, but those are on hold until the uClibc locale internals are reworked once again. With the new stuff, we can also build gcc 2.95 and STLport again, although the native gcc build for the target is failing. Archs supported (some archs not yet tested): 2.95 - i386, arm, mips*, powerpc. 3.3.2 - Hopefull all for which uClibc has shared lib support.
* Update ltp to the latest version. Current results:Eric Andersen2004-01-111-80/+14
| | | | | | | | | | | | | | | | | | | $ grep FAIL logfile fcntl18 2 FAIL : Test F_GETLK64: for errno EFAULT FAILED fcntl18 0 INFO : Block 2 FAILED fcntl18 2 FAIL : Test F_GETLK64: for errno EFAULT FAILED fcntl18 0 INFO : Block 2 FAILED flock03 2 FAIL : Child: Unable to relock file after unlocking, errno 37 flock03 2 FAIL : flock03 Failed nanosleep02 1 FAIL : Remaining sleep time 4010000 usec doesn't match with the expected 3992631 usec time nanosleep02 1 FAIL : child process exited abnormally INFO: pan reported some tests FAIL $ grep BROK logfile setgroups04 1 BROK : Unexpected signal 11 received. swapoff02 1 BROK : Failed to turn on the swap file. skipping the test iteration swapoff02 2 BROK : Remaining cases broken swapoff02 3 BROK : Remaining cases broken
* Mount devpts properlyEric Andersen2004-01-031-1/+1
|
* Fix some more ltp bugsEric Andersen2004-01-031-0/+33
|
* A bit more tateful this timeEric Andersen2004-01-021-35/+9
|
* Patch the patch...Eric Andersen2004-01-021-6/+6
|
* Update the ltp patch with a few bug fixes...Eric Andersen2004-01-021-0/+75
|
* Update for the latest uClibcEric Andersen2003-12-302-12/+16
|
* Update default configEric Andersen2003-12-281-2/+4
|