summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/ChangeLog
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2002-05-06 10:05:46 +0000
committerCorinna Vinschen <corinna@vinschen.de>2002-05-06 10:05:46 +0000
commita9917779940a314185fa33c177a45fd12502935c (patch)
tree9f4a874d8b7c7eb8a9d318d4790017acedba59a1 /winsup/cygwin/ChangeLog
parent3d9bc8a6171538504fc61aac2a1e43022b334034 (diff)
downloadcygnal-a9917779940a314185fa33c177a45fd12502935c.tar.gz
cygnal-a9917779940a314185fa33c177a45fd12502935c.tar.bz2
cygnal-a9917779940a314185fa33c177a45fd12502935c.zip
* spawn.cc (spawn_guts): Move call to set_process_privilege()
to load_registry_hive(). * registry.cc (load_registry_hive): ditto. * fork.cc (fork_parent): Call sec_user_nih() only once.
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r--winsup/cygwin/ChangeLog9
1 files changed, 8 insertions, 1 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index e995ca0e2..cc32b8792 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,4 +1,11 @@
-2002-05-24 Christopher January <chris@atomice.net>
+2002-05-05 Pierre Humblet <pierre.humblet@ieee.org>
+
+ * spawn.cc (spawn_guts): Move call to set_process_privilege()
+ to load_registry_hive().
+ * registry.cc (load_registry_hive): ditto.
+ * fork.cc (fork_parent): Call sec_user_nih() only once.
+
+2002-05-04 Christopher January <chris@atomice.net>
* path.h (path_conv::path_conv): Initialise normalized_path to NULL.