OSDN Git Service

uclinux-h8/uclibc-ng.git
2005-11-01 Peter S. MazingerUpdate alpha to new builds
2005-11-01 Peter S. MazingerASFLAGS does not need to include CFLAGS as well, compil...
2005-11-01 Peter S. MazingerRemove last unused references to libc-a-pic-, we use...
2005-11-01 Peter S. MazingerAdd another Makefile example that will be copied over...
2005-11-01 Peter S. MazingerDo not add PICFLAG to generic CFLAGS, this is done...
2005-11-01 Mike Frysingerchange .os back to .oS per psm
2005-10-31 Mike Frysingermerge headers/clean changes from the config if
2005-10-31 Mike Frysingerproduce a .os instead of .oS
2005-10-30 Mike Frysingeradd a headers target when the config file doesnt exist...
2005-10-30 Mike Frysingerre-order options to fix menu tree display
2005-10-30 Mike Frysingersimplify the security submenu
2005-10-29 Joakim TjernlundHopefully fix the bug Oleg reported in uclibc.org/lists...
2005-10-29 Peter S. MazingerHopefully correct undefined __libc_stack_end issue
2005-10-29 Peter S. MazingerReplace all Makefiles for new build infrastucture
2005-10-29 Peter S. MazingerRenamed script to create_makefiles.sh, copy instead...
2005-10-29 Mike Frysingeruse & instead of &, tweak style, and add link for...
2005-10-29 Mike Frysingerclose <a> tags like they should be for valid html
2005-10-29 Mike Frysingeradd a charset def and update the doctype
2005-10-29 Mike Frysingeradd an entry about gnu malloc compat option
2005-10-29 Peter S. MazingerAdd -o /dev/null to AS_NEEDED check linker script check...
2005-10-29 Peter S. MazingerLimit IMA compiling to gcc-4, gcc-3.4.4 can't cope...
2005-10-29 Mike Frysingercleanup the release target so that it doesnt kill my...
2005-10-29 Peter S. MazingerAdd configure option to allow IMA compiling
2005-10-28 Peter S. MazingerChange Makefiles that are not fully IMA to allow it...
2005-10-28 Peter S. MazingerKill a warning. Change __wcstofpmax to __wcstofpmax_l...
2005-10-28 Peter S. Mazingertypo s/notdir/dir/
2005-10-28 Peter S. MazingerCorrect building locales and backport the changes
2005-10-28 Peter S. MazingerOops, missed commiting AS_NEEDED check
2005-10-28 Peter S. MazingerRemove --exclude CVS from tar
2005-10-28 Peter S. MazingerUpdate/add scripts' copyright
2005-10-28 Peter S. MazingerBackport handling of AS_NEEDED
2005-10-28 Peter S. MazingerRemove binutils-2.16.1 dependency for SSP, now it works...
2005-10-28 Peter S. MazingerAdd newly needed Makefiles that can be linked
2005-10-28 Peter S. MazingerUse consequently headers-y and headers_clean-y, try...
2005-10-28 Peter S. MazingerBackport to current build system
2005-10-28 Peter S. MazingerWe use svn, do not look for cvs related files in distclean
2005-10-28 Peter S. MazingerRenamed arch specific Makefile.in to Makefile.arch...
2005-10-28 Peter S. MazingerRemove unused CFLAGS_NOPIC, use ?= some of check_gcc...
2005-10-28 Peter S. MazingerEnforce DOPIC, if text relocations are not allowed
2005-10-28 Peter S. MazingerRemove HAVE_NO_SHARED where ARCH_HAS_NO_MMU/ARCH_HAS_NO...
2005-10-28 Peter S. MazingerMissed one occurence of BUILD_UCLIBC_LDSO
2005-10-28 Peter S. MazingerHAVE_SHARED depends on \!ARCH_HAS_NO_LDSO, remove BUILD...
2005-10-28 Peter S. Mazingerfrv seems to be an exception having no MMU, but using...
2005-10-28 Mike Frysingerfix building with locale
2005-10-27 Peter S. MazingerARCH_HAS_NO_MMU implies/selects ARCH_HAS_NO_LDSO
2005-10-27 Peter S. MazingerAllow using ssp w/ current active Makefiles too. Build...
2005-10-27 Peter S. MazingerMoved guard_setup to dl-osinfo.h (used commonly by...
2005-10-27 Peter S. MazingerMoved the use of --combine to CFLAGS, we need it for...
2005-10-27 Peter S. MazingerHope to catch --combine flag properly on all gcc versions
2005-10-27 Peter S. MazingerCorrect header cleanup, if threads are disabled, thanks...
2005-10-27 Peter S. MazingerRemove comment, I corrected the order already.
2005-10-26 Peter S. MazingerCorrect w_cabs.c so it can be added to IMA, add -D_POSI...
2005-10-26 Peter S. MazingerRemove s_ceilf.c and s_floorf.c, ceilf and floorf are...
2005-10-26 Peter S. MazingerDefault changed to IMA compiling, disabled explicitely...
2005-10-26 Mike Frysingermerge updates from glibc
2005-10-25 Peter S. MazingerAdd script to create the minimal subset of symlinks
2005-10-25 Peter S. MazingerAdd -fcombine check to allow IMA compiling w/ gcc 4.x
2005-10-25 Peter S. MazingerAll Makefile.in's. Only arm/i386/mips/powerpc/x86_64...
2005-10-25 Peter S. MazingerMake use of fcntl64 syscall if possible
2005-10-25 Peter S. MazingerUse local copy of sysdep.h
2005-10-25 Peter S. MazingerCorrecrt posix_fadvise* to allow compiling
2005-10-25 Mike Frysingeruncomment posix_fadvise prototype since we implement...
2005-10-21 Peter S. MazingerMore IMA compiling
2005-10-21 Peter S. MazingerKill warning if IMA compiled
2005-10-21 Peter S. MazingerWorkaround to allow this directory to IMA compile....
2005-10-21 Peter S. MazingerMove GETXXKEY_R_FUNC into a separate file to allow...
2005-10-21 Peter S. MazingerKill warnings if IMA compiling
2005-10-20 Peter S. MazingerRemove duplicate locking defines for IMA compiling.
2005-10-20 Peter S. MazingerBetter solution to duplicate locking defines
2005-10-20 Peter S. MazingerChange in_addr_t inet_aton to int, glibc has it as...
2005-10-20 Mike Frysingeronly include libc-tsd.h if we have threads support
2005-10-19 Peter S. Mazingerlinuxthreads_db depends on PTHREADS_DEBUG_SUPPORT
2005-10-19 Peter S. Mazingerheaders is prerequisite for subdirs
2005-10-19 Peter S. MazingerUpdate license file to Lesser GPL v2.1
2005-10-19 Peter S. MazingerAdapted generic file to work properly with linuxthreads
2005-10-19 Peter S. MazingerAdd the linuxthreads Makefiles too
2005-10-19 Peter S. MazingerAdd the current implementation to review
2005-10-19 Peter S. Mazinger2 more examples that show the handling of different...
2005-10-19 Peter S. MazingerUpdated libcrypt example Makefile
2005-10-19 Peter S. MazingerTypo correction, thanks cow.
2005-10-18 Peter S. MazingerCommit first Makefile.in as example how the new infrast...
2005-10-18 Peter S. MazingerUpdate upcoming new infrastructure files
2005-10-17 Peter S. MazingerUndo -combine addition, check_gcc can't cope with it
2005-10-16 Peter S. MazingerThis file is a temporarily used one, until all the...
2005-10-16 Peter S. MazingerAdd -combine to CFLAGS so gcc-4.1 won't build faulty...
2005-10-14 Peter S. MazingerForgotten to commit libdl.c, change __LIBDL_SHARED__...
2005-10-14 Peter S. MazingerChange __LIBDL_SHARED__ to SHARED. This will be also...
2005-10-14 Peter S. MazingerDo not recurse into ldso if HAVE_SHARED is disabled.
2005-10-14 Peter S. MazingerAdd new rules file for review, better ideas, not used yet
2005-10-12 Peter S. MazingerRemove /dev/erandom support, as [h]lfs does not use...
2005-10-12 Peter S. MazingerCurious failure now, haven't touched this one.
2005-10-12 Peter S. MazingerRewrote almost all Makefiles: do not use strip $(x...
2005-10-11 Peter S. MazingerChange __OPTIMIZE__ > 0 to defined(__OPTIMIZE__) as...
2005-10-11 Peter S. MazingerDefer SHARED_START/END_FILES. They are only used for...
2005-10-11 Peter S. MazingerDo not defer expansions where useless, like CSRC/OBJS...
2005-10-11 Peter S. MazingerMissed OBJS definition in libcrypt/libutil. Use :=...
2005-10-11 Eric Andersenfix url
2005-10-11 Peter S. MazingerUndo size optimizing patch that does not work with...
2005-10-11 Peter S. MazingerAllow building uClibc w/ make-3.79.1 if SSP is disabled
2005-10-11 Peter S. MazingerRemove TMPDIR from glibc's commented list
next