submitted-exec_filename
authorGNU Libc Maintainers <debian-glibc@lists.debian.org>
Fri, 5 Jan 2018 18:09:39 +0000 (18:09 +0000)
committerAurelien Jarno <aurel32@debian.org>
Fri, 5 Jan 2018 18:09:39 +0000 (18:09 +0000)
commitc85fb49458fe1f2d6f7b665038aabcf381070fe7
treea0d634ab967550bd5dfc8fd5f8a7c6161609773a
parentb69c6d830d0ea6b7190856ce80d253dbbc8b91a4
submitted-exec_filename

2.13-33 dates when this was added

TODO: _DEBIAN_ in versions however pose problem. Remove the _DEBIAN_ version
once packages are rebuilt against 2.21.

2010-08-04  Emilio Pozuelo Monfort  <pochu27@gmail.com>
2017-09-26  Svante Signell  <svante.signell@gmail.com>
* hurd/hurdexec.c (_hurd_exec): Deprecate it.
(_hurd_exec_file_name): New function.
* hurd/hurd.h (_hurd_exec): Deprecate it.
(_hurd_exec_file_name): Declare it.
* hurd/Versions: Export it.
* sysdeps/mach/hurd/execve.c: Use it.
* sysdeps/mach/hurd/fexecve.c: Likewise.
* sysdeps/mach/hurd/spawni.c: Likewise.

From d1793416cf8bf6fccd42679a8ec30b0058823ab8 Mon Sep 17 00:00:00 2001
From: Emilio Pozuelo Monfort <pochu27@gmail.com>
Date: Sat, 22 May 2010 18:26:29 +0200
Subject: [PATCH] Use the new file_exec_file_name RPC

Pass the file name of executable to the exec server, which it needs to
execute #!-scripts.  Currently, the exec server tries to guess the name
from argv[0] but argv[0] only contains the executable name by convention.

Gbp-Pq: Topic hurd-i386
Gbp-Pq: Name submitted-exec_filename.diff
hurd/Makefile
hurd/Versions
hurd/hurd.h
hurd/hurdexec.c
sysdeps/mach/hurd/execve.c
sysdeps/mach/hurd/fexecve.c
sysdeps/mach/hurd/spawni.c