summaryrefslogtreecommitdiffstats
path: root/winsup/utils/ChangeLog
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2009-05-11 14:01:17 +0000
committerCorinna Vinschen <corinna@vinschen.de>2009-05-11 14:01:17 +0000
commit46777e0a3d3dce21aac5609fa0406a7c85ae0403 (patch)
treedeab6420a89f80a0bbf96650381846dae963ed70 /winsup/utils/ChangeLog
parent5aaaadc0e548e8c2adc305639fc62bb32e153662 (diff)
downloadcygnal-46777e0a3d3dce21aac5609fa0406a7c85ae0403.tar.gz
cygnal-46777e0a3d3dce21aac5609fa0406a7c85ae0403.tar.bz2
cygnal-46777e0a3d3dce21aac5609fa0406a7c85ae0403.zip
* Makefile.in: Link ps.exe agains ntdll.dll.
* ps.cc (main): Enable SE_DEBUG_NAME privilege if Windows processes have to be enumerated. Workaround EnumProcessModules problem when running under WOW64 and use NtQueryInformationProcess to fetch process image name.
Diffstat (limited to 'winsup/utils/ChangeLog')
-rw-r--r--winsup/utils/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/winsup/utils/ChangeLog b/winsup/utils/ChangeLog
index a40070def..cb29eee31 100644
--- a/winsup/utils/ChangeLog
+++ b/winsup/utils/ChangeLog
@@ -1,3 +1,11 @@
+2009-05-11 Corinna Vinschen <corinna@vinschen.de>
+
+ * Makefile.in: Link ps.exe agains ntdll.dll.
+ * ps.cc (main): Enable SE_DEBUG_NAME privilege if Windows processes
+ have to be enumerated. Workaround EnumProcessModules problem when
+ running under WOW64 and use NtQueryInformationProcess to fetch
+ process image name.
+
2009-05-06 Corinna Vinschen <corinna@vinschen.de>
* mkpasswd.c (current_user): Don't use HOMEDRIVE/HOMEPATH to generate