aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-11-25timezone: Change zdump installation to bin directoryPrasanth R1-1/+2
2020-11-25nptl: Return EINVAL for invalid clock for pthread_clockjoin_npAdhemerval Zanella4-1/+92
2020-11-25nptl: Return EINVAL for pthread_mutex_clocklock/PI with CLOCK_MONOTONIC [BZ #...Adhemerval Zanella5-1/+80
2020-11-25nptl: Replace lll_futex_wake with futex-internal.hAdhemerval Zanella3-12/+7
2020-11-25nptl: Replace lll_futex_supported_clockid with futex-internal.hAdhemerval Zanella1-1/+1
2020-11-25nptl: Replace lll_futex_{timed_}wait by futex-internal.hAdhemerval Zanella4-12/+14
2020-11-25nptl: Replace lll_timedwait with __futex_abstimed_wait64Adhemerval Zanella4-97/+2
2020-11-25nptl: Replace __futex_clocklock_wait64 with __futex_abstimed_wait64Adhemerval Zanella3-63/+5
2020-11-25nptl: Remove _futex_clock_wait_bitset64Adhemerval Zanella3-54/+4
2020-11-25nptl: Consolidate __futex_abstimed_wait_{cancelable}64Adhemerval Zanella1-76/+35
2020-11-25nptl: Extend __futex_abstimed_wait_cancelable64 commentAdhemerval Zanella2-9/+13
2020-11-25nptl: Remove clockwait_tidAdhemerval Zanella2-107/+18
2020-11-25nptl: Remove futex_wait_cancelableAdhemerval Zanella2-49/+2
2020-11-25nptl: Remove unused internal futex functionsAdhemerval Zanella2-100/+1
2020-11-25Mark mtrace tests UNSUPPORTED if bug-ga2.mtrace or tst-leaks2.mtrace are missingStefan Liebler2-2/+6
2020-11-24elf: Fix uninitialized variable for _dl_writeShuo Wang1-1/+1
2020-11-24powerpc: Make PT_THREAD_POINTER available to assembly codeMatheus Castanho1-10/+16
2020-11-23Use libnss_files.so for tests posix/bug-ga2 and resolv/tst-leaks2 [BZ #26821]Stefan Liebler9-15/+23
2020-11-23hurd report-wait: Fix stpcpy usageSamuel Thibault1-29/+49
2020-11-23hurd S_msg_report_wait: Fix detecting fd portsSamuel Thibault1-1/+1
2020-11-23hurd S_msg_report_wait: Fix reporting portsSamuel Thibault1-1/+1
2020-11-22hurd: Fix strcpy callsSamuel Thibault1-3/+4
2020-11-22hurd: Fix _S_msg_get/set_env_variable prototypeSamuel Thibault1-3/+3
2020-11-16hurd: Enable using ifuncSamuel Thibault2-6/+0
2020-11-16Add {,sysdep-}ld-library-path make variableSamuel Thibault6-5/+10
2020-11-16nptl: Move stack list variables into _rtld_globalFlorian Weimer37-184/+243
2020-11-15hurd: let _dl_argv and __libc_stack_end be relroSamuel Thibault1-7/+0
2020-11-15hurd: Remove some remnants of cthreadsSamuel Thibault27-80/+77
2020-11-14nanosleep: Pass NULL when rem == NULL on ports with __TIMESIZE != 64Lukasz Majewski2-2/+3
2020-11-14y2038: Convert thrd_sleep to support 64 bit timeLukasz Majewski2-0/+60
2020-11-14y2038: Convert mtx_timedlock to support 64 bit timeLukasz Majewski2-0/+47
2020-11-14y2038: Convert cnd_timedwait to support 64 bit timeLukasz Majewski2-0/+71
2020-11-14hurd: Drop CLOCK_MONOTONIC change which slipped inSamuel Thibault1-1/+0
2020-11-14hurd: make ptsname fail with ENOTTY on non-master-ptySamuel Thibault1-0/+8
2020-11-14mach: Add missing assert.h includeSamuel Thibault1-0/+2
2020-11-14hurd: break relocation loop between libc.so and lib{mach,hurd}user.soSamuel Thibault5-15/+44
2020-11-13Remove obsolete defines for HPUX support from fcntl.h and update O_NONBLOCK.John David Anglin1-4/+1
2020-11-13Remove tls.h inclusion from internal errno.hAdhemerval Zanella71-70/+83
2020-11-13nptl: Eliminate <smp.h> and __is_smpFlorian Weimer9-121/+20
2020-11-13powerpc: Eliminate UP macro conditionalsFlorian Weimer3-14/+5
2020-11-13x86: Remove UP macro. Define LOCK_PREFIX unconditionally.Florian Weimer5-35/+5
2020-11-13alpha: Remove UP preprocessor conditionalsFlorian Weimer1-10/+4
2020-11-13hurd: Make sure signals get startedSamuel Thibault1-3/+3
2020-11-13hurd: initialize libpthread before starting the signal threadSamuel Thibault1-0/+6
2020-11-13hurd: Make _hurd_libc_proc_init idempotentSamuel Thibault1-11/+19
2020-11-12powerpc: Add optimized stpncpy for POWER9Raphael M Zinsly6-2/+135
2020-11-12powerpc: Add optimized strncpy for POWER9Raphael M Zinsly5-1/+391
2020-11-12Don't use nested function in test-ffsSiddhesh Poyarekar1-22/+14
2020-11-12Use __builtin___stpncpy_chk when availableSiddhesh Poyarekar1-1/+8
2020-11-12tests: Remove NULL check for an arraySiddhesh Poyarekar4-8/+0