mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-08 20:30:17 +00:00
6410e88698
This is an intermediate fix to handle sends to sockets shut down by the peer already. A final fix in the libc would add support for the MSG_NOSIGNAL send flag, generate SIGPIPE, and return the expected EINTR. Then this patch is no longer required. This commit also drops the obsolete patch for missing sysconf(_SC_NPROCESSORS_ONLN), which is now part of libc.
This directory contains ports of popular 3rd-party applications to Genode. The 'ports' repository follows the line of the 'libports' repository. For instructions about downloading and building 3rd-party applications, please refer to 'libports/README'. Dependencies from other repositories ------------------------------------ Application provided by the 'ports' repository typically expect a rich runtime environment, including shared libraries provided by the 'libports' repository. Hence, 'ports' depends on 'libports'.