Update INSTALL with package versions that are known to work
[platform/upstream/glibc.git] / nptl /
2021-01-04 Jangwoong Kimnptl: Fix comment typo in pthread_cond_wait.c
2021-01-04 Florian Weimernptl: Remove set*id, set*gid files which are not built
2021-01-02 Paul EggertUpdate copyright dates not handled by scripts/update...
2021-01-02 Paul EggertUpdate copyright dates with scripts/update-copyrights
2020-12-16 Samuel Thibault{nptl,htl}/semaphoreP.h: clean up
2020-12-16 Samuel Thibaulthtl: Get sem_open/sem_close/sem_unlink support [BZ...
2020-12-16 Samuel Thibaultpthread: Move semaphore initialization for open to...
2020-12-01 Lucas A. M. Magalhaesnptl: Fix __futex_clocklock64 return error check [BZ...
2020-11-30 Lukasz Majewskiy2038: Convert aio_suspend to support 64 bit time
2020-11-27 Adhemerval Zanellanptl: Add EOVERFLOW checks for futex calls
2020-11-27 Adhemerval Zanellanptl: Fix PTHREAD_PRIO_PROTECT timed lock
2020-11-25 Adhemerval Zanellanptl: Return EINVAL for invalid clock for pthread_clock...
2020-11-25 Adhemerval Zanellanptl: Return EINVAL for pthread_mutex_clocklock/PI...
2020-11-25 Adhemerval Zanellanptl: Replace lll_futex_wake with futex-internal.h
2020-11-25 Adhemerval Zanellanptl: Replace lll_futex_supported_clockid with futex...
2020-11-25 Adhemerval Zanellanptl: Replace lll_futex_{timed_}wait by futex-internal.h
2020-11-25 Adhemerval Zanellanptl: Replace lll_timedwait with __futex_abstimed_wait64
2020-11-25 Adhemerval Zanellanptl: Replace __futex_clocklock_wait64 with __futex_abs...
2020-11-25 Adhemerval Zanellanptl: Remove _futex_clock_wait_bitset64
2020-11-25 Adhemerval Zanellanptl: Remove clockwait_tid
2020-11-25 Adhemerval Zanellanptl: Remove futex_wait_cancelable
2020-11-25 Adhemerval Zanellanptl: Remove unused internal futex functions
2020-11-16 Samuel ThibaultAdd {,sysdep-}ld-library-path make variable
2020-11-16 Florian Weimernptl: Move stack list variables into _rtld_global
2020-11-13 Florian Weimernptl: Eliminate <smp.h> and __is_smp
2020-11-03 H.J. Lutst-setuid1-static-ENV: Add $(common-objpfx)nss [BZ...
2020-10-30 Joseph MyersDisable spurious -Wstringop-overflow for setjmp/longjmp...
2020-10-21 Lukasz Majewskiy2038: nptl: Provide __futex_clock_wait_bitset64 to...
2020-10-15 Lukasz Majewskiy2038: nptl: Convert pthread_mutex_{clock|timed}lock...
2020-10-08 Andreas SchwabRevert "Fix missing redirects in testsuite targets"
2020-10-04 Lukasz Majewskiy2038: nptl: Convert pthread_rwlock_{clock|timed}{rd...
2020-10-02 Szabolcs Nagyaarch64: enforce >=64K guard size [BZ #26691]
2020-09-14 Lukasz Majewskiy2038: nptl: Convert sem_{clock|timed}wait to support...
2020-09-11 Adhemerval ZanellaRemove internal usage of extensible stat functions
2020-09-02 Lukasz Majewskiy2038: nptl: Convert pthread_cond_{clock|timed}wait...
2020-08-17 H.J. Lunptl: Handle NULL abstime [BZ #26394]
2020-08-13 Lukasz Majewskiy2038: nptl: Convert pthread_{clock|timed}join_np to...
2020-08-06 Samuel Thibaulthtl: Enable tst-cancelx?[45]
2020-08-06 Samuel Thibaulttst-cancel4: Make blocking on write more portable
2020-07-27 H.J. Lunptl: Zero-extend arguments to SETXID syscalls [BZ...
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
next