Anzwix
Home
Raw Feed
About
RSS
Desktop
Enterprise
Gaming
Graphics
Hardware
Linux Kernel
Multimedia
Operating Systems
Programming
System Internals
All Projects
Latest News
Rust Bindings: Add rustmaker (Rust codemaker)
Linux Kernel: Linux 6.17-rc5
sc: initial commit of "sheet view" functionality
AArch64: Implement exp2m1 and exp10m1 routines
avfilter/vf_colordetect: add aarch64 asm
Linux Kernel: Linux 6.17-rc4
Add initial scaffolding for pythonmaker
vp9: Add AVX-512ICL asm for 8bpc subpel mc
Latest News (cont.)
sc: make ScAddress constexpr and clean-up
UPower: Release 1.90.10
ScriptForge - new SharedMemory service
Linux Kernel: Linux 6.17-rc3
Upgrade liborcus to 0.20.2
remove share/icons/hicolor/index.theme
MCU: give UF1 & UF8 seperate device configs
avcodec/pngdec: support reading EXIF profiles
tdf#79356 - Adding connector support for Calc
Linux Kernel: Linux 6.17-rc2
Linux Kernel: Linux 6.17-rc1
Featured content is also available via:
glibc
The GNU C library.
www.gnu.org
Today's Activity
LoongArch: Use the generic shmlab.h
caiyinyu: The shmlba.h file related to the LoongArch architecture was introduced in commit 3eed5f3a1ee to address the mismatch in the SHMLBA definition between glibc and the kernel.
Yesterday's Activity
Update to Unicode 17.0.0 [BZ #33289]
Mike FABIAN: Unicode 17.0.0 Support: Character encoding, character type info, and transliteration tables are all updated to Unicode 17.0.0, using the generator scripts contributed by Mike FABIAN (Red Hat). Changes in CHARMAP and WIDTH: Total added characters in newly generated CHARMAP: 4803 Total removed characters in newly generated WIDTH: 0 Total changed characters in newly generated WIDTH: 0 Total added characters in newly generated WIDTH: 4512 Some combining characters and other non-spacing marks have been added with WIDTH 0.
Other Activity This Week
AArch64: add optimised strspn/strcspn
remph: Requires Neon (aka.
Recent Activity
LoongArch: Use the generic shmlab.h
caiyinyu: The shmlba.h file related to the LoongArch architecture was introduced in commit 3eed5f3a1ee to address the mismatch in the SHMLBA definition between glibc and the kernel.
Update to Unicode 17.0.0 [BZ #33289]
Mike FABIAN: Unicode 17.0.0 Support: Character encoding, character type info, and transliteration tables are all updated to Unicode 17.0.0, using the generator scripts contributed by Mike FABIAN (Red Hat). Changes in CHARMAP and WIDTH: Total added characters in newly generated CHARMAP: 4803 Total removed characters in newly generated WIDTH: 0 Total changed characters in newly generated WIDTH: 0 Total added characters in newly generated WIDTH: 4512 Some combining characters and other non-spacing marks have been added with WIDTH 0.
AArch64: add optimised strspn/strcspn
remph: Requires Neon (aka.
support: Implement 'xfmemopen' for seamless 'fmemopen' use
Maciej W. Rozycki: Add 'xfmemopen' wrapper for seamless 'fmemopen' use in tests, following 'xfopen', 'xfclose', etc.
AArch64: Implement exp2m1 and exp10m1 routines
Hasaan Khan: Vector variants of the new C23 exp2m1 & exp10m1 routines.
elf: early conversion of elf p_flags to mprotect flags
Cupertino Miranda: This patch replaces _dl_stack_flags global variable by _dl_stack_prot_flags.
malloc: Support hugepages in mremap_chunk
Wilco Dijkstra: Add mremap_chunk support for mmap()ed chunks using hugepages by accounting for their alignment, to prevent the mremap call failing in most cases where the size passed is not a hugepage size multiple.
added benchmark inputs for rsqrtf and rsqrt
Paul Zimmermann
Don't use -Wfree-labels/-Wmissing-parameter-name if unsupported
H.J. Lu: Don't use -Wfree-labels/-Wmissing-parameter-name for "make check" if they are unsupported by TEST_CC.
x86: Set have-protected-data to no if unsupported
H.J. Lu: If the building compiler enables no direct external data access by default, access to protected data in shared libraries from executables must be compiled with no direct external data access.
glibc Release Tags
Create ChangeLog.old/ChangeLog.31
Andreas K. Hüttel
Increase version to 2.41.9000, add new section to NEWS
Andreas K. Hüttel: ### diff --git a/NEWS b/NEWS index b11422b060..e2e40e141c 100644 --- a/NEWS +++ b/NEWS @@ -5,6 +5,33 @@ See the end for copying conditions. Please send GNU C library bug reports via <
Create ChangeLog.old/ChangeLog.30
Andreas K. Hüttel
Increase version number to 2.40.9000
Andreas K. Hüttel
Add ChangeLog file
Andreas K. Hüttel
Open master branch for glibc 2.39 development
Andreas K. Hüttel
NEWS: Fix typos
Andreas K. Hüttel
Open master branch for glibc 2.38 development
Carlos O'Donell
Create ChangeLog.old/ChangeLog.26.
Carlos O'Donell
Remove left over LD_LIBRARY_VERSION usages
Adhemerval Zanella: The environment variable was removed by d2db60d8d830ef68c8d20a77ac3572d610aa40b1.
Most Popular In The Past Month
AArch64: Implement exp2m1 and exp10m1 routines
Hasaan Khan: Vector variants of the new C23 exp2m1 & exp10m1 routines.
i386: Also add GLIBC_ABI_GNU2_TLS version [BZ #33129]
H.J. Lu: Since the GNU2 TLS run-time bug:
Update to Unicode 17.0.0 [BZ #33289]
Mike FABIAN: Unicode 17.0.0 Support: Character encoding, character type info, and transliteration tables are all updated to Unicode 17.0.0, using the generator scripts contributed by Mike FABIAN (Red Hat). Changes in CHARMAP and WIDTH: Total added characters in newly generated CHARMAP: 4803 Total removed characters in newly generated WIDTH: 0 Total changed characters in newly generated WIDTH: 0 Total added characters in newly generated WIDTH: 4512 Some combining characters and other non-spacing marks have been added with WIDTH 0.
AArch64: add optimised strspn/strcspn
remph: Requires Neon (aka.
support: Implement 'xfmemopen' for seamless 'fmemopen' use
Maciej W. Rozycki: Add 'xfmemopen' wrapper for seamless 'fmemopen' use in tests, following 'xfopen', 'xfclose', etc.
malloc: Support hugepages in mremap_chunk
Wilco Dijkstra: Add mremap_chunk support for mmap()ed chunks using hugepages by accounting for their alignment, to prevent the mremap call failing in most cases where the size passed is not a hugepage size multiple.
x86-64: Add GLIBC_ABI_GNU2_TLS version [BZ #33129]
H.J. Lu: Programs and shared libraries compiled with -mtls-dialect=gnu2 may fail silently at run-time against glibc without the GNU2 TLS run-time fix for:
i386: Add GLIBC_ABI_GNU_TLS version [BZ #33221]
H.J. Lu: On i386, programs and shared libraries with __thread usage may fail silently at run-time against glibc without the TLS run-time fix for:
x86: Set have-protected-data to no if unsupported
H.J. Lu: If the building compiler enables no direct external data access by default, access to protected data in shared libraries from executables must be compiled with no direct external data access.
added benchmark inputs for rsqrtf and rsqrt
Paul Zimmermann