[PATCH] hwclock: Support GNU Hurd

2024-12-08 Thread Zhaoming Luo
* configure.ac: add HURD so it can be used in conditional in am files * sys-utils/Makemodule.am: compile hwclock for GNU Hurd * sys-utils/hwclock-rtc.c: compile for GNU Hurd * sys-utils/hwclock.c: compile for GNU Hurd * sys-utils/hwclock.h: compile for GNU Hurd Signed-off-by: Zhaoming Luo --- co

[PATCH v3] Support hwclock for GNU Hurd

2024-12-08 Thread Zhaoming Luo
* configure.ac: add HURD so it can be used in conditional in am files * sys-utils/Makemodule.am: compile hwclock for GNU Hurd * sys-utils/hwclock-rtc.c: compile for GNU Hurd * sys-utils/hwclock.c: compile for GNU Hurd * sys-utils/hwclock.h: compile for GNU Hurd --- configure.ac| 6 ++

Re: [PATCH v2 hurd] sutils: Add smp tool to run process on slave processors

2024-12-08 Thread Samuel Thibault
Applied the non-Debian part, thanks! Damien Zammit via Bug reports for the GNU Hurd, le mar. 26 nov. 2024 10:37:58 +, a ecrit: > Until we make gnumach fully parallel, we need a way to execute > on slave processor set on smp-enabled gnumach. > > For example: > $ /sbin/smp /bin/bash >

Re: [util-linux PATCH v2] Support hwclock for GNU Hurd

2024-12-08 Thread Samuel Thibault
Zhaoming Luo, le lun. 09 déc. 2024 08:02:47 +0800, a ecrit: > On 12/9/24 7:54 AM, Samuel Thibault wrote: > > Zhaoming Luo, le lun. 09 déc. 2024 07:51:38 +0800, a ecrit: > > > On 12/9/24 12:43 AM, Samuel Thibault wrote: > > > > Hello, > > > Hi, thanks for the review. > > > > > > > > Zhaoming Luo, l

Re: [util-linux PATCH v2] Support hwclock for GNU Hurd

2024-12-08 Thread Zhaoming Luo
On 12/9/24 7:54 AM, Samuel Thibault wrote: Zhaoming Luo, le lun. 09 déc. 2024 07:51:38 +0800, a ecrit: On 12/9/24 12:43 AM, Samuel Thibault wrote: Hello, Hi, thanks for the review. Zhaoming Luo, le ven. 06 déc. 2024 11:03:26 +0800, a ecrit: diff --git a/sys-utils/hwclock-cmos.c b/sys-utils/

Re: [util-linux PATCH v2] Support hwclock for GNU Hurd

2024-12-08 Thread Samuel Thibault
Zhaoming Luo, le lun. 09 déc. 2024 07:51:38 +0800, a ecrit: > On 12/9/24 12:43 AM, Samuel Thibault wrote: > > Hello, > Hi, thanks for the review. > > > > Zhaoming Luo, le ven. 06 déc. 2024 11:03:26 +0800, a ecrit: > > > diff --git a/sys-utils/hwclock-cmos.c b/sys-utils/hwclock-cmos.c > > > index 7

Re: [util-linux PATCH v2] Support hwclock for GNU Hurd

2024-12-08 Thread Zhaoming Luo
On 12/9/24 12:43 AM, Samuel Thibault wrote: Hello, Hi, thanks for the review. Zhaoming Luo, le ven. 06 déc. 2024 11:03:26 +0800, a ecrit: diff --git a/sys-utils/hwclock-cmos.c b/sys-utils/hwclock-cmos.c index 7e5eecc..cc672cb 100644 --- a/sys-utils/hwclock-cmos.c +++ b/sys-utils/hwclock-cmos.

Re: [PATCH Web] Add an introduction about a mig-mutate.h file

2024-12-08 Thread Zhaoming Luo
On 12/8/24 9:26 PM, jbra...@dismail.de wrote: December 7, 2024 at 7:11 PM, "Zhaoming Luo" mailto:zhming...@163.com?to=%22Zhaoming%20Luo%22%20%3Czhmingluo%40163.com%3E > wrote: Add a link pointing to an introduction about a mig-mutate.h file I do think this is a good contribution to the wik

Re: [util-linux PATCH v2] Support hwclock for GNU Hurd

2024-12-08 Thread Samuel Thibault
Hello, Zhaoming Luo, le ven. 06 déc. 2024 11:03:26 +0800, a ecrit: > diff --git a/sys-utils/hwclock-cmos.c b/sys-utils/hwclock-cmos.c > index 7e5eecc..cc672cb 100644 > --- a/sys-utils/hwclock-cmos.c > +++ b/sys-utils/hwclock-cmos.c > @@ -352,7 +352,9 @@ static int i386_iopl(const int level) > # e

Re: [PATCH Web] Add an introduction about a mig-mutate.h file

2024-12-08 Thread jbranso
December 7, 2024 at 7:11 PM, "Zhaoming Luo" mailto:zhming...@163.com?to=%22Zhaoming%20Luo%22%20%3Czhmingluo%40163.com%3E > wrote: > > Add a link pointing to an introduction about a mig-mutate.h file I do think this is a good contribution to the wiki, but I personally think it would be a littl

Re: [PATCH Web] Add an introduction about a mig-mutate.h file

2024-12-08 Thread Samuel Thibault
Applied, thanks! Zhaoming Luo, le dim. 08 déc. 2024 08:11:57 +0800, a ecrit: > Add a link pointing to an introduction about a mig-mutate.h file > > * microkernel/mach/mig/documentation.mdwn: new further relevant > documentation > --- > microkernel/mach/mig/documentation.mdwn | 1 + > 1

Re: [PATCH Hurd] lwip: Properly handle errors during initialization

2024-12-08 Thread Samuel Thibault
Sergey Bugaev, le dim. 08 déc. 2024 11:28:48 +0300, a ecrit: > On Sun, Dec 8, 2024 at 7:53 AM Zhaoming Luo wrote: > > lwip/main.c | 10 -- > > 1 file changed, 4 insertions(+), 6 deletions(-) > > Makes sense to me, thanks! > > Reviewed-by: Sergey Bugaev Thanks for the review, applied,

Re: [PATCH Hurd] lwip: Properly handle errors during initialization

2024-12-08 Thread Zhaoming Luo
On 12/8/24 5:15 PM, Sergey Bugaev wrote: On Sun, Dec 8, 2024 at 11:54 AM Zhaoming Luo wrote: Reviewed-by: Sergey Bugaev Thanks for the review. (...but I don't know exactly what you're supposed to do with that R-b line. I asked on libc-alpha last year [0], and didn't get a reply.) [0]: https

Re: [PATCH Hurd] lwip: Properly handle errors during initialization

2024-12-08 Thread Sergey Bugaev
On Sun, Dec 8, 2024 at 11:54 AM Zhaoming Luo wrote: > > Reviewed-by: Sergey Bugaev > > > Thanks for the review. > > (...but I don't know exactly what you're supposed to do with that R-b > > line. I asked on libc-alpha last year [0], and didn't get a reply.) > > [0]: https://sourceware.org/piperma

Re: [PATCH Hurd] lwip: Properly handle errors during initialization

2024-12-08 Thread Zhaoming Luo
On 12/8/24 4:28 PM, Sergey Bugaev wrote: On Sun, Dec 8, 2024 at 7:53 AM Zhaoming Luo wrote: lwip/main.c | 10 -- 1 file changed, 4 insertions(+), 6 deletions(-) Makes sense to me, thanks! Reviewed-by: Sergey Bugaev Thanks for the review. (...but I don't know exactly what you'r

Re: [PATCH Hurd] lwip: Properly handle errors during initialization

2024-12-08 Thread Sergey Bugaev
On Sun, Dec 8, 2024 at 7:53 AM Zhaoming Luo wrote: > lwip/main.c | 10 -- > 1 file changed, 4 insertions(+), 6 deletions(-) Makes sense to me, thanks! Reviewed-by: Sergey Bugaev (...but I don't know exactly what you're supposed to do with that R-b line. I asked on libc-alpha last year