Anzwix
Home
Raw Feed
About
RSS
Desktop
Enterprise
Gaming
Graphics
Hardware
Linux Kernel
Multimedia
Operating Systems
Programming
System Internals
All Projects
Latest News
Add "Marker Locate Priority" preference
aacdec_tab: add Mps212 tables
avformat: Bump version and add APIChanges entry
Add more snapping subdivisions for minsec grid
vulkan: drop support for descriptor buffers
avformat: Add new demuxer command API
Initial checkin of OCIO filter
avcodec/x86/hevc/deblock: Reduce usage of GPRs
Latest News (cont.)
avformat/tls_gnutls: enable dtls build
avfilter: d3d12 motion estimation filter support
Linux Kernel: Linux 6.19-rc7
lavc/hevc: add aarch64 neon for 8-bit dequant
lavc/hevc: add aarch64 neon for 10-bit dequant
lavc/hevc: add aarch64 neon for 12-bit dequant
glibc: version.h: Increase version number
Create ChangeLog.old/ChangeLog.32
avfilter: Add vsrc_amf - AMF based screen capture
Linux Kernel: Linux 6.19-rc6
glibc: aarch64: update NEWS for 2.43 release
Featured content is also available via:
glibc
The GNU C library.
www.gnu.org
Today's Activity
malloc: alignment might change in future versions
Paul Eggert: This follows up on a comment by Wilco Dijkstra; see:
Recent Activity
malloc: alignment might change in future versions
Paul Eggert: This follows up on a comment by Wilco Dijkstra; see:
support: Add support for starting and stopping nscd
Florian Weimer
SHARED-FILES: Update Unicode version to 17.0.0.
Carlos O'Donell: In commit 88dc93cb400b832d2478c6c70bc4cf8c5b37432d we updated to Unicode 17.
AArch64: Optimize memcpy for Kunpeng 950 processor
Weihong Ye: For copies ≤64 bytes, the implementation remains consistent with memcpy_sve.
support: Add support_spawn_wrap and related functionality
Florian Weimer: It allows us to write test cases in C that run tests with dynamic linker wrapping. The iconv test case was auto-generated.
manual: Document //TRANSLIT and //IGNORE support in iconv_open [BZ #3794]
Avinal Kumar: The //TRANSLIT and //IGNORE suffix supported by iconv_open was not documented in the glibc manual.
stdio-common: Assume support for 'long long'
Alejandro Colomar: GCC supports 'long long' since essentially forever.
dlfcn: Add dlinfo request type RTLD_DI_ORIGIN_PATH (bug #24298)
Arjun Shankar: The existing dlinfo request type RTLD_DI_ORIGIN used for querying the value of the '$ORIGIN' dynamic string token is prone to buffer overflows. This commit adds a new request type named RTLD_DI_ORIGIN_PATH that returns a pointer to the dynamic string token (i.e.
NEWS: add 2.44 section
Andreas K. Hüttel
Create ChangeLog.old/ChangeLog.32
Andreas K. Hüttel
glibc Release Tags
version.h: Increase version number
Andreas K. Hüttel
aarch64: update NEWS for 2.43 release
Yury Khrustalev
Check if linker supports -Wl,--undefined-version
Adhemerval Zanella: Although binutils has supported --no-undefined-version for a long timei (319416359200 back in 2002), --undefined-version was only added more recently (27fb6a1a7fcd on 2.40).
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
Most Popular This Year
elf: Canonicalize $ORIGIN in an explicit ld.so invocation [BZ 25263]
Adhemerval Zanella: When an executable is invoked directly, we calculate $ORIGIN by calling readlink on /proc/self/exe, which the Linux kernel resolves to the target of any symlinks.
Linux: Add the pthread_gettid_np function (bug 27880)
Florian Weimer: Current Bionic has this function, with enhanced error checking (the undefined case terminates the process).
Add _FORTIFY_SOURCE support for inet_ntop
Frédéric Bérat: - Create the __inet_ntop_chk routine that verifies that the builtin size of the destination buffer is at least as big as the size given by the user.
Add _FORTIFY_SOURCE support for inet_pton
Aaron Merey: Add function __inet_pton_chk which calls __chk_fail when the size of argument dst is too small.
conform: Add initial support for C23.
Collin Funk: Hi Joseph, As we discussed, this patch just makes C23 include every check that is performed by C11. I tested the commit by adding the ISO23 Make and Python variables to be the same as ISO11.
elf: Extend glibc.rtld.execstack tunable to force executable stack (BZ 32653)
Adhemerval Zanella: From the bug report [1], multiple programs still require to dlopen shared libraries with either missing PT_GNU_STACK or with the executable bit set.
Implement C23 rsqrt
Joseph Myers: C23 adds various <math.h> function families originally defined in TS 18661-4.
S390: Add new s390 platform z17.
Stefan Liebler: The glibc-hwcaps subdirectories are extended by "z17".
Update syscall lists for Linux 6.14
Joseph Myers: Linux 6.14 has no new syscalls.
x86: Optimize xstate size calculation
Sunil K Pandey: Scan xstate IDs up to the maximum supported xstate ID.