about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* Remove tls.h inclusion from internal errno.hAdhemerval Zanella2020-11-1371-70/+83
* nptl: Eliminate <smp.h> and __is_smpFlorian Weimer2020-11-139-121/+20
* powerpc: Eliminate UP macro conditionalsFlorian Weimer2020-11-133-14/+5
* x86: Remove UP macro. Define LOCK_PREFIX unconditionally.Florian Weimer2020-11-135-35/+5
* alpha: Remove UP preprocessor conditionalsFlorian Weimer2020-11-131-10/+4
* hurd: Make sure signals get startedSamuel Thibault2020-11-131-3/+3
* hurd: initialize libpthread before starting the signal threadSamuel Thibault2020-11-131-0/+6
* hurd: Make _hurd_libc_proc_init idempotentSamuel Thibault2020-11-131-11/+19
* powerpc: Add optimized stpncpy for POWER9Raphael M Zinsly2020-11-126-2/+135
* powerpc: Add optimized strncpy for POWER9Raphael M Zinsly2020-11-125-1/+391
* Don't use nested function in test-ffsSiddhesh Poyarekar2020-11-121-22/+14
* Use __builtin___stpncpy_chk when availableSiddhesh Poyarekar2020-11-121-1/+8
* tests: Remove NULL check for an arraySiddhesh Poyarekar2020-11-124-8/+0
* hurd: Move {,f,l}xstat{,at} and xmknod{at} to compat symbolsSamuel Thibault2020-11-1126-219/+510
* hurd: Notify the proc server later during initializationSamuel Thibault2020-11-113-11/+31
* htl: Initialize laterSamuel Thibault2020-11-119-122/+32
* htl: Keep thread signals blocked during its initializationSamuel Thibault2020-11-112-2/+13
* htl: Fix spurious symbols in namespacesSamuel Thibault2020-11-115-5/+5
* Use O_CLOEXEC in sysconf [BZ #26791]Maximilian Krüger2020-11-111-1/+1
* struct _Unwind_Exception alignment should not depend on compiler flagsFlorian Weimer2020-11-111-9/+15
* hurd: keep only required PLTs in ld.soSamuel Thibault2020-11-1117-34/+20
* hurd: Add missing startup callsSamuel Thibault2020-11-111-0/+16
* riscv: Get cache information through sysconfZong Li2020-11-101-0/+100
* RISC-V: Add _dl_start_user.Jim Wilson2020-11-101-1/+3
* linux: Allow adjtime with NULL argument [BZ #26833]Adhemerval Zanella2020-11-093-4/+54
* aarch64: Add unwind information to _start (bug 26853)Florian Weimer2020-11-091-4/+3
* bsd unlockpt: unlockpt needs to fail with EINVAL, not ENOTTYSamuel Thibault2020-11-081-1/+6
* Rearrange bsd_getpt vs bsd_openpt and implement posix_openpt on BSDSamuel Thibault2020-11-071-10/+8
* Remove __warndeclSiddhesh Poyarekar2020-11-053-74/+1
* Remove __warn_memset_zero_len [BZ #25399]Siddhesh Poyarekar2020-11-051-15/+0
* iconv: Accept redundant shift sequences in IBM1364 [BZ #26224]Arjun Shankar2020-11-043-19/+15
* msg: Remove redundant #include <sys/msg.h> headerLukasz Majewski2020-11-046-6/+0
* tst-setuid1-static-ENV: Add $(common-objpfx)nss [BZ #26820]H.J. Lu2020-11-031-1/+1
* aarch64: Add variant PCS lazy binding test [BZ #26798]Szabolcs Nagy2020-11-025-0/+288
* aarch64: Fix DT_AARCH64_VARIANT_PCS handling [BZ #26798]Szabolcs Nagy2020-11-021-8/+4
* hurd: Correct 'ethenet' spellingJonny Grant2020-10-311-1/+1
* Avoid -Wstringop-overflow warning in pthread_cleanup_push macrosJoseph Myers2020-10-302-10/+35
* Disable spurious -Warray-bounds for ypclnt.c (bug 26687)Joseph Myers2020-10-301-0/+8
* Do not use array parameter to new_composite_name (bug 26726)Joseph Myers2020-10-301-1/+1
* Disable spurious -Wstringop-overflow for setjmp/longjmp (bug 26647)Joseph Myers2020-10-303-0/+30
* malloc debug: fix compile error when enable macro MALLOC_DEBUG > 1liqingqing2020-10-301-2/+2
* tst-tcfree2: adjust coding style.liqingqing2020-10-301-4/+4
* elf: In ldconfig, extract the new_sub_entry function from search_dirFlorian Weimer2020-10-301-13/+21
* Use MPC 1.2.1 in build-many-glibcs.py.Joseph Myers2020-10-301-1/+1
* Argument Syntax: Use "option", @option, and @command.Carlos O'Donell2020-10-301-6/+6
* elf: Unify old and new format cache handling code in ld.soFlorian Weimer2020-10-302-146/+158
* x86: Restore processing of cache size tunables in init_cacheinfoFlorian Weimer2020-10-281-8/+4
* Make elf.h header self contained.Érico Rolim2020-10-281-6/+0
* x86: Optimizing memcpy for AMD Zen architecture.Sajan Karumanchi2020-10-281-6/+26
* Hurd: Fix ftime buildAdhemerval Zanella2020-10-272-25/+58