Files
banan-os/kernel
Bananymous 530c259e71 Kernel: Close unix domain socket when it gets destoyed
Inode closing is something that needs a complete rework. Currently all
sockets are closed when close() is called, which leads to connection
closing if you fork()/exec() with socket being marked as CLOEXEC.

Inodes should probably only be closed once they are not referenced
anywhere.
2024-06-03 18:06:01 +03:00
..
2024-05-29 19:44:39 +03:00
2024-02-14 15:00:04 +02:00
2024-01-24 15:53:38 +02:00