summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2025-03-01 12:17:14 +0100
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2025-03-01 12:17:14 +0100
commit22548eea446e4f78d3668110c0a182d98745b78d (patch)
tree691eb74abc58e8c1be162de66fc21f184d55e134
parent73bebc1a38c4622c5f99996aa3c1f2fabad43fea (diff)
Note that we can use HPET to make our time reporting more preciseHEADmaster
-rw-r--r--contributing.mdwn1
1 files changed, 1 insertions, 0 deletions
diff --git a/contributing.mdwn b/contributing.mdwn
index d79388ab..ec98019a 100644
--- a/contributing.mdwn
+++ b/contributing.mdwn
@@ -189,6 +189,7 @@ This is the list of tasks that we *want* to address soon, starting with the most
* Check performance of `rumpdisk` against the in-`gnumach` drivers.
* Finish glib's file monitoring (see [merge request draft](https://gitlab.gnome.org/GNOME/glib/-/merge_requests/3626) and [Debian bug](https://bugs.debian.org/1008208))
* Extend `ext2fs` to support 64bit time.
+* Use the HPET support to make `host_get_time` / `host_get_time64` / `host_get_uptime64` much more precise.
* Fix the `git` testsuite (just a few tests failing, used to pass).
* Fix the `curl` testsuite (just a few tests failing).
* Fix the `subversion` testsuite (just a few tests failing).