Anzwix
Home
Raw Feed
About
RSS
Desktop
Enterprise
Gaming
Graphics
Hardware
Linux Kernel
Multimedia
Operating Systems
Programming
System Internals
All Projects
Latest News
LOCRDT y-crdt: bundle as external
riscv: linux: Add support for getrandom vDSO
Linux Kernel: Linux 6.16-rc3
Add MD4C common mark import library
LOCRDT sfx2,sw: Undo
python3: upgrade to 3.12.11 (master only)
Linux Kernel: Linux 6.16-rc2
tdf#123384: Add support for MOD formula
Latest News (cont.)
drm - Update to Linux 4.20.17
Pixman: Pre-release version bump to 0.46.2
LibreOffice: bump product version to 26.2.0.0.alpha0+
Linux Kernel: Linux 6.16-rc1
Simplify getter/setter implementations
aarch64: add support for hwcap3,4
tdf#164970 [API CHANGE] simplify theme schema
Merge tag 'docs-6.16' of git://git.lwn.net/linux
Linux Kernel: Linux 6.15-rc7
doc: add swscale rewrite design document
Add Nektar Impact GXP MIDI Map
Featured content is also available via:
glibc
The GNU C library.
www.gnu.org
Other Activity This Week
riscv: linux: Add support for getrandom vDSO
Xi Ruoyao: Linux kernel >= 6.16 has getrandom() in vDSO for RISC-V.
Recent Activity
riscv: linux: Add support for getrandom vDSO
Xi Ruoyao: Linux kernel >= 6.16 has getrandom() in vDSO for RISC-V.
posix: Add nonnull attribute to glob_pattern_p
Collin Funk: - posix/glob.
math: Simplify and optimize modf implementation
Adhemerval Zanella: Refactor the generic implementation to use math_config.h definitions, and add an alternative one if the ABI supports truncf instructions (gated through math-use-builtins-trunc.h).
math: Simplify and optimize modff implementation
Adhemerval Zanella: Refactor the generic implementation to use math_config.h definitions, and add an alternative one if the ABI supports truncf instructions (gated through math-use-builtins-trunc.h).
AArch64: Optimise SVE FP64 Hyperbolics
Dylan Fleming: Reworke SVE FP64 hyperbolics to use the SVE FEXPA instruction.
termios: add new baud_t interface, defined to be explicitly numeric
H. Peter Anvin (Intel): Add an explicitly numeric interface for baudrate setting.
termios: merge the termios baud definitions
H. Peter Anvin (Intel): Now all platforms unconditionally use the "sane" definitions of the termios baud constants.
hurd+generic/termios: make speed_t an unsigned int
H. Peter Anvin (Intel): POSIX requires that speed_t is an unsigned integer type, so change the generic speed_t definition to be an unsigned int instead of a plain int.
termios: change the generic cfsetspeed() to support arbitrary speeds
H. Peter Anvin (Intel): The generic implementaion of cfsetspeed() had an internal table of permitted baud rates, which was enforced even on an implementation supporting arbitrary baud rates.
linux: implement arbitrary and split speeds in termios
H. Peter Anvin (Intel): Linux has supported arbitrary speeds and split speeds in the kernel since 2008 on all platforms except Alpha (fixed in 2020), but glibc was never updated to match.
glibc Release Tags
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.
linux: Add process_mrelease
Adhemerval Zanella: Added in Linux 5.15 (884a7e5964e06ed93c7771c0d7cf19c09a8946f1), the new syscalls allows a caller to free the memory of a dying target process. Checked on x86_64-linux-gnu.
Most Popular In The Past Month
riscv: linux: Add support for getrandom vDSO
Xi Ruoyao: Linux kernel >= 6.16 has getrandom() in vDSO for RISC-V.
aarch64: add support for hwcap3,4
Yury Khrustalev: Add basic support for hwcap3 and hwcap4 in dynamic loader and ifunc resolvers.
linux: implement arbitrary and split speeds in termios
H. Peter Anvin (Intel): Linux has supported arbitrary speeds and split speeds in the kernel since 2008 on all platforms except Alpha (fixed in 2020), but glibc was never updated to match.
Linux: Drop obsolete kernel support with `if_nameindex' and `if_nametoindex'
Maciej W. Rozycki: Support for the SIOCGIFINDEX ioctl(2) Linux ABI (0x8933 command, called SIOGIFINDEX in the API originally) was added with kernel version 2.1.14 for AF_INET6 sockets, followed by general support with version 2.1.22.
termios: add new baud_t interface, defined to be explicitly numeric
H. Peter Anvin (Intel): Add an explicitly numeric interface for baudrate setting.
hurd+generic/termios: make speed_t an unsigned int
H. Peter Anvin (Intel): POSIX requires that speed_t is an unsigned integer type, so change the generic speed_t definition to be an unsigned int instead of a plain int.
manual: Add a comparative example of 'clock_nanosleep' use
Maciej W. Rozycki: Add an illustrative example of how to express 'nanosleep' in terms of 'clock_nanosleep'.
posix: Add nonnull attribute to glob_pattern_p
Collin Funk: - posix/glob.
misc: add PKEY_UNRESTRICTED macro
Yury Khrustalev: A corresponding macro has been added to Linux UAPI headers in 6.
math: Simplify and optimize modff implementation
Adhemerval Zanella: Refactor the generic implementation to use math_config.h definitions, and add an alternative one if the ABI supports truncf instructions (gated through math-use-builtins-trunc.h).