[PATCH] hurd/translator/httpfs.mdwn: I added a Intro, how to use, and TODO section. hurd/translator/xmlfs.mdwn: I added a How to use and TODO wishlist section.

2020-09-09 Thread Joshua Branson
I copied most of the text from the Hurd extras repos. --- hurd/translator/httpfs.mdwn | 73 hurd/translator/xmlfs.mdwn | 74 + 2 files changed, 147 insertions(+) diff --git a/hurd/translator/httpfs.mdwn b/hurd/translator/ht

Re: PCI arbiter crash on last qemu image

2020-09-09 Thread Samuel Thibault
Samuel Thibault, le mer. 09 sept. 2020 23:45:48 +0200, a ecrit: > Damien Zammit, le lun. 07 sept. 2020 11:16:13 +1000, a ecrit: > > On 6/9/20 11:17 pm, Samuel Thibault wrote: > > > One issue remains, however: Xorg's vesa driver produces > > > > > > [1669282.478] (II) VESA(0): initializing int10 >

Re: PCI arbiter crash on last qemu image

2020-09-09 Thread Samuel Thibault
Damien Zammit, le lun. 07 sept. 2020 11:16:13 +1000, a ecrit: > On 6/9/20 11:17 pm, Samuel Thibault wrote: > > One issue remains, however: Xorg's vesa driver produces > > > > [1669282.478] (II) VESA(0): initializing int10 > > [1669282.478] (EE) VESA(0): Cannot read int vect > > > > which comes fr

Re: [PATCH] httpfs: fix HEAD request message

2020-09-09 Thread Samuel Thibault
Amos Jeffries, le jeu. 10 sept. 2020 06:55:50 +1200, a ecrit: > > I'm thinking that this should all be using \r\n instead of \n? > > In this case it means two line terminators. So "\n\n" or "\r\n\r\n". That's what I mean: try to replace all \n with \r\n. Possibly the parsing would need to be fixe

Re: [PATCH] httpfs: fix HEAD request message

2020-09-09 Thread Amos Jeffries
On 10/09/20 5:16 am, Samuel Thibault wrote: > Amos Jeffries, le jeu. 10 sept. 2020 04:16:54 +1200, a ecrit: >> The HEAD request used to fetch metadata about a file via HTTP >> contains a trailing 0x20 character which will cause modern HTTP/1.1 >> servers to reject the request. > > Commited, thanks

Re: A few questions: Libre SoC, website, Rust

2020-09-09 Thread gfleury
hi, 9 septembre 2020 20:04 "Nala Ginrut" a écrit: > Hi there! > > Jan Wielkiewicz writes: > >> Third question: >> Do you have anything against Rust contributions into the project? My >> friend is interested in contributing, but unfortunately in Rust, not C. >> I wonder if rump drivers could be

Re: A few questions: Libre SoC, website, Rust

2020-09-09 Thread Nala Ginrut
Hi there! Jan Wielkiewicz writes: > Third question: > Do you have anything against Rust contributions into the project? My > friend is interested in contributing, but unfortunately in Rust, not C. > I wonder if rump drivers could be written in Rust, thanks > to the Hurd's modular architecture.

Re: [PATCH] httpfs: fix HEAD request message

2020-09-09 Thread Samuel Thibault
Amos Jeffries, le jeu. 10 sept. 2020 04:16:54 +1200, a ecrit: > The HEAD request used to fetch metadata about a file via HTTP > contains a trailing 0x20 character which will cause modern HTTP/1.1 > servers to reject the request. Commited, thanks! I'm thinking that this should all be using \r\n in

Re: [PATCH] hurd/translator/httpfs.mdwn: I added a Intro, how to use, and TODO section. hurd/translator/xmlfs.mdwn: I added a How to use and TODO wishlist section.

2020-09-09 Thread Joshua Branson
Thanks for the suggestions! I'll tweak with your comments and re-submit. -- Joshua Branson Sent from Emacs and Gnus

[PATCH] httpfs: fix HEAD request message

2020-09-09 Thread Amos Jeffries
The HEAD request used to fetch metadata about a file via HTTP contains a trailing 0x20 character which will cause modern HTTP/1.1 servers to reject the request. === RCS file: /sources/hurdextras/httpfs/http.c,v retrieving revision 1.3

Re: [PATCH] hurd/translator/httpfs.mdwn: I added a Intro, how to use, and TODO section. hurd/translator/xmlfs.mdwn: I added a How to use and TODO wishlist section.

2020-09-09 Thread Amos Jeffries
With my hat on as an IETF HTTPbis WG member. Here are some editorial nits in regards to HTTP protocol things being mentioned ... On 10/09/20 2:29 am, Joshua Branson wrote: > I copied most of the text from the Hurd extras repos. > --- > hurd/translator/httpfs.mdwn | 68 +

Re: [PATCH] hurd/translator/httpfs.mdwn: I added a Intro, how to use, and TODO section. hurd/translator/xmlfs.mdwn: I added a How to use and TODO wishlist section.

2020-09-09 Thread jbranso
Also, please bear in mind Samuel, I still am unable to get the Hurd wiki to render locally. So I'm not certain if the syntax in the previous patch is good. But I figured a patch is better than no patch. Thanks, Joshua

[PATCH] hurd/translator/httpfs.mdwn: I added a Intro, how to use, and TODO section. hurd/translator/xmlfs.mdwn: I added a How to use and TODO wishlist section.

2020-09-09 Thread Joshua Branson
I copied most of the text from the Hurd extras repos. --- hurd/translator/httpfs.mdwn | 68 hurd/translator/xmlfs.mdwn | 77 + 2 files changed, 145 insertions(+) diff --git a/hurd/translator/httpfs.mdwn b/hurd/translator/httpfs