]> 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)
commitb795949de4eddd7de3d77f844c59f1f851be067e
tree1887287bf5db676bfb34ec40f5456520f7f828cf
parent9a28dd772b5e729a83c6a847063bc731ad3374d3
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]