summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZhaoming Luo <zhmingluo@163.com>2025-03-26 12:06:08 +0800
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2025-03-26 07:22:26 +0100
commitb55731fa430da66d9f68069d5561923c6842cc57 (patch)
tree931171ff216a5e393b6fdae949bb9ed3485ae22e
parent22548eea446e4f78d3668110c0a182d98745b78d (diff)
contributing: Improve the get time functions accuracy using HPET
This is done. See: https://git.savannah.gnu.org/cgit/hurd/gnumach.git/commit/?id=6d91c78f0c240e3c7d81e19e85507e0aec580d6f Message-ID: <20250326040608.53962-1-zhmingluo@163.com>
-rw-r--r--contributing.mdwn1
1 files changed, 0 insertions, 1 deletions
diff --git a/contributing.mdwn b/contributing.mdwn
index ec98019a..d79388ab 100644
--- a/contributing.mdwn
+++ b/contributing.mdwn
@@ -189,7 +189,6 @@ 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).