about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
...
* Benchtests: Add bench for pthread_spin_{try}lock and mutex_trylockNoah Goldstein2022-10-036-12/+151
* x86: Remove .tfloat usageAdhemerval Zanella2022-10-039-26/+47
* nptl: Convert tst-setuid2 to test-driverYu Chien Peter Lin2022-10-031-37/+15
* support: Add xpthread_cond_signal wrapperYu Chien Peter Lin2022-10-033-0/+28
* hppa: Fix initialization of dp register [BZ 29635]John David Anglin2022-10-011-5/+19
* Fix iseqsig for _FloatN and _FloatNx in C++ with GCC 13Joseph Myers2022-09-302-1/+339
* malloc: Do not clobber errno on __getrandom_nocancel (BZ #29624)Adhemerval Zanella2022-09-303-4/+12
* stdlib: Fix __getrandom_nocancel type and arc4random usage (BZ #29638)Adhemerval Zanella2022-09-302-2/+2
* LoongArch: Add static PIE supportXi Ruoyao2022-09-303-3/+95
* Benchtest: Add additional benchmarks for strlen and strnlenNoah Goldstein2022-09-282-7/+81
* x86: Fix wcsnlen-avx2 page cross length comparison [BZ #29591]Noah Goldstein2022-09-282-34/+43
* Update _FloatN header support for C++ in GCC 13Joseph Myers2022-09-286-35/+35
* 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-2631-39/+39
* nss: Use shared prefix in IPv4 address in tst-reload1Florian Weimer2022-09-231-4/+4
* nss: Enhance tst-reload1 coverage and loggingFlorian Weimer2022-09-231-22/+29
* Use C11 atomics instead of atomic_decrement_and_testWilco Dijkstra2022-09-236-108/+5
* Use C11 atomics instead of atomic_increment(_val)Wilco Dijkstra2022-09-239-12/+12
* Use C11 atomics instead of atomic_and/orWilco Dijkstra2022-09-234-4/+4
* malloc: Print error when oldsize is not equal to the current size.Qingqing Li2022-09-221-1/+2
* Use '%z' instead of '%Z' on printf functionsAdhemerval Zanella Netto2022-09-2229-70/+70
* elf: Extract glibcelf constants from <elf.h>Florian Weimer2022-09-222-657/+438
* scripts: Enhance glibcpp to do basic macro processingFlorian Weimer2022-09-223-2/+542
* scripts: Extract glibcpp.py from check-obsolete-constructs.pyFlorian Weimer2022-09-222-184/+217
* 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
* elf: Use C11 atomics on _dl_mcountAdhemerval Zanella2022-09-211-5/+5
* 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
* nss: Fix tst-nss-files-hosts-long on single-stack hosts (bug 24816)Florian Weimer2022-09-201-4/+5
* nss: Implement --no-addrconfig option for getentFlorian Weimer2022-09-202-2/+14
* gconv: Use 64-bit interfaces in gconv_parseconfdir (bug 29583)Florian Weimer2022-09-201-8/+8
* elf: Implement force_first handling in _dl_sort_maps_dfs (bug 28937)Florian Weimer2022-09-202-9/+30
* 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-1729-226/+123
* tst-sprintf-errno: Update Hurd message lengthSamuel Thibault2022-09-171-1/+1
* 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
* Fix BRE typos in check-safety.shPaul Eggert2022-09-141-3/+3
* Makerules: fix MAKEFLAGS assignment for upcoming make-4.4 [BZ# 29564]Sergei Trofimovich2022-09-133-4/+20
* Use relaxed atomics since there is no MO dependenceWilco Dijkstra2022-09-133-9/+4