about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* Remove all loaded objects if dlopen fails [BZ #20839] fw/bug25112Florian Weimer2019-10-2912-42/+324
* Avoid late dlopen failure due to scope, TLS slotinfo updates [BZ #25112]Florian Weimer2019-10-284-134/+240
* Avoid late failure in dlopen in global scope update [BZ #25112]Florian Weimer2019-10-282-47/+120
* Lazy binding failures during dlopen/dlclose must be fatal [BZ #24304]Florian Weimer2019-10-178-22/+225
* Rename and split elf/tst-dlopen-aout collection of testsFlorian Weimer2019-10-178-24/+177
* dlfcn: Remove remnants of caller sensitivity from dlinfoFlorian Weimer2019-10-162-28/+6
* ldconfig: handle .dynstr located in separate segment (bug 25087)Andreas Schwab2019-10-161-13/+23
* ldd: Print "not a dynamic executable" on standard error [BZ #24150]Florian Weimer2019-10-151-1/+1
* Add PTRACE_GET_SYSCALL_INFO from Linux 5.3 to sys/ptrace.h.Joseph Myers2019-10-149-7/+96
* Move ChangeLog to ChangeLog.old/ChangeLog.19 changelog-ends-hereFlorian Weimer2019-10-111-0/+0
* manual: Remove warning in the documentation of the abort functionFlorian Weimer2019-10-112-8/+4
* sysvipc: Set ipc_perm mode as mode_t (BZ#18231)Adhemerval Zanella2019-10-1034-421/+388
* Simplify note processingAndreas Schwab2019-10-102-14/+7
* syscall-names.list: fix typos in commentDmitry V. Levin2019-10-102-5/+9
* y2038: linux: Provide __clock_settime64 implementationLukasz Majewski2019-10-103-4/+51
* posix: Use posix_spawn for wordexpAdhemerval Zanella2019-10-095-158/+126
* mips: Do not malloc on getdents64 fallbackAdhemerval Zanella2019-10-092-59/+88
* sparc: Assume GOTDATA support in the toolchainFlorian Weimer2019-10-094-68/+9
* <dirent.h>: Remove wrong comment about getdents64 declarationPetr Vorel2019-10-092-2/+5
* ChangeLog: Remove leading spaces before tabs and trailing whitespaceFlorian Weimer2019-10-091-25/+25
* Make tst-strftime2 and tst-strftime3 depend on locale generationGabriel F. T. Gomes2019-10-082-0/+8
* posix/tst-wordexp-nocmd: Fix diagnostics output in testFlorian Weimer2019-10-082-2/+6
* wordexp: Split out command execution tests from posix/wordexp-testFlorian Weimer2019-10-084-84/+194
* nptl: Move pthread_attr_setschedparam implementation into libcFlorian Weimer2019-10-0733-37/+69
* riscv: Remove support for variable page sizesFlorian Weimer2019-10-074-120/+8
* nptl: Move pthread_attr_getschedparam implementation into libcFlorian Weimer2019-10-0733-36/+70
* elf: Assign TLS modid later during dlopen [BZ #24930]Florian Weimer2019-10-044-30/+60
* elf: Never use the file ID of the main executable [BZ #24900]Florian Weimer2019-10-042-21/+38
* nptl: Move pthread_attr_setinheritsched implementation into libc.Florian Weimer2019-10-0433-35/+69
* ChangeLog update from my last commitPaul A. Clarke2019-10-031-0/+10
* Disable -Wmaybe-uninitialized for total_deadline in sunrpc/clnt_udp.c.Joseph Myers2019-10-022-0/+17
* string/endian.h: Restore the __USE_MISC conditionalsAlistair Francis2019-10-022-5/+11
* Disable warnings in string/tester.c at top level.Joseph Myers2019-10-022-114/+26
* Y2038: Include proper header to provide support for struct timeval on HURDLukasz Majewski2019-10-022-0/+4
* [powerpc] No need to enter "Ignore Exceptions Mode"Paul A. Clarke2019-10-021-4/+15
* Enable passing arguments to the inferior in debugglibc.shArjun Shankar2019-10-022-8/+27
* time: Add padding for the timespec if requiredAlistair Francis2019-10-012-0/+18
* Split up endian.h to minimize exposure of BYTE_ORDER.Alistair Francis2019-10-0159-274/+375
* Sync "language", "lang_name", "territory", "country_name" with CLDR/langtableMike FABIAN2019-10-0170-88/+206
* Use binutils 2.33 branch in build-many-glibcs.py.Joseph Myers2019-09-302-1/+6
* y2038: Provide conversion helpers for struct __timespec64Lukasz Majewski2019-10-012-0/+56
* Update bits/mman.h constants and tst-mman-consts.py for Linux 5.3.Joseph Myers2019-09-304-1/+14
* Add helper script for glibc debuggingGabriel F. T. Gomes2019-09-301-1/+157
* [powerpc] Rename fesetenv_mode to fesetenv_controlPaul A. Clarke2019-09-276-6/+17
* [powerpc] libc_feholdsetround_noex_ppc_ctx: optimize FPSCR writePaul A. Clarke2019-09-272-1/+7
* [powerpc] Rename fegetenv_status to fegetenv_controlPaul A. Clarke2019-09-278-9/+21
* [powerpc] __fesetround_inline optimizationsPaul A. Clarke2019-09-272-3/+21
* [powerpc] libc_feupdateenv_test: optimize FPSCR accessPaul A. Clarke2019-09-273-2/+24
* [powerpc] fenv_private.h clean upPaul A. Clarke2019-09-279-117/+67
* Add TCP_TX_DELAY from Linux 5.3 to netinet/tcp.h.Joseph Myers2019-09-272-0/+5