LI Qing
54de00a3bc
Fix the issue when path is suffixed by "/"
2022-08-15 09:21:52 +08:00
LI Qing
1dc2b517fc
Fix the issue about fsync on hostfs's dir
...
There are no sync methods about untrusted dir, so we do nothing.
2022-07-13 13:42:51 +08:00
LI Qing
eb046d4241
Add O_TRUNC support in open syscall and rewrite the truncate test
2021-06-04 11:47:38 +08:00
LI Qing
3dbf050904
Add sync_all, sync_data and poll for hostfs file
2021-03-02 13:47:02 +08:00
LI Qing
292fc28340
Add "*at()" system calls
...
The syscalls implemented in this submission are as follows:
fchmodat, fchownat, linkat, mkdirat, renameat, readlinkat, unlinkat
2020-09-18 12:39:12 +08:00
LI Qing
70d7d10eeb
Add support to mkdir & rmdir in hostfs
2020-08-20 17:03:30 +08:00
LI Qing
7d31cb743c
Add support to read directory in hostfs
2020-08-20 17:03:30 +08:00
Hui, Chunyang
5b695c9539
Format c/c++ files in src, tools and test
2020-05-27 07:09:18 +00:00
LI Qing
614ec88242
Remove tabs in the source files of test cases
2020-05-15 02:59:16 +00:00
LI Qing
96876b2935
Add rename for hostfs
2020-03-23 02:45:47 +00:00
Tate, Hongliang Tian
d77c21f98c
Add a command-line interface tool named occlum
...
1. All generated, build files are now in a separate build directory;
2. The CLI tool supports three sub-commands: init, build, and run;
3. Refactor tests to use the new tool.
2019-08-28 06:05:12 +00:00
Wang Runji
7f229cef50
add simple HostFS, mount it at /host
2019-07-19 03:51:38 +00:00