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
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.
> > > > */
> > >
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
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 ++
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
>