OSDN Git Service

uclinux-h8/uclibc-ng.git
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
2005-10-11 Peter S. MazingerSync unsecvars.h w/ glibc-2.3.5, remove unused vars...
2005-10-08 Peter S. MazingerUser strong_alias instead of initializing __guard separ...
2005-10-08 "Steven J.... Fix up PTDIR bug and clean target for libpthread.
2005-10-07 Peter S. MazingerDoing the compile in one step creates smaller archives...
2005-10-06 Peter S. MazingerRemove *.o and *.os running find only once
2005-10-06 "Steven J.... Oops, that was a bad wildcard.
2005-10-06 "Steven J.... Need to get both .o and .os files. (.os files are built...
2005-10-06 "Steven J.... Fix broken path for PTDIR which needed a '/' at the...
2005-10-05 Eric Andersenldd does not build due to missing fork() on MMUless...
2005-10-05 Eric Andersenoops, missed a spot
2005-10-05 Mike Frysingermerge additional license cruft from glibc
2005-10-04 Eric AndersenDo not stub out functions for mmu-less systems. Hide all
2005-10-04 Peter S. MazingerAdd another comment
2005-10-04 Peter S. MazingerUse PTDIR in libpthread/Makefile too, add new PTNAME...
2005-10-04 Peter S. MazingerDo not recurse into ldso/libc/libpthread on clean
2005-10-04 "Steven J.... One more addition.
2005-10-04 "Steven J.... Clean up pthread include mess. Some of these will be...
2005-10-04 "Steven J.... Neaten up the libpthread directory.
2005-10-03 Peter S. MazingerMove _dl_protect_relro as in ldso.c, thanks to jocke
2005-10-03 Peter S. MazingerEnable attribute_relro on __guard and __stack_chk_guard...
2005-10-03 Peter S. MazingerMove _dl_protect_relro after INIT to allow using attrib...
2005-10-01 "Steven J.... Again, I need to cut down on my merge times and this...
2005-10-01 "Steven J.... Clean up debugging levels for MIPS. This should make...
2005-10-01 "Steven J.... Change the order in which '__uClibc_init' is called...
2005-10-01 Peter S. MazingerAdd gcc-4.1 non-TLS __stack_chk_guard support. Run...
2005-10-01 Peter S. Mazingerchroot_realpath.c is a dependency also for target ldconfig
2005-09-30 Eric AndersenAllow ldconfig.host to build ld.so.cache for target...
2005-09-30 Peter S. MazingerMove arch specific bits from linuxthreads' Makefile...
2005-09-30 Peter S. MazingerSplit out header installation into separate install_hea...
2005-09-29 Peter S. MazingerAdd .type _init/_fini unconditionally to arm/crt1.S
2005-09-29 Peter S. MazingerSimilarly to libm, remove recursion from linuxthreads...
2005-09-29 Peter S. MazingerRemove unneeded temporary file, libm.so will wait until...
2005-09-29 Peter S. MazingerAllow parallel building in libm
2005-09-29 Peter S. MazingerModify libm's Makefile not needing any recursion
2005-09-29 Peter S. MazingerIf HAVE_SHARED is disabled and libm/TARGET_ARCH does...
2005-09-28 Mike Frysingerfix building
2005-09-28 Peter S. MazingerBuild crt[in].o with disabled ssp.
2005-09-28 Peter S. Mazingerarm/crt1.S needs features.h and the weak _init/_fini...
2005-09-28 Peter S. MazingerOops, libc.a didn't got installed
2005-09-28 Peter S. MazingerRemove ar-target and shared targets, at build time...
2005-09-28 Mike Frysingerclean up -malign- vs -falign- #352 by yvasilev
2005-09-28 Mike Frysingeruse local header files rather than toolchain header...
2005-09-27 Peter S. MazingerShould correct ppc compilation failure reported by...
2005-09-27 Peter S. MazingerCheck for existing libc.so ld script before trying...
2005-09-27 Peter S. MazingerProvide atexit() for static builds
2005-09-27 Peter S. MazingerDo not create libc.so linker script if only development...
next