To implement nanosleep I just improved the wait queues a bit until nanosleep could be done in 33 lines of code
Conversation
Notices
-
Drew DeVault (drewdevault@fosstodon.org)'s status on Tuesday, 21-May-2024 20:35:51 JST Drew DeVault -
Drew DeVault (drewdevault@fosstodon.org)'s status on Tuesday, 21-May-2024 20:35:51 JST Drew DeVault Will probably have to change a bit once I implement signals and have to deal with EINTR
-
Drew DeVault (drewdevault@fosstodon.org)'s status on Tuesday, 21-May-2024 20:35:51 JST Drew DeVault Call it 32 lines, that assert belongs somewhere else
-
Drew DeVault (drewdevault@fosstodon.org)'s status on Tuesday, 21-May-2024 20:35:51 JST Drew DeVault Block device files are now mounted, not that you can open them
-