sorta fix set_times on paths and dirfds

This commit is contained in:
Pat Hickey
2021-01-05 14:28:26 -08:00
parent ce13cd9e77
commit 56788be629
2 changed files with 34 additions and 3 deletions

View File

@@ -2,8 +2,8 @@
TODOs:
* symlink following behavior, trailing slash behavior (closely related to
symlinks) in cap-std isnt ready yet.
* path_filestat_set_times, fd_filestat_set_times: no way to set times of a
path or for a Dir
* path_filestat_set_times, fd_filestat_set_times: different types used to set
times for a Dir vs a File, this is a fs_set_times vs cap_fs_ext divergence
* File::set_fdflags is unimplemented, File::get_fdflags is lying - these are
fcntl on unix, reopenfile / ?? on windows. Not implemented in system-interface yet.
* async scheduling!