summaryrefslogtreecommitdiff
path: root/kernel/timer.c
AgeCommit message (Expand)Author
2024-12-14sb/printf: Add ksbprintfAnton Kling
2024-12-11kernel: Add more sv functions and change interfacesAnton Kling
2024-12-10kernel: Add string view and string builderAnton Kling
2024-12-09timer: Use strings instead of direct int64_t to communicate with userlandAnton Kling
2024-07-04scheduler: Use get_uptime() since it caches the resultAnton Kling
2024-07-04TCP: Allow delay for sendsAnton Kling
2024-07-04Random: Improve random seeding.Anton Kling
2024-07-04CMOS: Make read/write calls asyncAnton Kling
2024-07-03Kernel/Time: Improve time keepingAnton Kling