about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2017-07-05 15:38:42 +0200
committerFlorian Weimer <fweimer@redhat.com>2017-07-05 19:04:40 +0200
commitd4165eedf5b85bfda3ea6b251f69838857e44925 (patch)
tree03ec09a2be6b35bfc3b3c720f084f98074477753 /ChangeLog
parent76637a921f5d657998aa9a06981bf8a062ffd497 (diff)
downloadglibc-d4165eedf5b85bfda3ea6b251f69838857e44925.tar.gz
glibc-d4165eedf5b85bfda3ea6b251f69838857e44925.tar.xz
glibc-d4165eedf5b85bfda3ea6b251f69838857e44925.zip
support: Add support_chroot_create and support_chroot_free
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 42ffe74254..5cbeb7b89c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,19 @@
 2017-07-05  Florian Weimer  <fweimer@redhat.com>
 
+	* support/namespace.h (struct support_chroot_configuration)
+	(struct support_chroot): Define.
+	(support_chroot_create, support_chroot_free): New functions.
+	* support/support_chroot.c: New file.
+	* support/Makefile (libsupport-routines): Add support_chroot.
+	* resolv/tst-resolv-res_init-skeleton.c (path_chroot)
+	(path_resolv_conf): Remove definitions.
+	(chroot_env): New variable.
+	(prepare): Call support_chroot_create.
+	(check_chroot_working, setup_nss_dns_and_chroot, run_res_init)
+	(special_test_callback, do_test): Likewise.
+
+2017-07-05  Florian Weimer  <fweimer@redhat.com>
+
 	Add subtest to check isolation of multiple loopback addresses.
 	* support/tst-support-namespace.c (test_localhost_bind): New function.
 	(do_test): Call it.