Kernel: Implement fd passing with SCM_RIGTHS

This commit is contained in:
2025-11-09 23:36:49 +02:00
parent 641ccfdd47
commit 7b580b8f56
5 changed files with 186 additions and 35 deletions

View File

@@ -240,6 +240,8 @@ namespace Kernel
// FIXME: remove this API
BAN::ErrorOr<BAN::String> absolute_path_of(BAN::StringView) const;
OpenFileDescriptorSet& open_file_descriptor_set() { return m_open_file_descriptors; }
// ONLY CALLED BY TIMER INTERRUPT
static void update_alarm_queue();