Go to file
Arjun Shankar 64e677f744 Auto-sync with upstream branch release/2.35/master
Upstream commit: bca80a916e1a7fda51d0f30e9cfb5b111f8a2a7a

- Adjust glibc-rh2096191-2.patch
- nscd: Drop local address tuple variable [BZ #29607]
- x86-64: Require BMI1/BMI2 for AVX2 strrchr and wcsrchr implementations
- x86-64: Require BMI2 and LZCNT for AVX2 memrchr implementation
- x86-64: Require BMI2 for AVX2 (raw|w)memchr implementations
- x86-64: Require BMI2 for AVX2 wcs(n)cmp implementations
- x86-64: Require BMI2 for AVX2 strncmp implementation
- x86-64: Require BMI2 for AVX2 strcmp implementation
- x86-64: Require BMI2 for AVX2 str(n)casecmp implementations
- x86: include BMI1 and BMI2 in x86-64-v3 level
- hppa: undef __ASSUME_SET_ROBUST_LIST
- hppa: Fix initialization of dp register [BZ 29635]
- nptl: Add backoff mechanism to spinlock loop
- sysdeps: Add 'get_fast_jitter' interace in fast-jitter.h
- m68k: Enforce 4-byte alignment on internal locks (BZ #29537)
- gconv: Use 64-bit interfaces in gconv_parseconfdir (bug 29583)
- resolv: Fix building tst-resolv-invalid-cname for earlier C standards
- nss_dns: Rewrite _nss_dns_gethostbyname4_r using current interfaces
- resolv: Add new tst-resolv-invalid-cname
- nss_dns: In gaih_getanswer_slice, skip strange aliases (bug 12154)
- nss_dns: Rewrite getanswer_r to match getanswer_ptr (bug 12154, bug 29305)
- nss_dns: Remove remnants of IPv6 address mapping
- nss_dns: Rewrite _nss_dns_gethostbyaddr2_r and getanswer_ptr
- nss_dns: Split getanswer_ptr from getanswer_r
- resolv: Add DNS packet parsing helpers geared towards wire format
- resolv: Add internal __ns_name_length_uncompressed function
- resolv: Add the __ns_samebinaryname function
- resolv: Add internal __res_binary_hnok function
- resolv: Add tst-resolv-aliases
- resolv: Add tst-resolv-byaddr for testing reverse lookup
- elf: Implement force_first handling in _dl_sort_maps_dfs (bug 28937)
- elf: Rename _dl_sort_maps parameter from skip to force_first
- scripts/dso-ordering-test.py: Generate program run-time dependencies
- elf: Fix hwcaps string size overestimation
- Use __ehdr_start rather than _begin in _dl_start_final
- elf: Run tst-audit-tlsdesc, tst-audit-tlsdesc-dlopen everywhere
- nscd: Fix netlink cache invalidation if epoll is used [BZ #29415]
- Apply asm redirections in wchar.h before first use
- elf: Call __libc_early_init for reused namespaces (bug 29528)
2022-10-12 12:15:39 +02:00
.fmf introduce Fedora CI 2021-11-18 16:45:23 +01:00
plans CI Gating: Avoid installing conflicting headers 2021-12-16 09:42:18 +01:00
tests/Regression adds Regression/bz2007417-glibc-ldd-segfaults-when-inspecting test case 2022-01-26 14:02:40 +00:00
.gitignore Add release-independent .gitignore file 2018-08-01 10:54:37 +02:00
bench.mk Add benchmark comparison 2015-05-08 11:49:59 +05:30
ChangeLog.old Trim changelog 2022-03-15 08:57:16 +01:00
gating.yaml CI Gating: Avoid installing conflicting headers 2021-12-16 09:42:18 +01:00
gen-quilt-series.sh Update gen-quilt-series.sh for new %autosetup. 2018-06-04 22:30:43 -04:00
glibc-bench-compare Add benchmark comparison 2015-05-08 11:49:59 +05:30
glibc-cs-path.patch Create /{bin,lib,lib64,sbin} as symbolic links in test-container 2021-11-16 09:53:27 +01:00
glibc-deprecated-selinux-makedb.patch Work around libselinux API deprecations 2020-07-21 14:41:25 +02:00
glibc-fedora-linux-tcsetattr.patch glibc.spec: Apply patches in logical order. 2018-04-17 15:00:23 -05:00
glibc-fedora-localedata-rh61908.patch glibc.spec: Apply patches in logical order. 2018-04-17 15:00:23 -05:00
glibc-fedora-manual-dircategory.patch glibc.spec: Apply patches in logical order. 2018-04-17 15:00:23 -05:00
glibc-python3.patch Auto-sync with upstream branch master 2022-01-04 15:54:08 +01:00
glibc-rh827510.patch glibc.spec: Apply patches in logical order. 2018-04-17 15:00:23 -05:00
glibc-rh1070416.patch glibc.spec: Apply patches in logical order. 2018-04-17 15:00:23 -05:00
glibc-rh2096191-1.patch Add the no-aaaa DNS stub resolver option (#2096191) 2022-06-25 00:45:50 +02:00
glibc-rh2096191-2.patch Auto-sync with upstream branch release/2.35/master 2022-10-12 12:15:39 +02:00
glibc.attr Add automatic requires if building against glibc development snapshots 2021-06-27 15:11:49 +02:00
glibc.req.in Adjust glibc.req so that egrep does not cause eu-readelf to fail 2021-06-27 18:17:14 +02:00
glibc.spec Auto-sync with upstream branch release/2.35/master 2022-10-12 12:15:39 +02:00
parse-SUPPORTED.py Make glibc.spec self-contained for parsing 2020-10-14 15:19:39 +02:00
README.scripts Auto-sync with upstream master 2017-10-06 15:55:09 -07:00
sources Auto-sync with upstream branch release/2.35/master 2022-10-12 12:15:39 +02:00
STAGE1-glibc Adding BUILD_CC to the STAGE1 bootstrap recipes 2015-12-03 15:34:40 +01:00
STAGE1-glibc-headers Adding BUILD_CC to the STAGE1 bootstrap recipes 2015-12-03 15:34:40 +01:00
wrap-find-debuginfo.sh Do not require .annobin symbols in wrap-find-debuginfo.sh 2022-09-23 14:27:17 +02:00

All of the useful glibc maintainer scripts are located at:
https://pagure.io/glibc-maintainer-scripts