summaryrefslogtreecommitdiff
path: root/src/user/app/init/driver/tmpfs.c
AgeCommit message (Collapse)Author
2022-08-08user: separate tmpfs into its own executable, add `mount`dzwdz
2022-08-07user/tmpfs: expand files on the flydzwdz
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-29syscall/write: WRITE_TRUNCATEdzwdz
2022-07-29use a shared fs_normslice() function to handle offsetsdzwdz
2022-07-26user/libc: exit()dzwdz
What an interesting commit.
2022-07-26user: move the POSIX-y stuff to the proper header filesdzwdz
2022-07-26shared: move some headers from shared/ to camellia/dzwdz
2022-07-26tools: add tools/sort_includes.rbdzwdz
2022-07-24user: change the directory structure to prepare for multiple binariesdzwdz