platform/upstream/glibc.git
2021-06-15 Adhemerval... y2038: Add __USE_TIME_BITS64 support for struct utimbuf
2021-06-15 Adhemerval... y2038: Add __USE_TIME_BITS64 support for struct timespec
2021-06-15 Adhemerval... y2038: Add __USE_TIME_BITS64 support for struct timeval
2021-06-15 Adhemerval... y2038: Add __USE_TIME_BITS64 support for time_t
2021-06-15 Adhemerval... linux: Add recvvmsg fallback for 64-bit time_t SO_TIMES...
2021-06-15 Adhemerval... linux: Add fallback for 64-bit time_t SO_TIMESTAMP{NS}
2021-06-14 Adhemerval... linux: Add fallback for 64-bit time_t SO_{RCV,SND}TIMEO
2021-06-14 Adhemerval... linux: s390: Add libanl.abilist in s390 and s390x
2021-06-14 Adhemerval... linux: mips: Split libanl.abilist in n32 and n64
2021-06-14 Adhemerval... linux: mips: Split librt.abilist in n32 and n64
2021-06-14 Siddhesh PoyarekarReinstate gconv-modules as the default configuration...
2021-06-10 Matheus CastanhoAdd build option to disable usage of scv on powerpc
2021-06-10 Florian Weimerio: Fix sporadic test failures in io/tst-stat
2021-06-09 Adhemerval... nptl: Avoid async cancellation to wrongly update __nptl...
2021-06-09 Adhemerval... nptl: Use pthread_kill on pthread_cancel
2021-06-09 Adhemerval... nptl: Implement raise in terms of pthread_kill
2021-06-09 Adhemerval... nptl: Move cancel type out of cancelhandling
2021-06-09 Adhemerval... nptl: Move cancel state out of cancelhandling
2021-06-09 Adhemerval... nptl: Remove CANCELING_BITMASK
2021-06-09 Adhemerval... nptl: Install cancellation handler on pthread_cancel
2021-06-09 Adhemerval... nptl: Deallocate the thread stack on setup failure...
2021-06-09 Florian WeimerRemove stale references to libdl.a
2021-06-09 Stefan LieblerFix elf/tst-tls9-static after libdl cleanups.
2021-06-09 Siddhesh Poyarekariconvdata: Split out non-essential gconv module configu...
2021-06-09 Siddhesh Poyarekariconvdata: Move gconv-modules configuration to gconv...
2021-06-09 Siddhesh Poyarekargconv_conf: Read configuration files in gconv-modules.d
2021-06-09 Siddhesh Poyarekariconvconfig: Read configuration from gconv-modules...
2021-06-09 Siddhesh Poyarekariconvconfig: Make file handling more general purpose
2021-06-08 Wilco DijkstraAArch64: Add support for roundeven[f]
2021-06-04 Naohiro Tamuraconfigure: Replaced obsolete AC_TRY_COMPILE
2021-06-04 Adhemerval... libio: Assume _IO_lock_inexpensive
2021-06-04 Adhemerval... nptl: Remove exit-thread.h
2021-06-03 Sunil K PandeyImprove test coverage of strnlen function
2021-06-03 Florian Weimerdlfcn: Rework static dlopen hooks
2021-06-03 Florian Weimerdlfcn: Eliminate GLIBC_PRIVATE dependency from tststatic2
2021-06-03 Florian Weimerdlfcn: Cleanups after -ldl is no longer required
2021-06-03 Florian Weimerdlfcn: Move dlopen into libc
2021-06-03 Florian Weimerdlfcn: Move dlvsym into libc
2021-06-03 Florian Weimerdlfcn: Move dlinfo into libc
2021-06-03 Florian Weimerdlfcn: Move dladdr1 into libc
2021-06-03 Florian Weimerdlfcn: Move dlmopen into libc
2021-06-03 Florian Weimerdlfcn: Move dlsym into libc
2021-06-03 Florian Weimerdlfcn: Move dladdr into libc
2021-06-03 Florian Weimerdlfcn: Move dlclose into libc
2021-06-02 Sunil K PandeyImprove test coverage of strlen function
2021-06-02 Xeonacidfix typo
2021-06-02 Florian Weimerdlfcn: Move dlerror into libc
2021-06-02 Florian WeimerAdd libc ABI extension kludge for baseline-violating...
2021-06-02 Florian Weimerscripts/versions.awk: Add local: * to all version nodes
2021-06-02 Florian WeimerAdd missing symbols to Version files
2021-06-02 Florian WeimerFix use of __pthread_attr_copy in mq_notify (bug 27896)
2021-06-01 Andreas SchwabUse __pthread_attr_copy in mq_notify (bug 27896)
2021-06-01 Joseph MyersUpdate floating-point feature test macro handling for C2X
2021-06-01 Florian Weimerstdio-common: Remove _IO_vfwscanf
2021-06-01 Szabolcs Nagyaarch64: align stack in clone [BZ #27939]
2021-05-31 Lucas A. M... powerpc: Optimized memcmp for power10
2021-05-31 H.J. Lux86-64: Align child stack to 16 bytes [BZ #27902]
2021-05-28 Adhemerval... support: Do not build xpthread_attr_setaffinity_np...
2021-05-27 Adhemerval... nptl: Add pthread_attr_setaffinity_np failure test
2021-05-27 Adhemerval... support: Add xpthread_attr_setaffinity_np wrapper
2021-05-27 Adhemerval... nptl: Move createthread to pthread_create
2021-05-27 Adhemerval... nptl: Move Linux createthread to nptl
2021-05-27 Florian Weimernptl: Install SIGSETXID handler with SA_ONSTACK [BZ...
2021-05-27 Naohiro Tamuraaarch64: Added optimized memset for A64FX
2021-05-27 Naohiro Tamuraaarch64: Added optimized memcpy and memmove for A64FX
2021-05-26 Naohiro Tamurabenchtests: Fixed bench-memcpy-random: buf1: mprotect...
2021-05-26 Naohiro Tamuraaarch64: Added Vector Length Set test helper script
2021-05-26 Naohiro Tamuraaarch64: define BTI_C and BTI_J macros as NOP unless...
2021-05-26 Naohiro Tamuraconfig: Added HAVE_AARCH64_SVE_ASM for aarch64
2021-05-25 Yang Xutst-mallinfo2.c: Use correct multiple for total variable
2021-05-25 Florian WeimerLinux: Remove remaining references to $(shared-thread...
2021-05-25 Florian Weimernptl: Do not install libpthread.so and do not link...
2021-05-25 Lucas A. M... testrun.sh: Improve --help message
2021-05-24 Nicholas Pigginpowerpc: Fix handling of scv return error codes [BZ...
2021-05-24 H.J. LuProperly check stack alignment [BZ #27901]
2021-05-24 Noah Goldsteinx86: Improve memmove-vec-unaligned-erms.S
2021-05-23 Noah GoldsteinBench: Add support for choose direction of memcpy in...
2021-05-22 H.J. LuAdd cast_to_pointer to cast an integer to void * pointer
2021-05-21 Florian Weimernptl: Remove remaining code from libpthread
2021-05-21 Florian Weimernptl: Move pthread_create, thrd_create into libc
2021-05-21 Florian Weimerelf: Use custom NODELETE DSO for tst-dlopenfail, tst...
2021-05-21 Florian Weimernptl: Move semi-public __pthread_get_minstack symbol...
2021-05-21 Florian Weimernptl: Eliminate the __static_tls_size, __static_tls_ali...
2021-05-21 Florian Weimernptl: Perform signal initialization upon pthread_create
2021-05-21 Florian Weimernptl: Remove unused __libc_pthread_init function
2021-05-20 Noah Goldsteinx86: Improve memset-vec-unaligned-erms.S
2021-05-20 Florian WeimerHurd: Define ARCH_MIN_GUARD_SIZE in internal <pthread.h>
2021-05-20 Florian Weimerelf: Initialize GLRO (dl_minsigstacksize) after static...
2021-05-19 Florian Weimernptl: Add missing __pthread_cond_wait alias in static...
2021-05-19 Adhemerval... Remove --enable-stackguard-randomization (BZ #27872)
2021-05-19 Florian Weimers390x: Check HWCAP bits against compiler flags
2021-05-19 Florian Weimerpowerpc64le: Check HWCAP bits against compiler build...
2021-05-19 Florian Weimerelf: Add hook for checking HWCAP bits after auxiliary...
2021-05-19 Noah Goldsteinx86: Optimize memcmp-evex-movbe.S
2021-05-19 Noah Goldsteinx86: Optimize memcmp-avx2-movbe.S
2021-05-19 Noah Goldsteinx86: Expand bench-memcmp.c and test-memcmp.c
2021-05-18 Adhemerval... linux: Fix clock_getres fallback
2021-05-18 Joseph MyersDo not declare asctime_r and ctime_r for C2X
2021-05-18 Samuel Thibaulthtl: Add __libpthread_freeres
2021-05-18 Samuel Thibaulthurd: Add execveat
next