]> git.ipfire.org Git - thirdparty/glibc.git/shortlog
thirdparty/glibc.git
2023-12-28  Adhemerval... x86_64: Add SSE sfp-exceptions
2023-12-28  Pranav KantSync configure.ac with configure script
2023-12-28  Pranav KantGet rid of WANT_FLOAT128 usage in floatn.h
2023-12-27  Pranav Kant-DWANT_FLOAT usage and enable float128 tests
2023-09-28  Pranav Kantx86: Respect --disable-float128 flag to disable FLOAT12...
2023-09-27  Fangrui Songx86: Define __HAVE_FLOAT128 for Clang and use __builtin...
2023-09-27  Pranav Kantconfigure: Use same pattern to find headers for clang
2023-09-27  Adhemerval... math: x86: Use prefix for FP_INIT_ROUNDMODE
2023-09-26  Pranav KantAvoid error due to -Wimplicit-function-declaration
2023-09-26  Adhemerval... math: x86: Avoid the use of __libgcc_cmp_return__ for...
2023-08-29  Fangrui SongAdd -Wl,--undefined-version when using newer lld
2023-02-10  Paul PluzhnikovApply upstream commit __builtin_FILE commit to GRTEv5.
2022-10-27  Nilay Vaishnptl: Make mmap and munmap in thread stack allocation...
2022-10-27  Joseph MyersFix build of nptl/tst-thread_local1.cc with GCC 12
2022-05-25  Kamlesh Kumar<string.h>: Define __CORRECT_ISO_CPP_STRING_H_PROTO...
2022-05-03  Fangrui SongMakeconfig: Update clang_rt.crtbegin.o filename
2022-04-27  Fangrui SongRemove x86_64 specific lowlevellock/cancellation
2022-04-25  Fangrui Songelf: Support DT_RELR relative relocation format
2022-04-25  Fangrui Songconfigure: Don't check LD -v --help for LIBC_LINKER_FEATURE
2021-11-19  Joseph MyersUse libc_hidden_* for atoi (bug 15105).
2021-11-19  Joseph MyersUse libc_hidden_* for tolower, toupper (bug 15105).
2021-11-19  Joseph MyersUse libc_hidden_* for argz_next, __argz_next (bug 15105).
2021-11-19  Joseph MyersUse libc_hidden_* for __cmsg_nxthdr (bug 15105).
2021-11-19  Joseph MyersUse libc_hidden_* for fputs (bug 15105).
2021-11-15  Joseph MyersFix -Os gnu_dev_* linknamespace, localplt issues (bug...
2021-11-15  Fangrui Songinstall: Replace scripts/output-format.sed with objdump...
2021-11-12  Stan ShebsUse a better workaround for clang lack of _builtin_va_a...
2021-08-31  Fangrui SongSet the retain attribute on _elf_set_element if CC...
2021-08-28  Fangrui Songpowerpc: Use --no-tls-get-addr-optimize in test only...
2021-08-28  Fangrui Songelf: Drop elf/tls-macros.h in favor of __thread and...
2021-08-28  Fangrui Songaarch64: Make elf_machine_{load_address,dynamic} robust...
2021-08-28  Fangrui Songelf: Unconditionally use __ehdr_start
2021-08-28  Andreas Schwabwordexp: handle overflow in positional parameter number...
2021-08-28  Stan ShebsDisable tests that need more-recent infrastructure
2021-08-28  Arjun Shankarintl: Handle translation output codesets with suffixes...
2021-08-28  Arjun ShankarRewrite iconv option parsing [BZ #19519]
2021-08-28  Arjun Shankariconv: Accept redundant shift sequences in IBM1364...
2021-08-28  Michael Colavitaiconv: Fix incorrect UCS4 inner loop bounds (BZ#26923)
2021-08-28  Florian Weimermath/test-sinl-pseudo: Use stack protector only if...
2021-08-28  Joseph MyersAvoid ldbl-96 stack corruption from range reduction...
2021-08-28  Adhemerval... posix: Sync gnulib regex implementation
2021-08-28  Andreas SchwabFix use-after-free in glob when expanding ~user (bug...
2021-08-28  Stan ShebsFix a return type in elf unload test
2021-08-28  Andreas SchwabFix buffer overrun in EUC-KR conversion module (bz...
2021-08-28  Florian Weimergconv: Fix assertion failure in ISO-2022-JP-3 module...
2021-08-28  Vitaly BukaRead f->func.cxa under the lock.
2021-08-28  Ambrose FeinsteinFix bug where ld.so hashtable would retain strings...
2021-08-28  Stan ShebsExtend elf/unload8 to test an additional load/unload...
2021-08-28  Shu-Chun WengDon't crash if /var/tmp doesn't exist
2021-08-28  Shu-Chun WengMore aggressively prevent a buffer from being optimized out
2021-08-28  Fangrui Songx86_64: Remove unneeded static PIE check for undefined...
2021-08-28  Wilco Dijkstra[PATCH 7/7] sin/cos slow paths: refactor sincos impleme...
2021-08-28  Wilco Dijkstra[PATCH 6/7] sin/cos slow paths: refactor duplicated...
2021-08-28  Wilco Dijkstra[PATCH 5/7] sin/cos slow paths: remove unused slowpath...
2021-08-28  Wilco Dijkstra[PATCH 4/7] sin/cos slow paths: remove slow paths from...
2021-08-28  Wilco Dijkstra[PATCH 3/7] sin/cos slow paths: remove slow paths from...
2021-08-28  Wilco Dijkstra[PATCH 2/7] sin/cos slow paths: remove large range...
2021-08-28  Wilco Dijkstra[PATCH 1/7] sin/cos slow paths: avoid slow paths for...
2021-08-28  Lirong Yuanlocale: Align _nl_C_LC_CTYPE_class and _nl_C_LC_CTYPE_c...
2021-08-28  Nick LewyckyChange this offsetof computation to use c89 offsetof...
2021-08-28  Stan ShebsUpdate build process to create libnsl stub
2021-08-28  Paul PluzhnikovForward-port google-nsl-stub
2021-08-28  James Y KnightFix memory leak in TLS allocation
2021-08-28  Stan ShebsAdd a test of TLS support that will fail if leaky
2021-08-28  Stan ShebsLet time and gettimeofday use vdso by removing old...
2021-08-28  Stan ShebsUse crt*.o files from llvm compiler-rt when building...
2021-08-28  Stan ShebsDo not use ppc-specific long double pack/unpack when...
2021-08-28  Stan ShebsRemove old workaround in power7 logb functions, clang...
2021-08-28  Josh KunzAdditional fixes for llvm-as
2021-08-28  Stan ShebsAdd workaround for infinite looping in ppc vsyscall...
2021-08-28  Stan ShebsAdd -Wno-incomplete-setjmp-declaration to prevent clang...
2021-08-28  Stan ShebsUpdate passwd.borg handling to use passwd.borg.real
2021-08-28  Stan ShebsAdd a case to async-signal-safe TLS to set static TLS...
2021-08-28  Stan ShebsAdd an LD_DEBUG=tls option to help debug thread-local...
2021-08-28  Stan ShebsRemove an unneeded local refactor in _dl_update_slotinfo
2021-08-28  Joseph MyersFix year 2039 bug for localtime with 64-bit time_t...
2021-08-28  Stan ShebsReduce __MAX_ALLOCA_CUTOFF to 8192
2021-08-28  Stan ShebsMake multi-arch ifunc support work with clang
2021-08-28  Stan ShebsRevert clang workaround for _begin that is no longer...
2021-08-28  Ambrose FeinsteinRedesign the fastload support for additional performance
2021-08-28  Josh KunzAdd comments explaining the diff from cf8e3f8757
2021-08-28  Josh KunzMake gen-XX-const scripts work with llvm-as
2021-08-28  Stan ShebsFix sense of a test in the static-linking version of...
2021-08-28  Shu-Chun WengMakes it compile for AArch64
2021-08-28  Shu-Chun WengMakes AArch64 assembly acceptable to clang
2021-08-28  Siva Chandra... Include STATIC_PIE_BOOTSTRAP with !NESTING in powerpc64...
2021-08-28  Siva Chandra... Actuall use LLVM_OBJCOPY if available.
2021-08-28  Siva Chandra... Use llvm-objcopy, if available, to remove the .llvm_add...
2021-08-28  Siva Chandra... Enable relaxed relocations when building certain object...
2021-08-28  Siva Chandra... Un-nest an include in dl-reloc-static-pie.c.
2021-08-28  Stan ShebsDisable -mfloat128 for clang, lets power9 insns into...
2021-08-28  Stan ShebsAlso work around clang bctrl issue in get_clockfreq.c
2021-08-28  Zack Weinberg[BZ #19239] Don't include sys/sysmacros.h from sys...
2021-08-28  Stan ShebsRemove .llvm_addrsig sections from crt.o files
2021-08-28  Brooks MosesForward-port cl/42676407 to disable link-time warning...
2021-08-28  Raman TennetiChanges to compile glibc-2.27 on PPC (Power8) with...
2021-08-28  Stan ShebsAdd a note about passwd.borg.base organization
2021-08-28  Stan ShebsFix mistaken order of arguments to open_path
2021-08-28  Stan ShebsUpdate build notes
2021-08-28  Raman TennetiUndid the dl_enable_fastload environment variable changes.
next