summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* powerpc64[le]: Fix CFI and LR save address for asm syscalls [BZ #28532]gentoo/glibc-2.34-8Matheus Castanho2021-12-082-4/+7
* clone-internal.c: make clone3 syscall optionalgentoo/glibc-2.34-7Sam James2021-12-011-1/+1
* linux: Use /proc/stat fallback for __get_nprocs_conf (BZ #28624)gentoo/glibc-2.34-6Adhemerval Zanella2021-11-281-25/+35
* nptl: Do not set signal mask on second setjmp return [BZ #28607]Florian Weimer2021-11-284-2/+49
* s390: Use long branches across object boundaries (jgh instead of jh)Florian Weimer2021-11-282-2/+2
* elf: Earlier missing dynamic segment check in _dl_map_object_from_fdgentoo/glibc-2.34-5Florian Weimer2021-11-071-10/+12
* gconv: Do not emit spurious NUL character in ISO-2022-JP-3 (bug 28524)Nikita Popov2021-11-074-10/+86
* Avoid warning: overriding recipe for .../tst-ro-dynamic-mod.soH.J. Lu2021-11-071-2/+3
* ld.so: Initialize bootstrap_map.l_ld_readonly [BZ #28340]H.J. Lu2021-11-075-27/+17
* ld.so: Replace DL_RO_DYN_SECTION with dl_relocate_ld [BZ #28340]H.J. Lu2021-11-0717-41/+199
* Handle NULL input to malloc_usable_size [BZ #28506]gentoo/glibc-2.34-4Siddhesh Poyarekar2021-10-293-35/+25
* elf: Avoid deadlock between pthread_create and ctors [BZ #28357]Szabolcs Nagy2021-10-2911-12/+236
* timex: Use 64-bit fields on 32-bit TIMESIZE=64 systems (BZ #28469)Stafford Horne2021-10-291-1/+1
* y2038: Use a common definition for stat for sparc32Adhemerval Zanella2021-10-291-23/+31
* elf: Replace nsid with args.nsid [BZ #27609]H.J. Lu2021-10-291-1/+1
* S390: Add PCI_MIO and SIE HWCAPsStefan Liebler2021-10-093-3/+12
* support: Also return fd when it is 0Siddhesh Poyarekar2021-10-091-7/+7
* Add missing braces to bsearch inline implementation [BZ #28400]Florian Weimer2021-10-091-1/+3
* Suppress -Wcast-qual warnings in bsearchJonathan Wakely2021-10-091-1/+8
* linux: Revert the use of sched_getaffinity on get_nproc (BZ #28310)Adhemerval Zanella2021-10-092-5/+135
* linux: Simplify get_nprocsAdhemerval Zanella2021-10-093-51/+68
* misc: Add __get_nprocs_schedAdhemerval Zanella2021-10-095-2/+25
* nptl: pthread_kill must send signals to a specific thread [BZ #28407]Florian Weimer2021-10-094-3/+95
* support: Add check for TID zero in support_wait_for_thread_exitFlorian Weimer2021-10-091-1/+4
* nptl: Avoid setxid deadlock with blocked signals in thread exit [BZ #28361]gentoo/glibc-2.34-3Florian Weimer2021-09-254-2/+73
* Use support_open_dev_null_range io/tst-closefrom, misc/tst-close_range, and p...Adhemerval Zanella2021-09-253-48/+17
* support: Add support_open_dev_null_rangeAdhemerval Zanella2021-09-254-0/+299
* nptl: Fix type of pthread_mutexattr_getrobust_np, pthread_mutexattr_setrobust...Florian Weimer2021-09-252-2/+3
* nptl: pthread_kill needs to return ESRCH for old programs (bug 19193)Florian Weimer2021-09-252-10/+48
* posix: Fix attribute access mode on getcwd [BZ #27476]Aurelien Jarno2021-09-252-5/+3
* Add MADV_POPULATE_READ and MADV_POPULATE_WRITE from Linux 5.14 to bits/mman-l...Joseph Myers2021-09-251-0/+4
* Update kernel version to 5.14 in tst-mman-consts.pyJoseph Myers2021-09-251-1/+1
* Update syscall lists for Linux 5.14Joseph Myers2021-09-2526-2/+33
* Use Linux 5.14 in build-many-glibcs.pyJoseph Myers2021-09-251-1/+1
* Fix failing nss/tst-nss-files-hosts-long with local resolverAurelien Jarno2021-09-251-0/+1
* iconvconfig: Fix behaviour with --prefix [BZ #28199]Siddhesh Poyarekar2021-09-253-12/+28
* nptl: Fix race between pthread_kill and thread exit (bug 12889)Florian Weimer2021-09-258-25/+276
* nptl: pthread_kill, pthread_cancel should not fail after exit (bug 19193)Florian Weimer2021-09-257-96/+107
* support: Add support_wait_for_thread_exitFlorian Weimer2021-09-253-1/+78
* MIPS: Setup errno for {f,l,}xstatJiaxun Yang2021-09-253-3/+9
* x86-64: Use testl to check __x86_string_controlH.J. Lu2021-09-251-2/+2
* elf: Fix missing colon in LD_SHOW_AUXV output [BZ #28253]Arjun Shankar2021-09-251-1/+1
* librt: add test (bug 28213)gentoo/glibc-2.34-2Nikita Popov2021-08-182-0/+102
* librt: fix NULL pointer dereference (bug 28213)Nikita Popov2021-08-181-1/+1
* Linux: Fix fcntl, ioctl, prctl redirects for _TIME_BITS=64 (bug 28182)Florian Weimer2021-08-184-7/+14
* iconv_charmap: Close output file when doneSiddhesh Poyarekar2021-08-181-0/+2
* copy_and_spawn_sgid: Avoid double calls to close()Siddhesh Poyarekar2021-08-181-0/+1
* gaiconf_init: Avoid double-free in label and precedence listsSiddhesh Poyarekar2021-08-181-0/+2
* gconv_parseconfdir: Fix memory leakSiddhesh Poyarekar2021-08-181-5/+4
* ldconfig: avoid leak on empty paths in config fileSiddhesh Poyarekar2021-08-181-1/+5