OSDN Git Service

uclinux-h8/uclibc-ng.git
2003-12-17 Eric AndersenPatch from Paul Mundt <lethal@linux-sh.org>:
2003-12-17 Eric AndersenPatch from Paul Mundt <lethal@linux-sh.org>:
2003-12-17 Eric AndersenPatch from Paul Mundt <lethal@linux-sh.org>:
2003-12-17 Eric AndersenWhen I switched from using stack allocated space for...
2003-12-17 Eric AndersenAdd in the axis network cameras
2003-12-16 Eric AndersenAdd LEAF Bering-uClibc
2003-12-16 Eric Andersenfix grammer such it is possible to understand what...
2003-12-16 Eric AndersenUpdate for release (no really this time ;-)
2003-12-16 Eric AndersenUpdate the website
2003-12-14 Manuel Novoa... Link ldconfig with the appropriate libraries.
2003-12-14 Manuel Novoa... Fix some dst issues in _time_mktime().
2003-12-14 Manuel Novoa... Fix a couple of 'declaration after statement' errors.
2003-12-11 Eric Andersenfix a cut-n-paste typo
2003-12-11 Eric Andersenadd image for validator
2003-12-11 Eric Andersenfixup some silly html bugs
2003-12-11 Eric Andersenmjn3 found a url for the darwin C lib
2003-12-11 Eric Andersenmore minor cleanups
2003-12-11 Eric AndersenRework the website
2003-12-08 Eric AndersenPrepare for uClibc 0.9.24 release
2003-12-05 Eric AndersenPaul Mundt <lethal@linux-sh.org> writes:
2003-12-05 Eric Andersenmove _dl_fixup so staticly linked apps using dlopen...
2003-12-04 Manuel Novoa... Fix infinite loop in putgrent (forgotten increment).
2003-12-04 Eric AndersenFix arm profiling support, which was accidentally removed
2003-12-04 Eric AndersenSet the default stdio buffer size to 4096, rather then...
2003-12-04 Manuel Novoa... Don't download the local data if we have it already.
2003-12-04 Manuel Novoa... Building of iconv.o was accidently always disabled.
2003-12-03 Eric AndersenHenrik Grindal Bakken writes:
2003-12-03 Eric AndersenJoakim Tjernlund writes:
2003-12-03 Eric AndersenLethal noticed that the generated file gmon-start.S...
2003-12-03 Eric AndersenPatch from lethal, adding syscall() to the sh64 port
2003-12-03 Eric AndersenPaul Mundt <lethal@linux-sh.org> writes:
2003-12-03 Eric AndersenEliminate some static buffers based on a patch from...
2003-12-03 Eric Andersenremove some garbage
2003-12-03 Eric AndersenRob McMullen writes:
2003-12-03 Eric Andersenforce enable FORCE_SHAREABLE_TEXT_SEGMENTS for sh4
2003-12-02 Eric AndersenDisable pthreads for sh64 for the time being (since...
2003-12-02 Manuel Novoa... Include Rules.mk for consistency. Trying not to was...
2003-12-02 Manuel Novoa... Add a syscall() implementation using a hacked version...
2003-12-02 Eric AndersenAdd function versions of ntohl and friends
2003-12-02 Eric AndersenAvoid a potentially undefined operation with a veriable...
2003-12-02 Manuel Novoa... Put in a dummy reference to main so busybox will link.
2003-11-29 Manuel Novoa... Minor typo fix.
2003-11-29 Manuel Novoa... Minor update... Config no longer used.
2003-11-29 Manuel Novoa... Patch by "Bradley D. LaRonde" <brad@ltc.com> for boehm...
2003-11-28 Manuel Novoa... Another missing mips function, needed by the boehm...
2003-11-28 Manuel Novoa... Add sysmips(), based on a patch by Atsushi Nemoto ...
2003-11-24 Manuel Novoa... Add -msoft-float to CPU_CFLAGS instead of CFLAGS, since...
2003-11-24 Manuel Novoa... Don't bother checking, since we want an error if -msoft...
2003-11-23 Manuel Novoa... Ok.. this fixes the buildroot soft-float arm build.
2003-11-23 Manuel Novoa... Make sure we use the right CC setting when building...
2003-11-23 Manuel Novoa... Hopefully this is correct for cris.
2003-11-23 Manuel Novoa... Protect against quoting changes.
2003-11-22 Eric AndersenRemove SAFECFLAGS. It was a workaround for failures...
2003-11-22 Eric AndersenOnly enable debugging when SUPPORT_LD_DEBUG is enabled...
2003-11-22 Eric AndersenOops. Only enable debug when debugging...
2003-11-22 Manuel Novoa... Fix arm detection for libfloat.
2003-11-22 Manuel Novoa... Make sure the utils build gets the setting for CROSS.
2003-11-21 Eric Andersenprevent some needless warnings when building w/2.6...
2003-11-20 Eric AndersenAdd missing weak alias for bcmp
2003-11-20 Manuel Novoa... Always include locale.h, which was included by libintl...
2003-11-20 Eric AndersenDon't depend on BSD naming
2003-11-20 Eric AndersenAdd an initial set of arm optimized string functions...
2003-11-20 Eric AndersenLets try that one again...
2003-11-20 Eric AndersenMake certain that arch specific stuff is compiled last
2003-11-20 Eric AndersenMake certain that the arch specific stuff is always...
2003-11-20 Eric AndersenFixup dependancies to ensure arch specific string functions
2003-11-19 Manuel Novoa... Fix the return value for fputs when passed an empty...
2003-11-18 Manuel Novoa... Kill ARCH_HAS_NO_MMU and use HAS_FPU only. Wether...
2003-11-17 Manuel Novoa... If __NR_ftruncate64 isn't defined, do the best we can.
2003-11-16 Manuel Novoa... I forgot to update the thread locking in the last dst...
2003-11-16 Manuel Novoa... Patch from Jeffrey Baitis <baitisj@evolution.com> for...
2003-11-16 Manuel Novoa... Don't install shadow.h if shadow password support is...
2003-11-16 Manuel Novoa... Fix a build problem when using 2.2.x kernel headers.
2003-11-13 Eric AndersenPrepare for release
2003-11-13 Eric AndersenJoakim Tjernlund writes:
2003-11-13 Eric AndersenUpdate the debian packaging for use in a standalone...
2003-11-13 Eric AndersenKill off these headers, which are supposed to be part...
2003-11-13 Eric AndersenTeach the install_dev target to behave itself and install
2003-11-12 Eric AndersenAdd support for missing ntp_gettime and ntp_adjtime
2003-11-12 Eric AndersenRevert the stupid quoting junk I inadvertantly committed
2003-11-12 Eric AndersenBump version number
2003-11-12 Eric AndersenFix a stupid potential segfault
2003-11-11 Manuel Novoa... Fix for the last "fix".
2003-11-11 Eric AndersenIt seems that the powerpc ldso doesn't like -O0
2003-11-11 Manuel Novoa... Protect some header inclusions.
2003-11-11 Eric AndersenJoakim Tjernlund writes:
2003-11-11 Eric AndersenStefan Allius writes:
2003-11-11 Eric AndersenStefan Allius writes:
2003-11-11 Eric AndersenAnother cleanup patch from Joakim Tjernlund:
2003-11-10 Eric AndersenStrip off quotes from TARGET_ARCH
2003-11-08 Eric AndersenDarn. Fix compilation for soft-float, which I inadvert...
2003-11-08 Eric AndersenSigh. I can't type this morning.
2003-11-08 Eric AndersenJoakim Tjernlund writes:
2003-11-08 Eric Andersenhide the wrapper in with the debian stuff
2003-11-08 Eric AndersenUpdate docs in preparation for release
2003-11-08 Eric Andersenkill mention of the wrapper
2003-11-08 Eric AndersenFor now, disable the iconv utility
2003-11-08 Eric AndersenJoakim Tjernlund writes:
2003-11-08 Eric AndersenFix up several errors related to filename length and...
2003-11-08 Eric AndersenAdd some basic cvs usage info
next