OSDN Git Service

arm: use PATH_MEM in ioperm()
[uclinux-h8/uClibc.git] / libc / misc / pthread /
2011-04-06 Carmelo AmorosoMerge remote-tracking branch 'origin/master' into prelink
2011-03-03 Peter S. Mazingeradd missing prototypes
2010-05-07 Timo Terasstatic build: fix internal locking weaks to get pulled...
2010-04-23 Austin FoxleyMerge commit 'origin/master' into nptl
2010-04-22 Timo Teräsnptl: fix libc internal, dynamically enabled locking
2010-04-16 Timo Teraslibc: remove libc weak __pthreads_* wrappers
2010-04-14 Austin FoxleyMerge commit 'origin/master' into nptl
2010-04-12 Austin FoxleyMerge remote branch 'origin/master' into nptl
2010-04-06 Austin FoxleyMerge commit 'origin/master' into nptl
2010-04-02 Austin FoxleyMerge commit 'origin/master' into nptl
2010-03-25 Bernhard Reutner... prettify make clean
2010-02-11 Austin Foxleylibc: build tsd only when tls is enabled
2010-02-05 Austin FoxleyMerge commit 'origin/master' into nptl
2010-02-01 Khem RajMerge commit 'origin/master' into nptl
2010-01-25 Carmelo AmorosoMerge branch 'master' into nptl
2009-12-23 Austin FoxleyMerge remote branch 'origin/master' into nptl
2009-12-19 Austin FoxleyMerge commit 'origin/master' into nptl
2009-12-16 Austin FoxleyMerge remote branch 'origin/master' into nptl
2009-11-29 Austin FoxleyMerge remote branch 'origin/master' into nptl
2009-11-23 Austin FoxleyMerge remote branch 'origin/master' into nptl_merge
2009-11-22 Austin FoxleyMerge remote branch 'origin/master' into nptl_merge
2009-10-17 Austin Foxleywhitespace fixes
2009-10-17 Austin Foxleysome tweaks under libc/ needed for nptl
2009-08-17 Bernhard Reutner... support building out-of-tree
2008-11-07 Bernhard Reutner... - less verbose make clean
2006-12-09 Eric Andersenthese weaks are also needed in libc.so for the time...
2006-12-09 Eric Andersenoops, use __pthread_mutex_unlock() not pthread_mutex_un...
2006-12-09 Eric Andersensilence a lot of warnings and fix a few genuine bugs...
2006-12-08 Eric Andersenfinish the pthread locking cleanups. This should get...
2006-12-07 Eric AndersenMajor cleanup of internal mutex locking. Be more consi...
2006-12-02 "Steven J. Hill"(no commit message)
2006-03-09 Peter S. MazingerRemove __libc_internal_tsd_{s,g}et, they do not exist...
2006-02-15 Peter S. MazingerDOMULTI may be used for libc, the excluded files need...
2006-02-13 Peter S. Mazingerlibc-{a,so,multi}-y replaced by libc-y covering common...
2006-01-22 Peter S. MazingerEnable _GNU_SOURCE build wide, trying to get consistent...
2006-01-04 Mike Frysingerupdate pthread weak handling to the style glibc uses
2005-12-29 Mike Frysingerbeautify
2005-12-16 Peter S. MazingerConvert users
2005-12-06 "Steven J. Hill"Yeah, suck it up. I'm tired of merging stuff.
2005-12-02 Mike Frysingeradd some notes (thanks to mjn3) as to why we need these...
2005-11-21 Peter S. MazingerRemove TOPDIR
2005-11-15 Mike Frysingerthis is GNU source
2005-11-03 Peter S. MazingerEnable IMA
2005-11-01 Peter S. MazingerRemove last unused references to libc-a-pic-, we use...
2005-10-29 Peter S. MazingerReplace all Makefiles for new build infrastucture
2005-10-25 Peter S. MazingerAll Makefile.in's. Only arm/i386/mips/powerpc/x86_64...
2005-10-12 Peter S. MazingerRewrote almost all Makefiles: do not use strip $(x...
2005-10-04 "Steven J. Hill"Clean up pthread include mess. Some of these will be...
2005-09-22 Peter S. Mazingerweaks moved after the related function so gcc4 won...
2005-07-09 Mike Frysingerpunt unused __pthread_return_void func
2005-01-25 Mike Frysingermerge parallel build support
2004-05-14 Eric AndersenJoakim Tjernlund writes:
2004-01-04 Manuel Novoa III My mistake. We do need some weak pthread_* funcs....
2003-12-27 Manuel Novoa III Fix a long-standing bug with pthreads. A couple of...
2003-10-18 Eric AndersenPeter Kjellerstedt writes:
2002-08-19 Eric AndersenBe prepared to call __pthread_initialize_minimal
2002-08-12 Eric AndersenFix use of __pthread_once, and fix rpc usage of thread...
2002-03-09 Eric AndersenAvoid forced -lpthread lnkage when threading is enabled
2002-02-20 Eric AndersenMerge in the pthread library. This is the linuxthreads...