Tux Machines

Do you waddle the waddle?

Other Sites

9to5Linux

9to5Linux Weekly Roundup: May 10th, 2026

I want to thank everyone who sent us donations; your generosity is greatly appreciated. I also want to thank all of you for your continued support by commenting, liking, sharing, and boosting the articles, following us on social media, and, last but not least, sending us feedback.

Audacious 4.6 Media Player Promises File Browser Plugin, Beta Out Now

Audacious 4.6 promises a new File Browser plugin, which will be available for both GTK and Qt interfaces, a macOS Now Playing plugin, support for exporting playlists via command line with audtool, support for playing Musepack SV8 files, and support for all AIFF extensions and MIME types.

Shelly 2.2.4 Arch Linux GUI Package Manager Brings Smarter Fuzzy Search

Shelly 2.2.4 is the fourth maintenance update in the Shelly 2.2 series, but an important one that introduces smarter fuzzy search across every package list, a refactor of the built-in search feature with package group search and sortable search columns, support for build dates in package details, and fingerprint authentication support.

Parrot 7.2 Is Now Officially Available for Download with “Copy Fail” Patch

Coming about three months after Parrot 7.1, Parrot 7.2 is here as the second update to the Parrot 7.0 series, which was the first to move from using MATE to KDE Plasma as the default desktop environment. However, MATE and LXQt spins are also available, along with an Enlightenment spin that was introduced in the Parrot 7.1 release.

Firefox 150.0.2 Improves Webcam Support, Split View, PDF Viewer, and More

Coming two weeks after Firefox 150, the Firefox 150.0.2 release is here to improve how the web browser displays websites with advanced 3D effects, fixing cases where parts of the page could disappear or appear incorrectly, as well as to improve the appearance of search suggestions in the address bar by preventing icons from appearing stretched or distorted.

Giada 1.4.1 Open-Source Loop Machine Adds MIDI Control for Switching Scenes

Giada 1.4.1 is the first maintenance update to the Giada 1.4 “Korrigan” series, which introduces support for scenes as a new way to add greater variety and richness to your live performances, and it enhances this feature by adding support for switching scenes via keyboard or MIDI using custom bindings.

LinuxGizmos.com

Sipeed launches K3 Pico-ITX and CoM260 boards with SpacemiT RISC-V SoC

Sipeed has opened pre-orders for the SpacemiT K3 CoM260 Developer Kit and K3 Pico-ITX, two RISC-V AI computing platforms based on the SpacemiT Key Stone K3 processor. The systems combine eight X100 RISC-V CPU cores with eight A100 AI-oriented compute cores delivering up to 60 TOPS of AI performance for edge AI and embedded workloads.

SpacemiT K3 integrates 8-core RISC-V CPU cluster and 60 TOPS AI engine

SpacemiT’s Key Stone K3 is a high-performance RISC-V SoC designed for AI and edge computing applications. The processor combines eight X100 64-bit RISC-V CPU cores with eight A100 AI-oriented compute cores, along with multimedia, networking, and high-speed I/O support targeting edge and embedded AI workloads.

IOT-GATE-RPI5 is a Fanless Raspberry Pi CM5 Gateway with RS485 and CAN-FD

CompuLab has unveiled the IOT-GATE-RPI5, an industrial IoT edge gateway built around the Raspberry Pi Compute Module 5. The system combines the BCM2712 quad-core Cortex-A76 processor with industrial interfaces, optional cellular connectivity, and support for wide operating temperatures.

The GNU C Library version 2.36 is now available

posted by Tux Machines on Aug 02, 2022

The GNU C Library 
================= 
The GNU C Library version 2.36 is now available. 
The GNU C Library is used as the C library in the GNU system and 
in GNU/Linux systems, as well as many other systems that use Linux 
as the kernel. 
The GNU C Library is primarily designed to be a portable 
and high performance C library.  It follows all relevant 
standards including ISO C11 and POSIX.1-2017.  It is also 
internationalized and has one of the most complete 
internationalization interfaces known. 
The GNU C Library webpage is at http://www.gnu.org/software/libc/ 
Packages for the 2.36 release may be downloaded from: 
        http://ftpmirror.gnu.org/libc/ 
        http://ftp.gnu.org/gnu/libc/ 
The mirror list is at http://www.gnu.org/order/ftp.html 
NEWS for version 2.36 
===================== 
Major new features: 
Support for DT_RELR relative relocation format has been added to
  glibc.  This is a new ELF dynamic tag that improves the size of 
  relative relocations in shared object files and position independent 
  executables (PIE).  DT_RELR generation requires linker support for 
  -z pack-relative-relocs option, which is supported for some targets 
  in recent binutils versions.  Lazy binding doesn't apply to DT_RELR. 
On Linux, the pidfd_open, pidfd_getfd, and pidfd_send_signal functions
  have been added.  The pidfd functionality provides access to a process 
  while avoiding the issue of PID reuse on tranditional Unix systems. 
On Linux, the process_madvise function has been added. It has the
  same functionality as madvise but alters the target process identified 
  by the pidfd. 
On Linux, the process_mrelease function has been added.  It allows a
  caller to release the memory of a dying process.  The release of the 
  memory is carried out in the context of the caller, using the caller's 
  CPU affinity, and priority with CPU usage accounted to the caller. 
The “no-aaaa” DNS stub resolver option has been added.  System
  administrators can use it to suppress AAAA queries made by the stub 
  resolver, including AAAA lookups triggered by NSS-based interfaces 
  such as getaddrinfo.  Only DNS lookups are affected: IPv6 data in 
  /etc/hosts is still used, getaddrinfo with AI_PASSIVE will still 
  produce IPv6 addresses, and configured IPv6 name servers are still 
  used.  To produce correct Name Error (NXDOMAIN) results, AAAA queries 
  are translated to A queries.  The new resolver option is intended 
  primarily for diagnostic purposes, to rule out that AAAA DNS queries 
  have adverse impact.  It is incompatible with EDNS0 usage and DNSSEC 
  validation by applications. 
On Linux, the fsopen, fsmount, move_mount, fsconfig, fspick, open_tree,
  and mount_setattr have been added.  They are part of the new Linux kernel 
  mount APIs that allow applications to more flexibly configure and operate 
  on filesystem mounts.  The new mount APIs are specifically designed to work 
  with namespaces. 
localedef now accepts locale definition files encoded in UTF-8.
  Previously, input bytes not within the ASCII range resulted in 
  unpredictable output. 
Support for the mbrtoc8 and c8rtomb multibyte/UTF-8 character conversion
  functions has been added per the ISO C2X N2653 and C++20 P0482R6 proposals. 
  Support for the char8_t typedef has been added per the ISO C2X N2653 
  proposal.  The functions are declared in uchar.h in C2X mode or when the 
  _GNU_SOURCE macro or C++20 __cpp_char8_t feature test macro is defined.
  The char8_t typedef is declared in uchar.h in C2X mode or when the 
  _GNU_SOURCE macro is defined and the C++20 __cpp_char8_t feature test macro 
  is not defined (if __cpp_char8_t is defined, then char8_t is a builtin type). 
The functions arc4random, arc4random_buf, and arc4random_uniform have been
  added.  The functions wrap getrandom and/or /dev/urandom to return high- 
  quality randomness from the kernel. 
Support for LoongArch running on Linux has been added.  This port requires
  as least binutils 2.38, GCC 12, and Linux 5.19.  Currently only hard-float 
  ABI is supported: 
    - loongarch64-linux-gnu 
  The LoongArch ABI is 64-bit little-endian. 
Deprecated and removed features, and other changes affecting compatibility: 
Support for prelink will be removed in the next release; this includes
  removal of the LD_TRACE_PRELINKING, and LD_USE_LOAD_BIAS, environment 
  variables and their functionality in the dynamic loader. 
The Linux kernel version check has been removed along with the
  LD_ASSUME_KERNEL environment variable.  The minimum kernel used to built 
  glibc is still provided through NT_GNU_ABI_TAG ELF note and also printed 
  when libc.so is issued directly. 
On Linux, The LD_LIBRARY_VERSION environment variable has been removed.
The following bugs are resolved with this release: 
  [14932] dynamic-link: dlsym(handle, "foo") and dlsym(RTLD_NEXT, "foo") 
    return different result with versioned "foo" 
  [16355] libc: syslog.h's SYSLOG_NAMES namespace violation and utter 
    mess 
  [23293] dynamic-link: aarch64: getauxval is broken when run as ld.so 
    ./exe and ld.so adjusts argv on the stack 
  [24595] nptl: [2.28 Regression]: Deadlock in atfork handler which 
    calls dlclose 
  [25744] locale: mbrtowc with Big5-HKSCS returns 2 instead of 1 when 
    consuming the second byte of certain double byte characters 
  [25812] stdio: Libio vtable protection is sometimes only partially 
    enforced 
  [27054] libc: pthread_atfork handlers that call pthread_atfork 
    deadlock 
  [27924] dynamic-link: ld.so: Support DT_RELR relative relocation 
    format 
  [28128] build: declare_symbol_alias doesn't work for assembly codes 
  [28566] network: getnameinfo with NI_NOFQDN is not thread safe 
  [28752] nss: Segfault in getpwuid when stat fails 
  [28815] libc: realpath should not copy to resolved buffer on error 
  [28828] stdio: fputwc crashes 
  [28838] libc: FAIL: elf/tst-p_align3 
  [28845] locale: ld-monetary.c should be updated to match ISO C and 
    other standards. 
  [28850] libc: linux: __get_nprocs_sched reads uninitialized memory 
    from the stack 
  [28852] libc: getaddrinfo leaks memory with AI_ALL 
  [28853] libc: tst-spawn6 changes current foreground process group 
    (breaks test isolation) 
  [28857] libc: FAIL: elf/tst-audit24a 
  [28860] build: --enable-kernel=5.1.0 build fails because of missing 
    __convert_scm_timestamps 
  [28865] libc: linux: _SC_NPROCESSORS_CONF and _SC_NPROCESSORS_ONLN are 
    inaccurate without /sys and /proc 
  [28868] dynamic-link: Dynamic loader DFS algorithm segfaults on 
    missing libraries 
  [28880] libc: Program crashes if date beyone 2038 
  [28883] libc: sysdeps/unix/sysv/linux/select.c: __select64 
    !__ASSUME_TIME64_SYSCALLS && !__ASSUME_PSELECT fails on Microblaze 
  [28896] string: strncmp-avx2-rtm and wcsncmp-avx2-rtm fallback on non- 
    rtm variants when avoiding overflow 
  [28922] build: The .d dependency files aren't always generated 
  [28931] libc: hosts lookup broken for SUCCESS=CONTINUE and 
    SUCCESS=MERGE 
  [28936] build: nm: No such file 
  [28950] localedata: Add locale for ISO code "tok" (Toki Pona) 
  [28953] nss: NSS lookup result can be incorrect if function lookup 
    clobbers errno 
  [28970] math: benchtest: libmvec benchmark doesn't build with make 
    bench. 
  [28991] libc: sysconf(_SC_NPROCESSORS_CONF) should read 
    /sys/devices/system/cpu/possible 
  [28993] libc: closefrom() iterates until max int if no access to 
    /proc/self/fd/ 
  [28996] libc: realpath fails to copy partial result to resolved buffer 
    on ENOENT and EACCES 
  [29027] math: [ia64] fabs fails with sNAN input 
  [29029] nptl: poll() spuriously returns EINTR during thread 
    cancellation and with cancellation disabled 
  [29030] string: GLIBC 2.35 regression - Fortify crash on certain valid 
    uses of mbsrtowcs (*** buffer overflow detected ***: terminated) 
  [29062] dynamic-link: Memory leak in _dl_find_object_update if object 
    is promoted to global scope 
  [29069] libc: fstatat64_time64_statx wrapper broken on MIPS N32 with 
    -D_FILE_OFFSET_BITS=64 and -D_TIME_BITS=64 
  [29071] dynamic-link: m68k: Removal of ELF_DURING_STARTUP optimization 
    broke ld.so 
  [29097] time: fchmodat does not handle 64 bit time_t for 
    AT_SYMLINK_NOFOLLOW 
  [29109] libc: posix_spawn() always returns 1 (EPERM) on clone() 
    failure 
  [29141] libc: _FORTIFY_SOURCE=3 fail for gcc 12/glibc 2.35 
  [29162] string: [PATCH] string.h syntactic error: 
    include/bits/string_fortified.h:110: error: expected ',' or ';' 
    before '__fortified_attr_access' 
  [29165] libc: [Regression] broken argv adjustment 
  [29187] dynamic-link: [regression] broken argv adjustment for nios2 
  [29193] math: sincos produces a different output than sin/cos 
  [29197] string: __strncpy_power9() uses uninitialised register vs18 
    value for filling after \0 
  [29203] libc: daemon is not y2038 aware 
  [29204] libc: getusershell is not 2038 aware 
  [29207] libc: posix_fallocate fallback implementation is not y2038 
    aware 
  [29208] libc: fpathconf(_PC_ASYNC_IO) is not y2038 aware 
  [29209] libc: isfdtype is not y2038 aware 
  [29210] network: ruserpass is not y2038 aware 
  [29211] libc: __open_catalog is not y2038 aware 
  [29213] libc: gconv_parseconfdir is not y2038 aware 
  [29214] nptl: pthread_setcanceltype fails to set type 
  [29225] network: Mistyped define statement in socket/sys/socket.h in 
    line 184 
  [29274] nptl: __read_chk is not a cancellation point 
  [29279] libc: undefined reference to `mbstowcs_chk' after 
    464d189b9622932a75302290625de84931656ec0
  [29304] libc: mq_timedreceive does not handle 64 bit syscall return 
    correct for !__ASSUME_TIME64_SYSCALLS
  [29403] libc: st_atim, st_mtim, st_ctim stat struct members are 
    missing on microblaze with largefile 
Release Notes 
============= 
https://sourceware.org/glibc/wiki/Release/2.36
Contributors 
============ 
This release was made possible by the contributions of many people. 
The maintainers are grateful to everyone who has contributed 
changes or bug reports.  These include: 
=Joshua Kinard 
Adhemerval Zanella 
Adhemerval Zanella Netto 
Alan Modra 
Andreas Schwab 
Arjun Shankar 
Arnout Vandecappelle (Essensium/Mind) 
Carlos O'Donell 
Cristian Rodríguez 
DJ Delorie 
Danila Kutenin 
Darius Rad 
Dmitriy Fedchenko 
Dmitry V. Levin 
Emil Soleyman-Zomalan 
Fangrui Song 
Florian Weimer 
Gleb Fotengauer-Malinovskiy 
Guilherme Janczak 
H.J. Lu 
Ilyahoo Proshel 
Jason A. Donenfeld 
Joan Bruguera 
John David Anglin 
Jonathan Wakely 
Joseph Myers 
José Bollo 
Kito Cheng 
Maciej W. Rozycki 
Mark Wielaard 
Matheus Castanho 
Max Gautier 
Michael Hudson-Doyle 
Nicholas Guriev 
Noah Goldstein 
Paul E. Murphy 
Raghuveer Devulapalli 
Ricardo Bittencourt 
Sam James 
Samuel Thibault 
Sergei Trofimovich 
Siddhesh Poyarekar 
Stafford Horne 
Stefan Liebler 
Steve Grubb 
Su Lifan 
Sunil K Pandey 
Szabolcs Nagy 
Tejas Belagod 
Tom Coldrick 
Tom Honermann 
Tulio Magno Quites Machado Filho 
WANG Xuerui 
Wangyang Guo 
Wilco Dijkstra 
Xi Ruoyao 
Xiaoming Ni 
Yang Yanchao 
caiyinyu
Read on

Other Recent Tux Machines' Posts

Running Old Windows Inside GNU/Linux (WSL9x)
2 new links
Fedora Linux 44 Is Now Available for Download, Here’s What’s New
Fedora Linux 44 distribution is now available for download powered by Linux kernel 6.19 and featuring the latest GNOME 50 and KDE Plasma 6.6 desktop environments, and many other enhancements.
 
Tux Machines' Upcoming Community Events and Web Autonomy [original]
There's a lot to be celebrated
Free and Open Source Software
This is free and open source software
Review: Fedora 44
Fedora is a Linux distribution which probably needs no introduction
Sipeed launches K3 Pico-ITX and CoM260 boards with SpacemiT RISC-V SoC
Sipeed also lists software support for Bianbu OS, Ubuntu 26.04, OpenHarmony 6.0, OpenKylin, Deepin, and Fedora on the K3 Pico-ITX platform
9to5Linux Weekly Roundup: May 10th, 2026
The 291st installment of the 9to5Linux Weekly Roundup is here for the week ending May 10th, 2026.
Today in Techrights
Some of the latest articles
GNU/Linux Leftovers
mostly from Valnet
Homelabs and private cloud workspace at home
a couple more picks from Valnet
Red Hat/Fedora: Bazzite 44 Update, Flatseal, Qubes OS
4 picks for today, mostly from Valnet
Gaming With Android and With GNU/Linux
2 Valnet articles
Terminal: Fish vs Bash, cURL, and Powerful Command-Like Utilities
recent articles from Valnet
Audacious 4.6 Media Player Promises File Browser Plugin, Beta Out Now
Audacious 4.6 open-source media player is now available for public beta testing with a File Browser plugin, a macOS Now Playing plugin, support for playing Musepack SV8 files, and much more.
New Releases of Distributions and Operating Systems: Sculpt OS, Grml, Commodore OS, and Linux Lite
4 recent releases
Free, Libre, and Open Source Software Leftovers
FOSS picks
Web and Standards Leftovers
browsers and more
Programming Leftovers
Development news
Security Leftovers (Lots of Scaremongering Over Linux for Yet-Unknown Bug)
Security stories
GNU/Linux, BSD, and Mobile Platforms
mostly GNU/Linux leftovers
Remove-after Annotations for Debian Files and Packaging Amazfish for Debian
Debian picks
Retro, SBCs, 8-bit, and More
Open Hardware and old things resuscitated
GNU/Linux distributions without systemd, Russell Coker on Systemd, Mobile Linux, and Containers; HaikuOS, running different GNU/Linux distros directly in your browser, and EasYOS
distro news
today's howtos
Instructionals/Technical picks
Android Leftovers
How to join (or leave) the Android Auto beta while it's still open
KDE Dolphin does file management better than GNOME—here's why
I'm not currently a KDE user—I prefer GNOME, but I'm happy to give kudos where kudos are due
Aurora is the KDE side of Bluefin, and it might be the most polished Linux desktop right now
I'm a huge fan of Linux's KDE. It's my favorite desktop environment by far
Linux mascot Tux the penguin hits 30 years old — Linus Torvalds outlined the design of the 'slightly overweight penguin' on May 9, 1996
The contented penguin had to be overweight like it had eaten a bucketful of herring
Gentoo Linux has always been a bit of a fascinating distro
Here is a fact-based summary of the story contents:
Why Linux is my IDE
I treat my Linux system, with its array of programming tools
GNU/Linux and Free Software Leftovers
mostly GNU/Linux news
FFmpeg 8.1.1 Released with Numerous Fixes & Improvements (PPA Updated)
FFmpeg, the popular multimedia library, released new 8.1.1 version few days ago
Microsoft's Code Entrapment (Microsoft GitHub) in Trouble a Month After Its Chief Quietly Quits Microsoft
more bad news for them
Free and Open Source Software
This is free and open source software
Good Job Dell and Lenovo! Hope Others Follow You
Lenovo and Dell are now funding the service that ships firmware to millions of Linux devices
Shelly 2.2.4 Arch Linux GUI Package Manager Brings Smarter Fuzzy Search
Shelly 2.2.4 open-source graphical package manager for Arch Linux distributions is now available for download with various improvements. Here’s what’s new!
Today in Techrights
Some of the latest articles
Parrot 7.2 Is Now Officially Available for Download with “Copy Fail” Patch
Parrot 7.2 penetration testing distribution is now available for download with updated tools, security patches, and Linux kernel 6.19.13. Here’s what else is new!
Firefox 150.0.2 Improves Webcam Support, Split View, PDF Viewer, and More
Firefox 150.0.2 open-source web browser is now available for download with improvements to the Split View feature, built-in PDF viewer, search suggestions, video calls, and more.
Giada 1.4.1 Open-Source Loop Machine Adds MIDI Control for Switching Scenes
Giada 1.4.1 open-source loop machine and music production software is now available for download with support for switching scenes via keyboard or MIDI, displaying inactive scenes, and more.
Fighting for Software Freedom (Even in the Courtrooms) [original]
Fighting for freedom
Security Leftovers
Security picks
Godot 4.6.3 RC 1, Kdenlive 26.04.1, and More Leftovers
today's leftovers
Free, Libre, and Open Source Software Leftovers
FOSS picks for today, also standards
Mozilla: Thunderbird Contributor Spotlight on Bogomil Shopov and Data Collection at Mozilla
Mozilla picks
Content Management Systems (CMS) / Static Site Generators (SSG): WordPress News and Three Years in on the 11ty Bundle
3 news items
GNU Projects: GNUtrition 0.33.0rc1, Free Software Directory Meeting, and More
GNU related news
Programming Leftovers
Development news
OpenSUSE Planet News Roundup Tumbleweed Development Report
SUSE/OpenSUSE leftovers
Red Hat Leftovers
mostly from Red Hat's official site
Open Hardware/Modding: Android, Linux, Arduino, and SBCs
hardware relates stories
Audiocasts/Shows: Hackaday Podcast and Emacs Chat
2 episodes
tooday's howtos
Instructionals/Technical stories
Linux Vulnerability Mitigations (Bugs With 'Brands', Premature Disclosures)
kernel holes talked about
Games: "How do you Pew?" and More
mostly from GamingOnLinux
PrismLinux 2026.05.05 sports a redesigned installer, the Linux kernel 7.0, more
While sporting a wide range of fixes and tweaks as usual
Free and Open Source Software
This is free and open source software
RuscaLinux – Debian-based Linux distribution optimized for Italian-speaking users
RuscaLinux is a Debian-based Linux distribution optimized for Italian-speaking users
This Week in Plasma: ICC profiles ❤️ HDR
This week saw a lot of lower-level technical improvements made throughout Plasma’s software stack
KDE Frameworks 6.26 Improves Support for Kirigami and QtQuick-Based Apps
KDE Frameworks 6.26 open-source software suite is out now with various improvements and bug fixes for KDE apps and the Plasma desktop environment. Here’s what’s new!
Stable kernels: Linux 7.0.5, Linux 6.18.28, Linux 6.12.87, Linux 6.6.138, Linux 6.1.171, Linux 5.15.205, Linux 5.10.255, Linux 6.1.172, and Linux 5.15.206
I'm announcing the release of the 7.0.5 kernel
Cyber Show Going Static [original]
Maybe the future of the Web is static and lightweight
A Simple One-Click Mitigation for ‘Copy Fail’ and ‘Dirty Frag’ for Debian, Ubuntu, Mint, and Other Debian‑Based Distros
A trusted Debian dev turns scary new kernel bugs into a temporary one‑click fix until distros ship permanent patches
Today in Techrights
Some of the latest articles