genode/repos/libports/src
Christian Helmuth a8d3cd9b15 libc: open socket files early on socket creation
This prevents later file-descriptor shortage when opening files on
demand, which can't be reflected to the application in a sane manner.

The real fix is to open socket files not on libc level but on VFS level
only effectively consume one libc file descriptor for one socket.
2020-11-23 12:02:58 +01:00
..
app net: move ascii_to() into Net namespace 2020-09-17 10:13:22 +02:00
drivers/framebuffer/vesa Turn framebuffer drivers into capture clients 2020-07-13 11:33:15 +02:00
lib libc: open socket files early on socket creation 2020-11-23 12:02:58 +01:00
server/system_rtc Replace server/acpi_input with app/acpi_event 2020-08-25 11:49:44 +02:00
test Prevent warning in test-pthread 2020-11-23 12:02:57 +01:00