aboutsummaryrefslogtreecommitdiff
path: root/common/uapi/proc.c
AgeCommit message (Expand)Author
2024-05-24rename common to srcKimplul
2023-10-03fix fork return valuesKimplul
2023-07-31start working on irqsKimplul
2023-07-27use nifty variable argument count trickKimplul
2023-06-04slight optimization and brainfart fixKimplul
2023-05-01update license stuffKimplul
2023-04-30rename to kmiKimplul
2022-11-21make syscall handlers voidKimplul
2022-11-21possible optimisationsKimplul
2022-11-12initial rpc implementationsKimplul
2022-11-11less buggy forkKimplul
2022-11-10initial implementation of process copyingKimplul
2022-10-22create impl and CAP_PROC checkingKimplul
2022-10-22initial high level fork impKimplul
2022-10-21beautificationKimplul
2022-10-21initial implementation of swapKimplul
2022-10-21initial spawn implementationKimplul
2022-10-14add spawn syscallKimplul
2022-10-14remove references to cowKimplul
2022-09-22add assign syscall skeletonKimplul
2022-09-20add notify syscall skeletonKimplul
2022-09-15change syscalls to take 5 params and return 6Kimplul
2022-06-12doxygen shows no warningsKimplul
2022-06-12add license textsKimplul
2022-06-11continue documentationKimplul
2022-06-09use doxygen todoKimplul
2022-06-09continue documentationKimplul
2022-05-24make process loading more genericKimplul
2022-05-24change bit utils to not be __*Kimplul
2022-05-24initial musings about execKimplul
2022-05-23rename sys_switch to sys_swapKimplul
2022-05-22add @file info to all filesKimplul
2022-05-21add create syscall for threadsKimplul
2022-05-09improve uapiKimplul
2022-05-05riscv64 boots with clang (sort of)Kimplul
2022-04-21start working on timer subsysKimplul
2022-04-10add clang format and run itKimplul
2021-12-27Started work on syscallsKimplul