]> git.ipfire.org Git - thirdparty/glibc.git/shortlog
thirdparty/glibc.git
2021-08-28  Stan ShebsMake asm-based constraints be gcc-only
2021-08-28  Stan ShebsMake xxland syntax gcc-only
2021-08-28  Stan ShebsAdd a first approximation of float definitions for...
2021-08-28  Stan ShebsMake powerpc .machine directives be gcc-only
2021-08-28  Stan ShebsMake mutex hints gcc-only, improve a type in __arch_com...
2021-08-28  Stan ShebsMake power6 directives be gcc-only
2021-08-28  Stan ShebsAdd power9 flag to go with -mfloat128
2021-08-28  Stan ShebsDisable more attempts to pass -mlong-double-128 to...
2021-08-28  Stan ShebsDisable attempts to pass -mlong-double-128 to clang
2021-08-28  Stan ShebsAdd workaround for clang link failure in elf/tst-unique4
2021-08-28  Stan ShebsAdd workaround for infinite looping in ppc vsyscalls
2021-08-28  Stan ShebsWork around clang crash by skipping apparently-unneeded asm
2021-08-28  Stan ShebsWork around clang problem with ifuncs and vdso
2021-08-28  Stan ShebsWork around a ppc clang inlining bug
2021-08-28  Stan ShebsAdd workaround for segfaults in __longjmp when compiled...
2021-08-28  Stan ShebsAdd clang version of find_cxx_header
2021-08-28  Stan ShebsChange de-nesting fix to use added argument instead...
2021-08-28  Stan ShebsFix regressions in async-safe TLS, add run-time control...
2021-08-28  Stan ShebsFix TLS problems not handled by cherrypick
2021-08-28  Brooks MosesRevert upstream removal of async-safe TLS patches.
2021-08-28  Stan ShebsMake pointer in tst-realloc volatile also
2021-08-28  Stan ShebsAdd a GRTE-specific readme.
2021-08-27  Stan ShebsWork around a make 3.81 segfault with clang
2021-08-27  Florian WeimerNEWS: Move security-lated changes before bug list
2021-08-27  Florian WeimerAdd references to CVE-2018-11236, CVE-2017-18269
2021-08-27  H.J. LuAdd a test case for [BZ #23196]
2021-08-27  Andreas SchwabDon't write beyond destination in __mempcpy_avx512_no_v...
2021-08-27  Florian Weimersunrpc: Remove stray exports without --enable-obsolete...
2021-08-27  Rafal Luzynskigd_GB: Fix typo in abbreviated "May" (bug 23152).
2021-08-27  Dmitry V. LevinNEWS: add entries for bugs 17343, 20419, 22644, 22786...
2021-08-27  Paul PluzhnikovFix path length overflow in realpath [BZ #22786]
2021-08-27  Paul PluzhnikovFix stack overflow with huge PT_NOTE segment [BZ #20419]
2021-08-27  Stefan LieblerFix blocking pthread_join. [BZ #23137]
2021-08-27  Joseph MyersAdd PTRACE_SECCOMP_GET_METADATA from Linux 4.16 to...
2021-08-27  Florian Weimerresolv: Fully initialize struct mmsghdr in send_dg...
2021-08-27  Florian Weimermanual: Various fixes to the mbstouwcs example, and...
2021-08-27  Florian Weimermanual: Move mbstouwcs to an example C file
2021-08-27  H.J. LuUpdate RWF_SUPPORTED for Linux kernel 4.16 [BZ #22947]
2021-08-27  Jesse Hathawaygetlogin_r: return early when linux sentinel value...
2021-08-27  Andreas SchwabFix crash in resolver on memory allocation failure...
2021-08-27  Joseph MyersFix signed integer overflow in random_r (bug 17343).
2021-08-27  Aurelien JarnoAdd tst-sigaction.c to test BZ #23069
2021-08-27  Aurelien JarnoRISC-V: fix struct kernel_sigaction to match the kernel...
2021-08-27  Florian WeimerLinux i386: tst-bz21269 triggers SIGBUS on some kernels
2021-08-27  Andrew SenkevichFix i386 memmove issue (bug 22644).
2021-08-27  DJ DelorieUpdate ChangeLog for BZ 22884 - riscv fmax/fmin
2021-08-27  Andrew WatermanRISC-V: fmax/fmin: Handle signalling NaNs correctly.
2021-08-27  DJ DelorieRISC-V: Do not initialize $gp in TLS macros.
2021-08-27  Rafal LuzynskiNEWS: Add entries for bugs: 22848, 22932, 22937, 22963.
2021-08-27  Rafal Luzynskics_CZ locale: Add alternative month names (bug 22963).
2021-08-27  Rafal LuzynskiGreek (el_CY, el_GR) locales: Introduce ab_alt_mon...
2018-03-07  Rafal Luzynskilt_LT locale: Update abbreviated month names (bug 22932).
2018-03-06  Robert Bujca_ES locale: Update LC_TIME (bug 22848).
2018-03-12  Dmitry V. LevinUpdate translations from the Translation Project
2017-11-17  Adhemerval... i386: Fix i386 sigaction sa_restorer initialization...
2018-03-02  Andreas SchwabFix multiple definitions of __nss_*_database (bug 22918)
2018-03-02  DJ Delorie[BZ #22342] Fix netgroup cache keys.
2018-02-10  Dmitry V. Levinlinux/powerpc: sync sys/ptrace.h with Linux 4.15 [BZ...
2018-02-26  Tulio Magno... powerpc: Undefine Linux ptrace macros that conflict...
2018-02-19  Mike FABIANAdd missing "reorder-end" in LC_COLLATE of et_EE [BZ...
2018-02-21  Rical JasanFix a typo in a comment.
2018-02-19  Rical Jasanmanual: Update the _ISOC99_SOURCE description.
2018-02-19  Rical Jasanmanual: Document missing feature test macros.
2018-03-08  Dmitry V. LevinNEWS: add entries for bugs 22919 and 22926
2018-03-08  Aurelien Jarnosparc32: Add nop before __startcontext to stop unwindin...
2018-03-05  Adhemerval... powerpc: Fix TLE build for SPE (BZ #22926)
2018-02-16  Rical Jasanmanual: Improve documentation of get_current_dir_name...
2018-02-16  Rical Jasanmanual: Fix a syntax error.
2018-01-24  Rical Jasanmanual: Fix Texinfo warnings about improper node names.
2018-02-18  Aurelien JarnoFix posix/tst-glob_lstat_compat on alpha [BZ #22818]
2018-02-02  Sean McKeantime: Reference CLOCKS_PER_SEC in clock comment [BZ...
2017-12-29  Dmitry V. Levinlinux/aarch64: sync sys/ptrace.h with Linux 4.15 [BZ...
2018-02-06  Dmitry V. LevinNEWS: add an entry for bug 22827
2018-02-14  Adhemerval... Update SH libm-tests-ulps
2018-02-09  DJ Delorie[RISC-V] Fix parsing flags in ELF64 files.
2018-05-11  Stan ShebsSecond try at dealing with ancient mktemp
2018-05-09  Stan ShebsDefeat a malloc optimization by declaring things volatile.
2018-05-09  Stan ShebsForestall optimization-out of a buffer.
2018-05-09  Stan ShebsAdd a clang/lld workaround for symbol not being overridden
2018-04-20  Stan ShebsWork around clang mishandling of assert functions in...
2015-10-29  Manuel KlimekAllow suppressing the definition of __USE_FILE_OFFSET64...
2014-03-04  Paul PluzhnikovFor b/5836136, do dlsym(0, "_Unwind..."), i.e. ignore...
2018-03-29  Stan ShebsDefine __GOOGLE_GRTE_VERSION__
2018-03-29  Stan ShebsAdd basic testsuite for dlopen_with_offset
2018-03-29  Stan ShebsAdd a hunk lost in merge
2018-03-29  Stan ShebsFix GCC compilation issues in cherrypicks
2015-10-10  Paul PluzhnikovFor b/22641205, #include _itoa.h
2015-10-02  Paul PluzhnikovFor b/20141439, don't add "foo.so" as alternate name...
2015-06-03  Paul PluzhnikovFor b/8315591, b/20141439 correct off-by-one error...
2014-11-24  Paul PluzhnikovFix arm build by only using _itoa when building ld...
2014-11-10  Paul PluzhnikovFor b/18243822, fix dlopen_with_offset to not reuse...
2014-03-10  Paul PluzhnikovFor Google b/8315591, experimental implementation of...
2014-03-01  Paul PluzhnikovDisable static linking warning for dlopen and dlmopen...
2015-08-15  Brooks MosesBackport cl/98967227 to GRTE glibc 2.19 sources.
2018-03-19  Stan ShebsAdd empty NSS borg and cache abi lists, to make testsui...
2018-03-19  Stan ShebsFix out-of-date bits in EXEC_ORIGIN patch
2014-04-11  Brooks MosesFor b/12342355, remove inappropriate assert in EXEC_ORI...
2014-03-08  Paul PluzhnikovFor b/4074041, add EXEC_ORIGIN support. Forward-ported...
2016-11-03  Stan ShebsHandle a not-found case in borg passwd lookup
2016-09-30  Michael RothwellCall the correct function.
next