about summary refs log tree commit diff
path: root/sysdeps
Commit message (Expand)AuthorAgeFilesLines
* Add {,sysdep-}ld-library-path make variableSamuel Thibault2020-11-161-0/+2
* nptl: Move stack list variables into _rtld_globalFlorian Weimer2020-11-1620-39/+96
* hurd: let _dl_argv and __libc_stack_end be relroSamuel Thibault2020-11-151-7/+0
* hurd: Remove some remnants of cthreadsSamuel Thibault2020-11-159-10/+14
* nanosleep: Pass NULL when rem == NULL on ports with __TIMESIZE != 64Lukasz Majewski2020-11-142-2/+3
* y2038: Convert thrd_sleep to support 64 bit timeLukasz Majewski2020-11-142-0/+60
* y2038: Convert mtx_timedlock to support 64 bit timeLukasz Majewski2020-11-142-0/+47
* y2038: Convert cnd_timedwait to support 64 bit timeLukasz Majewski2020-11-142-0/+71
* hurd: Drop CLOCK_MONOTONIC change which slipped inSamuel Thibault2020-11-141-1/+0
* hurd: make ptsname fail with ENOTTY on non-master-ptySamuel Thibault2020-11-141-0/+8
* mach: Add missing assert.h includeSamuel Thibault2020-11-141-0/+2
* hurd: break relocation loop between libc.so and lib{mach,hurd}user.soSamuel Thibault2020-11-141-0/+12
* Remove obsolete defines for HPUX support from fcntl.h and update O_NONBLOCK.John David Anglin2020-11-131-4/+1
* Remove tls.h inclusion from internal errno.hAdhemerval Zanella2020-11-1359-64/+72
* nptl: Eliminate <smp.h> and __is_smpFlorian Weimer2020-11-133-78/+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
* powerpc: Add optimized stpncpy for POWER9Raphael M Zinsly2020-11-126-2/+135
* powerpc: Add optimized strncpy for POWER9Raphael M Zinsly2020-11-125-1/+391
* hurd: Move {,f,l}xstat{,at} and xmknod{at} to compat symbolsSamuel Thibault2020-11-1125-188/+510
* hurd: Notify the proc server later during initializationSamuel Thibault2020-11-112-0/+6
* htl: Initialize laterSamuel Thibault2020-11-116-116/+29
* 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-117-26/+6
* 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-091-3/+8
* 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
* msg: Remove redundant #include <sys/msg.h> headerLukasz Majewski2020-11-046-6/+0
* 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-301-10/+27
* elf: Unify old and new format cache handling code in ld.soFlorian Weimer2020-10-301-4/+13
* x86: Restore processing of cache size tunables in init_cacheinfoFlorian Weimer2020-10-281-8/+4
* x86: Optimizing memcpy for AMD Zen architecture.Sajan Karumanchi2020-10-281-6/+26
* Hurd: Fix ftime buildAdhemerval Zanella2020-10-271-0/+54
* Add IP_RECVERR_RFC4884 and IPV6_RECVERR_RFC4884 from Linux 5.9.Joseph Myers2020-10-271-0/+2
* Reinstate ftime and add deprecate message on ftime usageAdhemerval Zanella2020-10-271-0/+1
* Update kernel version to 5.9 in tst-mman-consts.py.Joseph Myers2020-10-261-1/+1
* Update syscall lists for Linux 5.9.Joseph Myers2020-10-2326-2/+28
* y2038: nptl: Provide __futex_clock_wait_bitset64 to support 64 bit bitsetLukasz Majewski2020-10-212-1/+52
* C-SKY: Make dynamic linker's name compitable with the older gcc.Cooper Qu2020-10-211-9/+26