diff --git a/winsup/doc/ChangeLog b/winsup/doc/ChangeLog index c3f19ca6c..8a8aad279 100644 --- a/winsup/doc/ChangeLog +++ b/winsup/doc/ChangeLog @@ -1,3 +1,8 @@ +2011-08-19 Yaakov Selkowitz + + * new-features.sgml (ov-new1.7.10): Document /proc/devices + and /proc/misc. + 2011-08-16 Corinna Vinschen * new-features.sgml (ov-new1.7.10): Document new RTLD flags. diff --git a/winsup/doc/new-features.sgml b/winsup/doc/new-features.sgml index adbb10a9f..998d9ba94 100644 --- a/winsup/doc/new-features.sgml +++ b/winsup/doc/new-features.sgml @@ -76,6 +76,11 @@ Also, perror and strerror_r no longer clobber strerror storage. total number of processes. + +Added /proc/devices and /proc/misc, which lists supported device types and +their device numbers. + + Added /proc/swaps, which shows the location and size of Windows paging file(s).