Re: Debian GNU/Hurd takes forever to shut down

2022-09-09 Thread Damien Zammit
Hi, On 9/9/22 1:08 am, Saniya Maheshwari wrote: > INIT: Switching to runlevel: 1 > INIT: No inittab.d directory found > INIT: Sending processes configured via /etc/inittab the TERM signal > Using makefile-style concurrent boot in runlevel 1. > Stopping enhanced syslogd: rsyslogd. > Asking all rema

Incoming patches to follow

2022-09-09 Thread Damien Zammit
Hi Samuel, Thank you for reviewing my patches. I want to let you know what I have ready for review next, as I have 4 patch sets in the pipeline: The network routing is completed, (see [PATCH v3 1+2]). (I did not use inet_ntop because inet_ntoa is also thread safe) Machdev race condition in boot

[PATCH v3 2/2] procfs: Populate /proc/route with network routes

2022-09-09 Thread Damien Zammit
This requires the new client side to be installed. --- procfs/Makefile | 2 +- procfs/rootdir.c | 78 2 files changed, 79 insertions(+), 1 deletion(-) diff --git a/procfs/Makefile b/procfs/Makefile index 13ee026c..d32328d2 100644 --- a/procfs/M

[PATCH v3 1/2] Add new RPC for pfinet network routes

2022-09-09 Thread Damien Zammit
--- hurd/pfinet.defs | 9 +++ pfinet/iioctl-ops.c | 1 + pfinet/linux-src/include/net/ip_fib.h | 2 + pfinet/linux-src/net/ipv4/fib_hash.c | 80 pfinet/pfinet-ops.c | 88 ++- pfinet/pfinet