Re: [PATCH] osdep/hurd/getroot: Fix 64bit build

2024-01-20 Thread Vladimir 'phcoder' Serbinenko
LGTM Reviewed-by: Vladimir Serbinenko Le sam. 20 janv. 2024, 21:36, Samuel Thibault a écrit : > file_get_fs_options takes a mach_msg_type_number_t (32bit), not a size_t > (64bit on 64bit platforms). > --- > grub-core/osdep/hurd/getroot.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) >

Re: [PATCH] osdep/hurd/getroot: Fix 64bit build

2024-01-20 Thread John Paul Adrian Glaubitz
On Sat, 2024-01-20 at 19:35 +0100, Samuel Thibault wrote: > file_get_fs_options takes a mach_msg_type_number_t (32bit), not a size_t > (64bit on 64bit platforms). Nitpick: I think it should be "32 bit", "64 bit" and "64-bit", the former two referring two a word size while the latter refers to the

Re: [PATCH v2] news/2023-q3.mdwn: new file.

2024-01-20 Thread Samuel Thibault
Applied, thanks! jbra...@dismail.de, le dim. 14 janv. 2024 20:15:58 -0500, a ecrit: > New qoth file. Rust port, SMP work, 64-bit port, mmap work, etc. > > I added some comments mention that Damien's SMP work is based on > Almudena previous work. Thanks for than Almudena! > --- > news/2023-q3.m

Re: Announcing: a new Hurd distro, based on Alpine Linux

2024-01-20 Thread Dr. Arne Babenhauserheide
Sergey Bugaev writes: > Please let me know what you think! I see Alpine used the most for lightweight, high-performance docker containers. If Hurd on Alpine can provide something similarly lightweight with VMs, it may enable people to more easily experiment with the Hurd for some specific micros

Re: [PATCH] hurd: Find proper ld.so on 64bit systems

2024-01-20 Thread Samuel Thibault
Signed-off-by: Samuel Thibault Samuel Thibault, le sam. 20 janv. 2024 21:10:14 +0100, a ecrit: > --- > util/grub.d/10_hurd.in | 11 +-- > 1 file changed, 9 insertions(+), 2 deletions(-) > > diff --git a/util/grub.d/10_hurd.in b/util/grub.d/10_hurd.in > index 7d1e46391..f9c394ecb 100644

Re: [PATCH] osdep/hurd/getroot: Fix 64bit build

2024-01-20 Thread Samuel Thibault
Samuel Thibault, le sam. 20 janv. 2024 19:35:13 +0100, a ecrit: > file_get_fs_options takes a mach_msg_type_number_t (32bit), not a size_t > (64bit on 64bit platforms). Signed-off-by: Samuel Thibault > --- > grub-core/osdep/hurd/getroot.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-)

[PATCH] hurd: Find proper ld.so on 64bit systems

2024-01-20 Thread Samuel Thibault
--- util/grub.d/10_hurd.in | 11 +-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/util/grub.d/10_hurd.in b/util/grub.d/10_hurd.in index 7d1e46391..f9c394ecb 100644 --- a/util/grub.d/10_hurd.in +++ b/util/grub.d/10_hurd.in @@ -91,7 +91,14 @@ if ${at_least_one} ; then : ; el

Announcing: a new Hurd distro, based on Alpine Linux

2024-01-20 Thread Sergey Bugaev
Hello! Those of you who made it to Joshua's belated New Year's party have heard me mumble my way through announcing this: I have been working on a new Hurd-based disto, based on the Alpine Linux distribution [0]! [0] https://www.alpinelinux.org/about/ Now, before I go any further, I should say t

[PATCH] osdep/hurd/getroot: Fix 64bit build

2024-01-20 Thread Samuel Thibault
file_get_fs_options takes a mach_msg_type_number_t (32bit), not a size_t (64bit on 64bit platforms). --- grub-core/osdep/hurd/getroot.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/grub-core/osdep/hurd/getroot.c b/grub-core/osdep/hurd/getroot.c index 0efefdab4..b849700e6 100

Re: [PATCH gnumach] console: Fix baud rate on com ports, use 115200 default baud, 8 data bits

2024-01-20 Thread Samuel Thibault
Applied, thanks! Damien Zammit, le ven. 19 janv. 2024 03:12:24 +, a ecrit: > TESTED: By booting gnumach off an HP T620 with console=com0 and receiving > 115200 8N1 console > on another machine connected via the serial port in minicom. > Without this patch, part of the console is garbled by mi

Hurd New Year's Party

2024-01-20 Thread Joshua Branson
Hey friends, Sergey and I are hanging out on jitsi. The party starts at 3pm UTC (in about half an hour). Ya'll are welcome to join! https://jitsi.member.fsf.org/hurd2024 If there is a password, it'll be SMPBABY Thanks, Joshua