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. |