Re: hurd-amd64 bumping ABI

2025-01-12 Thread Samuel Thibault
exim4 also needs to be upgraded to the rebuilt version 4.98-3+hurd.1 Samuel Thibault, le lun. 13 janv. 2025 03:00:50 +0100, a ecrit: > Hello, > > The CMSG_DATA() fix requires bumping the ABI. Since it's still really > at early stage, I don't plan to make a compatibility layer or such, and > just

hurd-amd64 bumping ABI

2025-01-12 Thread Samuel Thibault
Hello, The CMSG_DATA() fix requires bumping the ABI. Since it's still really at early stage, I don't plan to make a compatibility layer or such, and just rebuild all the packages using CMSG_DATA (~500 packages). One such package is openssh, which means that if you upgrade your libc0.3, the old ope

Re: [RFC PATCH glibc v3] mach: Add CLOCK_MONOTONIC case in clock_gettime()

2025-01-12 Thread Zhaoming Luo
On Sun, Jan 12, 2025 at 11:34:19PM +0100, Samuel Thibault wrote: > Hello, > > Zhaoming Luo, le lun. 06 janv. 2025 12:39:07 +0800, a ecrit: > > mach: Add CLOCK_MONOTONIC case in clock_gettime() > > > > The Mach RPC host_get_uptime64() is implemented. It returns the elapsed time > > value since boo

Re: [RFC PATCH glibc v3] mach: Add CLOCK_MONOTONIC case in clock_gettime()

2025-01-12 Thread Samuel Thibault
Hello, Zhaoming Luo, le lun. 06 janv. 2025 12:39:07 +0800, a ecrit: > mach: Add CLOCK_MONOTONIC case in clock_gettime() > > The Mach RPC host_get_uptime64() is implemented. It returns the elapsed time > value since bootup. See > > https://git.savannah.gnu.org/cgit/hurd/gnumach.git/commit/?id=fc4

Re: [RFC PATCH hurd] Add partial /proc/cpuinfo implementation

2025-01-12 Thread Samuel Thibault
Sergey Bugaev, le jeu. 09 janv. 2025 18:36:57 +0300, a ecrit: > On Thu, Jan 9, 2025 at 6:18 PM Jessica Clarke wrote: > > On 9 Jan 2025, at 15:12, Diego Nieto Cid wrote: > > > Looking at the types.h header, I see there are HWCAP2_* definitions for > > > bits above 32. Since hwcaps_t is an uint32_t

Re: [RFC PATCH v3 1/1 Hurd]hurd: Add a libstore library without libparted

2025-01-12 Thread Samuel Thibault
Zhaoming Luo, le dim. 12 janv. 2025 20:17:31 +0800, a ecrit: > > > -libstore.so-LDLIBS += $(PARTED_LIBS) -ldl > > > +ifeq ($(EXCLUDE_PARTED), 1) > > > + libstore-noparted.so-LDLIBS += -ldl > > > +else > > > + libstore.so-LDLIBS += $(PARTED_LIBS) -ldl > > > > Better use > > > > $(libname).so-LD

Re: [RFC PATCH v3 1/1 Hurd]hurd: Add a libstore library without libparted

2025-01-12 Thread Zhaoming Luo
On Sat, Jan 11, 2025 at 11:39:46AM +0100, Samuel Thibault wrote: > Hello, Thanks for the review. > > Zhaoming Luo, le sam. 11 janv. 2025 12:56:33 +0800, a ecrit: > > diff --git a/libstore/Makefile b/libstore/Makefile > > index c7af958b..d0f06450 100644 > > --- a/libstore/Makefile > > +++ b/libst