platform/upstream/glibc.git
2021-12-28 Adhemerval... elf: Add _dl_audit_objclose
2021-12-28 Adhemerval... elf: Add _dl_audit_objsearch
2021-12-28 Adhemerval... elf: Add _dl_audit_activity_map and _dl_audit_activity_nsid
2021-12-28 Adhemerval... elf: Add _dl_audit_objopen
2021-12-28 Samuel Thibaulthurd: Fix static-PIE startup
2021-12-28 Samuel Thibaulthurd: let csu initialize tls
2021-12-27 Samuel Thibaulthurd: Fix XFAIL-ing mallocfork2 tests
2021-12-27 Samuel Thibaulthurd: XFAIL more tests that require setpshared support
2021-12-27 Samuel Thibaultmalloc: Add missing shared thread library flags
2021-12-27 Samuel Thibaultstdio-common: Fix %m sprintf test output for GNU/Hurd
2021-12-27 Noah Goldsteinx86: Optimize L(less_vec) case in memcmpeq-evex.S
2021-12-27 Noah Goldsteinx86: Optimize L(less_vec) case in memcmp-evex-movbe.S
2021-12-23 H.J. Luelf: Remove AArch64 from comment for AT_MINSIGSTKSZ
2021-12-23 H.J. Lumath: Properly cast X_TLOSS to float [BZ #28713]
2021-12-23 Adhemerval... Set default __TIMESIZE default to 64
2021-12-23 Florian Weimerstdio: Implement %#m for vfprintf and related functions
2021-12-23 Florian Weimerelf: Remove unused NEED_DL_BASE_ADDR and _dl_base_addr
2021-12-22 Sunil K Pandeyx86-64: Add vector acos/acosf implementation to libmvec
2021-12-22 Andrea Monacointl/plural.y: Avoid conflicting declarations of yyerro...
2021-12-22 H.J. Luelf: Remove excessive p_align check on PT_LOAD segments...
2021-12-21 H.J. Lus_sincosf.h: Change pio4 type to float [BZ #28713]
2021-12-21 maminjieLinux: Fix 32-bit vDSO for clock_gettime on powerpc32
2021-12-20 H.J. LuRegenerate ulps on x86_64 with GCC 12
2021-12-20 Joseph MyersAdd ARPHRD_CAN, ARPHRD_MCTP to net/if_arp.h
2021-12-17 Adhemerval... Remove ununsed tcb-offset
2021-12-17 Aurelien Jarnoriscv: align stack before calling _dl_init [BZ #28703]
2021-12-17 Aurelien Jarnoriscv: align stack in clone [BZ #28702]
2021-12-17 Aurelien Jarnoelf: Fix tst-cpu-features-cpuinfo for KVM guests on...
2021-12-17 Matheus Castanhopowerpc64[le]: Allocate extra stack frame on syscall.S
2021-12-17 Maxim KuvyrkovUpdate copyright header in recently merged ab_GE locale
2021-12-17 Siddhesh Poyarekarfortify: Fix spurious warning with realpath
2021-12-17 Florian Weimernss: Use "files dns" as the default for the hosts datab...
2021-12-17 Florian Weimerarm: Guard ucontext _rtld_global_ro access by SHARED...
2021-12-17 Siddhesh PoyarekarFix The GNU ToolChain Authors copyright notice
2021-12-16 Patrick McGeheartyRemove upper limit on tunable MALLOC_MMAP_THRESHOLD
2021-12-16 Nart Tlishalocaledata: add new locale ab_GE
2021-12-16 Stefan LieblerFix __minimal_malloc segfaults in __mmap due to stack...
2021-12-16 Siddhesh Poyarekar__glibc_unsafe_len: Fix comment
2021-12-15 Adhemerval... malloc: Enable huge page support on main arena
2021-12-15 Adhemerval... malloc: Move MORECORE fallback mmap to sysmalloc_mmap_f...
2021-12-15 Adhemerval... malloc: Add Huge Page support to arenas
2021-12-15 Adhemerval... malloc: Add Huge Page support for mmap
2021-12-15 Adhemerval... malloc: Move mmap logic to its own function
2021-12-15 Adhemerval... malloc: Add THP/madvise support for sbrk
2021-12-15 Adhemerval... malloc: Add madvise support for Transparent Huge Pages
2021-12-15 Florian Weimerpowerpc: Use global register variable in <thread_pointer.h>
2021-12-15 Adhemerval... Use LFS and 64 bit time for installed programs (BZ...
2021-12-14 H.J. LuSupport target specific ALIGN for variable alignment...
2021-12-14 H.J. LuNEWS: Document LD_PREFER_MAP_32BIT_EXEC as x86-64 only
2021-12-14 H.J. Luelf: Align argument of __munmap to page size [BZ #28676]
2021-12-14 Florian Weimerelf: Use new dependency sorting algorithm by default
2021-12-14 Khem Rajintl: Emit no lines in bison generated files
2021-12-14 Samuel Thibaulthurd: Do not set PIE_UNSUPPORTED
2021-12-14 H.J. LuNEWS: Move LD_PREFER_MAP_32BIT_EXEC
2021-12-14 Samuel Thibaultmach: Fix spurious inclusion of stack_chk_fail_local...
2021-12-13 H.J. LuDisable DT_RUNPATH on NSS tests [BZ #28455]
2021-12-13 Akila Welihindasysdeps: Simplify sin Taylor Series calculation
2021-12-13 Adhemerval... math: Remove the error handling wrapper from hypot...
2021-12-13 Wilco Dijkstramath: Use fmin/fmax on hypot
2021-12-13 Adhemerval... aarch64: Add math-use-builtins-f{max,min}.h
2021-12-13 Adhemerval... math: Add math-use-builtinds-fmin.h
2021-12-13 Adhemerval... math: Add math-use-builtinds-fmax.h
2021-12-13 Adhemerval... math: Remove powerpc e_hypot
2021-12-13 Adhemerval... i386: Move hypot implementation to C
2021-12-13 Adhemerval... math: Use an improved algorithm for hypotl (ldbl-128)
2021-12-13 Adhemerval... math: Use an improved algorithm for hypotl (ldbl-96)
2021-12-13 Wilco Dijkstramath: Improve hypot performance with FMA
2021-12-13 Wilco Dijkstramath: Use an improved algorithm for hypot (dbl-64)
2021-12-13 Adhemerval... math: Simplify hypotf implementation
2021-12-13 Siddhesh PoyarekarCleanup encoding in comments
2021-12-13 Siddhesh PoyarekarReplace --enable-static-pie with --disable-default-pie
2021-12-11 Samuel Thibaulthurd: Add rules for static PIE build
2021-12-11 Samuel Thibaulthurd: Fix gmon-static
2021-12-10 H.J. Lux86-64: Remove LD_PREFER_MAP_32BIT_EXEC support [BZ...
2021-12-10 Florian Weimerelf: Use errcode instead of (unset) errno in rtld_chain...
2021-12-10 H.J. LuAdd a testcase to check alignment of PT_LOAD segment...
2021-12-10 Rongwei Wangelf: Properly align PT_LOAD segments [BZ #28676]
2021-12-10 Florian Weimerelf: Install a symbolic link to ld.so as /usr/bin/ld.so
2021-12-10 Florian Weimernptl: Add one more barrier to nptl/tst-create1
2021-12-09 Florian WeimerRemove TLS_TCB_ALIGN and TLS_INIT_TCB_ALIGN
2021-12-09 Florian Weimernptl: rseq failure after registration on main thread...
2021-12-09 Florian Weimernptl: Add public rseq symbols and <sys/rseq.h>
2021-12-09 Florian Weimernptl: Add glibc.pthread.rseq tunable to control rseq...
2021-12-09 Florian WeimerLinux: Use rseq to accelerate sched_getcpu
2021-12-09 Florian Weimernptl: Add rseq registration
2021-12-09 Florian Weimernptl: Introduce THREAD_GETMEM_VOLATILE
2021-12-09 Florian Weimernptl: Introduce <tcb-access.h> for THREAD_* accessors
2021-12-09 Florian Weimernptl: Add <thread_pointer.h> for defining __thread_pointer
2021-12-08 John David... String: test-memcpy used unaligned types for buffers...
2021-12-07 Aurelien Jarnolocaledef: check magic value on archive load [BZ #28650]
2021-12-06 H.J. Lux86: Don't set Prefer_No_AVX512 for processors with...
2021-12-06 Adhemerval... linux: Add generic ioctl implementation
2021-12-06 Adhemerval... linux: Add generic syscall implementation
2021-12-06 Florian Weimermisc, nptl: Remove stray references to __condvar_load_6...
2021-12-05 Florian Weimercsu: Always use __executable_start in gmon-start.c
2021-12-05 Florian Weimerelf: execve statically linked programs instead of crash...
2021-12-04 H.J. LuAdd --with-timeoutfactor=NUM to specify TIMEOUTFACTOR
2021-12-04 Noah Goldsteinx86-64: Use notl in EVEX strcmp [BZ #28646]
2021-12-03 Florian Weimernptl: Increase default TCB alignment to 32
2021-12-02 Luca Boccassielf: add definition for ELF_NOTE_FDO and NT_FDO_PACKAGI...
next