summaryrefslogtreecommitdiff
path: root/src/cmd/tests/kernel/fs.c
AgeCommit message (Collapse)Author
2024-08-17tests: fix the bad_delegate testdzwdz
It was closing the request handle... Now I'm guaranteeing an empty handle in a smarter way.
2024-08-17kernel: immediately fail open() request instead of truncating the pathdzwdz
less error prone
2024-07-11kernel: start cleaning up VfsRequestdzwdz
* 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-11kernel: fix null dereference when delegating an nonexistent handledzwdz
2024-02-23kernel: fix _sys_fs_wait in initdzwdz
2023-08-14reorganization: first stepsdzwdz