Re: GSoC: Manolis to work on Guix port to GNU/Hurd

2015-05-06 Thread Samuel Thibault
Hello, Ludovic Courtès, le Wed 29 Apr 2015 21:40:13 +0200, a écrit : > The last missing bit upstream is a libc-for-hurd tarball. I have prepared a master-glibc branch in the libpthread repo. $ git clone git.savannah.gnu.org:/srv/git/hurd/glibc.git/ $ cd glibc $ git checkout tschwinge/Roger_Whitt

Re: [PATCH gnumach 2/2] yyy i386: less magic

2015-05-06 Thread Justus Winter
Quoting Samuel Thibault (2015-05-06 21:10:08) > Please already apply this one :) Yes, I would have done that all by myself, it just happened to be in that branch... Cheers, Justus

Re: 'struct flock' has no member named 'l_end'

2015-05-06 Thread Samuel Thibault
Hello, Manolis Ragkousis, le Wed 08 Apr 2015 22:21:42 +0300, a écrit : > in libpthread commit > 8b48173fdc8f52a234ff9d3d1de5277c60d7eea4 the > Makefile expects shm-directory.c to be present in > sysdeps/generic/ but it is not. > > This file only exists in glibc 2.21 and is not yet > implemented i

Re: Test case for fakeroot-hurd failure with a socket

2015-05-06 Thread Samuel Thibault
Hello, Svante Signell, le Mon 04 May 2015 14:14:16 +0200, a écrit : > Attached is the test code where fakeroot-hurd fails. > fakeroot-hurd ./test_sockets > bind: Operation not supported Mmm, I don't think we want to implement it in netfs_attempt_chmod as you are trying to do. See the code netfs_S

Re: [PATCH mig] Explicitly use gnu_inline semantics for x_server_routine functions

2015-05-06 Thread Samuel Thibault
David Michael, le Tue 05 May 2015 16:33:45 -0400, a écrit : > Does anyone foresee problems with this method? Well, that imposes using a gcc compiler. But we can probably use static inline instead? Samuel

Re: [PATCH gnumach 2/2] yyy i386: less magic

2015-05-06 Thread Samuel Thibault
Hello, Please already apply this one :) Samuel

[PATCH gnumach 2/2] yyy i386: less magic

2015-05-06 Thread Justus Winter
--- i386/i386/pcb.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/i386/i386/pcb.c b/i386/i386/pcb.c index 2da3804..888012c 100644 --- a/i386/i386/pcb.c +++ b/i386/i386/pcb.c @@ -96,7 +96,7 @@ void stack_attach( /* * Point top of kernel stack to user`

[PATCH gnumach 1/2] yyy sysenter prototype

2015-05-06 Thread Justus Winter
--- i386/Makefrag.am| 2 + i386/i386/gdt.c | 17 i386/i386/gdt.h | 7 +- i386/i386/i386asm.sym | 1 + i386/i386/locore.S | 224 i386/i386/pcb.c | 24 +++--- i386/i386/syscall.c | 103 ++