Re: [PATCH] 2024 q1 qoth file.

2024-04-07 Thread jbranso
April 7, 2024 at 4:38 AM, "Nathan Dehnel"  wrote:



> 
> I made edits to your patch.
>

Thanks for the help!

Joshua



Re: [PATCH] 2024 q1 qoth file.

2024-04-07 Thread Samuel Thibault
published, thanks!

Nathan Dehnel, le dim. 07 avril 2024 03:38:04 -0500, a ecrit:
> I made edits to your patch.

> From 7c8852217dfcee0a8623320afd3d96be7abcfb51 Mon Sep 17 00:00:00 2001
> From: Nathan Dehnel <5498361+gooberpatro...@users.noreply.github.com>
> Date: Sun, 7 Apr 2024 03:26:39 -0500
> Subject: [PATCH] 2024-q1.mdwm
> 
> ---
>  news/2024-q1.mdwm | 203 
>  1 file changed, 203 insertions(+)
>  create mode 100644 news/2024-q1.mdwm
> 
> diff --git a/news/2024-q1.mdwm b/news/2024-q1.mdwm
> new file mode 100644
> index ..d52c3b9d
> --- /dev/null
> +++ b/news/2024-q1.mdwm
> @@ -0,0 +1,203 @@
> +[[!meta copyright="Copyright © 2013 Free Software Foundation, Inc."]]
> +
> +[[!meta license="""[[!toggle id="license" text="GFDL 1.2+"]][[!toggleable
> +id="license" text="Permission is granted to copy, distribute and/or modify 
> this
> +document under the terms of the GNU Free Documentation License, Version 1.2 
> or
> +any later version published by the Free Software Foundation; with no 
> Invariant
> +Sections, no Front-Cover Texts, and no Back-Cover Texts.  A copy of the 
> license
> +is included in the section entitled [[GNU Free Documentation
> +License|/fdl]]."]]"""]]
> +
> +[[!meta date="2024-04-05 11:07 UTC"]]
> +
> +Hello!  Welcome to a new qoth.  This qoth covers new and interesting GNU/Hurd
> +developments in Q1 of 2024!
> +[[!if test="included()" then="""[[!toggle id=full_news
> +text="Details."]][[!toggleable id=full_news text="[[!paste 
> id=full_news]]"]]"""
> +else="
> +[[!paste id=full_news]]"]]
> +
> +[[!cut id="full_news" text="""
> +
> +Etienne Brateau modified console-client to use [xkbcommon instead of x11 for 
> xkb
> +extended
> +support](https://lists.gnu.org/archive/html/bug-hurd/2024-03/msg00060.html),
> +which improves keyboard layout coverage a lot!
> +
> +Flavio Cruz also worked on [porting GDB to the 64-bit
> +Hurd](https://lists.gnu.org/archive/html/bug-hurd/2024-02/msg00147.html),
> +implemented `setcontext/getcontext/makecontext/swapcontex ()` in
> +[glibc](https://lists.gnu.org/archive/html/bug-hurd/2024-02/msg00106.html), 
> and [implemented child process resource
> +accounting](https://lists.gnu.org/archive/html/bug-hurd/2024-02/msg00098.html).
> +The latter implements`getrusage(RUSAGE_CHILDREN, )` and populates child 
> related
> +data in `times()`.
> +
> +He fixed the [perl testsuite for the
> +Hurd](https://lists.gnu.org/archive/html/bug-hurd/2024-03/msg00021.html), 
> and he
> +also posted a [RFC to enhance tracing
> +utilities](https://lists.gnu.org/archive/html/bug-hurd/2024-03/msg00034.html),
> +which he used to port the RPC format to 64 bit.
> +
> +Flavio also had a smattering of fixes
> +[here](https://lists.gnu.org/archive/html/bug-hurd/2024-01/msg00219.html),
> +[here](https://lists.gnu.org/archive/html/bug-hurd/2024-02/msg00091.html),
> +[here](https://lists.gnu.org/archive/html/bug-hurd/2024-02/msg00151.html),
> +[here](https://lists.gnu.org/archive/html/bug-hurd/2024-03/msg8.html), 
> and
> +[here](https://lists.gnu.org/archive/html/bug-hurd/2024-03/msg00068.html).
> +
> +Damien Zammit had some fixes including [fixing the console with APIC
> +enabled](https://lists.gnu.org/archive/html/bug-hurd/2024-01/msg00277.html),
> +[patching GNU Mach to support ACPI
> +v2](https://lists.gnu.org/archive/html/bug-hurd/2024-01/msg00278.html), 
> [fixing
> +baud rate on com
> +ports](https://lists.gnu.org/archive/html/bug-hurd/2024-01/msg00176.html),
> +[porting the Hurd to some AMD
> +CPUs](https://lists.gnu.org/archive/html/bug-hurd/2024-01/msg00220.html) 
> (WIP),
> +[adding HPET (high precision
> +timers)](https://lists.gnu.org/archive/html/bug-hurd/2024-02/msg00039.html). 
> He
> +also worked on making `ext2fs` [use xattr by default to store
> +translators](https://lists.gnu.org/archive/html/bug-hurd/2024-03/msg00012.html).
> +
> +Damien also worked on more SMP fixes
> +[here](https://lists.gnu.org/archive/html/bug-hurd/2024-02/msg00016.html),
> +[here](https://lists.gnu.org/archive/html/bug-hurd/2024-02/msg00021.html),
> +[here](https://lists.gnu.org/archive/html/bug-hurd/2024-02/msg00051.html),
> +[here](https://lists.gnu.org/archive/html/bug-hurd/2024-02/msg00063.html),
> +[here](https://lists.gnu.org/archive/html/bug-hurd/2024-02/msg00079.html), 
> and
> +[here](https://lists.gnu.org/archive/html/bug-hurd/2024-02/msg00124.html). 
> +Hurd currently boots in SMP mode on the BSP. Damien wrote a test program 
> that lets you run a [task on the 
> APs](https://lists.gnu.org/archive/html/bug-hurd/2024-02/msg00088.html).
> +
> +Sergey Bugaev [patched binutils to support the GNU/Hurd on
> +AArch64](https://lists.gnu.org/archive/html/bug-hurd/2024-01/msg0.html), 
> and
> +he wrote some patches to make the Hurd easier to port
> +[here](https://lists.gnu.org/archive/html/bug-hurd/2024-01/msg2.html),
> +[here](https://lists.gnu.org/archive/html/bug-hurd/2024-01/msg00063.html), 
> and
> 

[PATCH] 2024 q1 qoth file.

2024-04-07 Thread Nathan Dehnel
I made edits to your patch.
From 7c8852217dfcee0a8623320afd3d96be7abcfb51 Mon Sep 17 00:00:00 2001
From: Nathan Dehnel <5498361+gooberpatro...@users.noreply.github.com>
Date: Sun, 7 Apr 2024 03:26:39 -0500
Subject: [PATCH] 2024-q1.mdwm

---
 news/2024-q1.mdwm | 203 
 1 file changed, 203 insertions(+)
 create mode 100644 news/2024-q1.mdwm

diff --git a/news/2024-q1.mdwm b/news/2024-q1.mdwm
new file mode 100644
index ..d52c3b9d
--- /dev/null
+++ b/news/2024-q1.mdwm
@@ -0,0 +1,203 @@
+[[!meta copyright="Copyright © 2013 Free Software Foundation, Inc."]]
+
+[[!meta license="""[[!toggle id="license" text="GFDL 1.2+"]][[!toggleable
+id="license" text="Permission is granted to copy, distribute and/or modify this
+document under the terms of the GNU Free Documentation License, Version 1.2 or
+any later version published by the Free Software Foundation; with no Invariant
+Sections, no Front-Cover Texts, and no Back-Cover Texts.  A copy of the license
+is included in the section entitled [[GNU Free Documentation
+License|/fdl]]."]]"""]]
+
+[[!meta date="2024-04-05 11:07 UTC"]]
+
+Hello!  Welcome to a new qoth.  This qoth covers new and interesting GNU/Hurd
+developments in Q1 of 2024!
+[[!if test="included()" then="""[[!toggle id=full_news
+text="Details."]][[!toggleable id=full_news text="[[!paste id=full_news]]"]]"""
+else="
+[[!paste id=full_news]]"]]
+
+[[!cut id="full_news" text="""
+
+Etienne Brateau modified console-client to use [xkbcommon instead of x11 for xkb
+extended
+support](https://lists.gnu.org/archive/html/bug-hurd/2024-03/msg00060.html),
+which improves keyboard layout coverage a lot!
+
+Flavio Cruz also worked on [porting GDB to the 64-bit
+Hurd](https://lists.gnu.org/archive/html/bug-hurd/2024-02/msg00147.html),
+implemented `setcontext/getcontext/makecontext/swapcontex ()` in
+[glibc](https://lists.gnu.org/archive/html/bug-hurd/2024-02/msg00106.html), and [implemented child process resource
+accounting](https://lists.gnu.org/archive/html/bug-hurd/2024-02/msg00098.html).
+The latter implements`getrusage(RUSAGE_CHILDREN, )` and populates child related
+data in `times()`.
+
+He fixed the [perl testsuite for the
+Hurd](https://lists.gnu.org/archive/html/bug-hurd/2024-03/msg00021.html), and he
+also posted a [RFC to enhance tracing
+utilities](https://lists.gnu.org/archive/html/bug-hurd/2024-03/msg00034.html),
+which he used to port the RPC format to 64 bit.
+
+Flavio also had a smattering of fixes
+[here](https://lists.gnu.org/archive/html/bug-hurd/2024-01/msg00219.html),
+[here](https://lists.gnu.org/archive/html/bug-hurd/2024-02/msg00091.html),
+[here](https://lists.gnu.org/archive/html/bug-hurd/2024-02/msg00151.html),
+[here](https://lists.gnu.org/archive/html/bug-hurd/2024-03/msg8.html), and
+[here](https://lists.gnu.org/archive/html/bug-hurd/2024-03/msg00068.html).
+
+Damien Zammit had some fixes including [fixing the console with APIC
+enabled](https://lists.gnu.org/archive/html/bug-hurd/2024-01/msg00277.html),
+[patching GNU Mach to support ACPI
+v2](https://lists.gnu.org/archive/html/bug-hurd/2024-01/msg00278.html), [fixing
+baud rate on com
+ports](https://lists.gnu.org/archive/html/bug-hurd/2024-01/msg00176.html),
+[porting the Hurd to some AMD
+CPUs](https://lists.gnu.org/archive/html/bug-hurd/2024-01/msg00220.html) (WIP),
+[adding HPET (high precision
+timers)](https://lists.gnu.org/archive/html/bug-hurd/2024-02/msg00039.html). He
+also worked on making `ext2fs` [use xattr by default to store
+translators](https://lists.gnu.org/archive/html/bug-hurd/2024-03/msg00012.html).
+
+Damien also worked on more SMP fixes
+[here](https://lists.gnu.org/archive/html/bug-hurd/2024-02/msg00016.html),
+[here](https://lists.gnu.org/archive/html/bug-hurd/2024-02/msg00021.html),
+[here](https://lists.gnu.org/archive/html/bug-hurd/2024-02/msg00051.html),
+[here](https://lists.gnu.org/archive/html/bug-hurd/2024-02/msg00063.html),
+[here](https://lists.gnu.org/archive/html/bug-hurd/2024-02/msg00079.html), and
+[here](https://lists.gnu.org/archive/html/bug-hurd/2024-02/msg00124.html). 
+Hurd currently boots in SMP mode on the BSP. Damien wrote a test program that lets you run a [task on the APs](https://lists.gnu.org/archive/html/bug-hurd/2024-02/msg00088.html).
+
+Sergey Bugaev [patched binutils to support the GNU/Hurd on
+AArch64](https://lists.gnu.org/archive/html/bug-hurd/2024-01/msg0.html), and
+he wrote some patches to make the Hurd easier to port
+[here](https://lists.gnu.org/archive/html/bug-hurd/2024-01/msg2.html),
+[here](https://lists.gnu.org/archive/html/bug-hurd/2024-01/msg00063.html), and
+[here](https://lists.gnu.org/archive/html/bug-hurd/2024-03/msg00100.html),
+
+Sergey also posted a fairly large [RFC patch series for his AArch64
+port](https://lists.gnu.org/archive/html/bug-hurd/2024-01/msg00022.html). He
+writes:
+
+MIG seems to just work (thanks to all of Flávio's work!). I'm using
+ the same message ABI as on