2021-08-28 |
Stan Shebs | Add a case to async-signal-safe TLS to set static TLS... |
commit | commitdiff | tree |
2021-08-28 |
Stan Shebs | Add an LD_DEBUG=tls option to help debug thread-local... |
commit | commitdiff | tree |
2021-08-28 |
Stan Shebs | Remove an unneeded local refactor in _dl_update_slotinfo |
commit | commitdiff | tree |
2021-08-28 |
Joseph Myers | Fix year 2039 bug for localtime with 64-bit time_t... |
commit | commitdiff | tree |
2021-08-28 |
Stan Shebs | Reduce __MAX_ALLOCA_CUTOFF to 8192 |
commit | commitdiff | tree |
2021-08-28 |
Stan Shebs | Make multi-arch ifunc support work with clang |
commit | commitdiff | tree |
2021-08-28 |
Stan Shebs | Revert clang workaround for _begin that is no longer... |
commit | commitdiff | tree |
2021-08-28 |
Ambrose Feinstein | Redesign the fastload support for additional performance |
commit | commitdiff | tree |
2021-08-28 |
Josh Kunz | Add comments explaining the diff from cf8e3f8757 |
commit | commitdiff | tree |
2021-08-28 |
Josh Kunz | Make gen-XX-const scripts work with llvm-as |
commit | commitdiff | tree |
2021-08-28 |
Stan Shebs | Fix sense of a test in the static-linking version of... |
commit | commitdiff | tree |
2021-08-28 |
Shu-Chun Weng | Makes it compile for AArch64 |
commit | commitdiff | tree |
2021-08-28 |
Shu-Chun Weng | Makes AArch64 assembly acceptable to clang |
commit | commitdiff | tree |
2021-08-28 |
Siva Chandra... | Include STATIC_PIE_BOOTSTRAP with !NESTING in powerpc64... |
commit | commitdiff | tree |
2021-08-28 |
Siva Chandra... | Actuall use LLVM_OBJCOPY if available. |
commit | commitdiff | tree |
2021-08-28 |
Siva Chandra... | Use llvm-objcopy, if available, to remove the .llvm_add... |
commit | commitdiff | tree |
2021-08-28 |
Siva Chandra... | Enable relaxed relocations when building certain object... |
commit | commitdiff | tree |
2021-08-28 |
Siva Chandra... | Un-nest an include in dl-reloc-static-pie.c. |
commit | commitdiff | tree |
2021-08-28 |
Stan Shebs | Disable -mfloat128 for clang, lets power9 insns into... |
commit | commitdiff | tree |
2021-08-28 |
Stan Shebs | Also work around clang bctrl issue in get_clockfreq.c |
commit | commitdiff | tree |
2021-08-28 |
Zack Weinberg | [BZ #19239] Don't include sys/sysmacros.h from sys... |
commit | commitdiff | tree |
2021-08-28 |
Stan Shebs | Remove .llvm_addrsig sections from crt.o files |
commit | commitdiff | tree |
2021-08-28 |
Brooks Moses | Forward-port cl/42676407 to disable link-time warning... |
commit | commitdiff | tree |
2021-08-28 |
Raman Tenneti | Changes to compile glibc-2.27 on PPC (Power8) with... |
commit | commitdiff | tree |
2021-08-28 |
Stan Shebs | Add a note about passwd.borg.base organization |
commit | commitdiff | tree |
2021-08-28 |
Stan Shebs | Fix mistaken order of arguments to open_path |
commit | commitdiff | tree |
2021-08-28 |
Stan Shebs | Update build notes |
commit | commitdiff | tree |
2021-08-28 |
Raman Tenneti | Undid the dl_enable_fastload environment variable changes. |
commit | commitdiff | tree |
2021-08-28 |
Paul Pluzhnikov | Add "fastload" support. |
commit | commitdiff | tree |
2021-08-28 |
Stan Shebs | Work around lack of mfppr in clang |
commit | commitdiff | tree |
2021-08-28 |
Stan Shebs | Work around mtfsb0 syntax limitation with clang |
commit | commitdiff | tree |
2021-08-28 |
Stan Shebs | Avoid passing gcc-specific options to clang |
commit | commitdiff | tree |
2021-08-28 |
Stan Shebs | Make asm-based constraints be gcc-only |
commit | commitdiff | tree |
2021-08-28 |
Stan Shebs | Make xxland syntax gcc-only |
commit | commitdiff | tree |
2021-08-28 |
Stan Shebs | Add a first approximation of float definitions for... |
commit | commitdiff | tree |
2021-08-28 |
Stan Shebs | Make powerpc .machine directives be gcc-only |
commit | commitdiff | tree |
2021-08-28 |
Stan Shebs | Make mutex hints gcc-only, improve a type in __arch_com... |
commit | commitdiff | tree |
2021-08-28 |
Stan Shebs | Make power6 directives be gcc-only |
commit | commitdiff | tree |
2021-08-28 |
Stan Shebs | Add power9 flag to go with -mfloat128 |
commit | commitdiff | tree |
2021-08-28 |
Stan Shebs | Disable more attempts to pass -mlong-double-128 to... |
commit | commitdiff | tree |
2021-08-28 |
Stan Shebs | Disable attempts to pass -mlong-double-128 to clang |
commit | commitdiff | tree |
2021-08-28 |
Stan Shebs | Add workaround for clang link failure in elf/tst-unique4 |
commit | commitdiff | tree |
2021-08-28 |
Stan Shebs | Add workaround for infinite looping in ppc vsyscalls |
commit | commitdiff | tree |
2021-08-28 |
Stan Shebs | Work around clang crash by skipping apparently-unneeded asm |
commit | commitdiff | tree |
2021-08-28 |
Stan Shebs | Work around clang problem with ifuncs and vdso |
commit | commitdiff | tree |
2021-08-28 |
Stan Shebs | Work around a ppc clang inlining bug |
commit | commitdiff | tree |
2021-08-28 |
Stan Shebs | Add workaround for segfaults in __longjmp when compiled... |
commit | commitdiff | tree |
2021-08-28 |
Stan Shebs | Add clang version of find_cxx_header |
commit | commitdiff | tree |
2021-08-28 |
Stan Shebs | Change de-nesting fix to use added argument instead... |
commit | commitdiff | tree |
2021-08-28 |
Stan Shebs | Fix regressions in async-safe TLS, add run-time control... |
commit | commitdiff | tree |
2021-08-28 |
Stan Shebs | Fix TLS problems not handled by cherrypick |
commit | commitdiff | tree |
2021-08-28 |
Brooks Moses | Revert upstream removal of async-safe TLS patches. |
commit | commitdiff | tree |
2021-08-28 |
Stan Shebs | Make pointer in tst-realloc volatile also |
commit | commitdiff | tree |
2021-08-28 |
Stan Shebs | Add a GRTE-specific readme. |
commit | commitdiff | tree |
2021-08-27 |
Stan Shebs | Work around a make 3.81 segfault with clang |
commit | commitdiff | tree |
2021-08-27 |
Florian Weimer | NEWS: Move security-lated changes before bug list |
commit | commitdiff | tree |
2021-08-27 |
Florian Weimer | Add references to CVE-2018-11236, CVE-2017-18269 |
commit | commitdiff | tree |
2021-08-27 |
H.J. Lu | Add a test case for [BZ #23196] |
commit | commitdiff | tree |
2021-08-27 |
Andreas Schwab | Don't write beyond destination in __mempcpy_avx512_no_v... |
commit | commitdiff | tree |
2021-08-27 |
Florian Weimer | sunrpc: Remove stray exports without --enable-obsolete... |
commit | commitdiff | tree |
2021-08-27 |
Rafal Luzynski | gd_GB: Fix typo in abbreviated "May" (bug 23152). |
commit | commitdiff | tree |
2021-08-27 |
Dmitry V. Levin | NEWS: add entries for bugs 17343, 20419, 22644, 22786... |
commit | commitdiff | tree |
2021-08-27 |
Paul Pluzhnikov | Fix path length overflow in realpath [BZ #22786] |
commit | commitdiff | tree |
2021-08-27 |
Paul Pluzhnikov | Fix stack overflow with huge PT_NOTE segment [BZ #20419] |
commit | commitdiff | tree |
2021-08-27 |
Stefan Liebler | Fix blocking pthread_join. [BZ #23137] |
commit | commitdiff | tree |
2021-08-27 |
Joseph Myers | Add PTRACE_SECCOMP_GET_METADATA from Linux 4.16 to... |
commit | commitdiff | tree |
2021-08-27 |
Florian Weimer | resolv: Fully initialize struct mmsghdr in send_dg... |
commit | commitdiff | tree |
2021-08-27 |
Florian Weimer | manual: Various fixes to the mbstouwcs example, and... |
commit | commitdiff | tree |
2021-08-27 |
Florian Weimer | manual: Move mbstouwcs to an example C file |
commit | commitdiff | tree |
2021-08-27 |
H.J. Lu | Update RWF_SUPPORTED for Linux kernel 4.16 [BZ #22947] |
commit | commitdiff | tree |
2021-08-27 |
Jesse Hathaway | getlogin_r: return early when linux sentinel value... |
commit | commitdiff | tree |
2021-08-27 |
Andreas Schwab | Fix crash in resolver on memory allocation failure... |
commit | commitdiff | tree |
2021-08-27 |
Joseph Myers | Fix signed integer overflow in random_r (bug 17343). |
commit | commitdiff | tree |
2021-08-27 |
Aurelien Jarno | Add tst-sigaction.c to test BZ #23069 |
commit | commitdiff | tree |
2021-08-27 |
Aurelien Jarno | RISC-V: fix struct kernel_sigaction to match the kernel... |
commit | commitdiff | tree |
2021-08-27 |
Florian Weimer | Linux i386: tst-bz21269 triggers SIGBUS on some kernels |
commit | commitdiff | tree |
2021-08-27 |
Andrew Senkevich | Fix i386 memmove issue (bug 22644). |
commit | commitdiff | tree |
2021-08-27 |
DJ Delorie | Update ChangeLog for BZ 22884 - riscv fmax/fmin |
commit | commitdiff | tree |
2021-08-27 |
Andrew Waterman | RISC-V: fmax/fmin: Handle signalling NaNs correctly. |
commit | commitdiff | tree |
2021-08-27 |
DJ Delorie | RISC-V: Do not initialize $gp in TLS macros. |
commit | commitdiff | tree |
2021-08-27 |
Rafal Luzynski | NEWS: Add entries for bugs: 22848, 22932, 22937, 22963. |
commit | commitdiff | tree |
2021-08-27 |
Rafal Luzynski | cs_CZ locale: Add alternative month names (bug 22963). |
commit | commitdiff | tree |
2021-08-27 |
Rafal Luzynski | Greek (el_CY, el_GR) locales: Introduce ab_alt_mon... |
commit | commitdiff | tree |
2018-03-07 |
Rafal Luzynski | lt_LT locale: Update abbreviated month names (bug 22932). |
commit | commitdiff | tree |
2018-03-06 |
Robert Buj | ca_ES locale: Update LC_TIME (bug 22848). |
commit | commitdiff | tree |
2018-03-12 |
Dmitry V. Levin | Update translations from the Translation Project |
commit | commitdiff | tree |
2017-11-17 |
Adhemerval... | i386: Fix i386 sigaction sa_restorer initialization... |
commit | commitdiff | tree |
2018-03-02 |
Andreas Schwab | Fix multiple definitions of __nss_*_database (bug 22918) |
commit | commitdiff | tree |
2018-03-02 |
DJ Delorie | [BZ #22342] Fix netgroup cache keys. |
commit | commitdiff | tree |
2018-02-10 |
Dmitry V. Levin | linux/powerpc: sync sys/ptrace.h with Linux 4.15 [BZ... |
commit | commitdiff | tree |
2018-02-26 |
Tulio Magno... | powerpc: Undefine Linux ptrace macros that conflict... |
commit | commitdiff | tree |
2018-02-19 |
Mike FABIAN | Add missing "reorder-end" in LC_COLLATE of et_EE [BZ... |
commit | commitdiff | tree |
2018-02-21 |
Rical Jasan | Fix a typo in a comment. |
commit | commitdiff | tree |
2018-02-19 |
Rical Jasan | manual: Update the _ISOC99_SOURCE description. |
commit | commitdiff | tree |
2018-02-19 |
Rical Jasan | manual: Document missing feature test macros. |
commit | commitdiff | tree |
2018-03-08 |
Dmitry V. Levin | NEWS: add entries for bugs 22919 and 22926 |
commit | commitdiff | tree |
2018-03-08 |
Aurelien Jarno | sparc32: Add nop before __startcontext to stop unwindin... |
commit | commitdiff | tree |
2018-03-05 |
Adhemerval... | powerpc: Fix TLE build for SPE (BZ #22926) |
commit | commitdiff | tree |
2018-02-16 |
Rical Jasan | manual: Improve documentation of get_current_dir_name... |
commit | commitdiff | tree |
2018-02-16 |
Rical Jasan | manual: Fix a syntax error. |
commit | commitdiff | tree |
next |