about summary refs log tree commit diff
path: root/sysdeps
Commit message (Expand)AuthorAgeFilesLines
* x86: Remove .tfloat usageAdhemerval Zanella2022-10-039-26/+47
* hppa: Fix initialization of dp register [BZ 29635]John David Anglin2022-10-011-5/+19
* malloc: Do not clobber errno on __getrandom_nocancel (BZ #29624)Adhemerval Zanella2022-09-302-3/+11
* stdlib: Fix __getrandom_nocancel type and arc4random usage (BZ #29638)Adhemerval Zanella2022-09-301-1/+1
* LoongArch: Add static PIE supportXi Ruoyao2022-09-303-3/+95
* x86: Fix wcsnlen-avx2 page cross length comparison [BZ #29591]Noah Goldstein2022-09-281-5/+2
* Update _FloatN header support for C++ in GCC 13Joseph Myers2022-09-285-15/+15
* hurd: Fix typoSamuel Thibault2022-09-281-1/+1
* get_nscd_addresses: Fix subscript typos [BZ #29605]Jörg Sonnenberger2022-09-281-3/+3
* hurd: Increase SOMAXCONN to 4096Samuel Thibault2022-09-271-1/+1
* Use atomic_exchange_release/acquireWilco Dijkstra2022-09-2623-28/+28
* Use C11 atomics instead of atomic_decrement_and_testWilco Dijkstra2022-09-231-1/+1
* Use C11 atomics instead of atomic_increment(_val)Wilco Dijkstra2022-09-231-3/+3
* riscv: Remove RV32 floating point functionsAlistair Francis2022-09-218-132/+40
* riscv: Consolidate the libm-test-ulpsAlistair Francis2022-09-214-1406/+0
* hurd: Fix SIOCADD/DELRT ioctlsSamuel Thibault2022-09-211-2/+2
* hurd: Drop struct rtentry and in6_rtmsgSamuel Thibault2022-09-211-38/+0
* hurd: Add _IOT_ifrtreq to <net/route.h>Damien Zammit2022-09-211-0/+1
* hurd: Use IF_NAMESIZE rather than IFNAMSIZSamuel Thibault2022-09-211-1/+1
* hurd: Add ifrtreq structure to net/route.hDamien Zammit2022-09-211-0/+17
* hppa: undef __ASSUME_SET_ROBUST_LISTJohn David Anglin2022-09-201-0/+3
* linux: Use same type for MMAP2_PAGE_UNITAdhemerval Zanella2022-09-204-4/+4
* m68k: Enforce 4-byte alignment on internal locks (BZ #29537)Adhemerval Zanella2022-09-204-2/+59
* Linux: Do not skip d_ino == 0 entries in readdir, readdir64 (bug 12165)Florian Weimer2022-09-192-108/+69
* hurd: Factorize at/non-at functionsSamuel Thibault2022-09-1726-226/+116
* RISC-V: Allow long jumps to __syscall_errorŁukasz Stelmach2022-09-166-6/+6
* hurd: Make readlink* just reopen the file used for statSamuel Thibault2022-09-152-24/+40
* hurd: Fix readlink() hanging on fifoSamuel Thibault2022-09-142-2/+8
* Use relaxed atomics since there is no MO dependenceWilco Dijkstra2022-09-131-7/+1
* Use C11 atomics instead atomic_add(_zero)Wilco Dijkstra2022-09-091-3/+3
* errlist: add missing entry for EDEADLOCK (bug 29545)Andreas Schwab2022-09-081-0/+3
* Do not define static_assert or thread_local in headers for C2xJoseph Myers2022-09-071-1/+3
* elf: Rename _dl_sort_maps parameter from skip to force_firstFlorian Weimer2022-09-061-2/+4
* math: x86: Use prefix for FP_INIT_ROUNDMODEAdhemerval Zanella2022-09-051-1/+7
* LoongArch: Add soft float support.caiyinyu2022-09-0116-19/+164
* nptl: x86_64: Use same code for CURRENT_STACK_FRAME and stackinfo_get_spAdhemerval Zanella2022-08-312-2/+6
* posix: Fix macro expansion producing 'defined' has undefined behaviorAdhemerval Zanella2022-08-301-3/+7
* S390: Always use svc 0Stefan Liebler2022-08-3013-66/+46
* LoongArch: Use __builtin_{fmax,fmaxf,fmin,fminf} with GCC >= 13Xi Ruoyao2022-08-302-0/+20
* LoongArch: Fix ptr mangling/demangling features.caiyinyu2022-08-303-19/+18
* Makeconfig: Set pie-ccflag to -fPIE by default [BZ# 29514]Richard Henderson2022-08-291-3/+0
* hurd: Fix vm_size_t incoherenciesSamuel Thibault2022-08-296-7/+10
* mach: Make xpg_strerror_r set a message on errorSamuel Thibault2022-08-271-6/+10
* mach: Fix incoherency between perror and strerrorSamuel Thibault2022-08-271-1/+1
* csu: Change start code license to have link exceptionSzabolcs Nagy2022-08-264-10/+76
* s390: Move hwcaps/platform names out of _rtld_global_roFlorian Weimer2022-08-255-64/+44
* Revert "Detect ld.so and libc.so version inconsistency during startup"Florian Weimer2022-08-251-4/+0
* Detect ld.so and libc.so version inconsistency during startupFlorian Weimer2022-08-241-0/+4
* Merge _GL_UNUSED C23 patch from GnulibPaul Eggert2022-08-231-2/+2
* LoongArch: Fix dl-machine.h code formatting.Xi Ruoyao2022-08-241-8/+4