Re: [PATCH hurd] procfs: Make /proc/stat multi-cpu aware

2025-07-07 Thread Samuel Thibault
Damien Zammit, le lun. 07 juil. 2025 09:25:35 +, a ecrit: > This allows top to show Cpu0 to CpuN idle stats when you press 1. > > TESTED: on UP and SMP gnumach with debian hurd-i386. Applied, thanks! > --- > procfs/rootdir.c | 63 ++-- > 1 file ch

[PATCH hurd] rumpnet: Add device translator for (Intel) NICs

2025-07-07 Thread Damien Zammit
This adds a working rump driver for /dev/wmX cards, which are Intel i8254x Gigabit Ethernet devices. (See man.netbsd.org for "wm(4)") TESTED: - It seems to work 100% on UP with hurd-i386. - On SMP it still works better than netdde but hangs gnumach when a large file is received. Example u

[PATCH hurd] procfs: Make /proc/stat multi-cpu aware

2025-07-07 Thread Damien Zammit
This allows top to show Cpu0 to CpuN idle stats when you press 1. TESTED: on UP and SMP gnumach with debian hurd-i386. --- procfs/rootdir.c | 63 ++-- 1 file changed, 50 insertions(+), 13 deletions(-) diff --git a/procfs/rootdir.c b/procfs/rootdir.c i