summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* build-many-glibcs.py: Add update-syscalls commandfw/builtin-syscalls-3Florian Weimer2019-12-111-3/+46
* build-many-glibcs.py: Use subclassing to customize GlibcFlorian Weimer2019-12-111-35/+61
* build-many-glibcs.py: Move cleanup_dir out of build_glibcFlorian Weimer2019-12-111-1/+2
* Linux: Use system call tables during buildFlorian Weimer2019-12-1119-28/+46
* Linux: Add tables with system call numbersFlorian Weimer2019-12-1130-22/+8306
* ldconfig: Do not print a warning for a missing ld.so.conf fileFlorian Weimer2019-12-111-2/+3
* hurd: Fix using altstack while in an RPC call to be abortedSamuel Thibault2019-12-111-13/+14
* Fix failure when CFLAGS contains -DNDEBUG (Bug 25251)Carlos O'Donell2019-12-101-0/+3
* nptl: Add more missing placeholder abi symbol from nanosleep moveAdhemerval Zanella2019-12-0917-17/+69
* sysdeps/riscv/start.S: rename .Lload_gp to load_gp (bug 24376)Andreas Schwab2019-12-091-3/+3
* y2038: linux: Provide __timer_settime64 implementationLukasz Majewski2019-12-052-6/+71
* y2038: linux: Provide __timer_gettime64 implementationLukasz Majewski2019-12-052-4/+47
* timer: Decouple x86_64 specific timer_settime from generic Linux implementationLukasz Majewski2019-12-052-11/+10
* timer: Decouple x86_64 specific timer_gettime from generic Linux implementationLukasz Majewski2019-12-052-11/+8
* time: Introduce glibc's internal struct __itimerspec64Lukasz Majewski2019-12-051-0/+11
* Correct range checking in mallopt/mxfast/tcache [BZ #25194]DJ Delorie2019-12-051-12/+20
* misc/test-errno-linux: Handle EINVAL from quotactlFlorian Weimer2019-12-051-2/+3
* <string.h>: Define __CORRECT_ISO_CPP_STRING_H_PROTO for Clang [BZ #25232]Kamlesh Kumar2019-12-051-1/+2
* build-many-glibcs.py: Move sparcv8 to extra_glibcsAdhemerval Zanella2019-12-051-4/+5
* sysdeps/clock_gettime: Use clock_gettime64 if avaliableAlistair Francis2019-12-042-1/+46
* sysdeps: Add clock_gettime64 vDSOAlistair Francis2019-12-042-0/+14
* Do not use ld.so to open statically linked programs in debugglibc.shGabriel F. T. Gomes2019-12-041-2/+14
* Attach to test in container from debugglibc.shGabriel F. T. Gomes2019-12-041-0/+20
* Expand $(as-needed) and $(no-as-needed) throughout the build systemFlorian Weimer2019-12-036-34/+31
* x86: Assume --enable-cet if GCC defaults to CET [BZ #25225]Florian Weimer2019-12-032-2/+30
* ldbl-128ibm-compat: Add tests for strfroml, strtold, and wcstoldGabriel F. T. Gomes2019-12-037-0/+103
* ldbl-128ibm-compat: Add tests for strfmon and strfmon_lGabriel F. T. Gomes2019-12-034-0/+67
* ldbl-128ibm-compat: Add strfmon_l with IEEE long double formatRajalakshmi Srinivasaraghavan2019-12-036-4/+113
* ldbl-128ibm-compat: Replace http with https in new filesGabriel F. T. Gomes2019-12-0363-63/+63
* elf: Do not run IFUNC resolvers for LD_DEBUG=unused [BZ #24214]Florian Weimer2019-12-029-10/+114
* elf/tst-dlopenfail: Disable --no-as-needed for tst-dlopenfailmod1.soFlorian Weimer2019-12-021-2/+5
* hurd: Fix ld.so __access override from libcSamuel Thibault2019-12-016-6/+10
* hurd: Fix ld.so __getcwd override from libcSamuel Thibault2019-12-017-6/+11
* hurd: Make __sigprocmask GLIBC_PRIVATESamuel Thibault2019-12-013-6/+4
* hurd: Fix renameat2 errorSamuel Thibault2019-12-011-0/+2
* hurd: make strerror(0) coherent with other portsSamuel Thibault2019-12-011-1/+1
* hurd: Fix ld.so linkSamuel Thibault2019-12-015-5/+17
* Update kernel version to 5.4 in tst-mman-consts.py.Joseph Myers2019-11-291-1/+1
* Update SOMAXCONN value from Linux 5.4.Joseph Myers2019-11-291-1/+1
* Update syscall-names.list for Linux 5.4.Joseph Myers2019-11-281-2/+2
* Fix syntax error in build-many-glibcs.py.Joseph Myers2019-11-281-1/+1
* Define MADV_COLD and MADV_PAGEOUT from Linux 5.4.Joseph Myers2019-11-281-0/+2
* Move _dl_open_check to its original place in dl_open_workerFlorian Weimer2019-11-271-6/+2
* Block signals during the initial part of dlopenFlorian Weimer2019-11-271-2/+26
* Remove all loaded objects if dlopen fails, ignoring NODELETE [BZ #20839]Florian Weimer2019-11-2710-38/+328
* Avoid late dlopen failure due to scope, TLS slotinfo updates [BZ #25112]Florian Weimer2019-11-274-131/+258
* Avoid late failure in dlopen in global scope update [BZ #25112]Florian Weimer2019-11-272-49/+114
* Lazy binding failures during dlopen/dlclose must be fatal [BZ #24304]Florian Weimer2019-11-277-21/+216
* resolv: Implement trust-ad option for /etc/resolv.conf [BZ #20358]Florian Weimer2019-11-2711-1/+253
* dlsym: Do not determine caller link map if not neededFlorian Weimer2019-11-271-4/+21