Re: [RFC PATCH glic] hurd: Add CLOCK_MONOTONIC case in clock_gettime()

2025-01-02 Thread Sergey Bugaev
On Fri, Jan 3, 2025 at 5:32 AM Zhaoming Luo wrote: > > in the latter case, you should get MIG_BAD_ID from the kernel, so you > > can detect that. > What's the best way to handle the MIG_BAD_ID case. I tried perror(NULL) > but it gave my output '(ipc/mig) bad request message ID'. To be honest I > d

Re: [hurd-amd64] ibus test failures

2025-01-02 Thread Diego Nieto Cid
On Wed, Jan 01, 2025 at 10:11:24PM +0100, Samuel Thibault wrote: > Diego Nieto Cid, le mer. 01 janv. 2025 20:07:04 +, a ecrit: > > On Wed, Jan 01, 2025 at 06:51:47PM +0100, Samuel Thibault wrote: > > > > /* Structure used for storage of ancillary data object information. > > > > */ > > >

Re: [RFC PATCH glic] hurd: Add CLOCK_MONOTONIC case in clock_gettime()

2025-01-02 Thread Zhaoming Luo
On 1/1/25 5:50 PM, Sergey Bugaev wrote: Happy New Year! Happy New Year On Wed, Jan 1, 2025 at 12:25 PM Zhaoming Luo wrote: --- sysdeps/mach/clock_gettime.c | 12 1 file changed, 12 insertions(+) diff --git a/sysdeps/mach/clock_gettime.c b/sysdeps/mach/clock_gettime.c index

Re: [PATCH Web v2] Translator: Add the introduction to the rtc translator

2025-01-02 Thread Samuel Thibault
Applied, thanks! Zhaoming Luo, le jeu. 02 janv. 2025 09:55:23 +0800, a ecrit: > * hurd/translator.mdwn: Add an entry for the rtc translator > * hurd/translator/rtc.mdwn: Add the introduction to the rtc translator > > --- > hurd/translator.mdwn | 1 + > hurd/translator/rtc.mdwn | 31 ++

Re: [hurd,commited] bits/socket.h: Update to recent BSD definition

2025-01-02 Thread Samuel Thibault
Florian Weimer, le jeu. 02 janv. 2025 11:12:55 +0100, a ecrit: > * Samuel Thibault: > > > The old BSD 4.4 definition (not used by Linux) was not 64b-proof: the > > cmsg_data field is supposed to CMSG_ALIGN'ed (as can be also seen in the > > CMSG_LEN macro). > > > > Suggested-by: Diego Nieto Cid >