aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-10-29Remove all loaded objects if dlopen fails [BZ #20839]fw/bug25112Florian Weimer
2019-10-28Avoid late dlopen failure due to scope, TLS slotinfo updates [BZ #25112]Florian Weimer
2019-10-28Avoid late failure in dlopen in global scope update [BZ #25112]Florian Weimer
2019-10-17Lazy binding failures during dlopen/dlclose must be fatal [BZ #24304]Florian Weimer
2019-10-17Rename and split elf/tst-dlopen-aout collection of testsFlorian Weimer
2019-10-16dlfcn: Remove remnants of caller sensitivity from dlinfoFlorian Weimer
2019-10-16ldconfig: handle .dynstr located in separate segment (bug 25087)Andreas Schwab
2019-10-15ldd: Print "not a dynamic executable" on standard error [BZ #24150]Florian Weimer
2019-10-14Add PTRACE_GET_SYSCALL_INFO from Linux 5.3 to sys/ptrace.h.Joseph Myers
2019-10-11Move ChangeLog to ChangeLog.old/ChangeLog.19changelog-ends-hereFlorian Weimer
2019-10-11manual: Remove warning in the documentation of the abort functionFlorian Weimer
2019-10-10sysvipc: Set ipc_perm mode as mode_t (BZ#18231)Adhemerval Zanella
2019-10-10Simplify note processingAndreas Schwab
2019-10-10syscall-names.list: fix typos in commentDmitry V. Levin
2019-10-10y2038: linux: Provide __clock_settime64 implementationLukasz Majewski
2019-10-09posix: Use posix_spawn for wordexpAdhemerval Zanella
2019-10-09mips: Do not malloc on getdents64 fallbackAdhemerval Zanella
2019-10-09sparc: Assume GOTDATA support in the toolchainFlorian Weimer
2019-10-09<dirent.h>: Remove wrong comment about getdents64 declarationPetr Vorel
2019-10-09ChangeLog: Remove leading spaces before tabs and trailing whitespaceFlorian Weimer
2019-10-08Make tst-strftime2 and tst-strftime3 depend on locale generationGabriel F. T. Gomes
2019-10-08posix/tst-wordexp-nocmd: Fix diagnostics output in testFlorian Weimer
2019-10-08wordexp: Split out command execution tests from posix/wordexp-testFlorian Weimer
2019-10-07nptl: Move pthread_attr_setschedparam implementation into libcFlorian Weimer
2019-10-07riscv: Remove support for variable page sizesFlorian Weimer
2019-10-07nptl: Move pthread_attr_getschedparam implementation into libcFlorian Weimer
2019-10-04elf: Assign TLS modid later during dlopen [BZ #24930]Florian Weimer
2019-10-04elf: Never use the file ID of the main executable [BZ #24900]Florian Weimer
2019-10-04nptl: Move pthread_attr_setinheritsched implementation into libc.Florian Weimer
2019-10-03ChangeLog update from my last commitPaul A. Clarke
2019-10-02Disable -Wmaybe-uninitialized for total_deadline in sunrpc/clnt_udp.c.Joseph Myers
2019-10-02string/endian.h: Restore the __USE_MISC conditionalsAlistair Francis
2019-10-02Disable warnings in string/tester.c at top level.Joseph Myers
2019-10-02Y2038: Include proper header to provide support for struct timeval on HURDLukasz Majewski
2019-10-02[powerpc] No need to enter "Ignore Exceptions Mode"Paul A. Clarke
2019-10-02Enable passing arguments to the inferior in debugglibc.shArjun Shankar
2019-10-01time: Add padding for the timespec if requiredAlistair Francis
2019-10-01Split up endian.h to minimize exposure of BYTE_ORDER.Alistair Francis
2019-10-01Sync "language", "lang_name", "territory", "country_name" with CLDR/langtableMike FABIAN
2019-09-30Use binutils 2.33 branch in build-many-glibcs.py.Joseph Myers
2019-10-01y2038: Provide conversion helpers for struct __timespec64Lukasz Majewski
2019-09-30Update bits/mman.h constants and tst-mman-consts.py for Linux 5.3.Joseph Myers
2019-09-30Add helper script for glibc debuggingGabriel F. T. Gomes
2019-09-27[powerpc] Rename fesetenv_mode to fesetenv_controlPaul A. Clarke
2019-09-27[powerpc] libc_feholdsetround_noex_ppc_ctx: optimize FPSCR writePaul A. Clarke
2019-09-27[powerpc] Rename fegetenv_status to fegetenv_controlPaul A. Clarke
2019-09-27[powerpc] __fesetround_inline optimizationsPaul A. Clarke
2019-09-27[powerpc] libc_feupdateenv_test: optimize FPSCR accessPaul A. Clarke
2019-09-27[powerpc] fenv_private.h clean upPaul A. Clarke
2019-09-27Add TCP_TX_DELAY from Linux 5.3 to netinet/tcp.h.Joseph Myers