Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2012-03-27 22:30:28 +0400
committerCorinna Vinschen <corinna@vinschen.de>2012-03-27 22:30:28 +0400
commitcd24077999e1bebf911820096c4dce09576cfcf3 (patch)
tree8a943ba436e18446e618a8794ede6905852baa6f /winsup/doc
parent4b6a427b0a9fab3c0568daa83dfc04f70d248a87 (diff)
* fhandler_process.cc (process_tab): Add entry for mountinfo.
(format_process_mountstuff): New function, derived from format_process_mounts. Only open another user's user_info shared memory area if the process is owned by another user. Actually access the opened shared user_info to get the right mount table. For other users, don't print remote cygdrive mount points. Print mountinfo or mounts output depending on the bool mountinfo argument. (format_process_mounts): Just call format_process_mountstuff with mountinfo set to false. (format_process_mountinfo): Ditto with mountinfo set to true. * new-features.sgml (ov-new1.7.11): Add mountinfo.
Diffstat (limited to 'winsup/doc')
-rw-r--r--winsup/doc/ChangeLog4
-rw-r--r--winsup/doc/new-features.sgml4
2 files changed, 8 insertions, 0 deletions
diff --git a/winsup/doc/ChangeLog b/winsup/doc/ChangeLog
index 98c5236aa..e19de178d 100644
--- a/winsup/doc/ChangeLog
+++ b/winsup/doc/ChangeLog
@@ -1,3 +1,7 @@
+2012-03-27 Corinna Vinschen <corinna@vinschen.de>
+
+ * new-features.sgml (ov-new1.7.11): Add mountinfo.
+
2012-03-01 Yaakov Selkowitz <yselkowitz@users.sourceforge.net>
* faq-programming.xml (faq.programming.make-execvp): Remove obsolete
diff --git a/winsup/doc/new-features.sgml b/winsup/doc/new-features.sgml
index d919fb3dc..534b3f9f6 100644
--- a/winsup/doc/new-features.sgml
+++ b/winsup/doc/new-features.sgml
@@ -19,6 +19,10 @@ unavailable, don't show it in the cygdrive directory listing.
</para></listitem>
<listitem><para>
+Add virtual /proc/PID/mountinfo file.
+</para></listitem>
+
+<listitem><para>
Raise default stacksize of pthreads from 512K to 1 Meg. It can still be
changed using the pthread_attr_setstacksize call.
</para></listitem>