| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-10-14 | add spawn syscall | Kimplul | |
| + Prefer over unixy fork/exec for speed since I don't want to support cow. Shell redirection should be done with env server and cooperating libc. | |||
| 2022-10-14 | remove references to cow | Kimplul | |
| + Skip cow for now, maybe implement later but try to keep things simple. | |||
| 2022-09-22 | add assign syscall skeleton | Kimplul | |
| 2022-09-20 | add notify syscall skeleton | Kimplul | |
| + Now to actually start implementing shit. :) | |||
| 2022-09-15 | change syscalls to take 5 params and return 6 | Kimplul | |
| + In total, a syscall is built up of 6 values, with the first being the syscall number. Symmetrically, the first value is now a status and the following five values return "values". This allows us to cram in more info into the ipc_* functions. The performance difference is absolutely minimal, at least from my testing in qemu. | |||
| 2022-06-12 | doxygen shows no warnings | Kimplul | |
| + Does not mean documentation is done, but it's a nice little achievement nonetheless. | |||
| 2022-06-12 | add license texts | Kimplul | |
| 2022-06-11 | continue documentation | Kimplul | |
| 2022-06-09 | use doxygen todo | Kimplul | |
| 2022-06-09 | continue documentation | Kimplul | |
| 2022-05-24 | make process loading more generic | Kimplul | |
| 2022-05-24 | change bit utils to not be __* | Kimplul | |
| 2022-05-24 | initial musings about exec | Kimplul | |
| 2022-05-23 | rename sys_switch to sys_swap | Kimplul | |
| 2022-05-22 | add @file info to all files | Kimplul | |
| + Next step, start documenting contents of each file. | |||
| 2022-05-21 | add create syscall for threads | Kimplul | |
| 2022-05-09 | improve uapi | Kimplul | |
| 2022-05-05 | riscv64 boots with clang (sort of) | Kimplul | |
| 2022-04-21 | start working on timer subsys | Kimplul | |
| 2022-04-10 | add clang format and run it | Kimplul | |
| 2021-12-27 | Started work on syscalls | Kimplul | |
