Re: [PATCH] Remove configure check for libcrypt

2014-04-16 Thread Samuel Thibault
Ludovic Courtès, le Sat 12 Apr 2014 18:37:12 +0200, a écrit : > This patch removes a configure check from 1996, which has been > unnecessary for some time. > > OK to apply? Why not :) > Thanks, > Ludo’. > > From a0f93043770eb593600f1ae7ddefa9a82f2e23cb Mon Sep 17 00:00:00 2001 > From: =?UTF-8?

Re: [PATCH 1/3] Add a new exec_exec_file_name RPC

2014-04-16 Thread Samuel Thibault
Hello, Roland, could you have a look? This is really posing problems. Samuel Thibault, le Fri 11 Apr 2014 09:03:03 +0200, a écrit : As a reminder, here is the issue: “ $ cat bar #!/bin/sh echo "\$0: $0" $ cat foo.c ... char *arg[] = { argv[1], NULL }; execv (*arg, arg);

Re: GCC's -fsplit-stack disturbing Mach's vm_allocate

2014-04-16 Thread Samuel Thibault
Thomas Schwinge, le Wed 09 Apr 2014 09:36:42 +0200, a écrit : > Well, the first step is to verify that TARGET_THREAD_SPLIT_STACK_OFFSET > and similar configury is correct for the Hurd, I have added the corresponding field, so we can just use the same offset as on Linux. Samuel

Re: GCC's -fsplit-stack disturbing Mach's vm_allocate

2014-04-16 Thread Samuel Thibault
Samuel Thibault, le Sat 12 Apr 2014 01:04:49 +0200, a écrit : > Samuel Thibault, le Fri 11 Apr 2014 23:51:44 +0200, a écrit : > > So, do we really want to let munmap poke a hole at address 0 and thus > > let further vm_map() return address 0? > > i.e. we could apply this: I have applied it. Samu