genode/repos/ports/src
Josef Söntgen a838b6a657 noux: add local nanosleep(2) and sleep(3)
Up to now Noux used the libc sleep functions, which actually is not
possible because the _nanosleep() function implemented by our libc
creates a new thread to handle the timeout. Noux childs may have
only one thread, e.g., the main thread, though. To fix this issue
sleeping is now handled directly by Noux. It is implemented by calling
select(2) with a timeout. This fix is needed for mutt(1), which calls
sleep when it prints a notification for the user.

Fixes #1374.
2015-02-16 13:40:35 +01:00
..
app os: structured timestamp in Rtc session 2015-02-16 13:40:34 +01:00
lib noux: add local nanosleep(2) and sleep(3) 2015-02-16 13:40:35 +01:00
noux noux: prevent override in SYSCALL_STAT 2015-02-16 13:40:34 +01:00
noux-pkg GBD: migrate to new ports mechanism 2014-08-22 16:16:40 +02:00
test x86 vmm: add general multiprocessor support 2014-07-24 10:18:07 +02:00
virtualbox vbox: fix interrupt injection in recompiler mode 2015-01-20 11:23:51 +01:00