]> sourceware.org Git - newlib-cygwin.git/commitdiff
* new-features.sgml (ov-new1.7.8): Document /proc/sys.
authorCorinna Vinschen <corinna@vinschen.de>
Tue, 15 Feb 2011 15:32:19 +0000 (15:32 +0000)
committerCorinna Vinschen <corinna@vinschen.de>
Tue, 15 Feb 2011 15:32:19 +0000 (15:32 +0000)
winsup/doc/ChangeLog
winsup/doc/new-features.sgml

index d936503e730f8e34c5fe84c468294d4ded28f5cd..f74faa3716cc8b4e0ddf52a7d21b64e609e3c332 100644 (file)
@@ -1,3 +1,7 @@
+2011-02-15  Corinna Vinschen  <corinna@vinschen.de>
+
+       * new-features.sgml (ov-new1.7.8): Document /proc/sys.
+
 2011-02-10  Eric Blake  <eblake@redhat.com>
 
        * new-features.sgml (ov-new1.7.8): Document strerror_r fixes.
index 1179fe5068ce51973143aa5e9c7b215e202558b5..bb4a71ac88e3fd405a303fdafa1cddb94df7e963 100644 (file)
@@ -48,6 +48,16 @@ defined, it retains the previous behavior of returning char *
 it now obeys POSIX semantics of returning int.
 </para></listitem>
 
+<listitem><para>
+/proc/sys now allows unfiltered access to the native NT namespace.  Access
+restrictions still apply.  Direct device access via /proc/sys is not yet
+supported.  File system access via block devices works.  For instance
+(note the trailing backslash!)
+<screen>
+bash$ cd /proc/sys/Device/HarddiskVolumeShadowCopy1/
+</screen>
+</para></listitem>
+
 <listitem><para>
 Other new APIs: llround, llroundf, madvise, pthread_yield.
 Export program_invocation_name, program_invocation_short_name.
This page took 0.03225 seconds and 5 git commands to generate.