Michael VAN CANNEYT
|
2ce2bab2a6
* Char -> AnsiChar
|
2 tahun lalu |
Nikolay Nikolov
|
aafb471bc8
* don't set InOutRes in ConvertToFdRelativePath, but return it instead. This
|
3 tahun lalu |
Nikolay Nikolov
|
09e61201d2
* fixed WASI bug in do_read, where the result of the __wasi_fd_read syscall function was ignored
|
3 tahun lalu |
Nikolay Nikolov
|
27df4e98d2
* use rawbytestring instead of ansistring for the WASI file name handling
|
3 tahun lalu |
Nikolay Nikolov
|
bae50d80d2
* preopen fd names and current dir changed to use ansistring, as well as the
|
3 tahun lalu |
nickysn
|
4240279a84
+ always request pollfd_readwrite rights, when opening a file
|
4 tahun lalu |
nickysn
|
ca3f1d7b6d
+ always request FD_ADVISE rights, when opening a file
|
4 tahun lalu |
nickysn
|
5ff2af5176
+ always request FD_FDSTAT_SET_FLAGS rights
|
4 tahun lalu |
nickysn
|
90eb1351dc
+ request FD_DATASYNC and FD_SYNC rights when a file is opened for writing
|
4 tahun lalu |
nickysn
|
67c1520928
* changed the formatting of the setting of fs_rights_base in Do_Open. No functional changes.
|
4 tahun lalu |
nickysn
|
9efcd4e554
+ request fd_allocate rights when opening a file for writing
|
4 tahun lalu |
nickysn
|
3fd6704582
+ request the rights to set size (truncate) and set times, when a file is opened for writing
|
4 tahun lalu |
nickysn
|
a5309a5d0c
+ request fd_seek and fd_tell rights when opening a file
|
4 tahun lalu |
nickysn
|
c48f27225e
+ request the FD_FILESTAT_GET capability when opening files
|
4 tahun lalu |
nickysn
|
125dbdc21c
+ implemented Do_Rename for the WASI target
|
4 tahun lalu |
nickysn
|
539ea53bab
+ implemented Do_Seek and Do_Seekend for the WASI target
|
4 tahun lalu |
nickysn
|
17fac45ddc
+ implemented Do_FileSize for the WASI target
|
4 tahun lalu |
nickysn
|
5718b33dd8
+ implemented Do_FilePos for the WASI target
|
4 tahun lalu |
nickysn
|
5ee902800c
+ implemented do_truncate for the WASI target
|
4 tahun lalu |
nickysn
|
a7b3747b7b
+ implemented Erase() for the WASI target
|
4 tahun lalu |
nickysn
|
bc08af99b0
+ initial implementation of resolving relative paths
|
4 tahun lalu |
nickysn
|
0f50c85b44
* prefixed all wasi api functions with __wasi_, similar to the C header
|
4 tahun lalu |
nickysn
|
a28eb39f4b
+ implemented WASI file close
|
4 tahun lalu |
nickysn
|
0077b16cc3
* pass 3 as fd for path_open
|
4 tahun lalu |
nickysn
|
c8760b12d4
+ initial attempt for implementing do_open. Not working yet
|
4 tahun lalu |
nickysn
|
e14451c6b6
+ added error handling to the do_read and do_Write WASI routines
|
4 tahun lalu |
nickysn
|
d6038c5709
+ implemented do_read for WASI
|
4 tahun lalu |
nickysn
|
5794afac54
+ implemented do_write for WASI. Error handling is not yet done.
|
4 tahun lalu |
nickysn
|
9b2e3aa251
+ rtl file routines debug output
|
4 tahun lalu |
nickysn
|
6df4254c12
+ added WASI sysdir.inc and sysfile.inc (functions not implemented yet)
|
4 tahun lalu |