/390: Add runtime check for the highgprs kernel feature.
[platform/upstream/glibc.git] / nptl /
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 Ulrich DrepperMore whitespace fixes.
2009-12-13 Ulrich DrepperFix whitespaces.
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 DrepperOnce again forgot to add new test file.
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
2009-10-30 Ulrich DrepperFix aliasing problem in tst-sem11.
2009-10-30 Daniel JacobowitzFix races in setXid implementation.
2009-09-15 Roland McGrathconfigure tweaks, support $libc_add_on_config_subdirs
2009-09-07 Andreas SchwabFix malformed #pragma.
2009-09-03 Ulrich DrepperFix whitespaces.
2009-09-03 Suzuki PouloseFix timer_create to initialize timer_t properly.
2009-08-28 Andrew StubbsSH lowlevellock broken for FUTEX_CLOCK_REALTIME.
2009-08-25 Ulrich DrepperHandle AVX saving on x86-64 in interrupted smbol lookups.
2009-08-24 Ulrich DrepperHint to kernel that thread stack memory can be removed.
2009-08-23 Ulrich DrepperMore namespace cleanups.
2009-08-23 Ulrich DrepperRvert accidental checkins.
2009-08-22 Andreas SchwabAdd sigstack handling to Linux ____longjmp_chk on powerpc.
2009-08-12 Ulrich DrepperAdd CFI directives to x86-64 pthread_rwlock_unlock.
2009-08-10 Ulrich DrepperAdd CFI directives to x86-64 pthread_rwlock_{rd,wr...
2009-08-10 Andreas SchwabFix check for PI mutex in x86-64 pthread_cond_signal
2009-08-09 Ulrich DrepperOptimize x86-64 version of sem_timedwait.
2009-08-08 Ulrich DrepperAnother minor optimization of x86-64 pthread_cond_wait.
2009-08-08 Ulrich DrepperSmall optimizations to cancellable x86-64 code.
2009-08-04 Ulrich DrepperOptimize x86-64 syscall cancellation handling.
2009-08-01 Ulrich DrepperMacro cleanup.
2009-08-01 Ulrich DrepperMerge branch 'master' of file:///net/myware66/home...
2009-08-01 Ulrich DrepperRegenerated.
2009-07-29 Ulrich DrepperFix x86-64 TCB alignment for future processor versions.
2009-07-29 Ulrich DrepperPreserve SSE registers in runtime relocations on x86-64.
2009-07-28 Ulrich DrepperFix bookkeeping in mutex when using requeue_pi.
2009-07-27 Ulrich Drepperpthread_mutex_unlock needs to use _rel semantics for...
2009-07-27 Ulrich DrepperRevert "Memory ordering in pthread_mutex_{,timed}lock."
2009-07-26 Ulrich DrepperMemory ordering in pthread_mutex_{,timed}lock.
2009-07-24 Ulrich DrepperCheck for .cfi_{personality,lsda} on x86-64.
2009-07-23 Ulrich DrepperFix pthread_cond_timedwait error handling on old kernels.
2009-07-20 Ulrich DrepperMinor optimizations of last x86-64 condvar changes.
2009-07-20 Ulrich DrepperSupport requeueing for condvars using PI mutex. x86...
2009-07-19 Ulrich DrepperMake x86-64 pthread_cond_timedwait more robust.
2009-07-19 Ulrich DrepperExtend x86-64 __lll_robust_timedlock_wait to use futex...
2009-07-19 Ulrich DrepperAdd more sem_timedwait tests.
2009-07-19 Ulrich DrepperExtend x86-64 pthread_rwlock_timedrdlock to use futex...
2009-07-19 Ulrich DrepperPretty printing last change.
2009-07-19 Ulrich DrepperExtend x86-64 pthread_rwlock_timedwrlock to use futex...
2009-07-18 Ulrich DrepperRemove leftover cfi.
2009-07-18 Ulrich DrepperExtend pthread_cond_timedwait tests.
2009-07-18 Ulrich DrepperExtend x86-64 pthread_cond_timedwait to use futex sysca...
2009-07-18 Ulrich DrepperOptimize x86-64 pthread_cond_timedwait.
2009-07-18 Ulrich DrepperOptimize x86-64 pthread_cond_wait.
2009-07-18 Ulrich DrepperExtend x86-64 sem_timedwait to use futex syscall with...
2009-07-17 Ulrich DrepperConsistently use symbolic constants.
2009-07-17 Ulrich DrepperReplace hand-coded unwind tables from x86-64 sem_timedwait.
2009-07-17 Ulrich DrepperOptimize x86-64 sem_wait for uncontested semaphore.
2009-07-17 Ulrich DrepperReplace hand-coded unwind tables from x86-64 sem_wait.
2009-07-17 Ulrich DrepperReplace hand-coded unwind tables from x86-64 pthread_once.
2009-07-17 Ulrich DrepperReplace hand-coded unwind tables from x86-64 pthread_co...
2009-06-12 Ulrich DrepperImplement pthread_sigqueue.
2009-06-11 Bryan KadzbanFix futex syscall parameter for x86 absolute timeout...
2009-05-16 Ulrich Drepperlibc-cancellation.c cleanup.
2009-05-16 Ulrich DrepperUnify source for async cancel handling.
2009-05-16 Ulrich DrepperRename nptl/init.c to nptl/nptl-init.c.
2009-05-16 Ulrich DrepperChangeLog entries incorrectly applied.
2009-05-16 Jakub JelinekAdd missing export of fallocate64 on 32-bit platforms.
2009-05-16 Jakub JelinekDon't try to cleanup libselinux and libaudit.
2009-05-16 Ulrich DrepperFix change to prevent cancel signal in unsafe places.
2009-05-16 Ulrich DrepperNo cancel signal in unsafe places.
2009-05-15 Ulrich DrepperNo cancel signal in unsafe places.
2009-04-29 Jakub JelinekAdd missing CHangeLog entry.
2009-04-27 Ulrich Drepper* cancellation.c (__pthread_disable_asynccancel): Use...
2009-04-26 Ulrich Drepper* sem_open.c (sem_open): Rewrite initialization of...
2009-04-26 Ulrich Drepper* sysdeps/unix/sysv/linux/libc_pthread_init.c (__libc_p...
2009-04-23 Ulrich Drepper[BZ #9963]
2009-04-23 Ulrich Drepper* pthread_attr_setschedparam.c (__pthread_attr_setsched...
2009-03-15 Ulrich Drepper[BZ #5807]
2009-03-10 Ulrich Drepper* init.c (nptl_freeres): Compile only for SHARED.
2009-03-09 Jakub Jelinek* sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Define cvs/fedora-glibc-20090309T1421
2009-02-28 Roland McGrath* Makeconfig (%.v.i): Depend on Makeconfig.
2009-02-26 Ulrich Drepper* wctype/wctype.h: The *_l functions are in POSIX 2008.
2009-02-26 Ulrich Drepper* locale/langinfo.h: nl_langinfo_l is in POSIX 2008.
2009-02-26 Ulrich Drepper* ctype/ctype.h: The *_l functions are in POSIX 2008.
2009-02-24 Ulrich Drepper* sysdeps/unix/sysv/linux/sysconf.c (__sysconf):
2009-02-24 Ulrich Drepper* io/sys/stat.h: The lstat functions have been mandator...
2009-02-13 Ulrich Drepper* sysdeps/unix/sysv/linux/sh/lowlevellock.S: Define
next