Skip to content

Tags: blenk92/linux-subsystem-for-linux

Tags

1.1.0

Toggle 1.1.0's commit message
Some improvements to avoid the deadlock in lsl

* Increate stack size to 1024*1024 bytes (as shown in the example on the
  clone man page)
* Don't try to free the stack manually
* Switch to std::mutex and use lock_guards
* Create the mutex in the child process that creates the thread later on
  (instead of a global mutex which is also visible in the initial
  process)

1.0.0

Toggle 1.0.0's commit message
Make latest changes for release:

- rename to lsl
- add some security options (dropping of capabilities and seccomp)