Remove unused Makefile.
[platform/upstream/glibc.git] / nptl / ChangeLog
2012-02-15 Marek PolacekRemove unused Makefile.
2012-02-09 Paul EggertReplace FSF snail mail address with URLs.
2012-02-08 Andreas SchwabAdd missing dependency for pt-crti.o
2012-02-08 Joseph MyersSupport crti.S and crtn.S provided directly by architec...
2012-02-03 Joseph MyersConsistently use macros for x86 PIC thunks.
2012-01-11 Ulrich DrepperFix warnings due to return in void functions
2012-01-11 Ulrich DrepperAdd const attribute to pthread_equal
2012-01-11 Ulrich DrepperConsistently added return to pthread_exit
2012-01-09 Adhemerval ZanellaCL
2012-01-08 Marek PolacekQuash implicit declaration warning
2012-01-08 Ulrich DrepperRemove pre-ISO C support
2012-01-08 Ulrich DrepperRemove non-ELF support
2012-01-07 Ulrich DrepperClean up shlib-versions files
2012-01-07 Ulrich DrepperRemove IA-64 support from NPTL
2011-12-23 Ulrich DrepperUse __pthread_get_minstack in more places
2011-12-23 Ulrich DrepperCreate internal threads with sufficient stack size
2011-12-22 Ulrich DrepperFix reading thread name from comm file
2011-12-15 Carlos O'DonellReturn errno on failure in allocate_stack
2011-12-14 Jeff LawBZ #5245: pthread_create returns EAGAIN for stack alloc...
2011-12-02 Ulrich DrepperFix CL
2011-11-15 Ulrich DrepperClean up internal fopen uses
2011-10-29 Ulrich DrepperAdd missing register initialization in x86-64 pthread_c...
2011-10-27 Andreas SchwabDon't mark memory synchronisation functions as leaf
2011-10-25 Ulrich DrepperRemove warnings in NPTL tests
2011-10-23 Ulrich DrepperRemove unnecessary include from x86-32 tls.h
2011-10-15 Ulrich DrepperMerge branch 'master' of ssh://sourceware.org/git/glibc
2011-10-15 Ulrich DrepperOptimize access to isXYZ and toXYZ tables
2011-09-15 Ulrich DrepperMerge branch 'master' of ssh://sourceware.org/git/glibc
2011-09-15 Andreas SchwabAvoid race between {,__de}allocate_stack and __reclaim_...
2011-09-11 Ulrich DrepperMerge branch 'master' of ssh://sourceware.org/git/glibc
2011-09-11 Ulrich DrepperRemove --wth-tls option, TLS support is required
2011-09-11 Ulrich DrepperSimplify malloc initialization
2011-09-10 Ulrich DrepperRemove support for !USE___THREAD
2011-09-10 Ulrich DrepperCleanup of configuration options
2011-09-09 H.J. LuFix macro used in test
2011-09-07 Ulrich DrepperRemove gettimeofday vsyscall use from x86-86 libpthread
2011-09-07 Ulrich DrepperDon't call gettimeofday vsyscall in x86-64 sem_timedwait
2011-09-05 Ulrich DrepperMerge branch 'master' of ssh://sourceware.org/git/glibc
2011-09-05 David S. MillerFix nptl semaphore cleanup invocation.
2011-09-05 Ulrich DrepperMerge branch 'master' of ssh://sourceware.org/git/glibc
2011-08-31 Andreas SchwabFix setxid race handling exiting threads
2011-08-21 David S. MillerFix typo in tst-cleanup0.out rule.
2011-08-20 Ulrich DrepperMerge branch 'master' of ssh://sourceware.org/git/glibc
2011-08-20 Roland McGrathMerge branch 'roland/x86-tcb-align'
2011-08-15 Roland McGrathAlign x86 TCB to 64 bytes (cache line size), important...
2011-08-09 Andreas SchwabFix stack alignment on x86_64
2011-07-23 Ulrich DrepperMerge branch 'master' of ssh://sourceware.org/git/glibc
2011-07-23 Ulrich DrepperAdd read barriers in cancellation initialization
2011-07-15 Roland McGrathQuash a warning in nptl/allocatestack.c
2011-07-01 Ulrich DrepperFix robust mutex handling after fork
2011-06-14 Andreas JaegerQuash two memset undeclared warnings.
2011-05-11 Ulrich DrepperTranslate kernel error into what pthread_create should...
2011-04-11 Ulrich DrepperFix memory leak in TLS of loaded objects.
2011-01-19 Roland McGrathFix comment typos.
2011-01-17 Andreas SchwabFix missing dependencies and ensure correct CPPFLAGS.
2011-01-14 Ulrich DrepperChange setgroups to affect all the threads in the process.
2011-01-13 Ulrich DrepperFix PLT use due to __libc_alloca_cutoff.
2011-01-13 Ulrich DrepperHandle long lines in host lookups in the right place.
2010-10-14 H.J. LuFix alignment of AVX safe area on x86-64.
2010-09-21 Andreas SchwabFix namespace pollution in pthread_cleanup_push.
2010-09-03 Ulrich DrepperSmall optimization of alloca handling.
2010-08-19 Dinakar GuniguntalaFix x86 pthread_cond_signal() FUTEX_WAKE_OP fallback
2010-08-16 Ulrich DrepperMerge branch 'master' of ssh://sourceware.org/git/glibc
2010-08-16 Ulrich DrepperFix last CL.
2010-08-16 H.J. LuAdd -fno-asynchronous-unwind-tables to initfini.s for...
2010-08-12 Alan ModraPowerPC64 ABI fixes
2010-07-06 Andreas SchwabFix type mismatch
2010-07-03 Ulrich DrepperCleanup new tst-abstime program some more.
2010-07-02 Ulrich DrepperImprove new tst-abstime test.
2010-07-02 Andreas SchwabWork around kernel rejecting valid absolute timestamps
2010-07-02 Ulrich DrepperFix build with newer linker.
2010-06-14 Takashi Yoshii[sh] Fix incorrect location of ifndef for __ASSUME_FUTE...
2010-04-09 Ulrich DrepperImplement interfaces to set and get names of threads.
2010-04-08 Ulrich DrepperMerge remote branch 'origin/roland/hwcap_mask'
2010-04-06 Roland McGrathMove unwind-resume code from NPTL to sysdeps/gnu.
2010-03-24 Luis MachadoEnable common version of pthread_cond_timedwait to...
2010-03-10 Ulrich DrepperFix a few more problem with the recent setxid changes.
2010-03-08 Andreas SchwabRevert to original version of setxid race fix
2010-03-05 Ulrich DrepperFix setxid race with thread creation
2010-01-16 Michal SchmidtFix pthread_cond_*wait with requeue-PI on i386.
2010-01-15 Ulrich DrepperActually define and export pthread_mutexattr_[sg]etrobust.
2010-01-15 Ulrich DrepperMerge branch 'master' of ssh://sources.redhat.com/git...
2010-01-14 Ulrich DrepperActually define pthread_mutex_consistent.
2010-01-12 Ulrich DrepperFix up pthread.h for XPG7.
2010-01-09 Ulrich DrepperMerge branch 'master' of ssh://sources.redhat.com/git...
2010-01-09 Ulrich DrepperAdd support for XPG7 testing.
2009-12-22 Thomas SchwingeFix s390 startup code in libpthread.
2009-12-17 Ulrich DrepperSmall optimization of pthread_rwlock_init.
2009-12-13 Dinakar GuniguntalaAdd Requeue-PI support for x86 arch.
2009-12-12 Ulrich DrepperInvalid timeouts in i386 sem_timedwait.
2009-11-30 Thomas SchwingeSH calling __gmon_start__ from pt-initfini.c.
2009-11-28 Andreas SchwabFix infloop in __pthread_disable_asynccancel on x86_64
2009-11-25 Ulrich DrepperNew NPTL POSIX semaphore test.
2009-11-23 Roland McGrathUse #include instead of duplication for i386 vs i686...
2009-11-18 Ulrich DrepperMinor optimizations and cleanups of x86 cond_broadcast.
2009-11-18 Dinakar GuniguntalaUpdate cfi offsets for pthread_cond_broadcast and signa...
2009-11-18 Ulrich DrepperMinimal unwind section size reduction.
2009-11-18 Ulrich DrepperMinial unwind section size reduction.
2009-11-18 Ulrich DrepperUse cfi directives in x86 pthread_cond_{,timed}wait.
2009-11-03 Andreas SchwabMake name of libgcc_s library configurable
next