aboutsummaryrefslogtreecommitdiff
path: root/include/kmi/bits.h
AgeCommit message (Collapse)Author
2024-06-01document sleepKimplul
2024-05-23improve id handlingKimplul
+ The number of allowed threads running at the same time is limited to num_tids, but each thread's ID can be any larger than that. This should make ID reuse a lot more rare, and probably makes certain kinds of time-of-check-to-time-of-use attacks more difficult
2024-05-10implement faster page allocatorKimplul
2023-05-01update license stuffKimplul
2023-04-30rename to kmiKimplul