about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2018-11-07 12:37:05 +0100
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2018-11-10 10:45:13 +0000
commit434c34bd8e3fe5b5dd951c74aef3f0b71d0e08c2 (patch)
tree72a5f192501f698983cfb071930545e9efa49afb /ChangeLog
parent1626a1cfcd6ba1cc64721be1036c2873211d499b (diff)
downloadglibc-434c34bd8e3fe5b5dd951c74aef3f0b71d0e08c2.tar.gz
glibc-434c34bd8e3fe5b5dd951c74aef3f0b71d0e08c2.tar.xz
glibc-434c34bd8e3fe5b5dd951c74aef3f0b71d0e08c2.zip
Hurd: Implement chdir support in posix_spawn
This fixes build-many-glibcs.py on i686-gnu.

Thanks Florian Weimer for the initial version.

* sysdeps/mach/hurd/spawni.c (__spawni): Add ccwdir port. Test and use
it, free it if needed.
(reauthenticate): Test and use ccwdir.
(child_init_port): In non-resetids case, test and use ccwdir.
(child_chdir): New nested function to set ccwdir.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e43fd3e987..0b7752345b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2018-11-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
+
+	* sysdeps/mach/hurd/spawni.c (__spawni): Add ccwdir port. Test and use
+	it, free it if needed.
+	(reauthenticate): Test and use ccwdir.
+	(child_init_port): In non-resetids case, test and use ccwdir.
+	(child_chdir): New nested function to set ccwdir.
+
 2018-11-09  Martin Sebor  <msebor@redhat.com>
 
 	* include/libc-symbols.h (__attribute_copy__): Define macro unless