-
There is a lot of dodgy calls to system(3) in the source code. They should be nuked from orbit.
-
Implement the new process related system calls detailed [on this page.](http://www.flingos.co.uk/docs/reference/FlingOS-System-Calls/)
-
Hi all,
I am trying to implement a simple proxy in uwsgi+python (with caching/--cache2). Everything seems to work most of the time, however, from time to time I get:
```
uwsgi_simple_wait_write…
-
I was working at my system, when, during some test, it started giving the following error:
Error: Interrupted system call
at Socket._ioevents (/path/node_modules/zmq/lib/index.js:144:22)
at S…
-
A key feature of Linux kernel - futex is not yet implemented.
For a start, two operations can be implemented:
- `FUTEX_WAIT` - Test if the value at the futex contains the expected value. If so, sl…
-
The `system2` function reputedly gives more reliable system calls across platform. Also @richfitz wrote this function (see [`call_system`](https://github.com/traitecoevo/plant_paper/blob/master/R/ms.R…
-
tag = v8
arch = aarch64
I've installed Java from https://github.com/Hax4us/java/releases/download/v8/jdk8_aarch64.tar.gz.
I'm getting a bad system call error.
-
Assegnare questa issue ai commit che aggiornano le system call o loro gestione
-
### System call tracing (moderate)
In this assignment you will add a system call tracing feature that may help you when debugging later labs.
You'll create a new trace system call that will control …
-
Hello! I'm having trobble using `write` system call. The following program is supposed to open file, write a string to it and close file.
`open` system call creates file with 644 permissions but `wr…