Hello friends,
I recently completed a first draft of an implementation of mount(2), umount(2),
and umount2(2) as described in:
https://www.gnu.org/software/hurd/contributing.html
Here is a list of problems I encountered while making this patch:
- I was not able to place the system calls into l
Samuel Thibault writes:
> Please send the complete patch, not an addition on top of the other.
So sorry! Here is the full patch:
diff -x '.*' -x 'README*' -ruN a/hurd/doc/hurd.texi b/hurd/doc/hurd.texi
--- a/hurd/doc/hurd.texi2020-09-28 11:00:24.0 -0700
+++ b/hurd/doc/hurd.tex
Samuel Thibault writes:
> Also,
>
> Ryan Jeffrey, le jeu. 10 sept. 2020 14:01:58 -0700, a ecrit:
>> diff -ruN a/hurd/libdiskfs/file-statfs.c b/hurd/libdiskfs/file-statfs.c
>> --- a/hurd/libdiskfs/file-statfs.c 2020-07-18 12:08:35.0 -0700
>> +++ b/hurd/lib
The CD Netinst image at
https://cdimage.debian.org/cdimage/ports/current-hurd-i386/iso-cd/debian-hurd-2019-i386-NETINST-1.iso
always fails to connect to the internet for me. It errors out once it has to
download information on the mirrors, no matter what mirror I set it to. The
error is somet
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