]> Projects (at) Tadryanom (dot) Me - AdrOS.git/commit
feat: times() syscall (84) — per-process CPU time accounting (utime/stime fields...
authorTulio A M Mendes <[email protected]>
Thu, 12 Feb 2026 03:49:04 +0000 (00:49 -0300)
committerTulio A M Mendes <[email protected]>
Fri, 13 Feb 2026 02:20:50 +0000 (23:20 -0300)
commit5404ca282bfd01583db244250d11edf28018a646
treedd41b4ce1691352f13b48efd5aff9f1678ef51c9
parent00a61ee03daa046dcb4f6d20376386c56a63c8ba
feat: times() syscall (84) — per-process CPU time accounting (utime/stime fields in struct process)
include/process.h
include/syscall.h
src/kernel/scheduler.c
src/kernel/syscall.c
user/ulibc/include/sys/times.h [new file with mode: 0644]
user/ulibc/include/syscall.h
user/ulibc/src/times.c [new file with mode: 0644]