Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-08-08 | user: separate tmpfs into its own executable, add `mount` | dzwdz | |
2022-08-07 | user/tmpfs: expand files on the fly | dzwdz | |
2022-08-05 | add _syscall_getsize | dzwdz | |
2022-08-04 | do some simple TODOs, organize the rest; general code maintainance | dzwdz | |
2022-07-30 | user/fs: create a shared library for handling directory reads | dzwdz | |
2022-07-29 | syscall/write: WRITE_TRUNCATE | dzwdz | |
2022-07-29 | use a shared fs_normslice() function to handle offsets | dzwdz | |
2022-07-26 | user/libc: exit() | dzwdz | |
What an interesting commit. | |||
2022-07-26 | user: move the POSIX-y stuff to the proper header files | dzwdz | |
2022-07-26 | shared: move some headers from shared/ to camellia/ | dzwdz | |
2022-07-26 | tools: add tools/sort_includes.rb | dzwdz | |
2022-07-24 | user: change the directory structure to prepare for multiple binaries | dzwdz | |