Pinned
515 contributions in the last year
Less
More
Contribution activity
July 2021
Created 5 commits in 2 repositories
Opened 4 pull requests in 1 repository
Reviewed 7 pull requests in 1 repository
oscarlab/graphene 7 pull requests
- [Docs] Update README.rst after publishing v1.2rc1
- [LibOS] Make POSIX locks interruptible
-
[LibOS] Rewrite
shim_do_sendfile()to make it simple - [LibOS] Do not reuse dentries after removing a file (fixes mknod crash)
- [LibOS] Fix poll() crashing on pseudo-files
- [Examples] Add SQLite
- [LibOS] Implement POSIX locks
Created an issue in oscarlab/graphene that received 4 comments
RFC: interruptible POSIX locks
I'm trying to fix recently added POSIX locks (#2481) so that you can interrupt them, but I ran into a problem trying to do it with current IPC. I d…
4
comments