Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-07-11 | user: reorganize the userland sources | dzwdz | |
2022-07-10 | init/lib: implement "evil semaphores" | dzwdz | |
I started implementing native semaphores in the kernel, but then I've realized that I can implement them in userland using pipes. Thus, this hot garbage was born. | |||
2022-07-09 | init/test: mostly clean up the existing tests | dzwdz | |
2022-07-06 | kernel/pipes: read & write support | 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: only run tests when prompted from the shell | dzwdz | |
2021-10-15 | init: move the tests to their own directory | dzwdz | |