Disable warnings due to deprecated libselinux symbols used by nss and nscd
[platform/upstream/glibc.git] / nptl /
2020-07-16 Florian WeimerLinux: Remove rseq support
2020-07-07 Adhemerval Zanellastring: Remove old TLS usage on strsignal
2020-07-07 Adhemerval Zanellalinux: Fix __NSIG_WORDS and add __NSIG_BYTES
2020-07-06 Florian WeimerAdd the __libc_single_threaded variable
2020-07-06 Mathieu DesnoyersLinux: Perform rseq registration at C startup and threa...
2020-07-05 Samuel Thibaulttst-cancel4: deal with ENOSYS errors
2020-06-29 Samuel Thibaulthtl: Enable cancel*16 an cancel*20 tests
2020-06-26 Samuel Thibaulttst-cancel4-common.c: fix calling socketpair
2020-06-25 Szabolcs Nagynptl: Don't madvise user provided stack
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-02 Florian Weimernptl: Destroy the default thread attribute as part...
2020-06-02 Florian Weimernptl: Change type of __default_pthread_attr
2020-06-02 Florian Weimernptl: Use __pthread_attr_setaffinity_np in pthread_geta...
2020-06-02 Florian Weimernptl: Use __pthread_getattr_default_np in pthread_create
2020-06-02 Florian Weimernptl: Add internal alias __pthread_getattr_default_np
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_setattr_default_np
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: Make __pthread_attr_init, __pthread_attr_destroy...
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-05-12 Andreas Schwabnptl: wait for pending setxid request also in detached...
2020-04-27 Florian Weimernptl/tst-setuid1-static: Improve isolation from system...
2020-04-27 Florian Weimernptl: Start new threads with all signals blocked [BZ...
2020-04-21 Adhemerval Zanellasignal: Only handle on NSIG signals on signal functions...
2020-04-21 Adhemerval Zanellalinux: Use pthread_sigmask on sigprocmask
2020-04-21 Adhemerval Zanellanptl: Move pthread_sigmask implementation to libc
2020-03-03 Florian WeimerLinux: set_robust_list syscall number is always available
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-18 Florian WeimerIntroduce <elf-initfini.h> and ELF_INITFINI for all...
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 Zanellalinux: Remove INTERNAL_SYSCALL_DECL
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-09 Samuel ThibaultC11 threads: make thrd_join more portable
2020-02-09 Samuel ThibaultC11 threads: Fix thrd_t / pthread_t compatibility assertion
2020-02-09 Samuel ThibaultC11 threads: do not require PTHREAD_DESTRUCTOR_ITERATIONS
2020-02-09 Samuel Thibaultnptl: Move nptl-specific types to separate header
2020-02-03 DJ DelorieRun nptl/tst-pthread-getattr in a container
2020-01-01 Joseph MyersUpdate copyright dates not handled by scripts/update...
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-09 Adhemerval Zanellanptl: Add more missing placeholder abi symbol from...
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
2019-11-26 Adhemerval Zanellanptl: Add tests for internal pthread_rwlock_t offsets
2019-11-26 Adhemerval Zanellanptl: Cleanup mutex internal offset tests
2019-11-06 Adhemerval Zanellanptl: Refactor thrd_sleep in terms of clock_nanosleep
2019-11-06 Adhemerval Zanellanptl: Move nanosleep implementation to libc
2019-11-01 Mike Crowenptl: Add pthread_timedjoin_np, pthread_clockjoin_np...
2019-11-01 Mike Crowenptl: Add pthread_clockjoin_np
2019-11-01 Mike Crowenptl: Convert tst-join3 to use libsupport
2019-10-31 Adhemerval ZanellaRefactor PI mutexes internal definitions
2019-10-31 Adhemerval Zanellanptl: Replace non cancellable pause/nanosleep with...
2019-10-30 Zack WeinbergChange most internal uses of __gettimeofday to __clock_...
2019-10-27 Lukasz Majewskitime: Introduce function to check correctness of nanose...
2019-10-18 Carlos O'Donellnptl: Document AS-safe functions in cancellation.c.
next