[PATCH] hurd/libdiskfs: I added in the `relatime' mount option.

2020-09-10 Thread Ryan Jeffrey
Using Linux as a guide, I implemented the `relatime' mount option as mentioned in the Hurd's Contributing page. diff -ruN a/hurd/libdiskfs/conch-fetch.c b/hurd/libdiskfs/conch-fetch.c --- a/hurd/libdiskfs/conch-fetch.c 2020-07-18 12:08:35.0 -0700 +++ b/hurd/libdiskfs/conch-fetch.c

[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-10 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: [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-10 Thread Joshua Branson
Also thanks for the editorial suggestions! I'll be re-submitting soon. -- Joshua Branson Sent from Emacs and Gnus

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-10 Thread Joshua Branson
Well I'll tweak and apply again. -- Joshua Branson Sent from Emacs and Gnus

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-10 Thread Amos Jeffries
Sorry, not quite. :( On 10/09/20 11:49 am, Joshua Branson wrote: > + > +# settrans -a tmp/ /hurd/httpfs > https://www.gnu.org/software/hurd/index.html > + "https://"; is not supported sadly. Just "http://"; scheme. Amos