about summary refs log tree commit diff
path: root/sysdeps/unix/sysv
Commit message (Expand)AuthorAgeFilesLines
* Update syscall lists for Linux 6.5Joseph Myers2024-08-0128-2/+31
* Add mremap testsH.J. Lu2024-08-013-0/+94
* linux: Update the mremap C implementation [BZ #31968]H.J. Lu2024-08-011-1/+13
* Linux: Make __rseq_size useful for feature detection (bug 31965)Florian Weimer2024-07-162-3/+30
* elf: Make dl-rseq-symbols Linux onlyAdhemerval Zanella2024-07-162-0/+68
* misc: Add support for Linux uio.h RWF_NOAPPEND flagStafford Horne2024-05-291-0/+1
* login: structs utmp, utmpx, lastlog _TIME_BITS independence (bug 30701)Florian Weimer2024-04-193-4/+23
* AArch64: Check kernel version for SVE ifuncsWilco Dijkstra2024-04-102-0/+49
* AArch64: Remove Falkor memcpyWilco Dijkstra2024-04-102-7/+0
* AArch64: Add support for MOPS memcpy/memmove/memsetWilco Dijkstra2024-04-102-0/+4
* Add HWCAP2_MOPS from Linux 6.5 to AArch64 bits/hwcap.hJoseph Myers2024-04-101-0/+1
* linux: Use rseq area unconditionally in sched_getcpu (bug 31479)Florian Weimer2024-03-181-8/+0
* S390: Do not clobber r7 in clone [BZ #31402]Stefan Liebler2024-02-273-13/+65
* malloc: Use __get_nprocs on arena_get2 (BZ 30945)Adhemerval Zanella2024-02-121-1/+1
* sparc: Remove unwind information from signal return stubs [BZ #31244]Daniel Cederman2024-02-021-4/+7
* sparc64: Remove unwind information from signal return stubs [BZ#31244]Adhemerval Zanella2024-02-021-2/+5
* io: Fix record locking contants for powerpc64 with __USE_FILE_OFFSET64Aurelien Jarno2023-09-071-1/+1
* sysdeps: tst-bz21269: fix -Wreturn-typeSam James2023-08-241-2/+0
* sysdeps: tst-bz21269: handle ENOSYS & skip appropriatelySam James2023-08-241-1/+10
* sysdeps: tst-bz21269: fix test parameterSam James2023-08-241-1/+1
* nscd: Do not rebuild getaddrinfo (bug 30709)Florian Weimer2023-08-111-16/+1
* linux: Fix i686 with gcc6Adhemerval Zanella Netto2023-07-261-0/+9
* Include sys/rseq.h in tst-rseq-disable.cStefan Liebler2023-07-251-0/+1
* configure: Use autoconf 2.71Siddhesh Poyarekar2023-07-1726-272/+376
* s390: Add the clone3 wrapperAdhemerval Zanella2023-07-133-0/+157
* LoongArch: Add vector implementation for _dl_runtime_resolve.caiyinyu2023-07-112-0/+66
* Exclude routines from fortificationFrédéric Bérat2023-07-051-0/+3
* hppa: xfail debug/tst-ssp-1 when have-ssp is yes (gcc-12 and later)John David Anglin2023-07-011-0/+4
* aarch64: Add vector implementations of exp routinesJoe Ramsay2023-06-301-0/+4
* aarch64: Add vector implementations of log routinesJoe Ramsay2023-06-301-0/+4
* aarch64: Add vector implementations of sin routinesJoe Ramsay2023-06-301-0/+4
* Update syscall lists for Linux 6.4Joseph Myers2023-06-285-2/+7
* linux: Return unsupported if procfs can not be mount on tst-ttyname-namespaceAdhemerval Zanella2023-06-281-12/+16
* linux: Split tst-ttynameAdhemerval Zanella2023-06-284-206/+259
* x86: Adjust Linux x32 dl-cache inclusion pathAdhemerval Zanella2023-06-261-1/+1
* check_native: Get rid of allocaJoe Simmons-Talbott2023-06-261-24/+11
* ifaddrs: Get rid of allocaJoe Simmons-Talbott2023-06-261-26/+20
* x86: Make dl-cache.h and readelflib.c not Linux-specificSergey Bugaev2023-06-262-141/+0
* benchtests: fix warn unused resultFrederic Berat2023-06-221-1/+2
* Add the wcslcpy, wcslcat functionsFlorian Weimer2023-06-1434-0/+136
* Implement strlcpy and strlcat [BZ #178]Florian Weimer2023-06-1434-0/+136
* linux: Fail as unsupported if personality call is filteredAdhemerval Zanella2023-06-051-12/+21
* Remove MAP_VARIABLE from hppa bits/mman.hJoseph Myers2023-06-051-1/+0
* Use __nonnull for the epoll_wait(2) family of syscallsAlejandro Colomar2023-06-011-4/+4
* Fix invalid use of NULL in epoll_pwait2(2) testAlejandro Colomar2023-06-011-1/+3
* getipv4sourcefilter: Get rid of allocaJoe Simmons-Talbott2023-06-011-17/+7
* getsourcefilter: Get rid of alloca.Joe Simmons-Talbott2023-06-011-17/+7
* io: Fix F_GETLK, F_SETLK, and F_SETLKW for powerpc64Adhemerval Zanella2023-05-311-0/+6
* io: Fix record locking contants on 32 bit arch with 64 bit default time_t (BZ...Adhemerval Zanella2023-05-301-1/+1
* LoongArch: Fix inconsistency in SHMLBA macro values between glibc and kernelcaiyinyu2023-05-301-0/+24