2023-09-26 |
Adhemerval... | math: x86: Avoid the use of __libgcc_cmp_return__ for... |
commit | commitdiff | tree |
2023-08-29 |
Fangrui Song | Add -Wl,--undefined-version when using newer lld |
commit | commitdiff | tree |
2023-02-10 |
Paul Pluzhnikov | Apply upstream commit __builtin_FILE commit to GRTEv5. |
commit | commitdiff | tree |
2022-10-27 |
Nilay Vaish | nptl: Make mmap and munmap in thread stack allocation... |
commit | commitdiff | tree |
2022-10-27 |
Joseph Myers | Fix build of nptl/tst-thread_local1.cc with GCC 12 |
commit | commitdiff | tree |
2022-05-25 |
Kamlesh Kumar | <string.h>: Define __CORRECT_ISO_CPP_STRING_H_PROTO... |
commit | commitdiff | tree |
2022-05-03 |
Fangrui Song | Makeconfig: Update clang_rt.crtbegin.o filename |
commit | commitdiff | tree |
2022-04-27 |
Fangrui Song | Remove x86_64 specific lowlevellock/cancellation |
commit | commitdiff | tree |
2022-04-25 |
Fangrui Song | elf: Support DT_RELR relative relocation format |
commit | commitdiff | tree |
2022-04-25 |
Fangrui Song | configure: Don't check LD -v --help for LIBC_LINKER_FEATURE |
commit | commitdiff | tree |
2021-11-19 |
Joseph Myers | Use libc_hidden_* for atoi (bug 15105). |
commit | commitdiff | tree |
2021-11-19 |
Joseph Myers | Use libc_hidden_* for tolower, toupper (bug 15105). |
commit | commitdiff | tree |
2021-11-19 |
Joseph Myers | Use libc_hidden_* for argz_next, __argz_next (bug 15105). |
commit | commitdiff | tree |
2021-11-19 |
Joseph Myers | Use libc_hidden_* for __cmsg_nxthdr (bug 15105). |
commit | commitdiff | tree |
2021-11-19 |
Joseph Myers | Use libc_hidden_* for fputs (bug 15105). |
commit | commitdiff | tree |
2021-11-15 |
Joseph Myers | Fix -Os gnu_dev_* linknamespace, localplt issues (bug... |
commit | commitdiff | tree |
2021-11-15 |
Fangrui Song | install: Replace scripts/output-format.sed with objdump... |
commit | commitdiff | tree |
2021-11-12 |
Stan Shebs | Use a better workaround for clang lack of _builtin_va_a... |
commit | commitdiff | tree |
2021-08-31 |
Fangrui Song | Set the retain attribute on _elf_set_element if CC... |
commit | commitdiff | tree |
2021-08-28 |
Fangrui Song | powerpc: Use --no-tls-get-addr-optimize in test only... |
commit | commitdiff | tree |
2021-08-28 |
Fangrui Song | elf: Drop elf/tls-macros.h in favor of __thread and... |
commit | commitdiff | tree |
2021-08-28 |
Fangrui Song | aarch64: Make elf_machine_{load_address,dynamic} robust... |
commit | commitdiff | tree |
2021-08-28 |
Fangrui Song | elf: Unconditionally use __ehdr_start |
commit | commitdiff | tree |
2021-08-28 |
Andreas Schwab | wordexp: handle overflow in positional parameter number... |
commit | commitdiff | tree |
2021-08-28 |
Stan Shebs | Disable tests that need more-recent infrastructure |
commit | commitdiff | tree |
2021-08-28 |
Arjun Shankar | intl: Handle translation output codesets with suffixes... |
commit | commitdiff | tree |
2021-08-28 |
Arjun Shankar | Rewrite iconv option parsing [BZ #19519] |
commit | commitdiff | tree |
2021-08-28 |
Arjun Shankar | iconv: Accept redundant shift sequences in IBM1364... |
commit | commitdiff | tree |
2021-08-28 |
Michael Colavita | iconv: Fix incorrect UCS4 inner loop bounds (BZ#26923) |
commit | commitdiff | tree |
2021-08-28 |
Florian Weimer | math/test-sinl-pseudo: Use stack protector only if... |
commit | commitdiff | tree |
2021-08-28 |
Joseph Myers | Avoid ldbl-96 stack corruption from range reduction... |
commit | commitdiff | tree |
2021-08-28 |
Adhemerval... | posix: Sync gnulib regex implementation |
commit | commitdiff | tree |
2021-08-28 |
Andreas Schwab | Fix use-after-free in glob when expanding ~user (bug... |
commit | commitdiff | tree |
2021-08-28 |
Stan Shebs | Fix a return type in elf unload test |
commit | commitdiff | tree |
2021-08-28 |
Andreas Schwab | Fix buffer overrun in EUC-KR conversion module (bz... |
commit | commitdiff | tree |
2021-08-28 |
Florian Weimer | gconv: Fix assertion failure in ISO-2022-JP-3 module... |
commit | commitdiff | tree |
2021-08-28 |
Vitaly Buka | Read f->func.cxa under the lock. |
commit | commitdiff | tree |
2021-08-28 |
Ambrose Feinstein | Fix bug where ld.so hashtable would retain strings... |
commit | commitdiff | tree |
2021-08-28 |
Stan Shebs | Extend elf/unload8 to test an additional load/unload... |
commit | commitdiff | tree |
2021-08-28 |
Shu-Chun Weng | Don't crash if /var/tmp doesn't exist |
commit | commitdiff | tree |
2021-08-28 |
Shu-Chun Weng | More aggressively prevent a buffer from being optimized out |
commit | commitdiff | tree |
2021-08-28 |
Fangrui Song | x86_64: Remove unneeded static PIE check for undefined... |
commit | commitdiff | tree |
2021-08-28 |
Wilco Dijkstra | [PATCH 7/7] sin/cos slow paths: refactor sincos impleme... |
commit | commitdiff | tree |
2021-08-28 |
Wilco Dijkstra | [PATCH 6/7] sin/cos slow paths: refactor duplicated... |
commit | commitdiff | tree |
2021-08-28 |
Wilco Dijkstra | [PATCH 5/7] sin/cos slow paths: remove unused slowpath... |
commit | commitdiff | tree |
2021-08-28 |
Wilco Dijkstra | [PATCH 4/7] sin/cos slow paths: remove slow paths from... |
commit | commitdiff | tree |
2021-08-28 |
Wilco Dijkstra | [PATCH 3/7] sin/cos slow paths: remove slow paths from... |
commit | commitdiff | tree |
2021-08-28 |
Wilco Dijkstra | [PATCH 2/7] sin/cos slow paths: remove large range... |
commit | commitdiff | tree |
2021-08-28 |
Wilco Dijkstra | [PATCH 1/7] sin/cos slow paths: avoid slow paths for... |
commit | commitdiff | tree |
2021-08-28 |
Lirong Yuan | locale: Align _nl_C_LC_CTYPE_class and _nl_C_LC_CTYPE_c... |
commit | commitdiff | tree |
2021-08-28 |
Nick Lewycky | Change this offsetof computation to use c89 offsetof... |
commit | commitdiff | tree |
2021-08-28 |
Stan Shebs | Update build process to create libnsl stub |
commit | commitdiff | tree |
2021-08-28 |
Paul Pluzhnikov | Forward-port google-nsl-stub |
commit | commitdiff | tree |
2021-08-28 |
James Y Knight | Fix memory leak in TLS allocation |
commit | commitdiff | tree |
2021-08-28 |
Stan Shebs | Add a test of TLS support that will fail if leaky |
commit | commitdiff | tree |
2021-08-28 |
Stan Shebs | Let time and gettimeofday use vdso by removing old... |
commit | commitdiff | tree |
2021-08-28 |
Stan Shebs | Use crt*.o files from llvm compiler-rt when building... |
commit | commitdiff | tree |
2021-08-28 |
Stan Shebs | Do not use ppc-specific long double pack/unpack when... |
commit | commitdiff | tree |
2021-08-28 |
Stan Shebs | Remove old workaround in power7 logb functions, clang... |
commit | commitdiff | tree |
2021-08-28 |
Josh Kunz | Additional fixes for llvm-as |
commit | commitdiff | tree |
2021-08-28 |
Stan Shebs | Add workaround for infinite looping in ppc vsyscall... |
commit | commitdiff | tree |
2021-08-28 |
Stan Shebs | Add -Wno-incomplete-setjmp-declaration to prevent clang... |
commit | commitdiff | tree |
2021-08-28 |
Stan Shebs | Update passwd.borg handling to use passwd.borg.real |
commit | commitdiff | tree |
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 |
next |