Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-08-14 | reorganization: first steps | dzwdz | |
2022-12-25 | user/lib: reorganize a few header files | dzwdz | |
2022-09-20 | shared: rename ufs_request to better fit its role in userland | dzwdz | |
The old name could have suggested that it held a response to a request received by fs_wait. The new name is unfortunately very similar to the `struct vfs_request` already used internally in the kernel, but it's better at conveying that it contains a filesystem request yet to be handled. vfs_request - virtual filesystem request (a bad name in hindsight) ufs_request - user filesystem request | |||
2022-08-28 | user/lua: prepare libc headers | dzwdz | |
2022-08-19 | syscall/fs_wait: return a handle for each request | dzwdz | |
2022-08-08 | fs: getsize() on directories | dzwdz | |
2022-08-07 | user/libc: strchr | 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 | use a shared fs_normslice() function to handle offsets | dzwdz | |
2022-07-26 | user/libc: exit() | dzwdz | |
What an interesting commit. | |||
2022-07-26 | shared: move some headers from shared/ to camellia/ | dzwdz | |
2022-07-26 | move user_bootstrap to user/bootstrap for consistency's sake | dzwdz | |