signal: Add __libc_sigaction
[platform/upstream/glibc.git] / nptl / Makefile
2021-03-18 Adhemerval Zanellasignal: Add __libc_sigaction
2021-03-18 Adhemerval Zanellanptl: Move system to libc
2021-03-18 Adhemerval Zanellanptl: Move fcntl from libpthread
2021-03-18 Adhemerval Zanellanptl: Remove sendmsg from libpthread
2021-03-18 Adhemerval Zanellanptl: Remove recvmsg from libpthread
2021-03-18 Adhemerval Zanellanptl: Remove sigwait from libpthread
2021-03-18 Adhemerval Zanellanptl: Remove tcdrain from libpthread
2021-03-18 Adhemerval Zanellanptl: Remove pause from libpthread
2021-03-18 Adhemerval Zanellanptl: Remove msync from libpthread
2021-03-18 Adhemerval Zanellanptl: Remove fsync from libpthread
2021-03-18 Adhemerval Zanellanptl: Remove sendto from libpthread
2021-03-18 Adhemerval Zanellanptl: Remove recvfrom from libpthread
2021-03-18 Adhemerval Zanellanptl: Remove recv from libpthread
2021-03-18 Adhemerval Zanellanptl: Remove connect from libpthread
2021-03-18 Adhemerval Zanellanptl: Remove accept from libpthread
2021-03-18 Adhemerval Zanellanptl: Remove close from libpthread
2021-03-18 Adhemerval Zanellanptl: Remove read from libpthread
2021-03-18 Adhemerval Zanellanptl: Remove write from libpthread
2021-03-12 Adhemerval Zanellanptl: Move fork into libc
2021-03-12 Adhemerval Zanellaposix: Consolidate register-atfork
2021-03-04 Jakub Jelinek[PATCH] pthread_once hangs when init routine throws...
2021-02-23 Florian Weimernptl: Move elision implementations into libc
2021-02-22 Florian Weimernptl: Move futex-internal into libc
2021-02-22 Florian Weimernptl: Move lowlevellock into libc [BZ #15648]
2021-02-22 Florian Weimernptl: Move futex-internal.c into main nptl directory
2021-02-22 Florian Weimernptl: Split libpthread-routines into one routine per...
2021-02-08 Adhemerval Zanellapthread: Refactor semaphore code
2021-02-08 Florian Weimerlinux: Require /dev/shm as the shared memory file system
2021-01-04 Florian Weimernptl: Remove set*id, set*gid files which are not built
2021-01-02 Paul EggertUpdate copyright dates with scripts/update-copyrights
2020-12-01 Lucas A. M. Magalhaesnptl: Fix __futex_clocklock64 return error check [BZ...
2020-11-27 Adhemerval Zanellanptl: Fix PTHREAD_PRIO_PROTECT timed lock
2020-11-25 Adhemerval Zanellanptl: Return EINVAL for pthread_mutex_clocklock/PI...
2020-11-25 Adhemerval Zanellanptl: Replace lll_timedwait with __futex_abstimed_wait64
2020-11-16 Samuel ThibaultAdd {,sysdep-}ld-library-path make variable
2020-11-03 H.J. Lutst-setuid1-static-ENV: Add $(common-objpfx)nss [BZ...
2020-10-08 Andreas SchwabRevert "Fix missing redirects in testsuite targets"
2020-08-06 Samuel Thibaulthtl: Enable tst-cancelx?[45]
2020-07-27 H.J. Lunptl: Zero-extend arguments to SETXID syscalls [BZ...
2020-06-29 Samuel Thibaulthtl: Enable cancel*16 an cancel*20 tests
2020-06-23 Samuel Thibaulthtl: Make sem_*wait cancellations points
2020-06-23 Samuel Thibaulthtl: Enable tst-cancel25 test
2020-06-17 Samuel Thibaultnptl: Remove now-spurious tst-cancelx9 references
2020-06-14 Samuel Thibaulthtl: Enable more cancellation tests
2020-06-10 Samuel Thibaulthtl: Enable more cancel tests
2020-06-08 Samuel Thibaultpthread: Move back linking rules to nptl and htl
2020-06-07 Samuel Thibaulthtl: Enable more tests
2020-06-07 Samuel Thibaulthtl: Enable but XFAIL tst-flock2, tst-signal1, tst...
2020-06-07 Samuel Thibaulthtl: Enable more tests
2020-06-07 Samuel Thibaulthtl: Add sem_clockwait support
2020-06-02 Florian Weimernptl: Add pthread_attr_setsigmask_np, pthread_attr_gets...
2020-06-02 Florian Weimernptl: Make pthread_attr_t dynamically extensible
2020-06-01 Samuel Thibaulthtl: Make pthread_cond_destroy wait for threads to...
2020-06-01 Samuel Thibaulthtl: Enable more cond tests
2020-05-26 Samuel Thibaulthtl: Add clock variants
2020-05-25 Florian Weimersignal: Deprecate additional legacy signal handling...
2020-05-20 Florian Weimernptl: Use __pthread_attr_copy in pthread_getattr_defaul...
2020-05-20 Florian Weimernptl: Add __pthread_attr_copy for copying pthread_attr_...
2020-05-20 Florian Weimernptl: Move pthread_gettattr_np into libc
2020-05-20 Florian Weimernptl: Move pthread_getaffinity_np into libc
2020-05-20 Florian Weimernptl: Move pthread_attr_setaffinity_np into libc
2020-05-20 Florian Weimernptl: Replace some stubs with the Linux implementation
2020-04-27 Florian Weimernptl/tst-setuid1-static: Improve isolation from system...
2020-04-21 Adhemerval Zanellasignal: Only handle on NSIG signals on signal functions...
2020-04-21 Adhemerval Zanellanptl: Move pthread_sigmask implementation to libc
2020-02-20 Florian Weimernptl: Move pthread_setschedparam implementation into...
2020-02-20 Florian Weimernptl: Move pthread_getschedparam implementation into...
2020-02-20 Florian Weimernptl: Move pthread_cond_init implementation into libc
2020-02-20 Florian Weimernptl: Move pthread_cond_destroy implementation into...
2020-02-20 Florian Weimernptl: Move pthread_condattr_init implementation into...
2020-02-20 Florian Weimernptl: Move pthread_condattr_destroy implementation...
2020-02-20 Florian Weimernptl: Move pthread_attr_setscope implementation into...
2020-02-20 Florian Weimernptl: Move pthread_attr_getscope implementation into...
2020-02-20 Florian Weimernptl: Move pthread_attr_setschedpolicy implementation...
2020-02-20 Florian Weimernptl: Move pthread_attr_getschedpolicy implementation...
2020-02-20 Florian Weimernptl: Sort routines list in Makefile alphabetically
2020-02-20 Florian Weimernptl: Use .NOTPARALLEL in Makefile only if actually...
2020-02-19 Adhemerval ZanellaBlock all signals on timer_create thread (BZ#10815)
2020-02-16 Samuel Thibaultpthread: Fix building tst-robust8 with nptl
2020-02-16 Samuel Thibaultpthread: Move robust mutex tests from nptl to sysdeps...
2020-02-15 Adhemerval Zanellanptl: Remove ununsed pthread-errnos.h rule
2020-02-10 Samuel Thibaultpthread: Move some join tests from nptl to sysdeps...
2020-02-10 Samuel Thibaultpthread: Move most barrier tests from nptl to sysdeps...
2020-02-10 Samuel Thibaultpthread: Move most sem tests from nptl to sysdeps/pthread
2020-02-10 Samuel Thibaultpthread: Move key tests from nptl to sysdeps/pthread
2020-02-09 Samuel Thibaultpthread: Move some rwlock tests from nptl to sysdeps...
2020-02-09 Samuel Thibaultpthread: Move most once tests from nptl to sysdeps...
2020-02-09 Samuel Thibaultpthread: Move most cond tests from nptl to sysdeps...
2020-02-09 Samuel Thibaultpthread: Move some attr tests from nptl to sysdeps...
2020-02-09 Samuel Thibaultpthread: Move most mutex tests from nptl to sysdeps...
2020-02-09 Samuel Thibaultpthread: Move spin tests from nptl to sysdeps/pthread
2020-02-09 Samuel Thibaultpthread: Move basic tests from nptl to sysdeps/pthread
2020-02-09 Samuel ThibaultC11 threads: Move implementation to sysdeps/pthread
2020-02-03 DJ DelorieRun nptl/tst-pthread-getattr in a container
2020-01-01 Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2019-12-19 Adhemerval Zanellanptl: Move waitpid implementation to libc
2019-12-19 Adhemerval Zanellanptl: Move wait implementation to libc
2019-12-03 Florian WeimerExpand $(as-needed) and $(no-as-needed) throughout...
2019-11-26 Adhemerval Zanellanptl: Add struct_rwlock.h
2019-11-26 Adhemerval Zanellanptl: Add struct_mutex.h
next