about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
...
* csu: Always use __executable_start in gmon-start.cFlorian Weimer2021-12-054-89/+3
* elf: execve statically linked programs instead of crashing [BZ #28648]Florian Weimer2021-12-056-8/+161
* Add --with-timeoutfactor=NUM to specify TIMEOUTFACTORH.J. Lu2021-12-046-1/+37
* x86-64: Use notl in EVEX strcmp [BZ #28646]Noah Goldstein2021-12-032-6/+36
* nptl: Increase default TCB alignment to 32Florian Weimer2021-12-0318-50/+4
* elf: add definition for ELF_NOTE_FDO and NT_FDO_PACKAGING_METADATA noteLuca Boccassi2021-12-021-0/+6
* AArch64: Improve A64FX memcpyWilco Dijkstra2021-12-021-321/+225
* AArch64: Optimize memcmpWilco Dijkstra2021-12-021-107/+134
* powerpc64[le]: Fix CFI and LR save address for asm syscalls [BZ #28532]Matheus Castanho2021-11-301-4/+6
* linux: Implement pipe in terms of __NR_pipe2Adhemerval Zanella2021-11-3010-221/+3
* linux: Implement mremap in CAdhemerval Zanella2021-11-303-1/+42
* linux: Add prlimit64 C implementationAdhemerval Zanella2021-11-3018-27/+47
* elf: Include <stdbool.h> in tst-tls20.cFlorian Weimer2021-11-301-0/+1
* elf: Include <stdint.h> in tst-tls20.cFlorian Weimer2021-11-301-0/+1
* hurd: Let report-wait use a weak reference to _hurd_itimer_threadSamuel Thibault2021-11-281-5/+0
* linux: Use /proc/stat fallback for __get_nprocs_conf (BZ #28624)Adhemerval Zanella2021-11-251-25/+35
* linux: Add fanotify_mark C implementationAdhemerval Zanella2021-11-2518-22/+42
* linux: Only build fstatat fallback if requiredAdhemerval Zanella2021-11-251-7/+11
* regex: fix buffer read overrun in search [BZ#28470]Paul Eggert2021-11-241-4/+3
* x86-64: Add vector sin/sinf to libmvec microbenchmarkSunil K Pandey2021-11-243-0/+8201
* x86-64: Add vector pow/powf to libmvec microbenchmarkSunil K Pandey2021-11-243-0/+8201
* x86-64: Add vector log/logf to libmvec microbenchmarkSunil K Pandey2021-11-243-0/+8201
* x86-64: Add vector exp/expf to libmvec microbenchmarkSunil K Pandey2021-11-243-0/+8201
* x86-64: Add vector cos/cosf to libmvec microbenchmarkSunil K Pandey2021-11-243-0/+8201
* io: Refactor close_range and closefromAdhemerval Zanella2021-11-2415-68/+76
* nptl: Do not set signal mask on second setjmp return [BZ #28607]Florian Weimer2021-11-243-2/+48
* powerpc: Define USE_PPC64_NOTOC iff compiler supports itAdhemerval Zanella2021-11-222-24/+43
* setjmp: Replace jmp_buf-macros.h with jmp_buf-macros.symAdhemerval Zanella2021-11-2233-297/+72
* Update kernel version to 5.15 in tst-mman-consts.pyJoseph Myers2021-11-221-1/+1
* socket: Do not use AF_NETLINK in __opensockFlorian Weimer2021-11-221-8/+1
* elf: Move la_activity (LA_ACT_ADD) after _dl_add_to_namespace_list() (BZ #28062)Adhemerval Zanella2021-11-185-37/+271
* Add PF_MCTP, AF_MCTP from Linux 5.15 to bits/socket.hJoseph Myers2021-11-171-1/+3
* malloc: Fix malloc debug for 2.35 onwardsStafford Horne2021-11-171-2/+0
* elf: Introduce GLRO (dl_libc_freeres), called from __libc_freeresFlorian Weimer2021-11-175-1/+38
* nptl: Extract <bits/atomic_wide_counter.h> from pthread_cond_common.cFlorian Weimer2021-11-179-198/+310
* x86-64: Create microbenchmark infrastructure for libmvecSunil K Pandey2021-11-164-0/+642
* elf: hidden visibility for __minimal_malloc functionsAdhemerval Zanella2021-11-161-0/+5
* elf: Use a temporary file to generate Makefile fragments [BZ #28550]H.J. Lu2021-11-161-2/+8
* dso-ordering-test.py: Put all sources in one directory [BZ #28550]H.J. Lu2021-11-151-13/+34
* elf: Move LAV_CURRENT to link_lavcurrent.hAdhemerval Zanella2021-11-153-2/+27
* Move assignment out of the CAS conditionH.J. Lu2021-11-152-8/+6
* Add a comment for --enable-initfini-array [BZ #27945]H.J. Lu2021-11-131-1/+3
* tst-tzset: output reason when creating 4GiB file failsStafford Horne2021-11-131-0/+8
* Add LLL_MUTEX_READ_LOCK [BZ #28537]H.J. Lu2021-11-121-0/+7
* Avoid extra load with CAS in __pthread_mutex_clocklock_common [BZ #28537]H.J. Lu2021-11-121-5/+5
* Avoid extra load with CAS in __pthread_mutex_lock_full [BZ #28537]H.J. Lu2021-11-121-5/+5
* String: Split memcpy tests so that parallel build is fasterNoah Goldstein2021-11-104-298/+367
* x86: Shrink memcmp-sse4.S code sizeNoah Goldstein2021-11-101-1621/+646
* Support C2X printf %b, %BJoseph Myers2021-11-1011-31/+245
* Update syscall lists for Linux 5.15Joseph Myers2021-11-1028-4/+31