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:
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r--winsup/cygwin/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index d4fb55f5b..3cabade63 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,3 +1,12 @@
+2011-08-19 Yaakov Selkowitz <yselkowitz@users.sourceforge.net>
+
+ * devices.h (fh_devices): Define DEV_MISC_MAJOR, DEV_MEM_MAJOR,
+ DEV_SOUND_MAJOR. Use throughout.
+ * fhandler_proc.cc (proc_tab): Add /proc/devices and /proc/misc
+ virtual files.
+ (format_proc_devices): New function.
+ (format_proc_misc): New function.
+
2011-08-19 Christopher Faylor <me.cygwin2011@cgf.cx>
* dtable.cc: Mark some const variables as static.