about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* tst: Add test for ntp_gettimexLukasz Majewski2021-03-232-1/+23
* tst: Add test for ntp_gettimeLukasz Majewski2021-03-232-1/+57
* fix: Always export ntp_gettimex functionLukasz Majewski2021-03-231-1/+1
* nptl: Remove MULTI_PAGE_ALIASING [BZ #23554]H.J. Lu2021-03-194-57/+0
* elf: Add EM_INTELGT for Intel Graphics TechnologyH.J. Lu2021-03-191-1/+2
* support: Use syscall function instead of INLINE_SYSCALL_CALLAdhemerval Zanella2021-03-181-1/+1
* signal: Add __libc_sigactionAdhemerval Zanella2021-03-1814-23/+48
* nptl: Move system to libcAdhemerval Zanella2021-03-1828-74/+0
* nptl: Move fcntl from libpthreadAdhemerval Zanella2021-03-1829-106/+0
* nptl: Remove sendmsg from libpthreadAdhemerval Zanella2021-03-1832-32/+1
* nptl: Remove recvmsg from libpthreadAdhemerval Zanella2021-03-1832-32/+2
* nptl: Remove sigwait from libpthreadAdhemerval Zanella2021-03-1831-31/+1
* nptl: Remove tcdrain from libpthreadAdhemerval Zanella2021-03-1831-32/+1
* nptl: Remove pause from libpthreadAdhemerval Zanella2021-03-1831-32/+1
* nptl: Remove msync from libpthreadAdhemerval Zanella2021-03-1831-32/+1
* nptl: Remove fsync from libpthreadAdhemerval Zanella2021-03-1831-32/+1
* nptl: Remove sendto from libpthreadAdhemerval Zanella2021-03-1832-32/+2
* nptl: Remove recvfrom from libpthreadAdhemerval Zanella2021-03-1832-32/+2
* nptl: Remove recv from libpthreadAdhemerval Zanella2021-03-1832-32/+3
* nptl: Remove connect from libpthreadAdhemerval Zanella2021-03-1832-62/+2
* nptl: Remove accept from libpthreadAdhemerval Zanella2021-03-1832-32/+1
* nptl: Remove close from libpthreadAdhemerval Zanella2021-03-1833-64/+4
* nptl: Remove read from libpthreadAdhemerval Zanella2021-03-1832-63/+2
* nptl: Remove write from libpthreadAdhemerval Zanella2021-03-1834-65/+4
* benchtests: Add ilogb* testsRaphael Moreira Zinsly2021-03-164-2/+35
* powerpc: Add optimized llogb* for POWER9Raphael Moreira Zinsly2021-03-162-0/+43
* powerpc: Add optimized ilogb* for POWER9Raphael Moreira Zinsly2021-03-163-1/+59
* glibcymbols.read_abilist: Add check for duplicate symbolsFlorian Weimer2021-03-161-1/+4
* scripts/glibcsymbols.py: Extract from scripts/move-symbol-to-libc.pyFlorian Weimer2021-03-162-62/+93
* Legacy unwinder: Remove definition of _Unwind_GetCFAFlorian Weimer2021-03-161-8/+0
* support: Pass environ to child processSiddhesh Poyarekar2021-03-161-1/+1
* powerpc: Update libm-test-ulpsMatheus Castanho2021-03-161-1/+1
* Build libc-start with stack protector for SHAREDSiddhesh Poyarekar2021-03-153-14/+20
* Build get-cpuid-feature-leaf.c without stack-protector [BZ #27555]Siddhesh Poyarekar2021-03-152-0/+4
* Add inhibit_stack_protector to ifuncmain9 [BZ #25680]David Hughes2021-03-151-0/+1
* support: Typo and formatting fixesSiddhesh Poyarekar2021-03-152-4/+4
* elf: ld.so --help calls _dl_init_paths without a main map [BZ #27577]Florian Weimer2021-03-152-3/+23
* x86: Handle _SC_LEVEL1_ICACHE_LINESIZE [BZ #27444]H.J. Lu2021-03-157-0/+79
* elf: Always set l in _dl_init_paths (bug 23462)Carlos O'Donell2021-03-123-35/+65
* s390x: Regenerate ULPs.Stefan Liebler2021-03-121-1/+3
* support: Add xpthread_killAdhemerval Zanella2021-03-123-0/+29
* nptl: Move fork into libcAdhemerval Zanella2021-03-1228-102/+0
* linux: Use __libc_single_threaded on forkAdhemerval Zanella2021-03-121-1/+2
* posix: Consolidate register-atforkAdhemerval Zanella2021-03-1210-219/+66
* nptl: Move Linux pthread_kill to nptlAdhemerval Zanella2021-03-122-66/+17
* io: Return UNSUPPORTED if filesystem do not support 64 bit timestampsAdhemerval Zanella2021-03-126-3/+101
* test-container: Always copy test-specific support files [BZ #27537]DJ Delorie2021-03-111-11/+12
* math: Remove mpa files (part 2) [BZ #15267]Wilco Dijkstra2021-03-1115-2452/+0
* math: Remove mpa files [BZ #15267]Wilco Dijkstra2021-03-1126-8099/+4
* math: Remove slow paths from atan2 [BZ #15267]Wilco Dijkstra2021-03-112-294/+40