OSDN Git Service

uclinux-h8/uClibc.git
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...
2005-09-27 Peter S. MazingerTarget distclean removes now locales.txt/codesets.txt...
2005-09-27 Peter S. MazingerSpeed up clean target, don't recurse where possible...
2005-09-27 Peter S. MazingerRemove created objects independently of TARGET_ARCH...
2005-09-26 Peter S. MazingerRevert earlier patch to install_dev and runtime targets...
2005-09-26 Peter S. Mazingerremove unneeded ';' and add utils to .PHONY
2005-09-26 Peter S. MazingerAdd __cxa_atexit and __cxa_finalize, thanks to Stephen...
2005-09-26 Peter S. MazingerCorrect targets install_dev and install_runtime to...
2005-09-24 Mike Frysingermake sure our utils link against the currently built...
2005-09-24 "Steven J.... Remove unneeded if clause. We won't be in this director...
2005-09-24 Mike Frysingergenerate headers after running menuconfig
2005-09-23 Peter S. MazingerDo not build __uClibc_main.o with ssp enabled
2005-09-23 Peter S. MazingerChanged ssp.c license to LGPL and added vapier as contr...
2005-09-23 Peter S. MazingerNew ssp code using syscalls where possible.
2005-09-23 Peter S. MazingerDon't remove libc-internal.h on install, else gcc does...
2005-09-23 "Steven J.... I really really HATE gcc-4.1 and its whimsical inline...
2005-09-22 Peter S. Mazingerno check needed in libm/libpthread, we do not recurse...
2005-09-22 Mike Frysingerdont screw around with lib/ if it doesnt exist
2005-09-22 Peter S. Mazingersplit out nearbyint, round, trunc from libm/powerpc...
2005-09-22 Peter S. Mazingerweaks moved after the related function so gcc4 won...
2005-09-22 Mike Frysingerclean 32bit-isms and make code 64/32 bit clean
2005-09-22 Peter S. MazingerMakefile cleanups
2005-09-21 Peter S. Mazingeradd attribute_relro, should be unconditional, if gcc...
2005-09-21 Mike Frysingersync copyright with glibc
2005-09-21 Mike Frysingeradd some more defines from binutils since our readelf...
2005-09-21 Mike Frysingertouchup CFLAGS and also link the link.h header file...
2005-09-21 Mike Frysingeralso symlink thread_db.h instead of duplicating it...
2005-09-21 Peter S. Mazingerdo not recurse into subdirs if related options are...
2005-09-21 Peter S. Mazingerutils should be built all the time (iconv), disable...
2005-09-21 Peter S. Mazingerinclude headers only if the related option is enabled
next