Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
1296 commits
Select commit Hold shift + click to select a range
be22a15
htl: Add sem_clockwait support
sthibaul Jun 7, 2020
d6d74ec
htl: Enable more tests
sthibaul Jun 7, 2020
e797c57
hurd: Briefly document in xfails the topics of the bugzilla entries
sthibaul Jun 7, 2020
7b6b183
hurd: XFAIL more tests that require setpshared support
sthibaul Jun 7, 2020
4bab9ad
htl: Enable but XFAIL tst-flock2, tst-signal1, tst-signal2
sthibaul Jun 7, 2020
337a7b7
hurd: Fix unwinding over interruptible RPC
sthibaul Jun 7, 2020
3944c61
hurd: Make read and pread64 cancellable
sthibaul Jun 7, 2020
af27fab
htl: Fix tls initialization for already-created threads
sthibaul Jun 7, 2020
15e995a
htl: Fix registration of atfork handlers in modules
sthibaul Jun 7, 2020
314a431
htl: Enable more tests
sthibaul Jun 7, 2020
dd7a8ad
pthread: Move back linking rules to nptl and htl
sthibaul Jun 8, 2020
f112dcc
hurd: document that gcc&gdb look at the trampoline code
sthibaul Jun 8, 2020
d1f75e9
AArch64: Merge Falkor memcpy and memmove implementations
KrzysztofKoch1 Jun 8, 2020
f7de454
aarch64: MTE compatible strchrnul
AndreaCorallo Jun 5, 2020
49beaae
aarch64: MTE compatible strchr
AndreaCorallo Jun 5, 2020
a365ac4
aarch64: MTE compatible strlen
AndreaCorallo Jun 5, 2020
533dd2a
Add "%d" support to _dl_debug_vdprintf
hjl-tools Jun 9, 2020
bc9cf8f
htl: Fix linking static tests by factorizing the symbols list
sthibaul Jun 10, 2020
62d97c3
htl: Enable more cancel tests
sthibaul Jun 10, 2020
c477beb
Use Linux 5.7 in build-many-glibcs.py.
jsm28 Jun 10, 2020
146fea0
powerpc: Automatic CPU detection in preconfigure
May 8, 2020
89edef7
hurd: Make recv* cancellation points
sthibaul Jun 14, 2020
ea5cad3
htl: Add noreturn attribute on __pthread_exit forward
sthibaul Jun 14, 2020
e2b9d56
htl: initialize first and prevent from unloading
sthibaul Jun 14, 2020
a50efac
htl: Move cleanup stack to variable shared between libc and pthread
sthibaul Jun 14, 2020
76fe4ef
htl: Fix cleanup support for IO locking
sthibaul Jun 14, 2020
662de08
hurd: Make write and pwrite64 cancellation points
sthibaul Jun 14, 2020
45fce05
htl: Enable more cancellation tests
sthibaul Jun 14, 2020
0c46891
hurd: Make send* cancellation points
sthibaul Jun 14, 2020
c1dcc54
hurd: Fix __writev_nocancel_nostatus
sthibaul Jun 14, 2020
e221c51
ld.so: Check for new cache format first and enhance corruption check
fweimer-rh Jun 15, 2020
27bf5e9
manual: Add pthread_attr_setsigmask_np, pthread_attr_getsigmask_np
fweimer-rh Jun 15, 2020
e93c264
ieee754/dbl-64: Reduce the scope of temporary storage variables
vineetgarc Nov 8, 2019
b67339d
Update syscall-names.list for Linux 5.7.
jsm28 Jun 15, 2020
b637306
powerpc64le: refactor e_sqrtf128.c
Apr 7, 2020
b7c9bb1
x86: Correct bit_cpu_CLFLUSHOPT [BZ #26128]
hjl-tools Jun 17, 2020
a35a590
x86_64: Use %xmmN with vpxor to clear a vector register
hjl-tools Jun 11, 2020
7a50840
nptl: Remove now-spurious tst-cancelx9 references
sthibaul Jun 17, 2020
7587023
Fix avx2 strncmp offset compare condition check [BZ #25933]
Jun 12, 2020
27f8864
x86: Update F16C detection [BZ #26133]
hjl-tools Jun 18, 2020
2004063
benchtests: Add exp10f benchmark
zatrazz Apr 8, 2020
6e98983
math: Optimized generic exp10f with wrappers
zimmermann6 Apr 8, 2020
4b2d8e4
i386: Use generic exp10f
zatrazz Apr 8, 2020
be668a8
New exp10f version without SVID compat wrapper
zatrazz Apr 8, 2020
3297d01
ia64: Use generic exp10f
zatrazz Apr 9, 2020
c013d5d
hurd: Add mremap
sthibaul Jun 20, 2020
e80501a
math: Decompose math-use-builtins.h
zatrazz Jun 4, 2020
271afad
aarch64: Use math-use-builtins for ceil{f}
zatrazz Jun 4, 2020
a2e8336
s390x: Use fma{f} builtin
zatrazz Jun 4, 2020
169ea8f
powerpc: Use sqrt{f} builtin
zatrazz Jun 4, 2020
d19d25d
x86_64: Use builtin sqrt{f,l}
zatrazz Jun 4, 2020
b24381e
i386: Use builtin sqrtl
zatrazz Jun 5, 2020
8a7923b
alpha: Use builtin sqrt{f}
zatrazz Jun 5, 2020
32c65b2
mips: Use sqrt{f} builtin
zatrazz Jun 5, 2020
c9a30f0
sparc: Use sqrt{f} builtin
zatrazz Jun 5, 2020
3ca05a8
s390: Use sqrt{f} builtin
zatrazz Jun 5, 2020
9dbb3fd
riscv: Use sqrt{f} builtin
zatrazz Jun 5, 2020
cbf3571
arm: Use sqrt{f} builtin
zatrazz Jun 5, 2020
9f21672
m68k: Use sqrt{f} builtin for coldfire
zatrazz Jun 9, 2020
ea04f02
aarch64: Remove fpu Makefile
zatrazz Jun 10, 2020
ecbbadb
x86: Update CPU feature detection [BZ #26149]
hjl-tools Jun 17, 2020
8ec13b4
Add MREMAP_DONTUNMAP from Linux 5.7
jsm28 Jun 23, 2020
bb2c12a
aarch64: MTE compatible strcpy
Jun 9, 2020
7ff8999
aarch64: MTE compatible memchr
Jun 9, 2020
df06b0d
aarch64: MTE compatible memrchr
Jun 9, 2020
79160c0
aarch64: MTE compatible strrchr
Jun 9, 2020
adac54f
aarch64: MTE compatible strcmp
Jun 16, 2020
03e1378
aarch64: MTE compatible strncmp
Jun 16, 2020
ae725e3
powerpc: Add new hwcap values
tuliom Jun 15, 2020
9f6e508
htl: Enable tst-cancel25 test
sthibaul Jun 23, 2020
3513d5a
htl: Simplify non-cancel path of __pthread_cond_timedwait_internal
sthibaul Jun 23, 2020
eca16db
htl: Make sem_*wait cancellations points
sthibaul Jun 23, 2020
1b90d52
htl: Fix case when sem_*wait is canceled while holding a token
sthibaul Jun 24, 2020
6f3331f
elf: Include <stdbool.h> in <dl-tunables.h> because bool is used
fweimer-rh Jun 24, 2020
1fb7dc7
htl: Add wrapper header for <semaphore.h> with hidden __sem_post
fweimer-rh Jun 24, 2020
f6b955e
S390: Regenerate ULPs.
stliibm Jun 24, 2020
0879422
nptl: Don't madvise user provided stack
nsz-arm Jun 24, 2020
2034c70
elf: Include <stddef.h> (for size_t), <sys/stat.h> in <ldconfig.h>
fweimer-rh Jun 25, 2020
0792c8a
S390: Optimize __memcpy_z196.
stliibm Jun 26, 2020
1d21fb1
S390: Optimize __memset_z196.
stliibm Jun 26, 2020
6e540ca
Set width of JUNGSEONG/JONGSEONG characters from UD7B0 to UD7FB to 0 …
mike-fabian Jun 16, 2020
4fdd4d4
x86: Detect Intel Advanced Matrix Extensions
hjl-tools Jun 25, 2020
b9ca3f3
tst-cancel4-common.c: fix calling socketpair
sthibaul Jun 26, 2020
726117e
htl: avoid cancelling threads inside critical sections
sthibaul Jun 27, 2020
cf2c8cc
htl: Fix includes for lockfile
sthibaul Jun 27, 2020
6414eef
htl: Move cleanup handling to non-private libc-lock
sthibaul Jun 27, 2020
67a7807
hurd: clean fd and port on thread cancel
sthibaul Jun 28, 2020
4cafcd8
hurd: make open and openat cancellation points
sthibaul Jun 28, 2020
fd3df63
hurd: make close a cancellation point
sthibaul Jun 28, 2020
d60fdd4
hurd: Fix port definition in HURD_PORT_USE_CANCEL
sthibaul Jun 28, 2020
09effdc
hurd: make wait4 a cancellation point
sthibaul Jun 28, 2020
3c9f67e
hurd: Make fcntl(F_SETLKW*) cancellation points
sthibaul Jun 28, 2020
1f34133
hurd: fix usleep(ULONG_MAX)
sthibaul Jun 28, 2020
f512321
hurd: Add remaining cancelation points
sthibaul Jun 28, 2020
269e4c1
htl: Enable cancel*16 an cancel*20 tests
sthibaul Jun 29, 2020
81b1c8c
hurd: Simplify usleep timeout computation
sthibaul Jun 29, 2020
d2ba367
powerpc: Add support for POWER10
tuliom Jun 24, 2020
3ee1e0e
Update kernel version to 5.7 in tst-mman-consts.py.
jsm28 Jun 29, 2020
354b98c
random: range is not portably RAND_MAX [BZ #7003]
jmarshall Jun 30, 2020
5f40e4b
Linux: Fix UTC offset setting in settimeofday for __TIMESIZE != 64
fweimer-rh Jun 30, 2020
09555b9
Fix strtod multiple-precision division bug (bug 26137).
jsm28 Jun 30, 2020
c6aac3b
Fix typo in comment in bug 26137 fix.
jsm28 Jul 1, 2020
a3f747a
manual: Show copyright information not just in the printed manual
fweimer-rh Jul 3, 2020
f9cf873
tst-cancel4: deal with ENOSYS errors
sthibaul Jul 5, 2020
0c76fc3
Linux: Perform rseq registration at C startup and thread creation
compudj Jul 6, 2020
6e29cb3
Linux: Use rseq in sched_getcpu if available
compudj Jul 6, 2020
8f4632d
Linux: rseq registration tests
compudj Jul 6, 2020
706ad1e
Add the __libc_single_threaded variable
fweimer-rh May 20, 2020
01ffa60
manual: Document __libc_single_threaded
fweimer-rh Jun 24, 2020
f8b4630
x86: Correct bit_cpu_CLFSH [BZ #26208]
hjl-tools Jul 6, 2020
28c13ae
x86: Detect Extended Feature Disable (XFD)
hjl-tools Jul 6, 2020
6c010c5
Use C2x return value from getpayload of non-NaN (bug 26073).
jsm28 Jul 6, 2020
3f4b61a
x86: Add thresholds for "rep movsb/stosb" to tunables
hjl-tools Jul 6, 2020
08538f3
Fix stringop-overflow errors from gcc 10 in iconv.
stliibm Jun 16, 2020
3ad5dab
elf: Do not signal LA_ACT_CONSISTENT for an empty namespace [BZ #26076]
fweimer-rh Jul 7, 2020
6caddd3
Remove most vfprintf width/precision-dependent allocations (bug 14231…
jsm28 Jul 7, 2020
e4e11b1
signal: Add signum-{generic,arch}.h
zatrazz Apr 22, 2020
b1ccfc0
signal: Move sys_siglist to a compat symbol
zatrazz Apr 24, 2020
f13d260
signal: Move sys_errlist to a compat symbol
zatrazz Apr 25, 2020
f26d456
linux: Fix __NSIG_WORDS and add __NSIG_BYTES
zatrazz Apr 23, 2020
9deec7c
string: Remove old TLS usage on strsignal
zatrazz May 14, 2020
28aff04
string: Implement strerror in terms of strerror_l
zatrazz May 14, 2020
725eeb4
string: Use tls-internal on strerror_l
zatrazz May 14, 2020
08d2024
string: Simplify strerror_r
zatrazz May 14, 2020
c2723ce
string: Add strsignal test
zatrazz May 18, 2020
653200e
string: Add strerror, strerror_r, and strerror_l test
zatrazz May 18, 2020
4f92497
string: Add strerror_l on test-strerror-errno
zatrazz May 18, 2020
bfe05aa
string: Add sigabbrev_np and sigdescr_np
zatrazz May 18, 2020
325081b
string: Add strerrorname_np and strerrordesc_np
zatrazz May 18, 2020
d7ebcd4
sunrpc: Turn clnt_sperrno into a libc_hidden_nolink_sunrpc symbol
fweimer-rh Jul 6, 2020
ed6fc7d
sunrpc: Do not export key handling hooks by default
fweimer-rh Jul 6, 2020
afc3a2e
sunrpc: Do not export getrpcport by default
fweimer-rh Jul 6, 2020
94d9c76
nss: Remove cryptographic key support from nss_files, nss_nis, nss_ni…
fweimer-rh Jul 6, 2020
91927b7
Rewrite iconv option parsing [BZ #19519]
submachine Jul 7, 2020
d63387d
hurd: Evaluate fd before entering the critical section
sthibaul Jul 7, 2020
5549370
tst-strsignal: fix checking for RT signals support
sthibaul Jul 7, 2020
01ac385
hurd: Fix strerror not setting errno
sthibaul Jul 7, 2020
78e02c4
sunrpc: Remove hidden aliases for global data symbols (bug 26210)
fweimer-rh Jul 8, 2020
79a4fa3
arm: CVE-2020-6096: fix memcpy and memmove for negative length [BZ #2…
Jul 8, 2020
beea361
arm: CVE-2020-6096: Fix multiarch memcpy for negative length [BZ #25620]
Jul 8, 2020
5b2deed
string: Fix prototype mismatch in sigabbrev_np, __sigdescr_np
fweimer-rh Jul 8, 2020
c1e63c7
string: Move tst-strsignal tst-strerror to tests-container
zatrazz Jul 8, 2020
c7aa859
rtld: Clean up PT_NOTE and add PT_GNU_PROPERTY handling
nsz-arm Jun 22, 2020
dbfefbd
Rewrite abi-note.S in C.
nsz-arm Apr 1, 2020
1b0a4f5
aarch64: configure test for BTI support
nsz-arm May 6, 2020
2a4c2dd
aarch64: Rename place holder .S files to .c
nsz-arm Apr 1, 2020
9118195
aarch64: Add BTI support to assembly files
sudakshina-das-arm Mar 17, 2020
fddbd7c
aarch64: fix swapcontext for BTI
nsz-arm Apr 1, 2020
5f846c8
aarch64: fix RTLD_START for BTI
nsz-arm Mar 31, 2020
6053387
aarch64: enable BTI at runtime
sudakshina-das-arm Jun 22, 2020
de9301c
aarch64: ensure objects are BTI compatible
nsz-arm Jun 30, 2020
9e1751e
aarch64: configure check for pac-ret code generation
nsz-arm May 7, 2020
1be3d6e
aarch64: Add pac-ret support to assembly files
nsz-arm Apr 29, 2020
c947677
aarch64: fix pac-ret support in _mcount
nsz-arm May 13, 2020
d174ec2
aarch64: redefine RETURN_ADDRESS to strip PAC
nsz-arm Apr 15, 2020
a2a83bf
aarch64: add NEWS entry about branch protection support
nsz-arm Jun 11, 2020
acb5279
Move non-deprecated RPC-related functions from sunrpc to inet
fweimer-rh Jul 8, 2020
ae7a94e
Remove --enable-obsolete-nsl configure flag
pevik Jul 8, 2020
0c7b002
rtld: Add rtld.nns tunable for the number of supported namespaces
nsz-arm Jun 9, 2020
1779641
rtld: Account static TLS surplus for audit modules
nsz-arm Jul 7, 2020
ffb17e7
rtld: Avoid using up static TLS surplus for optimizations [BZ #25051]
nsz-arm Jun 10, 2020
dba950e
sysv: linux: Add 64-bit time_t variant for semctl
zatrazz Jun 29, 2020
078a892
sysvipc: Split out linux struct semid_ds
zatrazz Jun 29, 2020
915b9fe
sysvipc: Remove the linux msq-pad.h file
zatrazz Jun 30, 2020
3283f71
sysv: linux: Add 64-bit time_t variant for msgctl
zatrazz Jun 30, 2020
380b7ce
sysvipc: Split out linux struct shmid_ds
zatrazz Jun 30, 2020
7929d77
sysvipc: Remove the linux shm-pad.h file
zatrazz Jun 30, 2020
ffd178c
sysv: linux: Add 64-bit time_t variant for shmctl
zatrazz Jun 30, 2020
c363f83
linux: Fix syscall list generation instructions
Jul 9, 2020
ede5603
Fix double free in __printf_fp_l (bug 26214).
jsm28 Jul 9, 2020
90663e9
Fix memory leak in __printf_fp_l (bug 26215).
jsm28 Jul 9, 2020
b21c2c2
Update i686 libm-test-ulps
patsyfranklin Jul 9, 2020
936c966
Add NEWS entry for Update to Unicode 13.0.0 [BZ #25819]
mike-fabian Jul 8, 2020
7c7bcf3
powerpc64: Fix calls when r2 is not used [BZ #26173]
tuliom Jul 10, 2020
04deeaa
Fix time/tst-cpuclock1 intermitent failures
lucmaga Jul 10, 2020
0e7d930
ARC: ABI Implementation
vineetgarc Oct 23, 2018
dd2e6ef
ARC: startup and dynamic linking code
vineetgarc Oct 23, 2018
0261315
ARC: Thread Local Storage support
vineetgarc Oct 23, 2018
9679dd5
ARC: Atomics and Locking primitives
vineetgarc Oct 23, 2018
fd9dec2
ARC: math soft float support
vineetgarc Oct 24, 2018
3ab8611
ARC: hardware floating point support
vineetgarc Nov 5, 2019
add5071
ARC: Linux Syscall Interface
vineetgarc Oct 23, 2018
e5ccf11
ARC: Linux ABI
vineetgarc Oct 23, 2018
c86a948
ARC: Linux Startup and Dynamic Loading
vineetgarc Oct 23, 2018
33ff7b3
ARC: ABI lists
vineetgarc Oct 23, 2018
0be8ae3
ARC: Build Infrastructure
vineetgarc Oct 23, 2018
2fc2260
build-many-glibcs.py: Enable ARC builds
vineetgarc Mar 13, 2020
758caf3
Documentation for ARC port
vineetgarc Nov 20, 2017
9016b6f
x86: Remove the unused __x86_prefetchw
hjl-tools Jul 11, 2020
43530ba
x86: Remove __ASSEMBLER__ check in init-arch.h
hjl-tools Jul 11, 2020
48699da
elf: Support at least 32-byte alignment in static dlopen
fweimer-rh Jul 12, 2020
e72b98e
malloc: Deprecate more hook-related functionality
fweimer-rh Jul 13, 2020
10b01bd
string: Make tst-strerror/tst-strsignal unsupported if msgfmt is not …
zatrazz Jul 9, 2020
107e6a3
x86: Support usable check for all CPU features
hjl-tools Jun 29, 2020
3486924
hurd: Fix build-many-glibcs.py
zatrazz Jul 10, 2020
5500cdb
Remove --enable-obsolete-rpc configure flag
pevik Jul 13, 2020
f896fc0
Correct timespec implementation [BZ #26232]
hjl-tools Jul 13, 2020
34f0d01
AArch64: Align ENTRY to a cacheline
Jul 15, 2020
4a733bf
AArch64: Add optimized Q-register memcpy
Jul 15, 2020
0f6278a
AArch64: Rename IS_ARES to IS_NEOVERSE_N1
Jul 15, 2020
7b5f02d
arm: remove string/tst-memmove-overflow XFAIL
aurel32 Jul 13, 2020
17400c4
Add NEWS entry for CVE-2020-6096 (bug 25620)
aurel32 Jul 12, 2020
da7d62b
manual: Use Unicode instead HTML entities for characters (bug 19737)
fweimer-rh Jul 16, 2020
efedd1e
Linux: Remove rseq support
fweimer-rh Jul 16, 2020
8cde977
en_US: Minimize changes to date_fmt (Bug 25923)
codonell Jul 8, 2020
76b8442
Move <rpc/netdb.h> from sunrpc to inet
fweimer-rh Jul 17, 2020
f46ef33
AArch64: Improve strlen_asimd performance (bug 25824)
Jul 17, 2020
e942223
manual: New signal and errno string functions are AS-safe
fweimer-rh Jul 17, 2020
115bcf9
hurd: Fix longjmp early in initialization
sthibaul Jul 18, 2020
5baad9a
hurd: Fix longjmp check for sigstate
sthibaul Jul 18, 2020
07ed32f
elf: Change TLS static surplus default back to 1664
fweimer-rh Jul 20, 2020
63ce242
Use MPFR 4.1.0 in build-many-glibcs.py.
jsm28 Jul 20, 2020
469c039
Update powerpc-nofpu libm-test-ulps.
jsm28 Jul 20, 2020
299210c
nss_files: Consolidate file opening in __nss_files_fopen
fweimer-rh Jul 16, 2020
23ed367
nss_compat: Do not use mmap to read database files (bug 26258)
fweimer-rh Jul 16, 2020
e9b2340
nss_files: Consolidate line parse declarations in <nss_files.h>
fweimer-rh Jul 16, 2020
9980bf0
nss_files: Use generic result pointer in parse_line
fweimer-rh Jul 16, 2020
d4b4586
libio: Add fseterr_unlocked for internal use
fweimer-rh Jul 16, 2020
bdee910
nss: Add __nss_fgetent_r
fweimer-rh Jul 15, 2020
4f62a21
grp: Implement fgetgrent_r using __nss_fgetent_r
fweimer-rh Jul 16, 2020
2add423
gshadow: Implement fgetsgent_r using __nss_fgetent_r (bug 20338)
fweimer-rh Jul 16, 2020
ee1c062
pwd: Implement fgetpwent_r using __nss_fgetent_r
fweimer-rh Jul 16, 2020
00bc683
shadow: Implement fgetspent_r using __nss_fgetent_r
fweimer-rh Jul 16, 2020
ec2f1fd
libio: Remove __libc_readline_unlocked
fweimer-rh Jul 15, 2020
c79607a
powerpc64le: guarantee a .gnu.attributes section [BZ #26220]
Jul 8, 2020
f6add16
powerpc: Fix POWER10 selection
tuliom Jul 21, 2020
0bede41
Update libc.pot for 2.32 release.
codonell Jul 23, 2020
ba0ec34
Regenerate INSTALL for ARC port updates.
codonell Jul 23, 2020
04726be
Disable warnings due to deprecated libselinux symbols used by nss and…
submachine Jul 23, 2020
7ebd114
aarch64: Respect p_flags when protecting code with PROT_BTI
nsz-arm Jul 13, 2020
180d5a0
Update x86-64 libm-test-ulps
akhuettel Jul 25, 2020
2dc33b9
aarch64: Use future HWCAP2_MTE in ifunc resolver
nsz-arm Jul 24, 2020
b51c150
Use binutils 2.35 branch in build-many-glibcs.py.
jsm28 Jul 27, 2020
0ad926f
nptl: Zero-extend arguments to SETXID syscalls [BZ #26248]
hjl-tools Jul 16, 2020
20fb745
NEWS: Deprecate nss_hesiod
fweimer-rh Jul 24, 2020
89c2552
NEWS: Deprecate weak libpthread symbols for single-threaded checks
fweimer-rh Jul 24, 2020
7f1a08c
Move NEWS entry for CVE-2020-1751 to the 2.31 section
fweimer-rh Jul 31, 2020
783fdd9
Update Nios II libm-test-ulps file.
Aug 3, 2020
7650321
powerpc: Fix incorrect cache line size load in memset (bug 26332)
fweimer-rh Aug 3, 2020
17a0126
Add NEWS entry for CVE-2016-10228 (bug 19519)
aurel32 Jul 30, 2020
42c9e9a
aarch64: update NEWS about branch protection
nsz-arm Jul 29, 2020
45069ac
RISC-V: Update lp64d libm-test-ulps according to HiFive Unleashed
Aug 4, 2020
50a8dd3
benchtests/README update.
zimmermann6 Aug 4, 2020
bd7a8e0
Don't mix linker error messages into edited scripts
amodra Jul 29, 2020
0ffaa7b
Update translations.
codonell Aug 5, 2020
923adfc
Update NEWS with bugs.
codonell Aug 5, 2020
6d403f2
Regenerate configure scripts.
codonell Aug 5, 2020
3de512b
Prepare for glibc 2.32 release.
codonell Aug 5, 2020
4483f25
Implement pthread_mutex_lock_any() and pthread_mutex_timedlock_any().
FireBurn Feb 4, 2020
2efa959
HACK: test app for pthread_mutex_lock_any(); should be tst-mutex* som…
Plagman Jul 30, 2019
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
36,698 changes: 0 additions & 36,698 deletions ChangeLog

This file was deleted.

24 changes: 12 additions & 12 deletions ChangeLog.old/ChangeLog.10
Original file line number Diff line number Diff line change
Expand Up @@ -658,10 +658,10 @@
Define and initialize use_outdigits in the inner loops.

* sysdeps/posix/sigwait.c: Don't look for signal 0 since it does
not exist. Patch by Miloslav Trmac <mitr@volny.cz> (PR libc/1601).
not exist. Patch by Miloslav Trmač <mitr@volny.cz> (PR libc/1601).

* sysdeps/i386/fpu/s_nearbyint.S: Disable raising exception, not
enable it. Patch by Miloslav Trmac <mitr@volny.cz> (PR libc/1600).
enable it. Patch by Miloslav Trmač <mitr@volny.cz> (PR libc/1600).
* sysdeps/i386/fpu/s_nearbyintf.S: Likewise.
* sysdeps/i386/fpu/s_nearbyintl.S: Likewise.

Expand Down Expand Up @@ -693,7 +693,7 @@
so test for overflow and handle it.
* sysdeps/i386/fpu/s_sinf.S: Likewise.
* sysdeps/i386/fpu/s_tanf.S: Likewise.
Patch by Miloslav Trmac <mitr@volny.cz> (PR libc/1563).
Patch by Miloslav Trmač <mitr@volny.cz> (PR libc/1563).

* iconvdata/Makefile (modules): Add UTF-16.
(distribute): Add utf-16.c.
Expand Down Expand Up @@ -981,7 +981,7 @@
* sysdeps/unix/sysv/linux/mips/fxstat.c: Likewise.

* sysdeps/unix/sysv/linux/mips/init-first.h: New file, from Ralf
Baechle <ralf@gnu.org>.
Bächle <ralf@gnu.org>.

* sysdeps/unix/sysv/linux/mips/brk.c: New file.

Expand Down Expand Up @@ -1012,7 +1012,7 @@
* sysdeps/powerpc/fpu/fesetround.c: Likewise.
* sysdeps/sparc/fpu/feholdexcpt.c: Likewise.
* sysdeps/sparc/fpu/fesetround.c: Likewise.
Patch by Miloslav Trmac <mitr@volny.cz>.
Patch by Miloslav Trmač <mitr@volny.cz>.

* locale/programs/ld-collate.c (struct locale_collate_t): Change
type of plane_size and plane_cnt to uint32_t.
Expand Down Expand Up @@ -1482,7 +1482,7 @@

* manual/getopt.texi (Using the getopt function): Fix description of
return value for format string starting with '-' (PR libc/1551).
Patch by Ra�l N��ez de Arenas Coronado <dervishd@jazzfree.com>
Patch by Raúl Núñez de Arenas Coronado <dervishd@jazzfree.com>

* sunrpc/clnt_perr.c (rpc_errlist): Fix index for RPC_PROGVERSMISMATCH.
Patch by jens.moeller@westgeo.com (PR libc/1550).
Expand Down Expand Up @@ -3715,7 +3715,7 @@
(RESOLVE_GOTSYM): Use R_MIPS_REL32.
(ELF_MACHINE_RUNTIME_TRAMPOLINE): Likewise.
Based on patches from Maciej W. Rozycki <macro@ds2.pg.gda.pl> and
Ralf Baechle <baechle@uni-koblenz.de>.
Ralf Bächle <baechle@uni-koblenz.de>.

* sysdeps/mips/mips64/dl-machine.h: Apply same patches.

Expand Down Expand Up @@ -6138,7 +6138,7 @@
* sysdeps/unix/sysv/linux/mips/bits/errno.h: Likewise.

* elf/Makefile ($(objpfx)ld.so): Fix rtld-ldscript dependency.
Patch by Ralf Baechle <ralf@uni-koblenz.de>.
Patch by Ralf Bächle <ralf@uni-koblenz.de>.

1999-08-25 Ulrich Drepper <drepper@cygnus.com>

Expand Down Expand Up @@ -6188,14 +6188,14 @@
* stdio-common/tst-cookie.c: New file.

* sysdeps/unix/sysv/linux/mips/bits/errno.h: Fix EILSEQ value
changed in last patch. Reported by Ralf Baechle.
changed in last patch. Reported by Ralf Bächle.

1999-08-24 Andreas Jaeger <aj@arthur.rhein-neckar.de>

* sysdeps/unix/mips/sysdep.h: Use __syscall_error.

* sysdeps/unix/mips/sysdep.S: Rewrite, don't declare errno here.
Patches by Ralf Baechle <ralf@uni-koblenz.de>
Patches by Ralf Bächle <ralf@uni-koblenz.de>

1999-08-24 Andreas Jaeger <aj@arthur.rhein-neckar.de>

Expand Down Expand Up @@ -6361,7 +6361,7 @@

* sysdeps/unix/sysv/linux/mips/bits/sigaction.h (SA_RESETHAND): Add it.
* sysdeps/mips/bits/dlfcn.h: Remove SGI specific calls, add RTLD_LOCAL.
Patches by Ralf Baechle <ralf@uni-koblenz.de>
Patches by Ralf Bächle <ralf@uni-koblenz.de>

1999-08-21 Ulrich Drepper <drepper@cygnus.com>

Expand Down Expand Up @@ -7316,7 +7316,7 @@

1999-07-25 Andreas Jaeger <aj@arthur.rhein-neckar.de>

* localedata/tst-rpmatch.sh: Use "&" instead of "" to avoid a bug
* localedata/tst-rpmatch.sh: Use "&" instead of "§" to avoid a bug
in bash 2.03.

1999-07-25 Ulrich Drepper <drepper@cygnus.com>
Expand Down
38 changes: 19 additions & 19 deletions ChangeLog.old/ChangeLog.11
Original file line number Diff line number Diff line change
Expand Up @@ -789,7 +789,7 @@
* sysdeps/s390/fpu/libm-test-ulps: New ulps.

* sysdeps/unix/sysv/linux/mips/syscalls.list: Add fcntl64.
Patch by Ralf Baechle <ralf@gnu.org>.
Patch by Ralf Bächle <ralf@gnu.org>.

2000-10-21 Ulrich Drepper <drepper@redhat.com>

Expand Down Expand Up @@ -878,7 +878,7 @@
* sysdeps/sh/dl-machine.h: Likewise.
* sysdeps/sparc/sparc32/dl-machine.h: Likewise.
* sysdeps/sparc/sparc64/dl-machine.h: Likewise.
Patch by Martin Schwidefsksy <schwidefsky@de.ibm.com>.
Patch by Martin Schwidefsky <schwidefsky@de.ibm.com>.

2000-10-20 Jakub Jelinek <jakub@redhat.com>

Expand Down Expand Up @@ -918,7 +918,7 @@
* string/string.h: Remove declaration of __strcasecmp and __strcasestr.
* include/string.h: Declare them here.

2000-10-18 Ralf Baechle <ralf@gnu.org>
2000-10-18 Ralf Bächle <ralf@gnu.org>

* sysdeps/unix/sysv/linux/mips/sys/syscall.h: Include <asm/unistd.h>.

Expand All @@ -944,7 +944,7 @@
(elf_machine_runtime_link_map): Likewise.
(elf_machine_runtime_setup): Likewise.
Handle dynamic linker's local got entries.
Patches by Ralf Baechle <ralf@gnu.org>.
Patches by Ralf Bächle <ralf@gnu.org>.

2000-10-09 Maciej W. Rozycki <macro@ds2.pg.gda.pl>

Expand Down Expand Up @@ -1347,7 +1347,7 @@

* sysdeps/sparc/sparc32/fpu/libm-test-ulps: New file.

2000-10-02 Ralf Baechle <ralf@gnu.org>
2000-10-02 Ralf Bächle <ralf@gnu.org>

* sysdeps/unix/sysv/linux/mips/sys/tas.h: Add missing .mips0 at the
end of inline assembler code.
Expand All @@ -1364,7 +1364,7 @@

* sysdeps/unix/sysv/linux/alpha/bits/resource.h: Add RLIMIT_LOCKS.

2000-10-01 Ralf Baechle <ralf@gnu.org>
2000-10-01 Ralf Bächle <ralf@gnu.org>

* sysdeps/mips/dl-machine.h (RTLD_START): Fix computation of envp
argument passed to _dl_init.
Expand Down Expand Up @@ -1433,7 +1433,7 @@
level2, and level3 as well.
(wctype_table_add): Remove a few unnecessary conditionals.

2000-09-30 Ralf Baechle <ralf@gnu.org>
2000-09-30 Ralf Bächle <ralf@gnu.org>

* wcsmbs/Versions [libc] (GLIBC_2.0): Add __mbrtowc.

Expand Down Expand Up @@ -1702,7 +1702,7 @@
* sysdeps/unix/sysv/linux/powerpc/bits/sem.h: New file.
* sysdeps/unix/sysv/linux/powerpc/bits/shm.h: New file.

2000-09-28 Martin Schwidefsksy <schwidefsky@de.ibm.com>
2000-09-28 Martin Schwidefsky <schwidefsky@de.ibm.com>

* sysdeps/s390/atomicity.h: Fix compare_and_swap.

Expand Down Expand Up @@ -1733,7 +1733,7 @@
2000-09-28 Ulrich Drepper <drepper@redhat.com>

* manual/errno.texi: Correct error text for ENXIO.
Reported by J�rg Schilling <schilling@fokus.gmd.de>.
Reported by Jörg Schilling <schilling@fokus.gmd.de>.

2000-09-27 Jes Sorensen <jes@linuxcare.com>

Expand Down Expand Up @@ -2216,7 +2216,7 @@

* intl/Versions: Add bind_textdomain_codeset.

2000-09-16 Ralf Baechle <ralf@gnu.org>
2000-09-16 Ralf Bächle <ralf@gnu.org>

* sysdeps/mips/dl-machine.h (_RTLD_PROLOGUE): Reformat. Declare
as function.
Expand Down Expand Up @@ -3116,7 +3116,7 @@
* libio/oldiofsetpos64.c: iofsetpos was introduced in glibc 2.1,
change symbol version.
* libio/oldiofgetpos64.c: Likewise.
Reported by Martin v. Loewis <martin@loewis.home.cs.tu-berlin.de>.
Reported by Martin v. Löwis <martin@loewis.home.cs.tu-berlin.de>.

* locale/programs/ld-ctype.c (charclass_charcode_ellipsis): Fix
typo.
Expand Down Expand Up @@ -5522,7 +5522,7 @@
* timezone/northamerica: Likewise.
* timezone/zone-tab: Likewise.

2000-07-30 Ralf Baechle <ralf@gnu.org>
2000-07-30 Ralf Bächle <ralf@gnu.org>

* sysdeps/unix/sysv/linux/mips/bits/sigstack.h: New file. On MIPS
the order of struct sigaltstack members is different.
Expand Down Expand Up @@ -6434,7 +6434,7 @@

* nss/makedb.c (main): Compare result of load_db with
NSS_STATUS_SUCCESS and not 0.
Patch by Jan Rekorajski <baggins@sith.mimuw.edu.pl>.
Patch by Jan Rękorajski <baggins@sith.mimuw.edu.pl>.

* sysdeps/unix/sysv/linux/Versions: Export __sysctl for GLIBC_2.2.

Expand Down Expand Up @@ -7177,7 +7177,7 @@

* sysdeps/mips/fpu_control.h: Fix type of fpu_control_t.
(_FPU_GETCW): Remove extra colon.
Patch by Ralf Baechle <ralf@uni-koblenz.de>.
Patch by Ralf Bächle <ralf@uni-koblenz.de>.

* posix/fnmatch_loop.c (FCT): Only declare len if
!WIDE_CHAR_VERSION to silence GCC.
Expand Down Expand Up @@ -8201,7 +8201,7 @@
2000-06-18 Andreas Jaeger <aj@suse.de>

* sysdeps/mips/dl-machine.h: Always use $25 as jump register.
Patch by Ralf Baechle <ralf@uni-koblenz.de>.
Patch by Ralf Bächle <ralf@uni-koblenz.de>.

2000-06-17 Ulrich Drepper <drepper@redhat.com>

Expand Down Expand Up @@ -8471,7 +8471,7 @@
2000-06-13 Andreas Jaeger <aj@suse.de>

* sysdeps/mips/elf/start.S (ENTRY_POINT): Remove mips64 defines.
Patch by Ralf Baechle <ralf@gnu.org>.
Patch by Ralf Bächle <ralf@gnu.org>.

2000-06-13 Ulrich Drepper <drepper@redhat.com>

Expand Down Expand Up @@ -9820,7 +9820,7 @@
* inet/netinet/in.h (IN6_ARE_ADDR_EQUAL): Correct indices.
Reported by tmoestl@gmx.net, closes PR libc/1732.

2000-05-11 Jan Hubicka <jh@suse.cz>
2000-05-11 Jan Hubička <jh@suse.cz>

* misc/sys/cdefs.h: Add support for pure attribute.

Expand Down Expand Up @@ -11318,7 +11318,7 @@

* sysdeps/mips/__longjmp.c (__longjmp): Use $25 to fix problems
with some applications.
Patches by Ralf Baechle <ralf@uni-koblenz.de>.
Patches by Ralf Bächle <ralf@uni-koblenz.de>.

* sysdeps/mips/bsd-setjmp.S: Use __PIC__.
* sysdeps/mips/bsd-_setjmp.S: Likewise.
Expand Down Expand Up @@ -12107,7 +12107,7 @@
* sysdeps/unix/sysv/linux/arm/siglist.c: Likewise.

2000-03-29 Andreas Jaeger <aj@suse.de>,
Ralf Baechle <ralf@uni-koblenz.de>
Ralf Bächle <ralf@uni-koblenz.de>

* Makeconfig: Introduce new variable SHARED to mark code used in
the shared library.
Expand Down
10 changes: 5 additions & 5 deletions ChangeLog.old/ChangeLog.12
Original file line number Diff line number Diff line change
Expand Up @@ -510,7 +510,7 @@

* libio/iopopen.c: Add lock for proc_file_chain access.
* libio/oldiopopen.c: Add lock for old_proc_file_chain access.
Reported by Padraig Brady <Padraig@linux.ie>.
Reported by Pádraig Brady <Padraig@linux.ie>.

2001-07-31 Andreas Jaeger <aj@suse.de>

Expand Down Expand Up @@ -2247,7 +2247,7 @@
* sysdeps/unix/sysv/linux/speed.c (cfsetispeed): Max speed is
B4000000.
(cfsetospeed): Likewise.
Reported by Lukasz Trabinski <lukasz@lt.wsisiz.edu.pl>.
Reported by Łukasz Trąbiński <lukasz@lt.wsisiz.edu.pl>.

2001-05-31 Joseph S. Myers <jsm28@cam.ac.uk>

Expand Down Expand Up @@ -2813,7 +2813,7 @@
that _CS_LFS_CFLAGS can fall through to the empty returned string
case. Add FALLTHROUGH comment.

2001-04-29 Ralf Baechle <ralf@gnu.org>
2001-04-29 Ralf Bächle <ralf@gnu.org>

* sysdeps/unix/sysv/linux/mips/bits/sem.h: Make structure
definitions match the kernel definitions.
Expand Down Expand Up @@ -5570,7 +5570,7 @@
* resolv/tst-aton.c: Add testcase for IP with four periods.

* resolv/inet_addr.c: Don't recognize an IP with four periods.
Patch by Andre' Breiler <A.Breiler@gmx.net>.
Patch by André Breiler <A.Breiler@gmx.net>.

2001-02-27 Philip Blundell <pb@futuretv.com>

Expand Down Expand Up @@ -9884,7 +9884,7 @@

* manual/startup.texi (Program Arguments): Fix type of main's envp
parameter.
Reported by Ra�l N��ez de Arenas Coronado <dervishd@linuxfreak.com>.
Reported by Raúl Núñez de Arenas Coronado <dervishd@linuxfreak.com>.

* iconvdata/gconv-modules: Add CP950 alias.

Expand Down
2 changes: 1 addition & 1 deletion ChangeLog.old/ChangeLog.13
Original file line number Diff line number Diff line change
Expand Up @@ -12297,7 +12297,7 @@

* po/ca.po: New file. Contributed by the translation team.

2001-10-15 Ralf Baechle <ralf@gnu.org>
2001-10-15 Ralf Bächle <ralf@gnu.org>

* sysdeps/unix/sysv/linux/mips/sys/sysmips.h: Make sysmips() prototype
a varargs prototype. Remove dependency from kernel header files.
Expand Down
12 changes: 6 additions & 6 deletions ChangeLog.old/ChangeLog.14
Original file line number Diff line number Diff line change
Expand Up @@ -4149,7 +4149,7 @@
* sysdeps/x86_64/fpu/s_ilogbl.S: New file.
* sysdeps/x86_64/fpu/e_remainderl.S: New file.

* math/libm-test.inc (floor_test): Test also 0.25.
* math/libm-test.inc (floor_test): Test also ±0.25.
(ceil_test): Test -0.25.

2003-11-17 Ulrich Drepper <drepper@redhat.com>
Expand Down Expand Up @@ -4658,7 +4658,7 @@
(hol_entry_long_iterate): Change __attribute to __attribute__.
(_help, __argp_error, __argp_failure) [!_LIBC && (HAVE_FLOCKFILE
&& HAVE_FUNLOCKFILE)]: Protect call to flockfile and funlockfile.
(__argp_basename) [!_LIBC]: New. Taken from LSH, by Niels M�ller,
(__argp_basename) [!_LIBC]: New. Taken from LSH, by Niels Möller,
modified after comments from Ulrich Drepper.
(__argp_short_program_name): Ditto.
(__argp_state_help, __argp_error, __argp_failure): Use it.
Expand Down Expand Up @@ -10627,7 +10627,7 @@
and handle TPREL16 relocs too. Return rather than break for DTPREL64.
Mostly from Steven Munroe <sjmunroe@us.ibm.com>.

2003-03-11 Ralf Baechle <ralf@linux-mips.org>
2003-03-11 Ralf Bächle <ralf@linux-mips.org>

* sysdeps/unix/sysv/linux/mips/clone.S (__thread_start): Use jal
instead of jalr to invoke subroutine so restoring the $gp register
Expand Down Expand Up @@ -12372,7 +12372,7 @@
* elf/reldep6.c: Create relocation dependency before closing the first
module.

2003-01-10 Guido G�nther <agx@sigxcpu.org>
2003-01-10 Guido Günther <agx@sigxcpu.org>

* sysdeps/unix/mips/fork.S: Add PSEUDO_END.
* sysdeps/unix/mips/brk.S: Likewise.
Expand Down Expand Up @@ -15230,11 +15230,11 @@
service hasn't been used [PR libc/4744].

* include/features.h: Use __STDC_VERSION__ not __STDC_VERSION.
Reported by Miloslav Trmac <mitr@volny.cz> [PR libc/4766].
Reported by Miloslav Trmač <mitr@volny.cz> [PR libc/4766].

* manual/examples/dir.c: Don't include <stddef.h>.
* manual/examples/select.c: Include <errno.h> for TEMP_FAILURE_RETRY.
Reported by Fr�d�ric Delanoy <delanoy_f@yahoo.com>.
Reported by Frédéric Delanoy <delanoy_f@yahoo.com>.

2002-11-02 H.J. Lu <hjl@gnu.org>

Expand Down
2 changes: 1 addition & 1 deletion ChangeLog.old/ChangeLog.15
Original file line number Diff line number Diff line change
Expand Up @@ -2046,7 +2046,7 @@
(delete_heap): Clear aligned_heap_area if deleting the area right
before aligned_heap_area.

2004-10-03 Juerg Billeter <j@bitron.ch>
2004-10-03 Jürg Billeter <j@bitron.ch>

* nscd/nscd_initgroups.c (__nscd_getgrouplist): Return -1 if nscd
can't be used. [BZ #424]
Expand Down
Loading