Re: PATCH: Small fix in gnumach

2020-03-14 Thread Samuel Thibault
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.

Re: PATCH: Small fix in gnumach

2020-03-14 Thread gfleury
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

Re: PATCH: Small fix in gnumach

2020-03-14 Thread gfleury
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

Re: "getty: Bad syntax" and "INIT: Id "1" respawning too fast"

2020-03-14 Thread Jeffrey Walton
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

Re: [PATCH] build: Fix shared build with gcc-7.

2020-03-14 Thread Samuel Thibault
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

Re: PATCH: Small fix in gnumach

2020-03-14 Thread Samuel Thibault
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

Re: "getty: Bad syntax" and "INIT: Id "1" respawning too fast"

2020-03-14 Thread Samuel Thibault
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

[PATCH] build: Fix shared build with gcc-7.

2020-03-14 Thread Jan Nieuwenhuizen
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

Re: PATCH: Small fix in gnumach

2020-03-14 Thread gfleury
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