And here goes the glibc one.
Regards,
Emilio
2010-07-16 Emilio Pozuelo Monfort
* hurd/hurdexec.c (_hurd_exec): Deprecate it.
(_hurd_exec_file_name): New function.
* hurd/hurd.h: Declare it.
* hurd/Versions: Export it.
* sysdeps/mach/hurd/execve.c: Use it
Hi,
Note that this patch should only be applied after the glibc patch is applied,
and maybe some time later (perhaps after a stable release shipping it?).
Cheers,
Emilio
>From 968f68ba6747ed11b8eb44b09e81323d40e6324b Mon Sep 17 00:00:00 2001
From: Emilio Pozuelo Monfort
Date: Wed, 26 May 2010
>From 03b291be17be4beb67d7397526c1ae7c292649df Mon Sep 17 00:00:00 2001
From: Emilio Pozuelo Monfort
Date: Thu, 15 Jul 2010 20:37:20 +0200
Subject: [PATCH] Bump HURD_INTERFACE_VERSION
* hurd/version.h (HURD_INTERFACE_VERSION): Bumped for the
recently added RPCs.
---
hurd/version.
>From 3804a36fcf95a3fd588ce67a08a36346134b8d1f Mon Sep 17 00:00:00 2001
From: Emilio Pozuelo Monfort
Date: Wed, 26 May 2010 01:27:40 +0200
Subject: [PATCH 2/3] Add a file_exec_file_name RPC
* hurd/fs.defs (file_exec_file_name): New RPC.
(file_exec): Label as deprecated.
*
On 31/05/10 18:27, Carl Fredrik Hammar wrote:
> I have reviewed the patches and apart from formatting there were only
> a couple of issues. Next iteration is hopefully the last.
I hope so!
> On Thu, May 27, 2010 at 06:22:26PM +0200, Emilio Pozuelo Monfort wrote:
>> On 25/05/10 21:10, Carl Fredri
Hello!
On Fri, Jul 16, 2010 at 05:52:17AM +0200, Benjamin Brunzel wrote:
> http://www.gnu.org/software/hurd/microkernel/mach/documentation.html
>
> Its the first link on this page, Weet Mach.
> The referenced page (http://www.stepwise.com/Articles/Technical/MeetMach.html)
> seems to be not availa
Hi All,
I found an broken external link on the GNU Hurd project homepage.
Its located on the microkernel documentation page.
http://www.gnu.org/software/hurd/microkernel/mach/documentation.html
Its the first link on this page, Weet Mach.
The referenced page (http://www.stepwise.com/Articles/Techn
On Friday 16 July 2010 00:04:31 Ludovic Courtès wrote:
> Unlike the Hurd, Plan 9 exposes everything textually (through a file
> system interface), but that is sometimes awkward (the ‘ctl’ files...)
> and the marshalling/unmarshalling is probably inefficient compared to
> what MIG and similar tools