about summary refs log tree commit diff
path: root/sysdeps/unix
Commit message (Expand)AuthorAgeFilesLines
* linux: Fix mq_timereceive check for 32 bit fallback code (BZ 29304)Adhemerval Zanella2022-06-301-1/+1
* hppa: Use END instead of PSEUDO_END in swapcontext.SJohn David Anglin2022-03-151-1/+1
* hppa: Implement swapcontext in assembler (bug 28960)John David Anglin2022-03-152-83/+72
* hppa: Revise gettext trampoline designJohn David Anglin2022-03-083-31/+35
* hppa: Fix swapcontextJohn David Anglin2022-03-083-7/+58
* Linux: Simplify __opensock and fix race condition [BZ #28353]Florian Weimer2022-02-032-116/+0
* aarch64: align stack in clone [BZ #27939]Szabolcs Nagy2022-01-261-0/+2
* Linux: Detect user namespace support in io/tst-getcwd-smallbuffFlorian Weimer2022-01-241-0/+18
* getcwd: Set errno to ERANGE for size == 1 (CVE-2021-3999)Siddhesh Poyarekar2022-01-242-1/+247
* powerpc64[le]: Allocate extra stack frame on syscall.SMatheus Castanho2021-12-171-0/+4
* S390: Add PCI_MIO and SIE HWCAPsStefan Liebler2021-10-071-0/+7
* MIPS: Setup errno for {f,l,}xstatJiaxun Yang2021-09-073-3/+9
* linux: Remove shmmax check from tst-sysvshm-linuxAdhemerval Zanella2021-08-221-12/+14
* librt: fix NULL pointer dereference (bug 28213)Nikita Popov2021-08-171-1/+1
* Fix use of __pthread_attr_copy in mq_notify (bug 27896)Florian Weimer2021-06-101-2/+9
* Use __pthread_attr_copy in mq_notify (bug 27896)Andreas Schwab2021-06-101-5/+10
* Remove PR_TAGGED_ADDR_ENABLE from sys/prctl.hSzabolcs Nagy2021-04-141-4/+0
* linux: always update select timeout (BZ #27706)Adhemerval Zanella2021-04-131-2/+2
* linux: Normalize and return timeout on select (BZ #27651)Adhemerval Zanella2021-04-131-9/+32
* io: Return EBAFD for negative file descriptor on fstat (BZ #27559)Adhemerval Zanella2021-03-112-0/+18
* ld.so: Implement the --list-diagnostics optionFlorian Weimer2021-03-021-0/+77
* S390: Add new hwcap values.Stefan Liebler2021-02-171-0/+2
* tunables: Simplify TUNABLE_SET interfaceSiddhesh Poyarekar2021-02-101-1/+1
* ia64: Fix brk call on statupAdhemerval Zanella2021-01-281-0/+22
* linux: mips: Fix getdents64 fallback on mips64-n32Adhemerval Zanella2021-01-222-24/+42
* x86-64: Update tst-glibc-hwcaps-2.c for x86-64 baselineH.J. Lu2021-01-221-1/+1
* powerpc64: Select POWER9 machine for the scv instructionFlorian Weimer2021-01-222-1/+7
* Revert "linux: Move {f}xstat{at} to compat symbols" for static buildAdhemerval Zanella2021-01-218-16/+17
* Use hidden visibility for early static PIE codeSzabolcs Nagy2021-01-211-0/+5
* <sys/platform/x86.h>: Remove the C preprocessor magicH.J. Lu2021-01-217-5/+4
* Use <startup.h> in __libc_init_secureH.J. Lu2021-01-191-2/+27
* ldconfig/x86: Store ISA level in cache and aux cacheH.J. Lu2021-01-1312-81/+295
* Add SEGV_MTEAERR and SEGV_MTESERR from Linux 5.10.Joseph Myers2021-01-061-1/+5
* stdlib: Sync canonicalize with gnulib [BZ #10635] [BZ #26592] [BZ #26341] [BZ...Adhemerval Zanella2021-01-051-1/+2
* alpha: Provide wait4 for static library [BZ #27150]Adhemerval Zanella2021-01-051-0/+2
* Update copyright dates not handled by scripts/update-copyrights.Paul Eggert2021-01-021-1/+1
* Update copyright dates with scripts/update-copyrightsPaul Eggert2021-01-021500-1500/+1500
* aarch64: use PTR_ARG and SIZE_ARG instead of DELOUSESzabolcs Nagy2020-12-314-10/+9
* powerpc: Use scv instruction on clone when availableMatheus Castanho2020-12-301-3/+30
* powerpc: Runtime selection between sc and scv for syscallsMatheus Castanho2020-12-304-31/+88
* io: Remove xmknod{at} implementationsAdhemerval Zanella2020-12-292-29/+2
* io: Remove xstat implementationsAdhemerval Zanella2020-12-291-1/+3
* aarch64: Add sysv specific enabling code for memory taggingRichard Earnshaw2020-12-214-0/+34
* linux: Add compatibility definitions to sys/prctl.h for MTERichard Earnshaw2020-12-211-0/+18
* alpha: Remove anonymous union in struct stat [BZ #27042]Matt Turner2020-12-213-63/+66
* Update kernel version to 5.10 in tst-mman-consts.py.Joseph Myers2020-12-171-1/+1
* Update syscall lists for Linux 5.10.Joseph Myers2020-12-1626-2/+28
* Fix spelling and grammar in several commentsJonny Grant2020-12-121-2/+1
* linux: Consolidate brk implementationAdhemerval Zanella2020-12-1036-745/+60
* Fix parsing of /sys/devices/system/cpu/online (bug 25859)Andreas Schwab2020-12-091-2/+3