htl: Fix cleaning the reply port
[platform/upstream/glibc.git] / sysdeps /
2022-01-22 Samuel Thibaulthtl: Fix cleaning the reply port
2022-01-19 Florian Weimermips: Move DT_MIPS into <ldsodefs.h>
2022-01-18 H.J. Lux86: Black list more Intel CPUs for TSX [BZ #27398]
2022-01-17 Samuel Thibaulthtl: Fix build error in annexc
2022-01-17 Aurelien Jarnox86: use default cache size if it cannot be determined...
2022-01-17 Adhemerval ZanellaLinux: Add epoll_pwait2 (BZ #27359)
2022-01-17 Adhemerval Zanellaelf: Fix 64 time_t support for installed statically...
2022-01-17 Adhemerval ZanellaRevert "elf: Fix 64 time_t support for installed static...
2022-01-15 Samuel Thibaulthurd: optimize exec cleanup
2022-01-15 Samuel Thibaulthurd: Add __rtld_execve
2022-01-15 Samuel Thibaulthtl: Hide __pthread_attr's __schedparam type [BZ #23088]
2022-01-15 Samuel Thibaulthtl: Clear kernel_thread field before releasing the...
2022-01-15 Samuel Thibaulthurd: Fix timer/clock_getres crash on NULL res parameter
2022-01-15 Samuel Thibaulthurd: Fix pthread_kill on exiting/ted thread
2022-01-15 Samuel Thibault[hurd] Drop spurious #ifdef SHARED
2022-01-15 Samuel Thibault[hurd] Call _dl_sort_maps_init in _dl_sysdep_start
2022-01-14 Florian Weimers390x: Use <gcc-macros.h> in early HWCAP check
2022-01-14 Florian Weimerx86: Add x86-64-vN check to early startup
2022-01-14 Florian Weimerpowerpc64le: Use <gcc-macros.h> in early HWCAP check
2022-01-14 Florian Weimerx86: HAVE_X86_LAHF_SAHF, HAVE_X86_MOVBE and -march...
2022-01-14 Sunil K Pandeymath: Add more inputs to atan2 accuracy tests [BZ ...
2022-01-13 Joseph MyersUpdate syscall lists for Linux 5.16
2022-01-13 Florian Weimeri386: Remove broken CAN_USE_REGISTER_ASM_EBP (bug 28771)
2022-01-12 Sunil K Pandeyx86_64: Fix SSE4.2 libmvec atan2 function accuracy...
2022-01-12 Adhemerval ZanellaRevert "linux: Fix ancillary 64-bit time timestamp...
2022-01-12 Adhemerval Zanellalinux: Fix ancillary 64-bit time timestamp conversion...
2022-01-12 Adhemerval Zanellaelf: Fix 64 time_t support for installed statically...
2022-01-11 Szabolcs Nagyaarch64: Add HWCAP2_ECV from Linux 5.16
2022-01-11 Noah Goldsteinx86: Fix __wcsncmp_evex in strcmp-evex.S [BZ# 28755]
2022-01-11 Noah Goldsteinx86: Fix __wcsncmp_avx2 in strcmp-avx2.S [BZ# 28755]
2022-01-10 Szabolcs Nagymath: Fix float conversion regressions with gcc-12...
2022-01-07 Florian WeimerRestore ENTRY_POINT definition on hppa, ia64 (bug 28749)
2022-01-06 Samuel Thibaultttydefaults.h: Fix CSTATUS to control-t
2022-01-06 Wilco DijkstraAArch64: Check for SVE in ifuncs [BZ #28744]
2022-01-06 Adhemerval Zanelladebug: Remove catchsegv and libSegfault (BZ #14913)
2022-01-04 Stafford Horneor1k: Build Infrastructure
2022-01-04 Stafford Horneor1k: ABI lists
2022-01-04 Stafford Horneor1k: Linux ABI
2022-01-04 Stafford Horneor1k: Linux Syscall Interface
2022-01-04 Stafford Horneor1k: math soft float support
2022-01-04 Stafford Horneor1k: Atomics and Locking primitives
2022-01-04 Stafford Horneor1k: Thread Local Storage support
2022-01-04 Stafford Horneor1k: startup and dynamic linking code
2022-01-04 Stafford Horneor1k: ABI Implementation
2022-01-04 Stafford Hornelinux/syscalls: Add or1k_atomic syscall for OpenRISC
2022-01-03 H.J. Luelf: Add <dl-debug.h>
2022-01-01 Paul EggertUpdate copyright dates not handled by scripts/update...
2022-01-01 Paul EggertUpdate copyright dates with scripts/update-copyrights
2022-01-01 Samuel Thibaulthurd: Use __trivfs_server_name instead of trivfs_server...
2021-12-31 Samuel Thibaulthurd: Bump BRK_START to 0x20000000
2021-12-31 Samuel Thibaulthurd: Avoid overzealous shared objects constraints
2021-12-31 Adhemerval Zanellatime: Refactor timesize.h for some ABIs
2021-12-31 Samuel Thibaulthurd: Make getrandom a stub inside the random translator
2021-12-30 Stafford Horneopen64: Force O_LARGEFILE on all architectures
2021-12-30 Sunil K Pandeyx86-64: Add vector tan/tanf implementation to libmvec
2021-12-30 Sunil K Pandeyx86-64: Add vector erfc/erfcf implementation to libmvec
2021-12-29 Sunil K Pandeyx86-64: Add vector asinh/asinhf implementation to libmvec
2021-12-29 Sunil K Pandeyx86-64: Add vector tanh/tanhf implementation to libmvec
2021-12-29 Sunil K Pandeyx86-64: Add vector erf/erff implementation to libmvec
2021-12-29 Sunil K Pandeyx86-64: Add vector acosh/acoshf implementation to libmvec
2021-12-29 Sunil K Pandeyx86-64: Add vector atanh/atanhf implementation to libmvec
2021-12-29 Sunil K Pandeyx86-64: Add vector log1p/log1pf implementation to libmvec
2021-12-29 Sunil K Pandeyx86-64: Add vector log2/log2f implementation to libmvec
2021-12-29 Sunil K Pandeyx86-64: Add vector log10/log10f implementation to libmvec
2021-12-29 Sunil K Pandeyx86-64: Add vector atan2/atan2f implementation to libmvec
2021-12-29 Sunil K Pandeyx86-64: Add vector cbrt/cbrtf implementation to libmvec
2021-12-29 Sunil K Pandeyx86-64: Add vector sinh/sinhf implementation to libmvec
2021-12-29 Sunil K Pandeyx86-64: Add vector expm1/expm1f implementation to libmvec
2021-12-29 Sunil K Pandeyx86-64: Add vector cosh/coshf implementation to libmvec
2021-12-29 Sunil K Pandeyx86-64: Add vector exp10/exp10f implementation to libmvec
2021-12-29 Sunil K Pandeyx86-64: Add vector exp2/exp2f implementation to libmvec
2021-12-29 Sunil K Pandeyx86-64: Add vector hypot/hypotf implementation to libmvec
2021-12-29 Sunil K Pandeyx86-64: Add vector asin/asinf implementation to libmvec
2021-12-29 Sunil K Pandeyx86-64: Add vector atan/atanf implementation to libmvec
2021-12-28 Florian Weimerelf: Add _dl_find_object function
2021-12-28 Adhemerval Zanellamalloc: Remove memusage.h
2021-12-28 Adhemerval Zanellamalloc: Use hp-timing on libmemusage
2021-12-28 Adhemerval ZanellaRemove atomic-machine.h atomic typedefs
2021-12-28 Adhemerval Zanellamalloc: Remove atomic_* usage
2021-12-28 Thomas Petazzonimicroblaze: Add missing implementation when !__ASSUME_T...
2021-12-28 Adhemerval Zanellaelf: Add _dl_audit_pltexit
2021-12-28 Adhemerval Zanellaelf: Add _dl_audit_pltenter
2021-12-28 Adhemerval Zanellaelf: Add _dl_audit_preinit
2021-12-28 Adhemerval Zanellaelf: Add _dl_audit_symbind_alt and _dl_audit_symbind
2021-12-28 Adhemerval Zanellaelf: Add _dl_audit_objclose
2021-12-28 Adhemerval Zanellaelf: Add _dl_audit_objsearch
2021-12-28 Adhemerval Zanellaelf: Add _dl_audit_activity_map and _dl_audit_activity_nsid
2021-12-28 Adhemerval Zanellaelf: 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 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 Adhemerval ZanellaSet default __TIMESIZE default to 64
2021-12-22 Sunil K Pandeyx86-64: Add vector acos/acosf implementation to libmvec
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
next