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/ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index 593690a00..afb46cadd 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,3 +1,19 @@
+2001-11-03 Christopher Faylor <cgf@redhat.com>
+
+ * fhandler.h (fhandler_base::ready_for_read): Remove unused argument.
+ (fhandler_tty_slave::ready_for_read): Ditto.
+ (select_record): Remove poll, initialize peek.
+ * select.cc: Remove all poll functions, throughout. Change second
+ argument of peek_* functions to 'bool' throughout. Specifically
+ initialize *_ready variables throughout.
+ (select_stuff::poll): Subsume previous poll functionality.
+ (peek_pipe): Don't grab guard mutex when in select loop.
+ select()/read() is racy by design so there is no need to worry about a
+ race in select().
+ (fhandler_base::ready_for_read): Remove unused argument.
+ (fhandler_tty_slave::ready_for_read): Ditto.
+ * syscalls.cc (_read): Eliminate third argument in ready_for_read call.
+
2001-11-03 Corinna Vinschen <corinna@vinschen.de>
* security.cc (get_supplementary_group_sidlist): New function.