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/ChangeLog18
1 files changed, 18 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index 33b3df380..a275a960a 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,5 +1,23 @@
2003-03-09 Christopher Faylor <cgf@redhat.com>
+ Do some minor reformatting of 'extern "C"' use throughout.
+
+2003-03-06 Christopher January <chris@atomice.net>
+
+ * autoload.cc (GetSystemTimes): Define new autoload function.
+ * fhandler_proc.cc (proc_listing): Add cpuinfo and partitions entries.
+ (fhandler_proc::fill_filebuf): Add PROC_CPUINFO and PROC_PARTITIONS
+ cases.
+ (format_proc_uptime): Use GetSystemTimes if available.
+ (read_value): New macro.
+ (print): New macro.
+ (cpuid): New function.
+ (can_set_flag): New function.
+ (format_proc_cpuinfo): New function.
+ (format_proc_partitions): New function.
+
+2003-03-09 Christopher Faylor <cgf@redhat.com>
+
* syscalls.cc (unlink): Attempt to be more clever about setting
attributes of file. Only open file in query mode to avoid having to
mess with security stuff for reading.