]> git.ipfire.org Git - thirdparty/glibc.git/history - nptl/Makefile
Replace = with += in CFLAGS-xxx.c/CPPFLAGS-xxx.c
[thirdparty/glibc.git] / nptl / Makefile
2017-12-11  H.J. LuReplace = with += in CFLAGS-xxx.c/CPPFLAGS-xxx.c
2017-12-05  Rogerio AlvesAdd elision tunables
2017-11-07  Andreas SchwabRemove traces of tst-typesizes
2017-09-21  Joseph MyersRemove non-add-on Banner files.
2017-08-09  Andreas SchwabAdd test for bug 21041
2017-08-07  Andreas SchwabFix missing redirects in testsuite targets
2017-07-29  Carlos O'Donellmutex: Fix robust mutex lock acquire (Bug 21778)
2017-07-28  Carlos O'Donellrwlock: Fix explicit hand-over (bug 21298)
2017-07-14  Szabolcs NagyDisable single thread optimization for open_memstream
2017-05-25  Tulio Magno Quites... Move tst-mutex*8* to tests-internal
2017-05-18  Adhemerval Zanellaposix: Consolidate Linux fsync syscall
2017-05-18  Adhemerval Zanellaposix: Consolidate Linux fdatasync syscall
2017-05-18  Adhemerval Zanellaposix: Consolidate Linux msync syscall
2017-05-18  Adhemerval Zanellaposix: Consolidate Linux sigsuspend implementation
2017-05-18  Adhemerval Zanellaposix: Consolidate Linux nanosleep syscall
2017-05-11  Zack WeinbergSuppress internal declarations for most of the testsuite.
2017-05-11  Adhemerval ZanellaConsolidate Linux write syscall
2017-05-11  Adhemerval ZanellaConsolidate Linux read syscall
2017-05-11  Adhemerval ZanellaConsolidate Linux close syscall generation
2017-01-29  Carlos O'DonellBug 20116: Fix use after free in pthread_create()
2017-01-27  Florian Weimernptl: Add tst-robust-fork
2017-01-13  Torvald Riegelrobust mutexes: Fix broken x86 assembly by removing it
2017-01-10  Torvald RiegelNew pthread rwlock that is more scalable.
2017-01-01  Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2016-12-31  Torvald RiegelNew condvar implementation that provides stronger order...
2016-12-23  Carlos O'DonellFix failing pretty printer tests when CPPFLAGS has...
2016-12-08  Martin GalvanAdd pretty printers for the NPTL lock types
2016-11-08  Adhemerval ZanellaConsolidate lseek/lseek64/llseek implementations
2016-09-20  Adhemerval Zanellaposix: Correctly enable/disable cancellation on Linux...
2016-09-15  Adhemerval Zanellanptl: Set sem_open as a non cancellation point (BZ...
2016-09-14  Florian WeimerRemove the ptw-% patterns
2016-08-03  Florian Weimerelf: Do not use memalign for TCB/TLS blocks allocation...
2016-07-11  Siddhesh PoyarekarRevert "Add pretty printers for the NPTL lock types"
2016-07-08  Martin GalvanAdd pretty printers for the NPTL lock types
2016-07-07  Andreas SchwabAdd test case for bug 20263
2016-06-30  H.J. LuCompile tst-cleanupx4 test with -fexceptions
2016-06-13  Adhemerval Zanellanptl: Add sendmmsg and recvmmsg cancellation tests
2016-06-10  Adhemerval ZanellaRevert {send,sendm,recv,recvm}msg conformance changes
2016-05-26  Adhemerval Zanellanetwork: Fix missing bits from {recv,send}{m}msg standa...
2016-05-25  Adhemerval Zanellanetwork: recvmsg and sendmsg standard compliance (BZ...
2016-01-25  Andreas SchwabDon't do lock elision on an error checking mutex (bug...
2016-01-15  Torvald RiegelNew pthread_barrier algorithm to fulfill barrier destru...
2016-01-04  Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2015-10-27  Joseph MyersAdd -std=gnu11 and -std=c11 NPTL initializers tests.
2015-10-27  Joseph MyersRemove sysdeps/nptl/configure.ac.
2015-10-09  Adhemerval Zanellanptl: Add NPTL cases for cancellation failures cases
2015-10-06  Florian WeimerAdd a test case for C++11 thread_local support
2015-07-24  Siddhesh PoyarekarUse IE model for static variables in libc.so, libpthrea...
2015-07-14  Adhemerval ZanellaAvoid C++ tests when the C++ cannot be linked
2015-07-09  Martin SeborThe patch committed to fix bug #18435 caused regression...
2015-07-01  Martin SeborThe C++ 2011 std::call_once function is specified to...
2015-06-10  Gleb Fotengauer... nptl: restore .interp section in libpthread.so
2015-06-04  Torvald RiegelFix missing wake-ups in pthread_rwlock_rdlock.
2015-06-04  Torvald RiegelFix lost wake-up when pthread_rwlock_timedrwlock times...
2015-05-26  Roland McGrathSplit timed-wait functions out of nptl/lowlevellock.c.
2015-05-22  Adhemerval ZanellaRemove socket.S implementation
2015-05-19  Roland McGrathBZ#18434: Fix sem_post EOVERFLOW check for [!__HAVE_64B...
2015-03-10  Roland McGrathLet tests result in UNSUPPORTED; use that for unbuildab...
2015-03-04  Roland McGrathAvoid C++ tests when the C++ cannot be linked.
2015-02-12  Andreas SchwabFilter out PTHREAD_MUTEX_NO_ELISION_NP bit in pthread_m...
2015-02-06  Roland McGrathNPTL: Build tests using clone directly only for Linux.
2015-01-21  Carlos O'DonellFix semaphore destruction (bug 12674).
2015-01-08  Richard HendersonAdd -Wno-trampolines as needed
2015-01-02  Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2014-12-16  Roland McGrathRevert "Use pragmas rather than makefiles for necessary...
2014-12-16  Roland McGrathUse pragmas rather than makefiles for necessary options...
2014-12-12  Roland McGrathNPTL: Refactor named semaphore code to use shm-directory.h
2014-11-28  H.J. LuResize DTV if the current DTV isn't big enough
2014-11-20  Roland McGrathTest that pthread_create diagnoses invalid scheduling...
2014-08-21  Siddhesh PoyarekarRemove NOT_IN_libc definition for pthread_atfork
2014-07-11  Florian Weimernptl: Fix abort in case of set*id failure [BZ #17135]
2014-07-07  Roland McGrathGet rid of nptl/sysdeps/ entirely!
2014-06-06  Joseph MyersDon't require test wrappers to preserve environment...
2014-06-03  Guo YixuanNew test for pthread_spin_lock (bug 16882)
2014-05-17  Richard HendersonMerge remote-tracking branch 'origin/roland/nptl-alpha'
2014-05-16  Joseph MyersUse existing makefile variables for dependencies on...
2014-04-01  Florian WeimerCheck for syscall error in the SETXID implementation...
2014-03-07  Joseph MyersMake tests consistently use *.out output files.
2014-03-06  Joseph MyersEnumerate tests with special rules in tests-special...
2014-02-28  Roland McGrathFix fallout from Joseph's untested Makeconfig change.
2014-02-26  Joseph MyersConsistently include Makeconfig after defining subdir.
2014-02-21  Joseph MyersGenerate .test-result files for tests with special...
2014-02-14  Joseph MyersSplit up rules for tests that compare output with basel...
2014-02-05  Allan McRaeRevert "Async-signal safe TLS."
2014-01-03  Paul PluzhnikovMerge branch 'master' of ssh://sourceware.org/git/glibc
2014-01-03  Andrew HunterAsync-signal safe TLS.
2014-01-01  Allan McRaeUpdate copyright notices with scripts/update-copyrights
2013-11-25  Paul PluzhnikovFix intermittent failure in tst-getpid2.
2013-11-20  Paul PluzhnikovFix failure in tst-cleanup2 and tst-cleanupx2 with...
2013-06-15  Siddhesh PoyarekarNew API to set default thread attributes
2013-06-13  Siddhesh PoyarekarAvoid access beyond memory bounds in pthread_attr_getaf...
2013-05-31  Joseph MyersLink extra-libs consistently with libc and ld.so.
2013-03-01  Carlos O'DonellRevert GLIBC_PTHREAD_DEFAULT_STACKSIZE changes.
2013-03-01  Siddhesh PoyarekarSet default stack size from program environment
2013-01-11  H.J. LuAdd --enable-hardcoded-path-in-tests configure option
2013-01-02  Joseph MyersUpdate copyright notices with scripts/update-copyrights.
2012-12-03  Allan McRaeRemove unneeded linking in nptl testsuite
2012-11-14  Marcus ShawcroftAdding missing -fexception CFLAGS
2012-10-30  Aurelien JarnoFix nptl/tst-cancel7 for non-bash shells.
2012-10-25  Joseph MyersUse bash to run nptl/tst-tls6.sh.
next