Razvan Deaconescu

Results 168 comments of Razvan Deaconescu

I've moved this to release 0.18. @mogasergiu will work on an updated version of it.

@adinasm , please also check the `checkpatch`, Codacy and CodeFactor warnings and fix them.

@adinasm , please rebase this PR given the changes introduced by `posix-process`.

@mkroening , does it make sense to have this PR in? Or would your [`catalog` PR](https://github.com/unikraft/catalog/pull/16) deprecate this?

@ungps , based on discussion with @marcrittinghaus , @michpappas and @skuenzer , this should be part of the [`plat-vmware` repository](https://github.com/unikraft/plat-vmware). Move it there.

@atharvamarathe, could you please see the comments above. Otherwise, is it OK is we updated this PR to ready it for merging in the next release?

> @Starnox What is the status of this? I see some updates are required, do you think we should change the milestone to 0.18? Moved to 0.18.

Hi, @toast3rx , thanks for the contribution. `vfscore` is a huge beast and part of it (the top-layer) should actually be part of a standard C library such as [`nolibc`](https://github.com/unikraft/unikraft/tree/staging/lib/nolibc)...

> @razvand I've amended the PR and now it contains some tests for `unlink()`. I plan on adding some more tests for `vfscore` in the future. Do i need to...