OSDN Git Service

uclinux-h8/uClibc.git
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
2003-11-07 Eric AndersenSigh. I forgot to define INSTALL which, understandable,
2003-11-07 Manuel Novoa... Add clock_gettime() submitted by Justus Pendleton ...
2003-11-07 Eric Andersenremove some junk I added while debugging
2003-11-07 Eric AndersenIt is remotely possible the utils might even compile...
2003-11-06 Eric AndersenBegin converting the client utils
2003-11-06 Eric AndersenRevert change 1.26, which breaks everything. :-(
2003-11-06 Manuel Novoa... Sigh... I wasn't checking if the gid field in a group...
2003-11-06 Eric Andersens,(RUNTIME_PREFIX)/,(RUNTIME_PREFIX),g
2003-11-06 Eric Andersens,(DEVEL_PREFIX)/,(DEVEL_PREFIX),g
2003-11-06 Manuel Novoa... Add a utility macro.
2003-11-06 Manuel Novoa... Oops... don't need recursive mutexes.
2003-11-06 Manuel Novoa... Rewrite the pwd.h, grp.h, and shadow.h functions (excep...
2003-11-06 Eric AndersenAdd in aliases provided by the non arch specific implem...
2003-11-06 Eric AndersenGeorge Thanos writes:
2003-11-06 Eric AndersenA few debugging cleanups
2003-11-06 Eric AndersenThe curse of cut-n-paste
2003-11-06 Eric AndersenAdd some initial x86 string optimizations. These make...
2003-11-05 Manuel Novoa... Remove erroneous trailing semicolon.
2003-11-05 Eric AndersenFix a misnamed array
2003-11-05 Eric Andersentiny cleanup
2003-11-05 Eric AndersenRework the powerpc lib loader to better match the other...
2003-11-05 Eric AndersenRip the guts out of the dynamically generated sysconf...
2003-11-05 Eric Andersenlast but certinaly not least, kill off initfini.c
2003-11-05 Eric AndersenAdd quick hacks to create fake crti.o and crtn.o files...
2003-11-05 Eric AndersenKill initfini.awk
2003-11-05 Eric AndersenContinue the conversion to using per-arch crti.S and...
2003-11-05 Eric AndersenContinue the conversion to using per-arch crti.S and...
2003-11-05 Eric AndersenContinue the conversion to using per-arch crti.S and...
2003-11-05 Eric Andersenv850 appers to be little endian only
2003-11-05 Eric AndersenContinue the conversion to using per-arch crti.S and...
2003-11-05 Eric Andersenduh. the alpha has an fpu
2003-11-05 Eric AndersenYet more messing with selecting sane default configs
next