OSDN Git Service

mkostemp: fix implementation
[uclinux-h8/uClibc.git] / libpthread / linuxthreads_db /
2014-09-16 Bernhard Reutner... buildsys: fix IS_IN_lib*
2013-03-07 Markos Chandraslibpthread: Remove useless .cvsignore files
2012-11-18 Mike FrysingerReplace FSF snail mail address with URLs
2012-06-15 Peter S. Mazingerlinuxthreads: style update
2012-06-15 Peter S. Mazingerlinuxthreads: use __UCLIBC_HAS_TLS__ consistently
2011-06-24 Carmelo AmorosoMerge remote-tracking branch 'origin/master' into prelink
2011-05-11 Bernhard Reutner... commentary typo fix
2010-04-23 Austin FoxleyMerge commit 'origin/master' into nptl
2010-04-22 Natanael Copanptl: proper soname handling
2010-04-02 Austin FoxleyMerge commit 'origin/master' into nptl
2010-03-25 Bernhard Reutner... prettify make clean
2009-10-17 Austin Foxleylinuxthreads: check TLS_DTV_AT_TP define correctly
2009-08-17 Bernhard Reutner... support building out-of-tree
2008-11-07 Bernhard Reutner... - less verbose make clean
2008-10-18 Bernhard Reutner... - do not list non-existing files in the threads prerequ...
2008-10-17 Bernhard Reutner... - fix toggling thread implementation.
2008-07-23 Bernhard Reutner... - fix inline keyword
2008-06-17 Bernhard Reutner... - move stripping into do_ar resp compile-m for the...
2008-06-04 Bernhard Reutner... - strip the targets and not prerequisites
2008-06-01 Bernd SchmidtA slight improvement over my previous commit which...
2007-10-13 Bernhard Reutner... - use the compiler-driver instead of the linker
2007-03-19 Mike Frysinger#1273 if EXTRAVERSION is set, make sure we respect it
2006-10-19 Eric AndersenJoseph S. Myers writes:
2006-08-23 Mike Frysingerpull from upstream
2006-07-04 Eric AndersenChange symbol 'NOSTRIP' to 'DOSTRIP' since the double...
2006-03-09 Mike Frysingerblah, glibc moved linuxthreads around
2006-02-22 Peter KjellerstedtSilence link creation.
2006-02-22 Peter KjellerstedtMade it possible to build without stripping the binaries.
2006-02-22 Peter Kjellerstedt* Made it possible to dynamically check for supported...
2006-02-15 Peter S. MazingerDOMULTI may be used for libc, the excluded files need...
2006-02-03 Peter S. Mazingeradd -DNOT_IN_libc
2006-02-03 Peter S. Mazingerhide __td_agent_list
2006-02-03 Peter S. MazingerUse write instead of __libc_write for debug, hide __td_...
2006-02-03 Peter S. MazingerHide internal wrapper
2006-01-23 Bernhard Reutner... - __td_debug is only needed if NDEBUG is not defined.
2006-01-22 Peter S. MazingerEnable _GNU_SOURCE build wide, trying to get consistent...
2006-01-21 Bernhard Reutner... - fix typo in comment.
2006-01-19 Peter S. MazingerForgotten about the clean target
2006-01-19 Peter S. MazingerAdd multi support to linuxthread_db
2005-11-30 Mike Frysingersync with linuxthreads.old_db/Makefile.in
2005-11-28 Mike Frysingersync with glibc cvs
2005-11-22 Mike Frysingertouchup include paths
2005-11-21 Peter S. MazingerRemove TOPDIR
2005-11-18 Mike Frysingerupdate ignores
2005-11-18 Mike Frysingershouldnt have been committed
2005-11-18 Mike Frysingerimport new linuxthreads_db from glibc HEAD
2005-11-15 Mike Frysingerrename current stable linuxthreads to linuxthreads...
2005-11-03 Peter S. MazingerDisable DOMULTI for these, because gcc-4.0.2 can't...
2005-10-29 Peter S. MazingerReplace all Makefiles for new build infrastucture
2005-10-27 Peter S. MazingerMoved guard_setup to dl-osinfo.h (used commonly by...
2005-10-26 Peter S. MazingerDefault changed to IMA compiling, disabled explicitely...
2005-10-25 Peter S. MazingerAll Makefile.in's. Only arm/i386/mips/powerpc/x86_64...
2005-10-19 Peter S. Mazingerlinuxthreads_db depends on PTHREADS_DEBUG_SUPPORT
2005-10-19 Peter S. MazingerAdd the linuxthreads Makefiles too
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. MazingerDo not defer expansions where useless, like CSRC/OBJS...
2005-10-04 "Steven J. Hill"Clean up pthread include mess. Some of these will be...
2005-09-28 Peter S. MazingerRemove ar-target and shared targets, at build time...
2005-05-28 Joakim Tjernlundfix warnings like
2005-05-28 Joakim TjernlundAdd patch at bugs 274. From Peter Manzinger.
2005-01-31 Joakim TjernlundSync with latest GLIBC.
2005-01-18 Mike Frysingerrework the dependencies so libpthread_db.a is only...
2004-11-08 Eric AndersenA patch included in glibc 2.3.2's libthread_db that...
2004-04-20 Eric AndersenCope with gcc 3.4's more aggressive persuit of attribut...
2004-04-20 Eric AndersenWe don't need these...
2003-10-18 Eric AndersenPeter Kjellerstedt writes:
2003-02-27 Eric AndersenMajor update for pthreads, based in large part on impro...
2003-01-23 Eric AndersenJust be a bit less different from latest glibc version...
2003-01-23 Eric AndersenFix indenting. Per patch from Nathan Field at ghs...
2002-08-08 Eric AndersenI missed a file
2002-08-06 Eric AndersenSeveral pthreads updates. Enable linuxthreads_db....
2002-05-28 Eric AndersenFixup and unifiy version numbering. Automate versionin...
2002-02-21 Eric AndersenLose the _GNU_SOURCE and just add __USE_GNU to the...
2002-02-20 Eric AndersenMerge in the pthread library. This is the linuxthreads...