summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r--winsup/cygwin/ChangeLog23
1 files changed, 23 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index 528e753f1..6c73c0ccf 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,5 +1,28 @@
2007-01-17 Corinna Vinschen <corinna@vinschen.de>
+ * Makefile.in (DLL_OFILES): Add fhandler_procnet.o.
+ * autoload.cc (GetAdaptersAddresses): Define.
+ * devices.h (FH_PROCNET): Define new device.
+ * devices.in (dev_procnet_storage): Add "/proc/net" entry.
+ * devices.cc: Regenerate.
+ * dir.cc (readdir_worker): Use isproc_dev macro.
+ * dtable.cc (build_fh_pc): Add FH_PROCNET.
+ * fhandler.h (class fhandler_procnet): New class.
+ * fhandler_proc.cc: Add "net" subdirectory handling.
+ * fhandler_procnet.cc: New file handling "/proc/net" directory.
+ * path.cc (isvirtual_dev): Move to path.h.
+ * path.h (isproc_dev): New macro to identify /proc files by device.
+ (isvirtual_dev): Moved here. Define using isproc_dev.
+ * syscalls.cc (unlink): Use isproc_dev macro.
+ * wincap.h (wincapc::has_gaa_prefixes): New element.
+ (wincapc::has_gaa_on_link_prefix): New element.
+ * wincap.cc: Implement above elements throughout.
+ (wincapc::init): Check XP for service pack and set has_gaa_prefixes
+ appropriately.
+ * include/cygwin/in6.h: Include asm/byteorder.h.
+
+2007-01-17 Corinna Vinschen <corinna@vinschen.de>
+
* include/asm/socket.h (SIOGIFINDEX): Define.
2007-01-17 Corinna Vinschen <corinna@vinschen.de>