Third quarter 2020 Archives by thread
Starting: Wed Jul 1 14:32:48 GMT 2020
Ending: Wed Sep 30 21:14:48 GMT 2020
Messages: 664
- [glibc] Created branch 'nsz/pacbti-v6'
Szabolcs Nagy
- [glibc/nsz/pacbti-v6] Rewrite abi-note.S in C.
Szabolcs Nagy
- [glibc/nsz/pacbti-v6] aarch64: configure test for BTI support
Szabolcs Nagy
- [glibc/nsz/pacbti-v6] aarch64: Rename place holder .S files to .c
Szabolcs Nagy
- [glibc/nsz/pacbti-v6] aarch64: Add BTI support to assembly files
Szabolcs Nagy
- [glibc/nsz/pacbti-v6] aarch64: fix swapcontext for BTI
Szabolcs Nagy
- [glibc/nsz/pacbti-v6] aarch64: fix RTLD_START for BTI
Szabolcs Nagy
- [glibc/nsz/pacbti-v6] rtld: Clean up PT_NOTE and add PT_GNU_PROPERTY handling
Szabolcs Nagy
- [glibc/nsz/pacbti-v6] aarch64: enable BTI at runtime
Szabolcs Nagy
- [glibc/nsz/pacbti-v6] aarch64: ensure objects are BTI compatible
Szabolcs Nagy
- [glibc/nsz/pacbti-v6] aarch64: configure check for pac-ret code generation
Szabolcs Nagy
- [glibc/nsz/pacbti-v6] aarch64: Add pac-ret support to assembly files
Szabolcs Nagy
- [glibc/nsz/pacbti-v6] aarch64: fix pac-ret support in _mcount
Szabolcs Nagy
- [glibc/nsz/pacbti-v6] aarch64: redefine RETURN_ADDRESS to strip PAC
Szabolcs Nagy
- [glibc/nsz/pacbti-v6] aarch64: add NEWS entry about branch protection support
Szabolcs Nagy
- [glibc] Fix typo in comment in bug 26137 fix.
Joseph Myers
- [glibc] Deleted branch azanella/semctl-y2038
Adhemerval Zanella
- [glibc] Created branch 'azanella/semctl-y2038'
Adhemerval Zanella
- [glibc/azanella/semctl-y2038] sysv: linux: Add 64-bit time_t variant for semctl
Adhemerval Zanella
- [glibc/azanella/semctl-y2038] sysvipc: Split out linux struct semid_ds
Adhemerval Zanella
- [glibc/azanella/semctl-y2038] sysvipc: Remove the linux msq-pad.h file
Adhemerval Zanella
- [glibc/azanella/semctl-y2038] sysv: linux: Add 64-bit time_t variant for msgctl
Adhemerval Zanella
- [glibc/azanella/semctl-y2038] sysvipc: Split out linux struct shmid_ds
Adhemerval Zanella
- [glibc/azanella/semctl-y2038] sysvipc: Remove the linux shm-pad.h file
Adhemerval Zanella
- [glibc/azanella/semctl-y2038] sysv: linux: Add 64-bit time_t variant for shmctl
Adhemerval Zanella
- [glibc/nsz/pacbti-v6] (14 commits) aarch64: add NEWS entry about branch protection support
Szabolcs Nagy
- [glibc] manual: Show copyright information not just in the printed manual
Florian Weimer
- [glibc/release/2.31/master] Fix avx2 strncmp offset compare condition check [BZ #25933]
H.J. Lu
- [glibc/release/2.31/master] NEWS: Mention BZ 25933 fix
H.J. Lu
- [glibc/release/2.30/master] Fix avx2 strncmp offset compare condition check [BZ #25933]
H.J. Lu
- [glibc/release/2.30/master] NEWS: Mention BZ 25933 fix
H.J. Lu
- [glibc/release/2.29/master] Fix avx2 strncmp offset compare condition check [BZ #25933]
H.J. Lu
- [glibc/release/2.29/master] NEWS: Mention BZ 25933 fix
H.J. Lu
- [glibc/release/2.28/master] Fix avx2 strncmp offset compare condition check [BZ #25933]
H.J. Lu
- [glibc/release/2.28/master] NEWS: Mention BZ 25933 fix
H.J. Lu
- [glibc] tst-cancel4: deal with ENOSYS errors
Samuel Thibault
- [glibc] Linux: Perform rseq registration at C startup and thread creation
Florian Weimer
- [glibc] Linux: Use rseq in sched_getcpu if available
Florian Weimer
- [glibc] Linux: rseq registration tests
Florian Weimer
- [glibc] Add the __libc_single_threaded variable
Florian Weimer
- [glibc] manual: Document __libc_single_threaded
Florian Weimer
- [glibc] Deleted branch azanella/sig_err-improvements
Adhemerval Zanella
- [glibc] Deleted branch azanella/syscall-refactor
Adhemerval Zanella
- [glibc] Created branch 'azanella/sig_err-improvements-v6'
Adhemerval Zanella
- [glibc/azanella/sig_err-improvements-v6] signal: Add signum-{generic, arch}.h
Adhemerval Zanella
- [glibc/azanella/sig_err-improvements-v6] signal: Move sys_siglist to a compat symbol
Adhemerval Zanella
- [glibc/azanella/sig_err-improvements-v6] signal: Move sys_errlist to a compat symbol
Adhemerval Zanella
- [glibc/azanella/sig_err-improvements-v6] linux: Fix __NSIG_WORDS and add __NSIG_BYTES
Adhemerval Zanella
- [glibc/azanella/sig_err-improvements-v6] string: Remove old TLS usage on strsignal
Adhemerval Zanella
- [glibc/azanella/sig_err-improvements-v6] string: Implement strerror in terms of strerror_l
Adhemerval Zanella
- [glibc/azanella/sig_err-improvements-v6] string: Use tls-internal on strerror_l
Adhemerval Zanella
- [glibc/azanella/sig_err-improvements-v6] string: Simplify strerror_r
Adhemerval Zanella
- [glibc/azanella/sig_err-improvements-v6] string: Add strsignal test
Adhemerval Zanella
- [glibc/azanella/sig_err-improvements-v6] string: Add strerror, strerror_r, and strerror_l test
Adhemerval Zanella
- [glibc/azanella/sig_err-improvements-v6] string: Add strerror_l on test-strerror-errno
Adhemerval Zanella
- [glibc/azanella/sig_err-improvements-v6] string: Add sigabbrev_np and sigdescr_np
Adhemerval Zanella
- [glibc/azanella/sig_err-improvements-v6] string: Add strerrorname_np and strerrordesc_np
Adhemerval Zanella
- [glibc] x86: Correct bit_cpu_CLFSH [BZ #26208]
H.J. Lu
- [glibc] x86: Detect Extended Feature Disable (XFD)
H.J. Lu
- [glibc] Use C2x return value from getpayload of non-NaN (bug 26073).
Joseph Myers
- [glibc] x86: Add thresholds for "rep movsb/stosb" to tunables
H.J. Lu
- [glibc] Fix stringop-overflow errors from gcc 10 in iconv.
Stefan Liebler
- [glibc] elf: Do not signal LA_ACT_CONSISTENT for an empty namespace [BZ #26076]
Florian Weimer
- [glibc] Remove most vfprintf width/precision-dependent allocations (bug 14231, bug 26211).
Joseph Myers
- [glibc] signal: Add signum-{generic,arch}.h
Adhemerval Zanella
- [glibc] signal: Move sys_siglist to a compat symbol
Adhemerval Zanella
- [glibc] signal: Move sys_errlist to a compat symbol
Adhemerval Zanella
- [glibc] linux: Fix __NSIG_WORDS and add __NSIG_BYTES
Adhemerval Zanella
- [glibc] string: Remove old TLS usage on strsignal
Adhemerval Zanella
- [glibc] string: Implement strerror in terms of strerror_l
Adhemerval Zanella
- [glibc] string: Use tls-internal on strerror_l
Adhemerval Zanella
- [glibc] string: Simplify strerror_r
Adhemerval Zanella
- [glibc] string: Add strsignal test
Adhemerval Zanella
- [glibc] Deleted branch azanella/sig_err-improvements-v6
Adhemerval Zanella
- [glibc] string: Add strerror, strerror_r, and strerror_l test
Adhemerval Zanella
- [glibc] string: Add strerror_l on test-strerror-errno
Adhemerval Zanella
- [glibc] string: Add sigabbrev_np and sigdescr_np
Adhemerval Zanella
- [glibc] string: Add strerrorname_np and strerrordesc_np
Adhemerval Zanella
- [glibc] sunrpc: Turn clnt_sperrno into a libc_hidden_nolink_sunrpc symbol
Florian Weimer
- [glibc] sunrpc: Do not export key handling hooks by default
Florian Weimer
- [glibc] sunrpc: Do not export getrpcport by default
Florian Weimer
- [glibc] nss: Remove cryptographic key support from nss_files, nss_nis, nss_nisplus
Florian Weimer
- [glibc] Rewrite iconv option parsing [BZ #19519]
Arjun Shankar
- [glibc] Created branch 'azanella/y2038-fixes'
Adhemerval Zanella
- [glibc/azanella/y2038-fixes] sysv: linux: Add 64-bit time_t variant for semctl
Adhemerval Zanella
- [glibc/azanella/y2038-fixes] sysvipc: Split out linux struct semid_ds
Adhemerval Zanella
- [glibc/azanella/y2038-fixes] sysvipc: Remove the linux msq-pad.h file
Adhemerval Zanella
- [glibc/azanella/y2038-fixes] sysv: linux: Add 64-bit time_t variant for msgctl
Adhemerval Zanella
- [glibc/azanella/y2038-fixes] sysvipc: Split out linux struct shmid_ds
Adhemerval Zanella
- [glibc/azanella/y2038-fixes] sysvipc: Remove the linux shm-pad.h file
Adhemerval Zanella
- [glibc/azanella/y2038-fixes] sysv: linux: Add 64-bit time_t variant for shmctl
Adhemerval Zanella
- [glibc/azanella/y2038-fixes] sysvipc: linux: Add time64 semtimedop support
Adhemerval Zanella
- [glibc/azanella/y2038-fixes] linux: Add time64 pselect support
Adhemerval Zanella
- [glibc/azanella/y2038-fixes] linux: Add time64 select support
Adhemerval Zanella
- [glibc/azanella/y2038-fixes] linux: Add time64 recvmmsg support
Adhemerval Zanella
- [glibc/azanella/y2038-fixes] linux: Add time64 sigtimedwait support
Adhemerval Zanella
- [glibc] hurd: Evaluate fd before entering the critical section
Samuel Thibault
- [glibc] tst-strsignal: fix checking for RT signals support
Samuel Thibault
- [glibc] hurd: Fix strerror not setting errno
Samuel Thibault
- [glibc/vineet/arc-port-latest] (39 commits) Documentation for ARC port
Vineet Gupta
- [glibc/vineet/arc-port-latest] S390: Optimize __memcpy_z196.
Vineet Gupta
- [glibc/vineet/arc-port-latest] S390: Optimize __memset_z196.
Vineet Gupta
- [glibc/vineet/arc-port-latest] Set width of JUNGSEONG/JONGSEONG characters from UD7B0 to UD7FB to 0 [BZ #26120]
Vineet Gupta
- [glibc/vineet/arc-port-latest] x86: Detect Intel Advanced Matrix Extensions
Vineet Gupta
- [glibc/vineet/arc-port-latest] tst-cancel4-common.c: fix calling socketpair
Vineet Gupta
- [glibc/vineet/arc-port-latest] htl: avoid cancelling threads inside critical sections
Vineet Gupta
- [glibc/vineet/arc-port-latest] htl: Fix includes for lockfile
Vineet Gupta
- [glibc/vineet/arc-port-latest] htl: Move cleanup handling to non-private libc-lock
Vineet Gupta
- [glibc/vineet/arc-port-latest] hurd: clean fd and port on thread cancel
Vineet Gupta
- [glibc/vineet/arc-port-latest] hurd: make open and openat cancellation points
Vineet Gupta
- [glibc/vineet/arc-port-latest] hurd: make close a cancellation point
Vineet Gupta
- [glibc/vineet/arc-port-latest] hurd: Fix port definition in HURD_PORT_USE_CANCEL
Vineet Gupta
- [glibc/vineet/arc-port-latest] hurd: make wait4 a cancellation point
Vineet Gupta
- [glibc/vineet/arc-port-latest] hurd: Make fcntl(F_SETLKW*) cancellation points
Vineet Gupta
- [glibc/vineet/arc-port-latest] hurd: fix usleep(ULONG_MAX)
Vineet Gupta
- [glibc/vineet/arc-port-latest] hurd: Add remaining cancelation points
Vineet Gupta
- [glibc/vineet/arc-port-latest] htl: Enable cancel*16 an cancel*20 tests
Vineet Gupta
- [glibc/vineet/arc-port-latest] hurd: Simplify usleep timeout computation
Vineet Gupta
- [glibc/vineet/arc-port-latest] sysv: linux: Add 64-bit time_t variant for semctl
Vineet Gupta
- [glibc/vineet/arc-port-latest] sysvipc: Split out linux struct semid_ds
Vineet Gupta
- [glibc/vineet/arc-port-latest] sysvipc: Remove the linux msq-pad.h file
Vineet Gupta
- [glibc/vineet/arc-port-latest] sysv: linux: Add 64-bit time_t variant for msgctl
Vineet Gupta
- [glibc/vineet/arc-port-latest] sysvipc: Split out linux struct shmid_ds
Vineet Gupta
- [glibc/vineet/arc-port-latest] sysvipc: Remove the linux shm-pad.h file
Vineet Gupta
- [glibc/vineet/arc-port-latest] sysv: linux: Add 64-bit time_t variant for shmctl
Vineet Gupta
- [glibc/vineet/arc-port-latest] xxx: test hacks
Vineet Gupta
- [glibc/vineet/arc-port-latest] ARC: ABI Implementation
Vineet Gupta
- [glibc/vineet/arc-port-latest] ARC: startup and dynamic linking code
Vineet Gupta
- [glibc/vineet/arc-port-latest] ARC: Thread Local Storage support
Vineet Gupta
- [glibc/vineet/arc-port-latest] ARC: Atomics and Locking primitives
Vineet Gupta
- [glibc/vineet/arc-port-latest] ARC: math soft float support
Vineet Gupta
- [glibc/vineet/arc-port-latest] ARC: hardware floating point support
Vineet Gupta
- [glibc/vineet/arc-port-latest] ARC: Linux Syscall Interface
Vineet Gupta
- [glibc/vineet/arc-port-latest] ARC: Linux ABI
Vineet Gupta
- [glibc/vineet/arc-port-latest] ARC: Linux Startup and Dynamic Loading
Vineet Gupta
- [glibc/vineet/arc-port-latest] ARC: ABI lists
Vineet Gupta
- [glibc/vineet/arc-port-latest] ARC: Build Infrastructure
Vineet Gupta
- [glibc/vineet/arc-port-latest] build-many-glibcs.py: Enable ARC builds
Vineet Gupta
- [glibc/vineet/arc-port-latest] Documentation for ARC port
Vineet Gupta
- [glibc/vineet/arc-port-latest] (8 commits) Documentation for ARC port
Vineet Gupta
- [glibc] sunrpc: Remove hidden aliases for global data symbols (bug 26210)
Florian Weimer
- [glibc] Created branch 'nsz/pacbti-v7'
Szabolcs Nagy
- [glibc/nsz/pacbti-v7] Rewrite abi-note.S in C.
Szabolcs Nagy
- [glibc/nsz/pacbti-v7] aarch64: configure test for BTI support
Szabolcs Nagy
- [glibc/nsz/pacbti-v7] aarch64: Rename place holder .S files to .c
Szabolcs Nagy
- [glibc/nsz/pacbti-v7] aarch64: Add BTI support to assembly files
Szabolcs Nagy
- [glibc/nsz/pacbti-v7] aarch64: fix swapcontext for BTI
Szabolcs Nagy
- [glibc/nsz/pacbti-v7] aarch64: fix RTLD_START for BTI
Szabolcs Nagy
- [glibc/nsz/pacbti-v7] rtld: Clean up PT_NOTE and add PT_GNU_PROPERTY handling
Szabolcs Nagy
- [glibc/nsz/pacbti-v7] aarch64: enable BTI at runtime
Szabolcs Nagy
- [glibc/nsz/pacbti-v7] aarch64: ensure objects are BTI compatible
Szabolcs Nagy
- [glibc/nsz/pacbti-v7] aarch64: configure check for pac-ret code generation
Szabolcs Nagy
- [glibc/nsz/pacbti-v7] aarch64: Add pac-ret support to assembly files
Szabolcs Nagy
- [glibc/nsz/pacbti-v7] aarch64: fix pac-ret support in _mcount
Szabolcs Nagy
- [glibc/nsz/pacbti-v7] aarch64: redefine RETURN_ADDRESS to strip PAC
Szabolcs Nagy
- [glibc/nsz/pacbti-v7] aarch64: add NEWS entry about branch protection support
Szabolcs Nagy
- [glibc] arm: CVE-2020-6096: fix memcpy and memmove for negative length [BZ #25620]
Florian Weimer
- [glibc] arm: CVE-2020-6096: Fix multiarch memcpy for negative length [BZ #25620]
Florian Weimer
- [glibc] string: Fix prototype mismatch in sigabbrev_np, __sigdescr_np
Florian Weimer
- [glibc] string: Move tst-strsignal tst-strerror to tests-container
Adhemerval Zanella
- [glibc] rtld: Clean up PT_NOTE and add PT_GNU_PROPERTY handling
Szabolcs Nagy
- [glibc] Rewrite abi-note.S in C.
Szabolcs Nagy
- [glibc] aarch64: configure test for BTI support
Szabolcs Nagy
- [glibc] aarch64: Rename place holder .S files to .c
Szabolcs Nagy
- [glibc] aarch64: Add BTI support to assembly files
Szabolcs Nagy
- [glibc] aarch64: fix swapcontext for BTI
Szabolcs Nagy
- [glibc] aarch64: fix RTLD_START for BTI
Szabolcs Nagy
- [glibc] aarch64: enable BTI at runtime
Szabolcs Nagy
- [glibc] aarch64: ensure objects are BTI compatible
Szabolcs Nagy
- [glibc] aarch64: configure check for pac-ret code generation
Szabolcs Nagy
- [glibc] aarch64: Add pac-ret support to assembly files
Szabolcs Nagy
- [glibc] aarch64: fix pac-ret support in _mcount
Szabolcs Nagy
- [glibc] aarch64: redefine RETURN_ADDRESS to strip PAC
Szabolcs Nagy
- [glibc] aarch64: add NEWS entry about branch protection support
Szabolcs Nagy
- [glibc] Move non-deprecated RPC-related functions from sunrpc to inet
Florian Weimer
- [glibc] Remove --enable-obsolete-nsl configure flag
Florian Weimer
- [glibc] rtld: Add rtld.nns tunable for the number of supported namespaces
Szabolcs Nagy
- [glibc] rtld: Account static TLS surplus for audit modules
Szabolcs Nagy
- [glibc] rtld: Avoid using up static TLS surplus for optimizations [BZ #25051]
Szabolcs Nagy
- [glibc/vineet/arc-port-latest] (7 commits) Documentation for ARC port
Vineet Gupta
- [glibc] sysv: linux: Add 64-bit time_t variant for semctl
Adhemerval Zanella
- [glibc] sysvipc: Split out linux struct semid_ds
Adhemerval Zanella
- [glibc] sysvipc: Remove the linux msq-pad.h file
Adhemerval Zanella
- [glibc] sysv: linux: Add 64-bit time_t variant for msgctl
Adhemerval Zanella
- [glibc] sysvipc: Split out linux struct shmid_ds
Adhemerval Zanella
- [glibc] sysvipc: Remove the linux shm-pad.h file
Adhemerval Zanella
- [glibc] sysv: linux: Add 64-bit time_t variant for shmctl
Adhemerval Zanella
- [glibc/vineet/arc-port-latest] (85 commits) Documentation for ARC port
Vineet Gupta
- [glibc/vineet/arc-port-latest] powerpc: Add support for POWER10
Vineet Gupta
- [glibc/vineet/arc-port-latest] Update kernel version to 5.7 in tst-mman-consts.py.
Vineet Gupta
- [glibc/vineet/arc-port-latest] random: range is not portably RAND_MAX [BZ #7003]
Vineet Gupta
- [glibc/vineet/arc-port-latest] Linux: Fix UTC offset setting in settimeofday for __TIMESIZE != 64
Vineet Gupta
- [glibc/vineet/arc-port-latest] Fix strtod multiple-precision division bug (bug 26137).
Vineet Gupta
- [glibc/vineet/arc-port-latest] Fix typo in comment in bug 26137 fix.
Vineet Gupta
- [glibc/vineet/arc-port-latest] manual: Show copyright information not just in the printed manual
Vineet Gupta
- [glibc/vineet/arc-port-latest] tst-cancel4: deal with ENOSYS errors
Vineet Gupta
- [glibc/vineet/arc-port-latest] Linux: Perform rseq registration at C startup and thread creation
Vineet Gupta
- [glibc/vineet/arc-port-latest] Linux: Use rseq in sched_getcpu if available
Vineet Gupta
- [glibc/vineet/arc-port-latest] Linux: rseq registration tests
Vineet Gupta
- [glibc/vineet/arc-port-latest] Add the __libc_single_threaded variable
Vineet Gupta
- [glibc/vineet/arc-port-latest] manual: Document __libc_single_threaded
Vineet Gupta
- [glibc/vineet/arc-port-latest] x86: Correct bit_cpu_CLFSH [BZ #26208]
Vineet Gupta
- [glibc/vineet/arc-port-latest] x86: Detect Extended Feature Disable (XFD)
Vineet Gupta
- [glibc/vineet/arc-port-latest] Use C2x return value from getpayload of non-NaN (bug 26073).
Vineet Gupta
- [glibc/vineet/arc-port-latest] x86: Add thresholds for "rep movsb/stosb" to tunables
Vineet Gupta
- [glibc/vineet/arc-port-latest] Fix stringop-overflow errors from gcc 10 in iconv.
Vineet Gupta
- [glibc/vineet/arc-port-latest] elf: Do not signal LA_ACT_CONSISTENT for an empty namespace [BZ #26076]
Vineet Gupta
- [glibc/vineet/arc-port-latest] Remove most vfprintf width/precision-dependent allocations (bug 14231, bug 26211).
Vineet Gupta
- [glibc/vineet/arc-port-latest] signal: Add signum-{generic,arch}.h
Vineet Gupta
- [glibc/vineet/arc-port-latest] signal: Move sys_siglist to a compat symbol
Vineet Gupta
- [glibc/vineet/arc-port-latest] signal: Move sys_errlist to a compat symbol
Vineet Gupta
- [glibc/vineet/arc-port-latest] linux: Fix __NSIG_WORDS and add __NSIG_BYTES
Vineet Gupta
- [glibc/vineet/arc-port-latest] string: Remove old TLS usage on strsignal
Vineet Gupta
- [glibc/vineet/arc-port-latest] string: Implement strerror in terms of strerror_l
Vineet Gupta
- [glibc/vineet/arc-port-latest] string: Use tls-internal on strerror_l
Vineet Gupta
- [glibc/vineet/arc-port-latest] string: Simplify strerror_r
Vineet Gupta
- [glibc/vineet/arc-port-latest] string: Add strsignal test
Vineet Gupta
- [glibc/vineet/arc-port-latest] string: Add strerror, strerror_r, and strerror_l test
Vineet Gupta
- [glibc/vineet/arc-port-latest] string: Add strerror_l on test-strerror-errno
Vineet Gupta
- [glibc/vineet/arc-port-latest] string: Add sigabbrev_np and sigdescr_np
Vineet Gupta
- [glibc/vineet/arc-port-latest] string: Add strerrorname_np and strerrordesc_np
Vineet Gupta
- [glibc/vineet/arc-port-latest] sunrpc: Turn clnt_sperrno into a libc_hidden_nolink_sunrpc symbol
Vineet Gupta
- [glibc/vineet/arc-port-latest] sunrpc: Do not export key handling hooks by default
Vineet Gupta
- [glibc/vineet/arc-port-latest] sunrpc: Do not export getrpcport by default
Vineet Gupta
- [glibc/vineet/arc-port-latest] nss: Remove cryptographic key support from nss_files, nss_nis, nss_nisplus
Vineet Gupta
- [glibc/vineet/arc-port-latest] Rewrite iconv option parsing [BZ #19519]
Vineet Gupta
- [glibc/vineet/arc-port-latest] hurd: Evaluate fd before entering the critical section
Vineet Gupta
- [glibc/vineet/arc-port-latest] tst-strsignal: fix checking for RT signals support
Vineet Gupta
- [glibc/vineet/arc-port-latest] hurd: Fix strerror not setting errno
Vineet Gupta
- [glibc/vineet/arc-port-latest] sunrpc: Remove hidden aliases for global data symbols (bug 26210)
Vineet Gupta
- [glibc/vineet/arc-port-latest] arm: CVE-2020-6096: fix memcpy and memmove for negative length [BZ #25620]
Vineet Gupta
- [glibc/vineet/arc-port-latest] arm: CVE-2020-6096: Fix multiarch memcpy for negative length [BZ #25620]
Vineet Gupta
- [glibc/vineet/arc-port-latest] string: Fix prototype mismatch in sigabbrev_np, __sigdescr_np
Vineet Gupta
- [glibc/vineet/arc-port-latest] string: Move tst-strsignal tst-strerror to tests-container
Vineet Gupta
- [glibc/vineet/arc-port-latest] rtld: Clean up PT_NOTE and add PT_GNU_PROPERTY handling
Vineet Gupta
- [glibc/vineet/arc-port-latest] Rewrite abi-note.S in C.
Vineet Gupta
- [glibc/vineet/arc-port-latest] aarch64: configure test for BTI support
Vineet Gupta
- [glibc/vineet/arc-port-latest] aarch64: Rename place holder .S files to .c
Vineet Gupta
- [glibc/vineet/arc-port-latest] aarch64: Add BTI support to assembly files
Vineet Gupta
- [glibc/vineet/arc-port-latest] aarch64: fix swapcontext for BTI
Vineet Gupta
- [glibc/vineet/arc-port-latest] aarch64: fix RTLD_START for BTI
Vineet Gupta
- [glibc/vineet/arc-port-latest] aarch64: enable BTI at runtime
Vineet Gupta
- [glibc/vineet/arc-port-latest] aarch64: ensure objects are BTI compatible
Vineet Gupta
- [glibc/vineet/arc-port-latest] aarch64: configure check for pac-ret code generation
Vineet Gupta
- [glibc/vineet/arc-port-latest] aarch64: Add pac-ret support to assembly files
Vineet Gupta
- [glibc/vineet/arc-port-latest] aarch64: fix pac-ret support in _mcount
Vineet Gupta
- [glibc/vineet/arc-port-latest] aarch64: redefine RETURN_ADDRESS to strip PAC
Vineet Gupta
- [glibc/vineet/arc-port-latest] aarch64: add NEWS entry about branch protection support
Vineet Gupta
- [glibc/vineet/arc-port-latest] Move non-deprecated RPC-related functions from sunrpc to inet
Vineet Gupta
- [glibc/vineet/arc-port-latest] Remove --enable-obsolete-nsl configure flag
Vineet Gupta
- [glibc/vineet/arc-port-latest] rtld: Add rtld.nns tunable for the number of supported namespaces
Vineet Gupta
- [glibc/vineet/arc-port-latest] rtld: Account static TLS surplus for audit modules
Vineet Gupta
- [glibc/vineet/arc-port-latest] rtld: Avoid using up static TLS surplus for optimizations [BZ #25051]
Vineet Gupta
- [glibc] linux: Fix syscall list generation instructions
Maciej W. Rozycki
- [glibc] Fix double free in __printf_fp_l (bug 26214).
Joseph Myers
- [glibc] Fix memory leak in __printf_fp_l (bug 26215).
Joseph Myers
- [glibc] Update i686 libm-test-ulps
Patricia Franklin
- [glibc] Add NEWS entry for Update to Unicode 13.0.0 [BZ #25819]
Mike Fabian
- [glibc] powerpc64: Fix calls when r2 is not used [BZ #26173]
Tulio Magno Quites Machado Filho
- [glibc] Fix time/tst-cpuclock1 intermitent failures
Tulio Magno Quites Machado Filho
- [glibc] ARC: ABI Implementation
Vineet Gupta
- [glibc] ARC: startup and dynamic linking code
Vineet Gupta
- [glibc] ARC: Thread Local Storage support
Vineet Gupta
- [glibc] ARC: Atomics and Locking primitives
Vineet Gupta
- [glibc] ARC: math soft float support
Vineet Gupta
- [glibc] ARC: hardware floating point support
Vineet Gupta
- [glibc] ARC: Linux Syscall Interface
Vineet Gupta
- [glibc] ARC: Linux ABI
Vineet Gupta
- [glibc] ARC: Linux Startup and Dynamic Loading
Vineet Gupta
- [glibc] ARC: ABI lists
Vineet Gupta
- [glibc] ARC: Build Infrastructure
Vineet Gupta
- [glibc] build-many-glibcs.py: Enable ARC builds
Vineet Gupta
- [glibc] Documentation for ARC port
Vineet Gupta
- [glibc] Deleted branch vineet/arc-port-latest
Vineet Gupta
- [glibc] x86: Remove the unused __x86_prefetchw
H.J. Lu
- [glibc] x86: Remove __ASSEMBLER__ check in init-arch.h
H.J. Lu
- [glibc] elf: Support at least 32-byte alignment in static dlopen
Florian Weimer
- [glibc] malloc: Deprecate more hook-related functionality
Florian Weimer
- [glibc] string: Make tst-strerror/tst-strsignal unsupported if msgfmt is not installed
Adhemerval Zanella
- [glibc] x86: Support usable check for all CPU features
H.J. Lu
- [glibc] hurd: Fix build-many-glibcs.py
Adhemerval Zanella
- [glibc] Remove --enable-obsolete-rpc configure flag
Florian Weimer
- [glibc] Correct timespec implementation [BZ #26232]
H.J. Lu
- [glibc] AArch64: Align ENTRY to a cacheline
Wilco Dijkstra
- [glibc] AArch64: Add optimized Q-register memcpy
Wilco Dijkstra
- [glibc] AArch64: Rename IS_ARES to IS_NEOVERSE_N1
Wilco Dijkstra
- [glibc/release/2.31/master] arm: CVE-2020-6096: fix memcpy and memmove for negative length [BZ #25620]
Patricia Franklin
- [glibc/release/2.31/master] arm: CVE-2020-6096: Fix multiarch memcpy for negative length [BZ #25620]
Patricia Franklin
- [glibc/release/2.30/master] arm: CVE-2020-6096: fix memcpy and memmove for negative length [BZ #25620]
Patricia Franklin
- [glibc/release/2.30/master] arm: CVE-2020-6096: Fix multiarch memcpy for negative length [BZ #25620]
Patricia Franklin
- [glibc] arm: remove string/tst-memmove-overflow XFAIL
Aurelien Jarno
- [glibc] Add NEWS entry for CVE-2020-6096 (bug 25620)
Aurelien Jarno
- [glibc] manual: Use Unicode instead HTML entities for characters (bug 19737)
Florian Weimer
- [glibc] Linux: Remove rseq support
Florian Weimer
- [glibc/release/2.31/master] Add NEWS entry for CVE-2020-6096 (bug 25620)
Aurelien Jarno
- [glibc] Created branch 'vineet/arc-glibc-2.30-time_t-32-bit'
Vineet Gupta
- [glibc/vineet/arc-glibc-2.30-time_t-32-bit] xxx test hacks
Vineet Gupta
- [glibc/vineet/arc-glibc-2.30-time_t-32-bit] ARC: add definitions to elf/elf.h
Vineet Gupta
- [glibc/vineet/arc-glibc-2.30-time_t-32-bit] ARC: ABI Implementation
Vineet Gupta
- [glibc/vineet/arc-glibc-2.30-time_t-32-bit] ARC: startup and dynamic linking code
Vineet Gupta
- [glibc/vineet/arc-glibc-2.30-time_t-32-bit] ARC: Thread Local Storage support
Vineet Gupta
- [glibc/vineet/arc-glibc-2.30-time_t-32-bit] ARC: Atomics and Locking primitives
Vineet Gupta
- [glibc/vineet/arc-glibc-2.30-time_t-32-bit] ARC: math soft float support
Vineet Gupta
- [glibc/vineet/arc-glibc-2.30-time_t-32-bit] ARC: Linux Syscall Interface
Vineet Gupta
- [glibc/vineet/arc-glibc-2.30-time_t-32-bit] ARC: Linux ABI
Vineet Gupta
- [glibc/vineet/arc-glibc-2.30-time_t-32-bit] ARC: Linux Startup and Dynamic Loading
Vineet Gupta
- [glibc/vineet/arc-glibc-2.30-time_t-32-bit] ARC: ABI lists
Vineet Gupta
- [glibc/vineet/arc-glibc-2.30-time_t-32-bit] ARC: Update syscall-names.list for ARC specific syscalls
Vineet Gupta
- [glibc/vineet/arc-glibc-2.30-time_t-32-bit] ARC: Build Infrastructure
Vineet Gupta
- [glibc/vineet/arc-glibc-2.30-time_t-32-bit] build-many-glibcs.py: Enable ARC builds
Vineet Gupta
- [glibc/vineet/arc-glibc-2.30-time_t-32-bit] build-many-glibcs.py: use mcpu=hs38
Vineet Gupta
- [glibc/vineet/arc-glibc-2.30-time_t-32-bit] NEWS: mention ARC port
Vineet Gupta
- [glibc/vineet/arc-glibc-2.30-time_t-32-bit] atomics: use default values for __PTHREAD_MUTEX_*
Vineet Gupta
- [glibc/vineet/arc-glibc-2.30-time_t-32-bit] gcc PR 88409: miscompilation due to missing cc clobber in longlong.h macros
Vineet Gupta
- [glibc/vineet/arc-glibc-2.30-time_t-32-bit] ARC: allow dynamic mmu page sizes
Vineet Gupta
- [glibc/vineet/arc-glibc-2.30-time_t-32-bit] glibc: arc: Don't interfere with other architectures
Vineet Gupta
- [glibc/vineet/arc-glibc-2.30-time_t-32-bit] ARC: allow big endian builds
Vineet Gupta
- [glibc/vineet/arc-glibc-2.30-time_t-32-bit] ARC hardware floating point support
Vineet Gupta
- [glibc/vineet/arc-glibc-2.30-time_t-32-bit] build-many-glibcs.py: Enable ARC hard float builds
Vineet Gupta
- [glibc] en_US: Minimize changes to date_fmt (Bug 25923)
Carlos O'Donell
- [glibc] Move <rpc/netdb.h> from sunrpc to inet
Florian Weimer
- [glibc] AArch64: Improve strlen_asimd performance (bug 25824)
Wilco Dijkstra
- [glibc] manual: New signal and errno string functions are AS-safe
Florian Weimer
- [glibc] hurd: Fix longjmp early in initialization
Samuel Thibault
- [glibc] hurd: Fix longjmp check for sigstate
Samuel Thibault
- [glibc] elf: Change TLS static surplus default back to 1664
Florian Weimer
- [glibc] Use MPFR 4.1.0 in build-many-glibcs.py.
Joseph Myers
- [glibc] Update powerpc-nofpu libm-test-ulps.
Joseph Myers
- [glibc] nss_files: Consolidate file opening in __nss_files_fopen
Florian Weimer
- [glibc] nss_compat: Do not use mmap to read database files (bug 26258)
Florian Weimer
- [glibc] nss_files: Consolidate line parse declarations in <nss_files.h>
Florian Weimer
- [glibc] nss_files: Use generic result pointer in parse_line
Florian Weimer
- [glibc] libio: Add fseterr_unlocked for internal use
Florian Weimer
- [glibc] nss: Add __nss_fgetent_r
Florian Weimer
- [glibc] grp: Implement fgetgrent_r using __nss_fgetent_r
Florian Weimer
- [glibc] gshadow: Implement fgetsgent_r using __nss_fgetent_r (bug 20338)
Florian Weimer
- [glibc] pwd: Implement fgetpwent_r using __nss_fgetent_r
Florian Weimer
- [glibc] shadow: Implement fgetspent_r using __nss_fgetent_r
Florian Weimer
- [glibc] libio: Remove __libc_readline_unlocked
Florian Weimer
- [glibc] powerpc64le: guarantee a .gnu.attributes section [BZ #26220]
Paul E. Murphy
- [glibc] powerpc: Fix POWER10 selection
Tulio Magno Quites Machado Filho
- [glibc] Update libc.pot for 2.32 release.
Carlos O'Donell
- [glibc] Regenerate INSTALL for ARC port updates.
Carlos O'Donell
- [glibc] Disable warnings due to deprecated libselinux symbols used by nss and nscd
Arjun Shankar
- [glibc] Created branch 'main'
Florian Weimer
- [glibc] Deleted branch main
Florian Weimer
- [glibc] aarch64: Respect p_flags when protecting code with PROT_BTI
Szabolcs Nagy
- [glibc] Update x86-64 libm-test-ulps
Carlos O'Donell
- [glibc] aarch64: Use future HWCAP2_MTE in ifunc resolver
Szabolcs Nagy
- [glibc] Use binutils 2.35 branch in build-many-glibcs.py.
Joseph Myers
- [glibc] nptl: Zero-extend arguments to SETXID syscalls [BZ #26248]
H.J. Lu
- [glibc/release/2.31/master] Disable warnings due to deprecated libselinux symbols used by nss and nscd
Aurelien Jarno
- [glibc/release/2.31/master] nptl: Zero-extend arguments to SETXID syscalls [BZ #26248]
Aurelien Jarno
- [glibc] Deleted branch azanella/y2038-fixes
Adhemerval Zanella
- [glibc] Created branch 'azanella/y2038'
Adhemerval Zanella
- [glibc/azanella/y2038] linux: Simplify clock_adjtime
Adhemerval Zanella
- [glibc/azanella/y2038] linux: Simplify clock_gettime
Adhemerval Zanella
- [glibc/azanella/y2038] linux: Simplify clock_nanosleep
Adhemerval Zanella
- [glibc/azanella/y2038] linux: Simplify clock_settime
Adhemerval Zanella
- [glibc/azanella/y2038] linux: Simplify mq_timedreceive
Adhemerval Zanella
- [glibc/azanella/y2038] linux: Simplify mq_timedsend
Adhemerval Zanella
- [glibc/azanella/y2038] linux: Simplify ppoll
Adhemerval Zanella
- [glibc/azanella/y2038] linux: Simplify sched_rr_get_interval
Adhemerval Zanella
- [glibc/azanella/y2038] linux: Simplify timer_gettime
Adhemerval Zanella
- [glibc/azanella/y2038] linux: Simplify timerfd_settime
Adhemerval Zanella
- [glibc/azanella/y2038] linux: Simplify utimensat
Adhemerval Zanella
- [glibc/azanella/y2038] linux: Add helper function to optimize 64-bit time_t fallback support
Adhemerval Zanella
- [glibc/azanella/y2038] linux: Simplify clock_getres
Adhemerval Zanella
- [glibc/azanella/y2038] linux: Add ppoll time64 optimization
Adhemerval Zanella
- [glibc/azanella/y2038] linux: Add time64 semtimedop support
Adhemerval Zanella
- [glibc/azanella/y2038] linux: Add time64 pselect support
Adhemerval Zanella
- [glibc/azanella/y2038] linux: Add time64 select support
Adhemerval Zanella
- [glibc/azanella/y2038] linux: Add time64 recvmmsg support
Adhemerval Zanella
- [glibc/azanella/y2038] linux: Add time64 sigtimedwait support
Adhemerval Zanella
- [glibc/azanella/y2038] linux: Use 64-bit time_t syscall on clock_getcputclockid
Adhemerval Zanella
- [glibc/azanella/y2038] linux: Consolidate utimes
Adhemerval Zanella
- [glibc/azanella/y2038] linux: Fix time64 support for futimesat
Adhemerval Zanella
- [glibc/azanella/y2038] linux: Add time64 support for nanosleep
Adhemerval Zanella
- [glibc/azanella/y2038] linux: Always define STAT_IS_KERNEL_STAT
Adhemerval Zanella
- [glibc/azanella/y2038] linux: Define STAT64_IS_KERNEL_STAT64
Adhemerval Zanella
- [glibc/azanella/y2038] linux: Consolidate xstat{64}
Adhemerval Zanella
- [glibc/azanella/y2038] linux: Consolidate lxstat{64}
Adhemerval Zanella
- [glibc/azanella/y2038] linux: Consolidate fxstat{64}
Adhemerval Zanella
- [glibc/azanella/y2038] linux: Consolidate fxstatat{64}
Adhemerval Zanella
- [glibc/azanella/y2038] Linux: Consolidate xmknod
Adhemerval Zanella
- [glibc/azanella/y2038] Remove internal usage of extensible stat functions
Adhemerval Zanella
- [glibc/azanella/y2038] Remove stat wrapper functions, move them to exported symbols
Adhemerval Zanella
- [glibc/azanella/y2038] Remove mknod wrapper functions, move them to symbols
Adhemerval Zanella
- [glibc/azanella/y2038] linux: Move the struct stat{64} to struct_stat.h
Adhemerval Zanella
- [glibc/azanella/y2038] linux: Implement {l}fstat{at} in terms of fstatat
Adhemerval Zanella
- [glibc/azanella/y2038] linux: Disentangle fstatat from fxstatat
Adhemerval Zanella
- [glibc/azanella/y2038] linux: Move {f}xstat{at} to compat symbols
Adhemerval Zanella
- [glibc/azanella/y2038] linux: Add {f}stat{at} y2038 support
Adhemerval Zanella
- [glibc/azanella/y2038] linux: Move xmknoda{at} to compat symbols
Adhemerval Zanella
- [glibc/azanella/y2038] Move ftime to a compatibility symbol
Adhemerval Zanella
- [glibc/azanella/y2038] linux: Add 64-bit time_t support for wait3
Adhemerval Zanella
- [glibc/azanella/y2038] login: Consolidate utmp and utmpx headers
Adhemerval Zanella
- [glibc/azanella/y2038] login: Move gnu utmpx to default implementation
Adhemerval Zanella
- [glibc/azanella/y2038] login: Add 64-bit time support
Adhemerval Zanella
- [glibc/azanella/y2038] login: Use 64-bit time on struct lastlog
Adhemerval Zanella
- [glibc/azanella/y2038] Remove __WORDSIZE_TIME64_COMPAT32
Adhemerval Zanella
- [glibc] NEWS: Deprecate nss_hesiod
Florian Weimer
- [glibc] NEWS: Deprecate weak libpthread symbols for single-threaded checks
Florian Weimer
- [glibc] Move NEWS entry for CVE-2020-1751 to the 2.31 section
Florian Weimer
- [glibc] Created branch 'working'
Chung-Lin Tang
- [glibc/working] Update Nios II libm-test-ulps file.
Chung-Lin Tang
- [glibc] Deleted branch working
Chung-Lin Tang
- [glibc] Update Nios II libm-test-ulps file.
Chung-Lin Tang
- [glibc] powerpc: Fix incorrect cache line size load in memset (bug 26332)
Florian Weimer
- [glibc] Add NEWS entry for CVE-2016-10228 (bug 19519)
Aurelien Jarno
- [glibc/release/2.31/master] powerpc: Fix incorrect cache line size load in memset (bug 26332)
Aurelien Jarno
- [glibc] aarch64: update NEWS about branch protection
Szabolcs Nagy
- [glibc/release/2.31/master] Rewrite iconv option parsing [BZ #19519]
Aurelien Jarno
- [glibc/release/2.31/master] Add NEWS entry for CVE-2016-10228 (bug 19519)
Aurelien Jarno
- [glibc] RISC-V: Update lp64d libm-test-ulps according to HiFive Unleashed
Maciej W. Rozycki
- [glibc] benchtests/README update.
Carlos O'Donell
- [glibc] Don't mix linker error messages into edited scripts
Carlos O'Donell
- [glibc] Update translations.
Carlos O'Donell
- [glibc] Update NEWS with bugs.
Carlos O'Donell
- [glibc] Regenerate configure scripts.
Carlos O'Donell
- [glibc] Prepare for glibc 2.32 release.
Carlos O'Donell
- [glibc] Created tag glibc-2.32
Carlos O'Donell
- [glibc] Created branch 'release/2.32/master'
Carlos O'Donell
- [glibc] Open master branch for glibc 2.33 development.
Carlos O'Donell
- [glibc] Created tag glibc-2.32.9000
Carlos O'Donell
- [glibc] Sync intprops.h from Gnulib
Paul Eggert
- [glibc] Sync mktime.c from Gnulib
Paul Eggert
- [glibc] Sync regex.h from Gnulib
Paul Eggert
- [glibc] Copy regex BITSET_WORD_BITS porting from Gnulib
Paul Eggert
- [glibc] Copy regex_internal.h from Gnulib
Paul Eggert
- [glibc] Deleted branch vineet/upstream-work
Vineet Gupta
- [glibc] manual: Fix some @code/@var formatting glitches chapter Date And Time
Florian Weimer
- [glibc] x86: Rename Intel CPU feature names
H.J. Lu
- [glibc] Created branch 'schwab/ilp32-2.32'
Andreas Schwab
- [glibc/schwab/ilp32-2.32] aarch64: Add abilists for ILP32 support
Andreas Schwab
- [glibc/schwab/ilp32-2.32] aarch64: Add ILP32 support
Andreas Schwab
- [glibc/schwab/ilp32-2.32] Add ILP32 support to aarch64 in build-many-glibcs.py
Andreas Schwab
- [glibc/schwab/ilp32-2.32] aarch64: Set ilp32 minimum linux version to 4.12
Andreas Schwab
- [glibc/schwab/ilp32-2.32] aarch64: Update ILP32 abilists
Andreas Schwab
- [glibc/schwab/ilp32-2.32] aarch64: Fix jmp_buf-macros.h for ILP32.
Andreas Schwab
- [glibc/schwab/ilp32-2.32] aarch64: Fix bits/utmp.h for GCC 8
Andreas Schwab
- [glibc/schwab/ilp32-2.32] aarch64: Ignore absolute symbols in ILP32 abilists
Andreas Schwab
- [glibc/schwab/ilp32-2.32] aarch64: Update ILP32 abilists for glibc 2.28
Andreas Schwab
- [glibc/schwab/ilp32-2.32] aarch64: Update ILP32 abilists for glibc 2.29
Andreas Schwab
- [glibc/schwab/ilp32-2.32] aarch64: Update ILP32 abilists for glibc 2.30
Andreas Schwab
- [glibc/schwab/ilp32-2.32] aarch64: add ILP32 arch-syscall.h
Andreas Schwab
- [glibc/schwab/ilp32-2.32] aarch64: add pthread-offset.h for ILP32
Andreas Schwab
- [glibc/schwab/ilp32-2.32] aarch64: Update ILP32 abilists for glibc 2.31
Andreas Schwab
- [glibc/schwab/ilp32-2.32] aarch64: Fix bits/utmpx.h for GCC 8
Andreas Schwab
- [glibc/schwab/ilp32-2.32] aarch64: use correct VSYSCALL definition for ILP32
Andreas Schwab
- [glibc/schwab/ilp32-2.32] aarch64: add bits/struct_mutex.h
Andreas Schwab
- [glibc/schwab/ilp32-2.32] aarch64: adjust bits/typesizes.h
Andreas Schwab
- [glibc/schwab/ilp32-2.32] aarch64: Update ILP32 abilists for glibc 2.32
Andreas Schwab
- [glibc/schwab/ilp32-2.32] aarch64: update ILP32 arch-syscall.h
Andreas Schwab
- [glibc] hurd: Implement basic sched_get/setscheduler
Samuel Thibault
- [glibc] hurd: Rework sbrk
Samuel Thibault
- [glibc] hurd: Add missing hidden def
Samuel Thibault
- [glibc] tst-cancel4: Make blocking on write more portable
Samuel Thibault
- [glibc] htl: Enable tst-cancelx?[45]
Samuel Thibault
- [glibc] Use Linux 5.8 in build-many-glibcs.py.
Joseph Myers
- [glibc] Update syscall lists for Linux 5.8.
Joseph Myers
- [glibc] math: Fix inaccuracy of j0f for x >= 2^127 when sin(x)+cos(x) is tiny
Adhemerval Zanella
- [glibc] manual: Fix strerrorname_np and strerrordesc_np return type (BZ #26343)
Adhemerval Zanella
- [glibc] Linux: Use faccessat2 to implement faccessat (bug 18683)
Florian Weimer
- [glibc] manual: Put the istrerrorname_np and strerrordesc_np return type in braces
Adhemerval Zanella
- [glibc] math: Regenerate auto-libm-test-out-j0
Adhemerval Zanella
- [glibc] math: Update x86_64 ulps
Adhemerval Zanella
- [glibc] manual: Fix sigdescr_np and sigabbrev_np return type (BZ #26343)
Adhemerval Zanella
- [glibc] S390: Regenerate ULPs.
Stefan Liebler
- [glibc] aarch64: update ulps.
Szabolcs Nagy
- [glibc] y2038: nptl: Convert pthread_{clock|timed}join_np to support 64 bit time
Lukasz Majewski
- [glibc] Update kernel version to 5.8 in tst-mman-consts.py.
Joseph Myers
- [glibc] Update build-many-glibcs.py for binutils ia64 obsoletion.
Joseph Myers
- [glibc] nptl: Handle NULL abstime [BZ #26394]
H.J. Lu
- [glibc] Correct locking and cancellation cleanup in syslog functions (bug 26100)
Andreas Schwab
- [glibc] Add new STATX_* constants from Linux 5.8 to bits/statx-generic.h.
Joseph Myers
- [glibc] Use MPC 1.2.0 in build-many-glibcs.py.
Joseph Myers
- [glibc] Add C2x BOOL_MAX and BOOL_WIDTH to limits.h.
Joseph Myers
- [glibc] Fix namespace violation in stdio.h and sys/stat.h if build with optimization. [BZ #26376]
Stefan Liebler
- [glibc] build-many-glibcs.py: Add a s390x -O3 glibc variant.
Stefan Liebler
- [glibc] [vcstocl] Import ProjectQuirks from its own file
Siddhesh Poyarekar
- [glibc] S390: Sync HWCAP names with kernel by adding aliases [BZ #25971]
Stefan Liebler
- [glibc] linux: Add helper function to optimize 64-bit time_t fallback support
Adhemerval Zanella
- [glibc] linux: Simplify clock_adjtime
Adhemerval Zanella
- [glibc] linux: Simplify clock_gettime
Adhemerval Zanella
- [glibc] linux: Simplify clock_nanosleep
Adhemerval Zanella
- [glibc] linux: Simplify clock_settime
Adhemerval Zanella
- [glibc] linux: Simplify mq_timedreceive
Adhemerval Zanella
- [glibc] linux: Simplify mq_timedsend
Adhemerval Zanella
- [glibc] linux: Simplify ppoll
Adhemerval Zanella
- [glibc] linux: Simplify sched_rr_get_interval
Adhemerval Zanella
- [glibc] linux: Simplify timer_gettime
Adhemerval Zanella
- [glibc] linux: Simplify timerfd_settime
Adhemerval Zanella
- [glibc] linux: Simplify utimensat
Adhemerval Zanella
- [glibc] string: test strncasecmp and strncpy near page boundaries
Paul E. Murphy
- [glibc] hurd: define BSD 4.3 ioctls only under __USE_MISC
Samuel Thibault
- [glibc] elf/tst-libc_dlvsym: Add a TEST_COMPAT around some symbol tests
Alistair Francis
- [glibc] io/lockf: Include bits/types.h before __OFF_T_MATCHES_OFF64_T check
Alistair Francis
- [glibc] RISC-V: Use 64-bit time_t and off_t for RV32 and RV64
Alistair Francis
- [glibc] RISC-V: Cleanup some of the sysdep.h code
Alistair Francis
- [glibc] RISC-V: Use 64-bit-time syscall numbers with the 32-bit port
Alistair Francis
- [glibc] RISC-V: Add support for 32-bit vDSO calls
Alistair Francis
- [glibc] RISC-V: Support dynamic loader for the 32-bit
Alistair Francis
- [glibc] RISC-V: Add path of library directories for the 32-bit
Alistair Francis
- [glibc] RISC-V: Add arch-syscall.h for RV32
Alistair Francis
- [glibc] RISC-V: Support the 32-bit ABI implementation
Alistair Francis
- [glibc] RISC-V: Add hard float support for 32-bit CPUs
Alistair Francis
- [glibc] RISC-V: Add 32-bit ABI lists
Alistair Francis
- [glibc] RISC-V: Add the RV32 libm-test-ulps
Alistair Francis
- [glibc] RISC-V: Fix llrint and llround missing exceptions on RV32
Alistair Francis
- [glibc] riscv32: Specify the arch_minimum_kernel as 5.4
Alistair Francis
- [glibc] RISC-V: Add rv32 path to RTLDLIST in ldd
Alistair Francis
- [glibc] RISC-V: Build infrastructure for 32-bit port
Alistair Francis
- [glibc] Documentation for the RISC-V 32-bit port
Alistair Francis
- [glibc] Add RISC-V 32-bit target to build-many-glibcs.py
Alistair Francis
- [glibc] AArch64: Improve backwards memmove performance
Wilco Dijkstra
- [glibc] Remove obsolete default/nss code
Thorsten Kukuk
- [glibc] Add mallinfo2 function that support sizes >= 4GB.
Martin Liska
- [glibc] x32: Add <fixup-asm-unistd.h> and regenerate arch-syscall.h
H.J. Lu
- [glibc] malloc: Fix mallinfo deprecation declaration
Adhemerval Zanella
- [glibc] y2038: nptl: Convert pthread_cond_{clock|timed}wait to support 64 bit time
Lukasz Majewski
- [glibc] x86-64: Fix FMA4 detection in ifunc [BZ #26534]
H.J. Lu
- [glibc] Sync getcwd with gnulib
Adhemerval Zanella
- [glibc] linux: Remove __ASSUME_ATFCTS
Adhemerval Zanella
- [glibc] Use LFS readdir in generic POSIX getcwd [BZ# 22899]
Adhemerval Zanella
- [glibc/release/2.32/master] x86-64: Fix FMA4 detection in ifunc [BZ #26534]
Adhemerval Zanella
- [glibc/release/2.32/master] NEWS: Update for [BZ #26534] fix
H.J. Lu
- [glibc] Update i686 ulps.
Patricia Franklin
- [glibc] x86: Set CPU usable feature bits conservatively [BZ #26552]
H.J. Lu
- [glibc] elf.h: Add aarch64 bti/pac dynamic tag constants
Mark Wielaard
- [glibc] C11 threads: Fix inaccuracies in testsuite
Florian Weimer
- [glibc] Created branch 'sasha/execveat'
Alexandra Hajkova
- [glibc/sasha/execveat] Linux: Add execveat system call wrapper
Alexandra Hajkova
- [glibc] string: Fix GCC 11 `-Werror=stringop-overread' error
Joseph Myers
- [glibc] Disable -Wstringop-overread for some string tests
Joseph Myers
- [glibc] nptl: futex: Provide correct indentation for part of __futex_abstimed_wait_cancelable64
Lukasz Majewski
- [glibc] benchtests: Add "workload" traces for exp
Adhemerval Zanella
- [glibc] benchtests: Add "workload" traces for expf128
Adhemerval Zanella
- [glibc] benchtests: Add "workload" traces for pow
Adhemerval Zanella
- [glibc] benchtests: Add "workload" traces for powf128
Adhemerval Zanella
- [glibc] benchtests: Add "workload" traces for sin
Adhemerval Zanella
- [glibc] benchtests: Add "workload" traces for sinf
Adhemerval Zanella
- [glibc] benchtests: Add "workload" traces for sinf128
Adhemerval Zanella
- [glibc] Update powerpc libm-test-ulps
Tulio Magno Quites Machado Filho
- [glibc] linux: Always define STAT_IS_KERNEL_STAT
Adhemerval Zanella
- [glibc] linux: Define STAT64_IS_KERNEL_STAT64
Adhemerval Zanella
- [glibc] linux: Consolidate xstat{64}
Adhemerval Zanella
- [glibc] linux: Consolidate lxstat{64}
Adhemerval Zanella
- [glibc] linux: Consolidate fxstat{64}
Adhemerval Zanella
- [glibc] linux: Consolidate fxstatat{64}
Adhemerval Zanella
- [glibc] Linux: Consolidate xmknod
Adhemerval Zanella
- [glibc] Remove internal usage of extensible stat functions
Adhemerval Zanella
- [glibc] Update sparc libm-test-ulps
Adhemerval Zanella
- [glibc] linux: Simplify clock_getres
Adhemerval Zanella
- [glibc] linux: Add ppoll time64 optimization
Adhemerval Zanella
- [glibc] linux: Add time64 semtimedop support
Adhemerval Zanella
- [glibc] linux: Add time64 pselect support
Adhemerval Zanella
- [glibc] x86: Install <sys/platform/x86.h> [BZ #26124]
H.J. Lu
- [glibc] hurd: Add __x86_get_cpu_features to ld.abilist
H.J. Lu
- [glibc] y2038: nptl: Convert sem_{clock|timed}wait to support 64 bit time
Lukasz Majewski
- [glibc] pselect.c: Pass a pointer to SYSCALL_CANCEL [BZ #26606]
H.J. Lu
- [glibc] Created branch 'ibm/2.32/master'
Tulio Magno Quites Machado Filho
- [glibc/ibm/2.32/master] Let ld.so have flags DT_RPATH and DT_RUNPATH
Tulio Magno Quites Machado Filho
- [glibc] Fix handling of collating symbols in fnmatch (bug 26620)
Andreas Schwab
- [glibc] <sys/platform/x86.h>: Add Intel Key Locker support
H.J. Lu
- [glibc] x86: Use HAS_CPU_FEATURE with IBT and SHSTK [BZ #26625]
H.J. Lu
- [glibc] nscd: bump GC cycle during cache pruning (bug 26130)
Andreas Schwab
- [glibc] powerpc: fix ifunc implementation list for POWER9 strlen and stpcpy
Paul E. Murphy
- [glibc] Allow memset local PLT reference for RISC-V.
Alistair Francis
- [glibc] Update mallinfo2 ABI, and test
DJ Delorie
- [glibc] Define __THROW to noexcept for C++11 and later
Jonathan Wakely
- [glibc] x86: Use one ldbl2mpn.c file for both i386 and x86_64
Florian Weimer
- [glibc] x86: Harden printf against non-normal long double values (bug 26649)
Florian Weimer
- [glibc] powerpc: Protect dl_powerpc_cpu_features on INIT_ARCH() [BZ #26615]
Tulio Magno Quites Machado Filho
- [glibc] benchtests: Run _Float128 tests only on architectures that support it
Arjun Shankar
- [glibc] Set locale related environment variables in debugglibc.sh
Arjun Shankar
- [glibc] strncmp: Add a testcase for page boundary [BZ #25933]
H.J. Lu
- [glibc] strcmp: Add a testcase for page boundary
H.J. Lu
- [glibc] bench-strncmp.c: Add workloads on page boundary
H.J. Lu
- [glibc] bench-strcmp.c: Add workloads on page boundary
H.J. Lu
- [glibc] intl: Handle translation output codesets with suffixes [BZ #26383]
Arjun Shankar
- [glibc/release/2.32/master] intl: Handle translation output codesets with suffixes [BZ #26383]
Arjun Shankar
- [glibc] hurd: add ST_RELATIME
Samuel Thibault
- [glibc] sysvipc: Fix semtimeop for !__ASSUME_DIRECT_SYSVIPC_SYSCALLS
Adhemerval Zanella
- [glibc] nptl: Fix __futex_abstimed_wait_cancellable32
Adhemerval Zanella
- [glibc] linux: Add time64 select support
Adhemerval Zanella
- [glibc] linux: Add time64 sigtimedwait support
Adhemerval Zanella
- [glibc] linux: Use 64-bit time_t syscall on clock_getcputclockid
Adhemerval Zanella
- [glibc] linux: Consolidate utimes
Adhemerval Zanella
- [glibc] linux: Add time64 support for nanosleep
Adhemerval Zanella
- [glibc] linux: Add time64 recvmmsg support
Adhemerval Zanella
- [glibc] Reversing calculation of __x86_shared_non_temporal_threshold
Patrick McGehearty
- [glibc] ld.so: add an --argv0 option [BZ #16124]
Florian Weimer
- [glibc] Set tunable value as well as min/max values
H.J. Lu
- [glibc] string: Fix strerrorname_np return value [BZ #26555]
Adhemerval Zanella
- [glibc] nptl: Provide proper spelling for 32 bit version of futex_abstimed_wait
Lukasz Majewski
- [glibc] nptl: futex: Move __NR_futex_time64 alias to beginning of futex-internal.h
Lukasz Majewski
- [glibc] sysvipc: Fix semtimedop for Linux < 5.1 for 64-bit ABI
Adhemerval Zanella
- [glibc/release/2.32/master] string: Fix strerrorname_np return value [BZ #26555]
Adhemerval Zanella
Last message date:
Wed Sep 30 21:14:48 GMT 2020
Archived on: Wed Sep 30 21:14:49 GMT 2020
This archive was generated by
Pipermail 0.09 (Mailman edition).