aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/unix
AgeCommit message (Expand)AuthorFilesLines
2025-04-25linux/termio: remove <termio.h> and struct termioH. Peter Anvin5-46/+0
2025-04-22Add AT_* constants from Linux 6.12Joseph Myers1-0/+2
2025-04-08stdlib: Implement C2Y uabs, ulabs, ullabs and uimaxabsLenard Mollenkopf32-0/+128
2025-04-02sysdeps: powerpc: restore -mlong-double-128 checkSam James2-0/+117
2025-04-01Update syscall lists for Linux 6.14Joseph Myers1-2/+2
2025-03-31Raise the minimum GCC version to 12.1 [BZ #32539]H.J. Lu2-117/+0
2025-03-31aarch64: Fix _dl_tlsdesc_dynamic unwind for pac-ret (BZ 32612)Adhemerval Zanella3-0/+88
2025-03-27Implement C23 pownJoseph Myers30-0/+209
2025-03-25linux: Fix integer overflow warnings when including <sys/mount.h> [BZ #32708]Collin Funk1-1/+1
2025-03-24Add _FORTIFY_SOURCE support for inet_ptonAaron Merey32-0/+32
2025-03-24Update kernel version to 6.13 in header constant testsJoseph Myers3-4/+4
2025-03-21debug: Improve '%n' fortify detection (BZ 30932)Adhemerval Zanella1-13/+8
2025-03-21Add _FORTIFY_SOURCE support for inet_ntopFrédéric Bérat32-0/+32
2025-03-14Implement C23 powrJoseph Myers30-0/+209
2025-03-13elf: Canonicalize $ORIGIN in an explicit ld.so invocation [BZ 25263]Adhemerval Zanella1-0/+23
2025-03-12Update syscall lists for Linux 6.13Joseph Myers26-2/+106
2025-03-12Linux: Add new test misc/tst-sched_setattr-threadFlorian Weimer2-0/+117
2025-03-12Linux: Remove attribute access from sched_getattr (bug 32781)Florian Weimer1-1/+1
2025-03-12Linux: Add the pthread_gettid_np function (bug 27880)Florian Weimer32-0/+32
2025-03-07nptl: extend test coverage for sched_yieldSergey Kolosov2-3/+38
2025-03-07Implement C23 rsqrtJoseph Myers30-0/+209
2025-03-05sysdeps: linux: Add BTRFS_SUPER_MAGIC to pathconfRonan Pigott2-0/+4
2025-03-05linux: Prefix AT_HWCAP with 0x on LD_SHOW_AUXVAdhemerval Zanella1-4/+4
2025-03-05Remove dl-procinfo.hAdhemerval Zanella2-6/+0
2025-03-05powerpc: Remove unused dl-procinfo.hAdhemerval Zanella2-0/+2
2025-03-05powerpc: Move AT_HWCAP descriptions to ld diagnosticsAdhemerval Zanella5-118/+179
2025-02-28Remove unused dl-procinfo.hWilco Dijkstra9-299/+4
2025-02-24AArch64: Remove LP64 and ILP32 ifdefsWilco Dijkstra3-29/+7
2025-02-24AArch64: Cleanup pointer manglingWilco Dijkstra1-24/+11
2025-02-24AArch64: Remove PTR_REG definesWilco Dijkstra1-1/+1
2025-02-24AArch64: Remove PTR_ARG/SIZE_ARG definesWilco Dijkstra5-13/+0
2025-02-21nptl: clear the whole rseq area before registrationMichael Jeanson1-6/+5
2025-02-21aarch64: Add GCS test with signal handlerYury Khrustalev2-0/+106
2025-02-21aarch64: Add GCS tests for dlopenYury Khrustalev7-0/+100
2025-02-21aarch64: Add GCS tests for transitive dependenciesYury Khrustalev11-16/+195
2025-02-21aarch64: Add tests for Guarded Control StackYury Khrustalev15-1/+186
2025-02-15Fix tst-aarch64-pkey to handle ENOSPC as not supportedAurelien Jarno1-0/+4
2025-01-30ld.so: Decorate BSS mappingsPetr Malat2-12/+41
2025-01-30nptl: Add support for setup guard pages with MADV_GUARD_INSTALLAdhemerval Zanella1-0/+2
2025-01-21aarch64: Add HWCAP_GCSYury Khrustalev2-4/+1
2025-01-20Linux: Do not check unused bytes after sched_getattr in tst-sched_setattrFlorian Weimer1-11/+0
2025-01-20aarch64: Use __alloc_gcs in makecontextSzabolcs Nagy1-30/+8
2025-01-20aarch64: Process gnu properties in static exeSzabolcs Nagy1-0/+14
2025-01-20aarch64: Enable GCS in static linked exeSzabolcs Nagy1-0/+48
2025-01-20aarch64: Add glibc.cpu.aarch64_gcs tunableSzabolcs Nagy2-0/+45
2025-01-20aarch64: Add GCS support for makecontextSzabolcs Nagy2-2/+63
2025-01-20aarch64: Add GCS support for setcontextSzabolcs Nagy4-9/+83
2025-01-20aarch64: Add GCS support to vforkSzabolcs Nagy1-1/+6
2025-01-16Linux: Add tests that check that TLS and rseq area are separateFlorian Weimer6-0/+213
2025-01-16Linux: Fixes for getrandom fork handlingFlorian Weimer1-3/+23