aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-03-23hurd: handle EINTR during critical sectionsSamuel Thibault29-4/+139
2021-03-23tst: Add test for sigtimedwaitLukasz Majewski2-1/+63
2021-03-23tst: Provide test for selectLukasz Majewski2-1/+72
2021-03-23tst: Add test for ntp_gettimexLukasz Majewski2-1/+23
2021-03-23tst: Add test for ntp_gettimeLukasz Majewski2-1/+57
2021-03-23fix: Always export ntp_gettimex functionLukasz Majewski1-1/+1
2021-03-19nptl: Remove MULTI_PAGE_ALIASING [BZ #23554]H.J. Lu4-57/+0
2021-03-19elf: Add EM_INTELGT for Intel Graphics TechnologyH.J. Lu1-1/+2
2021-03-18support: Use syscall function instead of INLINE_SYSCALL_CALLAdhemerval Zanella1-1/+1
2021-03-18signal: Add __libc_sigactionAdhemerval Zanella14-23/+48
2021-03-18nptl: Move system to libcAdhemerval Zanella28-74/+0
2021-03-18nptl: Move fcntl from libpthreadAdhemerval Zanella29-106/+0
2021-03-18nptl: Remove sendmsg from libpthreadAdhemerval Zanella32-32/+1
2021-03-18nptl: Remove recvmsg from libpthreadAdhemerval Zanella32-32/+2
2021-03-18nptl: Remove sigwait from libpthreadAdhemerval Zanella31-31/+1
2021-03-18nptl: Remove tcdrain from libpthreadAdhemerval Zanella31-32/+1
2021-03-18nptl: Remove pause from libpthreadAdhemerval Zanella31-32/+1
2021-03-18nptl: Remove msync from libpthreadAdhemerval Zanella31-32/+1
2021-03-18nptl: Remove fsync from libpthreadAdhemerval Zanella31-32/+1
2021-03-18nptl: Remove sendto from libpthreadAdhemerval Zanella32-32/+2
2021-03-18nptl: Remove recvfrom from libpthreadAdhemerval Zanella32-32/+2
2021-03-18nptl: Remove recv from libpthreadAdhemerval Zanella32-32/+3
2021-03-18nptl: Remove connect from libpthreadAdhemerval Zanella32-62/+2
2021-03-18nptl: Remove accept from libpthreadAdhemerval Zanella32-32/+1
2021-03-18nptl: Remove close from libpthreadAdhemerval Zanella33-64/+4
2021-03-18nptl: Remove read from libpthreadAdhemerval Zanella32-63/+2
2021-03-18nptl: Remove write from libpthreadAdhemerval Zanella34-65/+4
2021-03-16benchtests: Add ilogb* testsRaphael Moreira Zinsly4-2/+35
2021-03-16powerpc: Add optimized llogb* for POWER9Raphael Moreira Zinsly2-0/+43
2021-03-16powerpc: Add optimized ilogb* for POWER9Raphael Moreira Zinsly3-1/+59
2021-03-16glibcymbols.read_abilist: Add check for duplicate symbolsFlorian Weimer1-1/+4
2021-03-16scripts/glibcsymbols.py: Extract from scripts/move-symbol-to-libc.pyFlorian Weimer2-62/+93
2021-03-16Legacy unwinder: Remove definition of _Unwind_GetCFAFlorian Weimer1-8/+0
2021-03-16support: Pass environ to child processSiddhesh Poyarekar1-1/+1
2021-03-16powerpc: Update libm-test-ulpsMatheus Castanho1-1/+1
2021-03-15Build libc-start with stack protector for SHAREDSiddhesh Poyarekar3-14/+20
2021-03-15Build get-cpuid-feature-leaf.c without stack-protector [BZ #27555]Siddhesh Poyarekar2-0/+4
2021-03-15Add inhibit_stack_protector to ifuncmain9 [BZ #25680]David Hughes1-0/+1
2021-03-15support: Typo and formatting fixesSiddhesh Poyarekar2-4/+4
2021-03-15elf: ld.so --help calls _dl_init_paths without a main map [BZ #27577]Florian Weimer2-3/+23
2021-03-15x86: Handle _SC_LEVEL1_ICACHE_LINESIZE [BZ #27444]H.J. Lu7-0/+79
2021-03-12elf: Always set l in _dl_init_paths (bug 23462)Carlos O'Donell3-35/+65
2021-03-12s390x: Regenerate ULPs.Stefan Liebler1-1/+3
2021-03-12support: Add xpthread_killAdhemerval Zanella3-0/+29
2021-03-12nptl: Move fork into libcAdhemerval Zanella28-102/+0
2021-03-12linux: Use __libc_single_threaded on forkAdhemerval Zanella1-1/+2
2021-03-12posix: Consolidate register-atforkAdhemerval Zanella10-219/+66
2021-03-12nptl: Move Linux pthread_kill to nptlAdhemerval Zanella2-66/+17
2021-03-12io: Return UNSUPPORTED if filesystem do not support 64 bit timestampsAdhemerval Zanella6-3/+101
2021-03-11test-container: Always copy test-specific support files [BZ #27537]DJ Delorie1-11/+12