-
Pinging @staticfloat as requested.
Attempting to build [CoinOptServices.jl](https://github.com/JuliaOpt/CoinOptServices.jl) on OSX 10.11 in Julia v0.6 currently fails with:
```
LoadError: Pro…
-
It would be nice if the API exposed some way to have threads that could each have their own connections (through whatever libos) so applications that require multithreading are easier to implement. Th…
-
Description
========
First the good: catnip's Ephemeral Port allocator uses the correct (RFC 6335 designated) range. And it allocates them in a random fashion (recommended to thwart certain types…
-
### Description of the feature
System V semaphores (aka Sys-V semaphores) are a primitive for inter-process synchronization. They are **not to be confused** with newer POSIX semaphores.
Sys-V se…
-
Attempt to install on FS26:
```
make -f /home/justin_cinkelj/devel/oor/libos-nuse/rumprun/linux/tools/build/Makefile.build dir=. obj=lklfuse
gcc -Wp,-MD,/home/justin_cinkelj/devel/oor/libos-nuse/…
-
### Description of the feature
After initial PR on `flock` #1416, the flock implementation is considered experimental and requires at least the following action items:
- Allow mixing POSIX and B…
-
-
`shim_do_setitimer()` is incorrect: it only sets the timer for the first interval but never resets the timer to the specified interval. (The idea of this syscall is to set a periodic timer, which trig…
-
## Description of the problem
The `g_pal_public_state` global variable is supposed to be constant (contain fields that are constants).
However, the topology code of LibOS overwrites `g_pal_publi…
-
## Description of the problem
I want to benchmark a graminized image with bonnie++ to compare it with a normal docker image and native system.
Bonnie++ is a small utility with the purpose of…