]> sourceware.org Git - glibc.git/shortlog
glibc.git
2020-02-20 Florian Weimernptl: Use .NOTPARALLEL in Makefile only if actually...
2020-02-19 Adhemerval... Block all signals on timer_create thread (BZ#10815)
2020-02-19 Lucas A. M... Fix tst-pkey expectations on pkey_get [BZ #23202]
2020-02-18 Lukasz Majewskiy2038: linux: Provide __gettimeofday64 implementation
2020-02-18 Florian WeimerLinux: Work around kernel bugs in chmod on /proc/self...
2020-02-18 Florian WeimerIntroduce <elf-initfini.h> and ELF_INITFINI for all...
2020-02-18 Adhemerval... mips: Fix bracktrace result for signal frames
2020-02-18 Florian WeimerMove implementation of <file_change_detection.h> into...
2020-02-18 Florian Weimer<fd_to_filename.h>: Add type safety and port to Hurd
2020-02-17 Gabriel F.... Prepare redirections for IEEE long double on powerpc64le
2020-02-17 Florian Weimerconform/conformtest.py: Extend tokenizer to cover chara...
2020-02-17 Florian Weimerstdlib: Reduce namespace pollution in <inttypes.h>
2020-02-17 Florian Weimerx86: Avoid single-argument _Static_assert in <tls.h>
2020-02-16 Samuel Thibaultx86 tls: Use _Static_assert for TLS access size assertion
2020-02-16 Samuel Thibaulthtl: Link internal htl tests against libpthread
2020-02-16 Samuel Thibaultpthread: Fix building tst-robust8 with nptl
2020-02-16 Samuel Thibaultpthread: Move robust mutex tests from nptl to sysdeps...
2020-02-16 Samuel Thibaulthtl: Remove stub warning for pthread_mutexattr_setpshared
2020-02-16 Samuel Thibaulthtl: Add missing functions and defines for robust mutexes
2020-02-15 Samuel Thibaulthtl: Only check pthread_self coherency when DEBUG is set
2020-02-15 Samuel Thibaulthurd: Add THREAD_GET/SETMEM/_NC
2020-02-15 Samuel Thibaulthurd tls: update comment about fields at the end of...
2020-02-15 Florian Weimerld.so: Do not export free/calloc/malloc/realloc functio...
2020-02-15 Florian WeimerRemove weak declaration of free from <inline-hashtab.h>
2020-02-15 Florian Weimerelf: Extract _dl_sym_post, _dl_sym_find_caller_map...
2020-02-15 Florian Weimerelf: Introduce the rtld-stubbed-symbols makefile variable
2020-02-15 Andreas Schwabarm: fix use of INTERNAL_SYSCALL_CALL
2020-02-15 Adhemerval... linux: Remove INTERNAL_SYSCALL_DECL
2020-02-15 Adhemerval... nptl: Remove ununsed pthread-errnos.h rule
2020-02-15 Adhemerval... linux: Consolidate INLINE_SYSCALL
2020-02-15 Adhemerval... s390: Consolidate Linux syscall definition
2020-02-15 Adhemerval... riscv: Avoid clobbering register parameters in syscall
2020-02-15 Adhemerval... microblaze: Avoid clobbering register parameters in...
2020-02-15 Adhemerval... nios2: Use Linux kABI for syscall return
2020-02-15 Adhemerval... mips: Use Linux kABI for syscall return
2020-02-15 Adhemerval... mips64: Consolidate Linux sysdep.h
2020-02-15 Adhemerval... ia64: Use Linux kABI for syscall return
2020-02-15 Adhemerval... alpha: Refactor syscall and Use Linux kABI for syscall...
2020-02-15 Adhemerval... sparc: Avoid clobbering register parameters in syscall
2020-02-15 Adhemerval... sparc: Use Linux kABI for syscall return
2020-02-15 Adhemerval... powerpc: Use Linux kABI for syscall return
2020-02-15 Adhemerval... powerpc: Consolidate Linux syscall definition
2020-02-14 H.J. Lui386: Enable CET support in ucontext functions
2020-02-14 Alistair Francistst-clone3: Use __NR_futex_time64 if we don't have...
2020-02-14 Florian Weimerpowerpc64: Add memory protection key support [BZ #23202]
2020-02-14 Tulio Magno... ldbl-128ibm-compat: Provide a scalb implementation
2020-02-14 Tulio Magno... Add a generic scalb implementation
2020-02-14 Joseph MyersAdjust thresholds in Bessel function implementations...
2020-02-14 Florian Weimerresolv: Fix ABA race in /etc/resolv.conf change detecti...
2020-02-14 Florian Weimerresolv: Enhance __resolv_conf_load to capture file...
2020-02-14 Florian Weimerresolv: Fix file handle leak in __resolv_conf_load...
2020-02-14 Florian Weimerresolv: Use <file_change_detection.h> in __resolv_conf_...
2020-02-13 Joseph MyersAdd STATX_ATTR_VERITY from Linux 5.5 to bits/statx...
2020-02-13 Stefan LieblerUse gcc -finput-charset=ascii for check-installed-headers.
2020-02-13 Florian Weimermath/test-sinl-pseudo: Use stack protector only if...
2020-02-13 Adhemerval... alpha: Fix static gettimeofday symbol
2020-02-13 Florian Weimernss_nisplus: Use NSS_DECLARE_MODULE_FUNCTIONS
2020-02-13 Florian Weimernss_dns: Use NSS_DECLARE_MODULE_FUNCTIONS
2020-02-13 Florian Weimernss_files: Use NSS_DECLARE_MODULE_FUNCTIONS
2020-02-13 Florian Weimernss_db: Use NSS_DECLARE_MODULE_FUNCTIONS
2020-02-13 Florian Weimernss_compat: Use NSS_DECLARE_MODULE_FUNCTIONS
2020-02-13 Florian Weimernss_hesiod: Use NSS_DECLARE_MODULE_FUNCTIONS
2020-02-13 Florian Weimernss: Add function types and NSS_DECLARE_MODULE_FUNCTION...
2020-02-13 Florian Weimernss_compat: Do not use nss_* names for function pointers
2020-02-12 Joseph MyersAvoid ldbl-96 stack corruption from range reduction...
2020-02-12 WANG Xueruimips: Fix argument passing for inlined syscalls on...
2020-02-12 WANG Xueruimips: Use 'long int' and 'long long int' in linux sysca...
2020-02-12 Adhemerval... alpha: Use generic gettimeofday implementation
2020-02-12 Matheus Castanhosunrpc: Properly clean up if tst-udp-timeout fails
2020-02-12 David Kilroyelf: avoid stack allocation in dl_open_worker
2020-02-12 David Kilroyelf: avoid redundant sort in dlopen
2020-02-12 David Kilroyelf: Allow dlopen of filter object to work [BZ #16272]
2020-02-12 Siddhesh PoyarekarUpdate translations
2020-02-12 Joseph MyersRename RWF_WRITE_LIFE_NOT_SET to RWH_WRITE_LIFE_NOT_SET...
2020-02-12 Stefan LieblerS390: Fix non-ascii character in fenv.h.
2020-02-12 Florian Weimerio: Add io/tst-lchmod covering lchmod and fchmodat
2020-02-12 Florian WeimerLinux: Emulate fchmodat with AT_SYMLINK_NOFOLLOW using...
2020-02-12 Florian Weimerio: Implement lchmod using fchmodat [BZ #14578]
2020-02-12 Florian WeimerAdd internal <file_change_detection.h> header file
2020-02-12 Fangrui Songelf.h: Add R_RISCV_IRELATIVE
2020-02-11 Mike FABIANFix typo in the name for Wednesday in Kurdish [BZ ...
2020-02-11 Florian Weimerdebug: Add missing locale dependencies of fortify tests
2020-02-10 Samuel Thibaulthtl C11 threads: Avoid pthread_ symbols visibility...
2020-02-10 Samuel Thibaulthurd: Add __pthread_spin_wait and use it
2020-02-10 Paul E. Murphyldbl-128ibm-compat: set PRINTF_CHK flag in {,v}sprintf_chk
2020-02-10 Joseph MyersUse --disable-gdbserver in build-many-glibcs.py.
2020-02-10 Wilco DijkstraImprove random memcpy benchmark
2020-02-10 Andreas Schwabnptl: update default pthread-offsets.h
2020-02-10 Andreas Schwabnptl: add missing pthread-offsets.h
2020-02-10 Samuel Thibaulthtl: Avoid a local plt for pthread_self
2020-02-10 Samuel Thibaultpthread: Move some join tests from nptl to sysdeps...
2020-02-10 Samuel Thibaulthtl: Make joining self return EDEADLK
2020-02-10 Samuel Thibaultpthread: Move most barrier tests from nptl to sysdeps...
2020-02-10 Samuel Thibaulthtl: Fix barrier_wait with one thread
2020-02-10 Samuel Thibaultpthread: Move most sem tests from nptl to sysdeps/pthread
2020-02-10 Samuel Thibaulthtl: Make sem_wait/sem_timedwait interruptible
2020-02-10 Samuel Thibaulthtl: Make sem_open return ENOSYS
2020-02-10 Samuel Thibaulthtl: Add support for semaphore maximum value
2020-02-10 Samuel Thibaultpthread: Move key tests from nptl to sysdeps/pthread
2020-02-10 Samuel Thibaulthurd: Make nanosleep a cancellation point
next
This page took 0.062346 seconds and 5 git commands to generate.