summaryrefslogtreecommitdiff
path: root/src/user/bootstrap/tar.c
AgeCommit message (Collapse)Author
2023-08-14reorganization: first stepsdzwdz
2022-12-25user/lib: reorganize a few header filesdzwdz
2022-09-20shared: rename ufs_request to better fit its role in userlanddzwdz
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-28user/lua: prepare libc headersdzwdz
2022-08-19syscall/fs_wait: return a handle for each requestdzwdz
2022-08-08fs: getsize() on directoriesdzwdz
2022-08-07user/libc: strchrdzwdz
2022-08-05add _syscall_getsizedzwdz
2022-08-04do some simple TODOs, organize the rest; general code maintainancedzwdz
2022-07-30user/fs: create a shared library for handling directory readsdzwdz
2022-07-29use a shared fs_normslice() function to handle offsetsdzwdz
2022-07-26user/libc: exit()dzwdz
What an interesting commit.
2022-07-26shared: move some headers from shared/ to camellia/dzwdz
2022-07-26move user_bootstrap to user/bootstrap for consistency's sakedzwdz