Re: aarch64-gnu (and Happy New Year!)

2023-12-31 Thread Guy-Fleury Iteriteka
On December 31, 2023 9:53:26 PM GMT+02:00, Sergey Bugaev wrote: >Hello, and happy holidays! > >Every now and then, I hear someone mention potential ports of gnumach >to new architectures. I think I have heard RISC-V and (64-bit?) ARM >mentioned somewhere recently as potential new port targets. Be

aarch64-gnu (and Happy New Year!)

2023-12-31 Thread Sergey Bugaev
Hello, and happy holidays! Every now and then, I hear someone mention potential ports of gnumach to new architectures. I think I have heard RISC-V and (64-bit?) ARM mentioned somewhere recently as potential new port targets. Being involved in the x86_64 port last spring was a really fun and intere

Re: [PATCH hurd] x86_64: utmp uses int32_t to store time so use a temporary variable

2023-12-31 Thread Samuel Thibault
Applied, thanks! Flavio Cruz, le sam. 30 déc. 2023 11:33:38 -0500, a ecrit: > --- > utils/login.c | 7 ++- > 1 file changed, 6 insertions(+), 1 deletion(-) > > diff --git a/utils/login.c b/utils/login.c > index 3134c4a..334941c 100644 > --- a/utils/login.c > +++ b/utils/login.c > @@ -157,12