SerenityOS build: Tuesday, February 21
Images 💾⌗
- serenity-x86_64-20230221-f6eb155.img.gz (Raw image, 163.61 MiB)
Last commit ⭐⌗
commit f6eb155167e8bca9fba9cddb88b39ab7b049ff5d
Author: Humberto Alves <hjalves@live.com>
AuthorDate: Mon Feb 20 21:06:29 2023 +0000
Commit: Andreas Kling <kling@serenityos.org>
CommitDate: Tue Feb 21 01:00:06 2023 +0100
Kernel: Support more clocks in sys$clock_getres()
Support all the available clocks in clock_getres(). Also, fix this
function to use the actual ticks per second value, not the constant
`_SC_CLK_TCK` (which is always equal to 8) and move the resolution
computation logic to TimeManagement.
Other builds