Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-08-17 | kernel: immediately fail open() request instead of truncating the path | dzwdz | |
less error prone | |||
2024-07-11 | kernel: start cleaning up VfsRequest | dzwdz | |
* I'm being more strict about the linked list state to hopefully ensure I'm not leaking any references. * vfsreq_create was renamed to vfsreq_dispatchcopy as that name feels more clear. It copies its argument, and dispatches it. * Requests for user backends are now handled more like requests for kernel backends - there's an accept() function that accepts a request. | |||
2024-05-11 | kernel: fix null dereference when delegating an nonexistent handle | dzwdz | |
2024-02-23 | kernel: fix _sys_fs_wait in init | dzwdz | |
2023-08-14 | reorganization: first steps | dzwdz | |