Tux Machines

Do you waddle the waddle?

Other Sites

LinuxGizmos.com

LLM630 Compute Kit with Wi-Fi 6, GbE, and LLM Support for Edge AI

The M5Stack LLM630 Compute Kit is a development platform targeting edge computing and intelligent applications. It features Gigabit Ethernet, Wi-Fi 6, camera support, and expansion interfaces, designed to handle tasks such as computer vision, large language model processing, and other embedded applications.

PocketBeagle 2 Offers Compact Design with AM6232 Processor

The PocketBeagle 2 from the BeagleBoard.org Foundation introduces a compact design paired with enhanced performance and connectivity features. Built on the AM6232 processor, this board provides a 64-bit platform within the established PocketBeagle form factor.

Orbbec Unveils Gemini 215 Stereo 3D Camera and Pulsar SL450 at CES 2025

At CES 2025, Orbbec introduced the Gemini 215 Stereo 3D Camera and the Pulsar SL450 dToF Single-Line LiDAR. The Gemini 215, designed for high-precision scanning, features depth measurement accuracy of less than 0.5 millimeters, multi-camera synchronization, and a lightweight build, making it suitable for various short-range 3D scanning applications.

ASRock Industrial Introduces 4X4 BOX AI300 Series with AMD Ryzen AI Processors

ASRock Industrial has introduced the 4X4 BOX AI300 Series, a compact system built around AMD’s Ryzen AI 300 Series processors. This fanned system includes features such as 2.5GbE and 1GbE ports, support for four displays, and flexible storage options.

RISC-V Based Milk-V Oasis Gets Canceled and Refunds Are Issued to Supporters

The Milk-V Oasis, a highly anticipated RISC-V-based Mini-ITX motherboard, has been officially put on hold. Despite its promising features and bold vision, the project was suspended indefinitely due to development challenges and uncontrollable factors, according to the Milk-V team.

Luckfox Brings Linux to Stamp Form Factor with Rockchip RV1106 Processor

The Luckfox Core1106 is a compact development board built around the Rockchip RV1106 chip. Designed to simplify hardware integration, it allows developers to efficiently verify designs or embed the board into products. With dimensions of 30 × 30 mm, the Core1106 is suitable for applications such as edge computing, IoT devices, and video processing.

9to5Linux

Dillo 3.2 Open-Source Web Browser Released to Celebrate 25th Anniversary

Dillo 3.2 comes with several new features like initial SVG support for math formulas and other simple SVG images, support for WebP images, and a new scrollbar page navigation mode that lets you read websites as if they’re books by easily scrolling full pages with the mouse.

Internet Society

Today’s US Executive Order is a Serious Win for Cybersecurity

The United States government is taking a major leap forward for cybersecurity. The newly released Executive Order on Strengthening and Promoting Innovation in the Nation’s Cybersecurity calls on the US government to improve the security of its own systems. New cybersecurity procurement requirements for federal contractors will have a broad impact by leveraging the “power of the purse” to drive market demand for strong cybersecurity.

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

Linux Mint 22.1 “Xia” Is Now Available for Download, Here’s What’s New
The wait is finally over as the Linux Mint team has published the final ISO images of the Linux Mint 22.1 “Xia” release, which are available for download from the official mirrors.
Remembering and thanking Steve Langasek
Steve Langasek is one of my heroes in open source and in life
Bubi at 400 [original]
good at uptimes here
Linux Devices and Open Hardware: PocketBeagle, RISC-V, and Nvidia Project DIGITS Running GNU/Linux
Some hardware picks
GNOME 48 Expands Core Apps With New Audio Player
When GNOME 48 is released in March it will debut with a brand-new audio player
Microsoft change removed from Linux over Intel CPU issues
Intel and AMD engineers have stepped in at the eleventh hour to deal with a code contribution from a Microsoft developer that could have broken Linux 6.13 on some systems.
Apple Wants People to Use Proprietary Software to Run "Linux"
Parallels Desktop
Deepin 25 Preview: A Sleek Redesign with Major Under-the-Hood Changes
Deepin 25 changes direction
 
Hardware and Mobile Leftovers
some gadgets and such
Security Leftovers
Security links, 4 more for now
Programming Leftovers
Development picks
Audiocasts/Shows: Hackaday Podcast, Lunduke, and GNU World Order
3 new episodes
today's howtos
many howtos for today
Events: Daniel Pocock on FOSDEM (Belgium), LSFMM+BPF 2025, and More
3 picks for now
PostgreSQL Picks: Logical replication, workshop, PostgreSQL JDBC 42.7.5
some psql news
Cinnamon 6.4 Landed in LMDE 6 “Faye”
The Cinnamon 6.4 desktop environment and many other goodies debuted in the new Linux Mint 22.1
Kodi 21.2 is Out! Significantly Faster Library Scan & Lots of Fixes
Kodi, the popular free open-source home theater software
Dillo 3.2 Open-Source Web Browser Released to Celebrate 25th Anniversary
The lightweight and open-source web browser written in the FLTK 1.3 GUI toolkit is still alive and has been updated today to version 3.2 as another hefty update.
This Week in GNOME #183 Updated Flatpak
Update on what happened across the GNOME project in the week from January 10 to January 17
Wine, KDE, and Red Hat
GNU/Linux leftovers
Hardware: Arduino, Raspberry Pi, Old Machines, Homelabs, and GNU/Linux
Hardware coverage
Windows TCO and Security Leftovers
Security incidents and more
The Arch Linux Community Survey Results Are Here
What do Arch Linux users prefer
today's leftovers
mostly FOSS picks
Security and Windows TCO
the dark side
Open Hardware and Linux: ESP32, RISC-V, System76, and More
hardware focus
today's howtos
Instructionals/Technical picks
7 Docker containers that make Linux the perfect OS for a home lab
Linux powers most servers in the world
Games Final Fantasy VII Rebirth, GNU/Linux, and GamingOnLinux
Gaming news, mostly GamingOnLinux
Outlook for the new year 2025
Happy new year 2025! I wish a great year for you, and the global LibreOffice community
Red Hat is Promoting LLM Slop (Unethical), Fiscal Bubbles, and Sponsored (Bribed) Press
Red Hat today sucks
Best Free and Open Source Software
Only free and open source software is eligible for inclusion
Dragora – independent Linux distribution
Dragora is an independent Linux distribution
This Week in Plasma: Getting Plasma 6.3 in Great Shape
We're barely a week into the Plasma 6.3 beta period
7 Raspberry Pi-Based Laptops and Tablets for Tinkerers
Raspberry-powered laptops and tablets can be the perfect pick for your projects
5 lightweight Linux distributions that will bring your old PC back to life
If you have an aging computer and want to repurpose it
Security Leftovers
Security related news
today's leftovers
FOSS and more
AlmaLinux and Red Hat Leftovers
mostly corporate things
today's howtos
a handful of howtos
Applications: Jellyfin, syslog-ng, and Best SSH Client for GNU/Linux
some software news
GNU Project: Guix User and Contributor Survey, FreeIPMI 1.6.15 release
What's new in GNU
Today in Techrights
Some of the latest articles
Open Hardware: Raspberry Pi and System76
and more
today's howtos
Instructionals/Technical post
Programming Leftovers
Geolytica and more
Stable kernels: Linux 6.12.10, Linux 6.6.72, and Linux 6.1.125
All users of the 6.12 kernel series must upgrade
Android Leftovers
The Most Expensive Phones Aren't iPhones—They Run Android
LibreOffice 25.2 RC2 is available for testing
LibreOffice 25.2 will be released as final at the beginning of February, 2025
10 Linux apps I install on every new machine (and why you should, too)
If you're wondering which apps take priority on your new Linux machine
Klassy for development version of Plasma
You might have seen the awesome Klassy theme by Paul McAuley for Qt applications and window decorations for KWin
Security and Windows TCO
Windows TCO and more
Games: Cubic Odyssey, THREAT VECTOR, and More
7 articles from GamingOnLinux
Android Leftovers
Your Android-Powered Car is About To Get a Lot More Apps
PureOS Crimson Development Report: December 2024
It’s a new year, and we are excited for the developments coming this year to Librem devices
MX Linux 23.5 Released with Xfce 4.20 and Linux 6.12 LTS, Based on Debian 12.9
MX Linux 23.5 has been released today as the newest ISO snapshot in the MX Linux 23 “Libretto” series of this lightweight Debian-based GNU/Linux distribution for everyday use.
3 reasons Pop!_OS might be the best Linux distro for gamers
There are some excellent Linux distros available
Sponsored Puff Piece, Microsoft Openwashing by OSI, and Programming
today's leftovers
Best Free and Open Source Software
We recommend the best free and open source alternatives for Linux
Raspberry Pi for BBS and All The Attacks On The RP2350
A pair of Raspberry Pi stories
today's howtos
4 howtos for now
GNU/Linux Applications: apt Clean Up Utilities, Libvirt 11.0.0, Bottles 51.18, Stacer, and More
Applications for BSD and GNU/Linux in particular
ExTiX – Ubuntu-based Linux distribution
ExTiX is a Linux distribution based on Ubuntu
Kirigami Addons 1.7.0
Kirigami Addons is a collection of additional components for Kirigami applications
Security and Windows TCO
patches, Windows TCO, and more
EasyOS Daedalus-series 6.5.5 and More
EasyOS news
Today in Techrights
Some of the latest articles
GNU/Linux and Free, Libre, and Open Source Software Leftovers
today's leftovers
Games: UID changes coming to Godot 4.4, Valve on SteamOS, and More
gaming picks
Mozilla and Spidermonkey
Mozilla off topic again
Programming Leftovers
Development links
today's howtos
many howtos
Release of Ghostty 1.0
Ghostty 1.0 is out
Programming Leftovers
Development picks
today's hows
Instructionals/Technical posts
Free, Libre, and Open Source Software and Openwashing
FOSS and fakes
Windows TCO and Incidents
Security links
Gaming on Linux, How openSUSE Stacks Up for Gamers
Millions of gamers are facing a critical decision; upgrade their operating system
Tuxedo OS 20250115 launches with KDE Plasma 6.2.5, Vim 9.1, and more
Although it comes with the same Linux kernel as its predecessor
Games: SteamOS, WebScreen, Steam Deck, and More
latest 9 articles from GamingOnLinux
Android Leftovers
These hotels just added support for room keys on Android through Google Wallet
Free and Open Source Software
This is free and open source software
TigerOS – Portuguese Fedora remix
TigerOS is a Fedora based operating system
Windows 11 - There's still nothing worth my time
It is time to bring another jolly article to its end
Luckfox Brings Linux to Stamp Form Factor with Rockchip RV1106 Processor
The Luckfox Core1106 is supported by the Luckfox Pico SDK, optimized for Ubuntu LTS systems
The “O” in “FOSS” does not stand for “obligation”
This post is inspired by the months-long temper tantrum thrown by Matt Mullenweg
Free, Libre, and Open Source Software Leftovers
FOSS picks
Hardware: RISC-V in China, Android and Linux-based Smart TFT Displays
Hardware picks (a pair)
Red Hat's Debuginfod project update 2024 and Adam Williamson's (Red Hat) new laptop and Silverblue
Fedora / Red Hat / IBM leftovers
“SteamOS on a PC" and Android vs Linux for Gaming Handhelds
gaming picks
Security and FUD
a little FUD, indeed
Ubuntu Studio: Why you need this open-source Adobe alternative
running through some of the reasons to download Ubuntu Studio
LWN predictions and timeline
Just released from the paywall
Today in Techrights
Some of the latest articles