Skip to content
#

sandbox

Here are 979 public repositories matching this topic...

gvisor
ianlewis
ianlewis commented Apr 27, 2020

Some documentation could be improved by adding some options to runsc spec to allow users to specify the command and some other common OCI options. This could also improve the getting started experience for folks who are kicking the tires with runsc.

I'm thinking of the following options:

  • Option to specify the command
  • Option to specify working directory
  • Option to specify network names
Cervator
Cervator commented Mar 17, 2020

After merging #3856 one unit test class, TypeRegistryTest, intermittently stalled during local testing. It may be fine on some OSes or in Jenkins, but oddly it stalled even with the @Ignored annotation added to the tests. It would be good if a few different people to re-enable those tests and run them locally several times (one at a time, all three at once, etc) and make sure they don't stall

mniip
mniip commented May 4, 2018

C strings sighted in:

  • data/Shaders.h
  • data/IntroText.h
  • src/simulation/StorageClasses.h
  • src/simulation/Simulation.cpp
  • src/Format.cpp
  • src/lua/socket/socket.lua.cpp
  • src/lua/LuaLuna.h
  • src/lua/LuaCompat.c
  • src/lua/LuaScriptHelper.h
  • src/lua/LuaCompat.h
  • src/lua/LuaScriptInterface.cpp
  • src/lua/LuaBit.cpp
  • [ ]
ghost
ghost commented Aug 24, 2018

It seemed like it was written in docs that proot development is halted.. However, some forks are still in active development, it might be worth looking at code of repos such as termux/proot for potential improvements.

Also, is it possible to provide junest as an app for Android? It seems it can be helpful in terms of project funding, by keeping some addons for small price, say like a donation v

nanos
briankoco
briankoco commented Oct 1, 2019

Support is currently pretty limited. On the todo list are:

  • support for targeted mappings via MREMAP_FIXED
  • support for file-backed mappings (which should "just work")
  • support for heap mappings (alloc'd via brk rather than mmap) and low memory/32-bit mappings (p->virtual32)
  • support for remapping ranges that cover multiple adjacent mappings (currently we return -EFAULT if you sp

Improve this page

Add a description, image, and links to the sandbox topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the sandbox topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.