[PATCH 0/1 Web] Open issues: Update clock_gettime page

2025-01-13 Thread Zhaoming Luo
I have tried my best, but some content is a bit confusing for me. Please do have a check before merge. Zhaoming Luo (1): Open issues: Update clock_gettime page open_issues/clock_gettime.mdwn | 345 open_issues/nanosecond-precision_clock.mdwn | 56 2 file

[PATCH 1/1 Web] Open issues: Update clock_gettime page

2025-01-13 Thread Zhaoming Luo
The clock_gettime(CLOCK_MONOTONIC) is implemented. See https://sourceware.org/git?p=glibc.git;a=commit;h=3782ffaf3e6c2a071df029b96712e596b5229838 so this page is out of date. Rename the page to nanosecond-precision_clock, and remove the information about clock_gettime(CLOCK_MONOTONIC). --- open

Re: [PATCH gnumach v1] [aarch64] make hwcaps_t a pointer to uint64_t

2025-01-13 Thread Samuel Thibault
Applied, thanks! dnie...@gmail.com, le jeu. 09 janv. 2025 22:40:55 +, a ecrit: > From: Diego Nieto Cid > > Hi, > > I went ahead and made a patch for the hwcaps_t type. I'm not sure > if it is that simple. I figured the implementation of the RPC should > be changed too, but couldn't find it

Re: Console problems

2025-01-13 Thread Samuel Thibault
Bruno Haible via Bug reports for the GNU Hurd, le mar. 14 janv. 2025 00:38:45 +0100, a ecrit: > In Hurd 2024 many lines (especially before and after a bash prompt) > contain > ?2024h > or > ?2024l > > Which piece of software is causing this output, and how can I turn it off? It seems to happ

Re: Networking problems

2025-01-13 Thread Samuel Thibault
Bruno Haible via Bug reports for the GNU Hurd, le mar. 14 janv. 2025 00:38:45 +0100, a ecrit: > In the default (NAT) configuration of a VirtualBox VM, in all VMs > so far I could "ssh 10.0.2.2" to log into the VM host. With these > new Hurd VMs, this is not the case Uh? What symptom do you actual

Re: File system problems

2025-01-13 Thread Samuel Thibault
Hello, Split the issues apart since they are really not related at all. Bruno Haible via Bug reports for the GNU Hurd, le mar. 14 janv. 2025 00:38:45 +0100, a ecrit: > ** File system problems > > After copying a gnulib testdir (created under Linux through a > command > $ ./gnulib-tool --creat

a few problems with newer Hurd versions

2025-01-13 Thread Bruno Haible via Bug reports for the GNU Hurd
Hi, For quite a while I've been using Hurd from 2022 [1] for testing various GNU packages, and it's been quite stable. This week, Samuel invited me to try newer Hurd versions [2]. So, I tried - Hurd/i386 from June 2023 [3] - Hurd/x86_64 from November 2024 [4]. In all cases, I do that in a VM

Re: [RFC PATCH hurd] Add partial /proc/cpuinfo implementation

2025-01-13 Thread Sergey Bugaev
On Sun, Jan 12, 2025 at 10:48 PM Samuel Thibault wrote: > Does the posted patch look fine to you? It does, so: Acked-by: Sergey Bugaev I'll test it some time later when I get around to doing more aarch64-gnu hacking :| Sergey