index
:
camellia
main
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
init
/
tests
Age
Commit message (
Expand
)
Author
2022-06-29
kernel/vfs: add the OPEN_CREATE flag
dzwdz
2022-05-26
syscalls/memflag: FINDFREE flag
dzwdz
2022-05-26
init: dead simple malloc
dzwdz
2022-05-21
syscall/memflag: implement freeing memory
dzwdz
2022-05-06
syscalls: merge fork() and fs_fork2()
dzwdz
2022-05-02
syscalls: fork() noreap flag
dzwdz
2022-05-02
shared: fix some stuff i broke + compiler warnings
dzwdz
2022-05-02
kernel/vfs: pass `close()` calls to fs handlers
dzwdz
2022-04-28
kernel/proc: simplify `process_seed`
dzwdz
2022-04-15
kernel/vfs: don't hang on orphaned vfs calls
dzwdz
2022-04-15
kernel/vfs: don't hang waiting for a vfs backend after it exit()s
dzwdz
2022-04-13
init/test: add a fork() stress test
dzwdz
2021-11-04
init/tests: ensure that tests exit successfully
dzwdz
2021-10-15
init/tests: write some actual tests - test_await and test_faults
dzwdz
2021-10-15
init/tests: make the test(s) static
dzwdz
2021-10-15
init/tests: remove test_fs, as it doesn't even test anything
dzwdz
2021-10-15
init/tests: implement a run_forked wrapper
dzwdz
2021-10-15
init: only run tests when prompted from the shell
dzwdz
2021-10-15
init: move the tests to their own directory
dzwdz