summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2003-12-04Fix infinite loop in putgrent (forgotten increment).Manuel Novoa III
2003-12-04Fix arm profiling support, which was accidentally removedEric Andersen
2003-12-04Set the default stdio buffer size to 4096, rather then 256.Eric Andersen
2003-12-04Don't download the local data if we have it already.Manuel Novoa III
2003-12-04Building of iconv.o was accidently always disabled.Manuel Novoa III
2003-12-03Henrik Grindal Bakken writes:Eric Andersen
2003-12-03Joakim Tjernlund writes:Eric Andersen
2003-12-03Lethal noticed that the generated file gmon-start.S was notEric Andersen
2003-12-03Patch from lethal, adding syscall() to the sh64 portEric Andersen
2003-12-03Paul Mundt <lethal@linux-sh.org> writes:Eric Andersen
2003-12-03Eliminate some static buffers based on a patch from Tobias AnderbergEric Andersen
2003-12-03remove some garbageEric Andersen
2003-12-03Rob McMullen writes:Eric Andersen
2003-12-03force enable FORCE_SHAREABLE_TEXT_SEGMENTS for sh4Eric Andersen
2003-12-02Disable pthreads for sh64 for the time being (since it is notEric Andersen
2003-12-02Include Rules.mk for consistency. Trying not to was simply too painful.Manuel Novoa III
2003-12-02Add a syscall() implementation using a hacked version of the syscall6 macro.Manuel Novoa III
2003-12-02Add function versions of ntohl and friendsEric Andersen
2003-12-02Avoid a potentially undefined operation with a veriable++ in a macroEric Andersen
2003-12-02Put in a dummy reference to main so busybox will link.Manuel Novoa III
2003-11-29Minor typo fix.Manuel Novoa III
2003-11-29Minor update... Config no longer used.Manuel Novoa III
2003-11-29Patch by "Bradley D. LaRonde" <brad@ltc.com> for boehm garbage collector.Manuel Novoa III
2003-11-28Another missing mips function, needed by the boehm garbage collector.Manuel Novoa III
2003-11-28Add sysmips(), based on a patch by Atsushi Nemoto <anemo@mba.ocn.ne.jp>.Manuel Novoa III
2003-11-24Add -msoft-float to CPU_CFLAGS instead of CFLAGS, since ldso and libdlManuel Novoa III
2003-11-24Don't bother checking, since we want an error if -msoft-float doesn't work.Manuel Novoa III
2003-11-23Ok.. this fixes the buildroot soft-float arm build.Manuel Novoa III
2003-11-23Make sure we use the right CC setting when building utils.Manuel Novoa III
2003-11-23Hopefully this is correct for cris.Manuel Novoa III
2003-11-23Protect against quoting changes.Manuel Novoa III
2003-11-22Remove SAFECFLAGS. It was a workaround for failures in old awk scriptEric Andersen
2003-11-22Only enable debugging when SUPPORT_LD_DEBUG is enabled, not DEBUGGINGEric Andersen
2003-11-22Oops. Only enable debug when debugging...Eric Andersen
2003-11-22Fix arm detection for libfloat.Manuel Novoa III
2003-11-22Make sure the utils build gets the setting for CROSS.Manuel Novoa III
2003-11-21prevent some needless warnings when building w/2.6.x kernel headersEric Andersen
2003-11-20Add missing weak alias for bcmpEric Andersen
2003-11-20Always include locale.h, which was included by libintl.h only whenManuel Novoa III
2003-11-20Don't depend on BSD namingEric Andersen
2003-11-20Add an initial set of arm optimized string functions. TheseEric Andersen
2003-11-20Lets try that one again...Eric Andersen
2003-11-20Make certain that arch specific stuff is compiled lastEric Andersen
2003-11-20Make certain that the arch specific stuff is always compiled lastEric Andersen
2003-11-20Fixup dependancies to ensure arch specific string functionsEric Andersen
2003-11-19Fix the return value for fputs when passed an empty string.Manuel Novoa III
2003-11-18Kill ARCH_HAS_NO_MMU and use HAS_FPU only. Wether floating point opsManuel Novoa III
2003-11-17If __NR_ftruncate64 isn't defined, do the best we can.Manuel Novoa III
2003-11-16I forgot to update the thread locking in the last dst fix.Manuel Novoa III
2003-11-16Patch from Jeffrey Baitis <baitisj@evolution.com> for mips arch tuning.Manuel Novoa III