Prepare redirections for IEEE long double on powerpc64le
[platform/upstream/glibc.git] / sysdeps /
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 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 Andreas Schwabarm: fix use of INTERNAL_SYSCALL_CALL
2020-02-15 Adhemerval Zanellalinux: Remove INTERNAL_SYSCALL_DECL
2020-02-15 Adhemerval Zanellalinux: Consolidate INLINE_SYSCALL
2020-02-15 Adhemerval Zanellas390: Consolidate Linux syscall definition
2020-02-15 Adhemerval Zanellariscv: Avoid clobbering register parameters in syscall
2020-02-15 Adhemerval Zanellamicroblaze: Avoid clobbering register parameters in...
2020-02-15 Adhemerval Zanellanios2: Use Linux kABI for syscall return
2020-02-15 Adhemerval Zanellamips: Use Linux kABI for syscall return
2020-02-15 Adhemerval Zanellamips64: Consolidate Linux sysdep.h
2020-02-15 Adhemerval Zanellaia64: Use Linux kABI for syscall return
2020-02-15 Adhemerval Zanellaalpha: Refactor syscall and Use Linux kABI for syscall...
2020-02-15 Adhemerval Zanellasparc: Avoid clobbering register parameters in syscall
2020-02-15 Adhemerval Zanellasparc: Use Linux kABI for syscall return
2020-02-15 Adhemerval Zanellapowerpc: Use Linux kABI for syscall return
2020-02-15 Adhemerval Zanellapowerpc: 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 Quites... ldbl-128ibm-compat: Provide a scalb implementation
2020-02-14 Tulio Magno Quites... Add a generic scalb implementation
2020-02-14 Joseph MyersAdjust thresholds in Bessel function implementations...
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 Zanellaalpha: Fix static gettimeofday symbol
2020-02-13 Florian Weimernss: Add function types and NSS_DECLARE_MODULE_FUNCTION...
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 Zanellaalpha: Use generic gettimeofday implementation
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 WeimerLinux: Emulate fchmodat with AT_SYMLINK_NOFOLLOW using...
2020-02-12 Florian Weimerio: Implement lchmod using fchmodat [BZ #14578]
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 Andreas Schwabnptl: update default pthread-offsets.h
2020-02-10 Andreas Schwabnptl: add missing pthread-offsets.h
2020-02-10 Samuel Thibaultpthread: Move some join tests from nptl to sysdeps...
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
2020-02-10 Samuel Thibaulthtl: Add support for libc cancellation points
2020-02-10 Samuel Thibaulthtl: clean __pthread_get_cleanup_stack hidden proto
2020-02-09 Samuel Thibaulthtl: XFAIL rwlock tests which need pshared support
2020-02-09 Samuel Thibaultpthread: Move some rwlock tests from nptl to sysdeps...
2020-02-09 Samuel Thibaultpthread: Move most once tests from nptl to sysdeps...
2020-02-09 Samuel Thibaulthtl: support cancellation during pthread_once
2020-02-09 Samuel Thibaultpthread: Move most cond tests from nptl to sysdeps...
2020-02-09 Samuel Thibaulthtl: make pthread_cond_destroy return EBUSY on waiters
2020-02-09 Samuel Thibaulthtl: Report missing mutex lock on pthread_cond_*wait
2020-02-09 Samuel Thibaultpthread: Move some attr tests from nptl to sysdeps...
2020-02-09 Samuel Thibaulthtl: Fix default guard size
2020-02-09 Samuel Thibaultpthread: Move most mutex tests from nptl to sysdeps...
2020-02-09 Samuel Thibaultpthread: Move spin tests from nptl to sysdeps/pthread
2020-02-09 Samuel Thibaulthtl: make pthread_spin_lock really spin
2020-02-09 Samuel Thibaulthtl: Avoid check-installed-headers looking at inlines
2020-02-09 Samuel Thibaulthtl: Do not put spin_lock inlines in public headers
2020-02-09 Samuel Thibaultpthread: Move basic tests from nptl to sysdeps/pthread
2020-02-09 Samuel Thibaulthtl: Fix calling pthread_exit in the child of a fork
2020-02-09 Florian Weimerx86: Remove <bits/select.h> and use the generic version
2020-02-09 Samuel ThibaultC11 threads: Move implementation to sysdeps/pthread
2020-02-09 Samuel Thibaulthtl: Add C11 threads types definitions
2020-02-09 Samuel Thibaultnptl: Move nptl-specific types to separate header
2020-02-09 Samuel Thibaulthtl: Make __PTHREAD_ONCE_INIT more flexible
2020-02-09 Samuel Thibaulthtl: Add support for C11 threads behavior
2020-02-09 Samuel Thibaulthtl: Add missing internal functions declarations
2020-02-09 Samuel Thibaulthtl: Rename _pthread_mutex_init/destroy to __pthread_mu...
2020-02-09 Samuel Thibaulthtl: Move internal mutex/rwlock symbols to GLIBC_PRIVATE
2020-02-09 Florian WeimerLinux: Add io/tst-o_path-locks test
2020-02-09 Samuel Thibaulthtl: Remove duplicate files
2020-02-09 Samuel Thibaulthtl: Remove unused files
2020-02-07 Wilco DijkstraRemove a comment claiming that sin/cos round correctly.
2020-02-07 Lukasz Majewskiy2038: linux: Provide __settimeofday64 implementation
2020-02-07 Lukasz Majewskiy2038: alpha: Rename valid_timeval64_to_timeval to...
2020-02-07 Lukasz Majewskiy2038: alpha: Rename valid_timeval_to_timeval64 to...
2020-02-07 Lukasz Majewskiy2038: Define __suseconds64_t type to be used with...
2020-02-07 Joseph MyersUpdate kernel version to 5.5 in tst-mman-consts.py.
2020-02-07 Joseph MyersUpdate syscall lists for Linux 5.5.
2020-02-04 Lukasz Majewskiy2038: linux: Provide __timespec_get64 implementation
2020-02-03 Andreas Schwabrt: avoid PLT setup in timer_[sg]ettime
2020-02-02 Lukasz Majewskiy2038: linux: Provide __sched_rr_get_interval64 impleme...
2020-02-02 Lukasz Majewskiy2038: linux: Provide __timerfd_settime64 implementation
2020-02-02 Lukasz Majewskiy2038: linux: Provide __timerfd_gettime64 implementation
2020-02-01 H.J. Lui386: Remove _exit.S
next