summaryrefslogtreecommitdiff
path: root/open_issues
diff options
context:
space:
mode:
authorThomas Schwinge <thomas@codesourcery.com>2013-04-07 01:11:58 +0200
committerThomas Schwinge <thomas@codesourcery.com>2013-04-07 01:11:58 +0200
commit357bc0213f1d4049d6ce0c80122987c760c5e506 (patch)
tree2577592f83ced149f123da3770452e1a917ef20f /open_issues
parente4ca7c575ff06479bb634cf64cd9abe36a25e3e8 (diff)
parenteb8c1c4b7b414b73e81c8be1cbd2e5b616a8c443 (diff)
Merge remote-tracking branch 'savannah/master'
Diffstat (limited to 'open_issues')
-rw-r--r--open_issues/time.mdwn18
1 files changed, 16 insertions, 2 deletions
diff --git a/open_issues/time.mdwn b/open_issues/time.mdwn
index ab239aef..becb88b0 100644
--- a/open_issues/time.mdwn
+++ b/open_issues/time.mdwn
@@ -1,4 +1,5 @@
-[[!meta copyright="Copyright © 2009, 2011 Free Software Foundation, Inc."]]
+[[!meta copyright="Copyright © 2009, 2011, 2013 Free Software Foundation,
+Inc."]]
[[!meta license="""[[!toggle id="license" text="GFDL 1.2+"]][[!toggleable
id="license" text="Permission is granted to copy, distribute and/or modify this
@@ -51,7 +52,7 @@ GNU time's *elapsed* value is off by some factor.
user 0m0.000s
sys 0m0.010s
-As above; also here all the running time should be attriuted to *user* time.
+As above; also here all the running time should be attributed to *user* time.
This is probably a [[!taglink open_issue_gnumach]].
@@ -67,3 +68,16 @@ While testing some [[performance/IPC_virtual_copy]] performance issues:
<tschwinge> And I can confirm that with dd if=/dev/zero of=/dev/null bs=4k
running, a parallel sleep 10 takes about 20 s (on strauss).
+
+# 2013-03-30/31
+
+Investigating time's `configure`, a difference of the output between Linux and
+Hurd shows:
+
+ -checking for wait3 that fills in rusage... yes
+ +checking for wait3 that fills in rusage... no
+
+This causes a different code path in `resuse.c` to be used; such code path does
+not get a define for `HZ`, which is then defined with a fallback value of 60.
+
+[[!debbug 704283]] has been filed with a fix for this no-wait3 case.