summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2013-02-19 22:11:43 +0100
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2013-02-19 22:11:43 +0100
commitf55e175e0d21c9b239ce968ed8822158a4660648 (patch)
treee74ff0561ae481b27fd6f92b6277af0df176e194
parentd2a89df7438afbad24699eb3e0428c0a6ecea4ae (diff)
add description
-rw-r--r--.topdeps2
-rw-r--r--.topmsg13
2 files changed, 2 insertions, 13 deletions
diff --git a/.topdeps b/.topdeps
index 180b47c18b..3cc5cad4c0 100644
--- a/.topdeps
+++ b/.topdeps
@@ -1 +1 @@
-baseline
+t/single-select-timeout
diff --git a/.topmsg b/.topmsg
index bbac923c66..619ccd2de2 100644
--- a/.topmsg
+++ b/.topmsg
@@ -1,13 +1,2 @@
From: Richard Braun <rbraun@sceen.net>
-Date: Mon Dec 17 09:57:41 2012 +0000
-
- Fix _hurd_select for single fd sets
-
- The function attempts to optimize this case by performing one IPC system call
- with the timeout included among the parameters, but in the absence of a reply,
- it will call mach_msg again with the same timeout later, effectively doubling
- the total timeout of the select/poll call.
-
- Remove this optimization for the time being.
-
- * hurd/hurdselect.c (_hurd_select): Always call __io_select with no timeout.
+Subject: Rework _hurd_select to use the new io_select_timeout RPC