Commit Verlauf

Autor SHA1 Nachricht Datum
  nickysn 4240279a84 + always request pollfd_readwrite rights, when opening a file vor 4 Jahren
  nickysn ca3f1d7b6d + always request FD_ADVISE rights, when opening a file vor 4 Jahren
  nickysn 5ff2af5176 + always request FD_FDSTAT_SET_FLAGS rights vor 4 Jahren
  nickysn 90eb1351dc + request FD_DATASYNC and FD_SYNC rights when a file is opened for writing vor 4 Jahren
  nickysn 67c1520928 * changed the formatting of the setting of fs_rights_base in Do_Open. No functional changes. vor 4 Jahren
  nickysn 9efcd4e554 + request fd_allocate rights when opening a file for writing vor 4 Jahren
  nickysn 3fd6704582 + request the rights to set size (truncate) and set times, when a file is opened for writing vor 4 Jahren
  nickysn a5309a5d0c + request fd_seek and fd_tell rights when opening a file vor 4 Jahren
  nickysn c48f27225e + request the FD_FILESTAT_GET capability when opening files vor 4 Jahren
  nickysn 125dbdc21c + implemented Do_Rename for the WASI target vor 4 Jahren
  nickysn 539ea53bab + implemented Do_Seek and Do_Seekend for the WASI target vor 4 Jahren
  nickysn 17fac45ddc + implemented Do_FileSize for the WASI target vor 4 Jahren
  nickysn 5718b33dd8 + implemented Do_FilePos for the WASI target vor 4 Jahren
  nickysn 5ee902800c + implemented do_truncate for the WASI target vor 4 Jahren
  nickysn a7b3747b7b + implemented Erase() for the WASI target vor 4 Jahren
  nickysn bc08af99b0 + initial implementation of resolving relative paths vor 4 Jahren
  nickysn 0f50c85b44 * prefixed all wasi api functions with __wasi_, similar to the C header vor 4 Jahren
  nickysn a28eb39f4b + implemented WASI file close vor 4 Jahren
  nickysn 0077b16cc3 * pass 3 as fd for path_open vor 4 Jahren
  nickysn c8760b12d4 + initial attempt for implementing do_open. Not working yet vor 4 Jahren
  nickysn e14451c6b6 + added error handling to the do_read and do_Write WASI routines vor 4 Jahren
  nickysn d6038c5709 + implemented do_read for WASI vor 4 Jahren
  nickysn 5794afac54 + implemented do_write for WASI. Error handling is not yet done. vor 4 Jahren
  nickysn 9b2e3aa251 + rtl file routines debug output vor 4 Jahren
  nickysn 6df4254c12 + added WASI sysdir.inc and sysfile.inc (functions not implemented yet) vor 4 Jahren