gfle...@disroot.org, le sam. 14 mars 2020 17:50:36 +, a ecrit:
> Between vm_object_copy_call is marked internal use.
Yes, and that makes just returning an error even more a problem: the
caller will possibly just transmit the error, and it'll be hard to know
where the error actually comes from.
14 mars 2020 17:54 "Samuel Thibault" a écrit:
> Hello,
>
> BTW it seems your mailer attaches .patch files as
> application/octet-stream, you should teach it to attach it as plain
> text so it shows up as such in readers' mailers.
>
> gfle...@disroot.org, le sam. 14 mars 2020 08:11:33 +, a e
14 mars 2020 17:54 "Samuel Thibault" a écrit:
> Hello,
>
> BTW it seems your mailer attaches .patch files as
> application/octet-stream, you should teach it to attach it as plain
> text so it shows up as such in readers' mailers.
>
> gfle...@disroot.org, le sam. 14 mars 2020 08:11:33 +, a e
On Sat, Mar 14, 2020 at 11:28 AM Samuel Thibault
wrote:
>
> Jeffrey Walton, le mer. 11 mars 2020 03:08:37 -0400, a ecrit:
> > I installed HURD 2020-01-01. It is in VirtualBox on Ubuntu 18.04 LTS.
> > The console is filling up with:
> >
> > getty[12305]: Bad syntax
>
> Indeed, sysvinit added a --no
Hello,
Jan Nieuwenhuizen, le sam. 14 mars 2020 11:35:18 +0100, a ecrit:
> i586-pc-gnu-gcc -L. -L/tmp/guix-build-hurd-0.9-1.91a5167.drv-0/source/libbpf/
> -L/tmp/guix-build-hurd-0.9-1.91a5167.drv-0/source/libcons/
> -L/tmp/guix-build-hurd-0.9-1.91a5167.drv-0/source/libdiskfs/
> -L/tmp/guix-build
Hello,
BTW it seems your mailer attaches .patch files as
application/octet-stream, you should teach it to attach it as plain
text so it shows up as such in readers' mailers.
gfle...@disroot.org, le sam. 14 mars 2020 08:11:33 +, a ecrit:
> > In the case of failure, you also need to release the
Hello,
Jeffrey Walton, le mer. 11 mars 2020 03:08:37 -0400, a ecrit:
> I installed HURD 2020-01-01. It is in VirtualBox on Ubuntu 18.04 LTS.
> The console is filling up with:
>
> getty[12305]: Bad syntax
Indeed, sysvinit added a --noclear argument in the getty line in
/etc/inittab, you can drop
Hi!
The attached patch fixes this error
--8<---cut here---start->8---
i586-pc-gnu-gcc -L. -L/tmp/guix-build-hurd-0.9-1.91a5167.drv-0/source/libbpf/
-L/tmp/guix-build-hurd-0.9-1.91a5167.drv-0/source/libcons/
-L/tmp/guix-build-hurd-0.9-1.91a5167.drv-0/source/li
hello,
14 mars 2020 00:46 "Samuel Thibault" a écrit:
> Hello,
>
> gfle...@disroot.org, le ven. 13 mars 2020 20:55:29 +, a ecrit:
>
>> if the previous call vm_object_enter return VM_OBJECT_NULL in new_object
>> the new_object->shadow dereference of NULL will cause a bug.
>>
>> attached fil